XCOMM Uncomment this line if you are on a big-endian system.
XCOMM ENDIAN = -DBIGENDIAN

XCOMM Uncomment the line below to enable sound in XmNap if your
XCOMM machine uses Open Sound System.
XCOMM SOUND = -DUSE_SOUND

XCOMM Uncomment the line below to make XmNap auto-reconnect after
XCOMM a refused connection attempt.
XCOMM ON_REFUSED = -DAUTORECONNECT_ON_REFUSED

DEFINES = $(ENDIAN) $(SOUND) $(ON_REFUSED)

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = images
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

LOCAL_LIBRARIES = XmClientLibs

SRCS= main.c config.c configwin.c connect.c message.c command.c search.c \
whois.c transfer.c shared.c mp3info.c chat.c chnlist.c srvstats.c \
ullist.c linklist.c hotlist.c banlist.c input.c msgbox.c info.c dlwin.c \
listwin.c fsbox.c searchdlg.c sound.c netutil.c util.c
OBJS= main.o config.o configwin.o connect.o message.o command.o search.o \
whois.o transfer.o shared.o mp3info.o chat.o chnlist.o srvstats.o \
ullist.o linklist.o hotlist.o banlist.o input.o msgbox.o info.o dlwin.o \
listwin.o fsbox.o searchdlg.o sound.o netutil.o util.o

ComplexProgramTarget(xmnap)

InstallAppDefaults(XmNap)
