/* Imakefile for Wharf and GoodStuff                                  */
/* Thu Aug  5 11:21:36 MET DST 1993, mj@dfv.rwth-aachen.de            */

/* setup is done entirely in configuration.h now!                     */
/* You should need to do much in here, excpt maybe add libraries      */

/* I need to get the #define XPM from configuration.h if its in there,*/
/* so that I can tell if I should include -lXpm                       */
#include <../../configure.h>
COMPILER

#ifdef XPM
XPMLIB = XPMLIBRARY
#endif

DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a   

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../../lib -lafterstep     
#else
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -L../../lib -lafterstep
#endif

EXTRA_INCLUDES = -I.

/* these defines may be removed, if you don't want some feature */

EXTRA_DEFINES = -DENABLE_DND -DENABLE_SOUND 

LINTLIBS = $(LINTXLIB)

SRCS = Wharf.c icons.c stepgfx.c hide.c
OBJS = Wharf.o icons.o stepgfx.o hide.o

TARGET_DIR

ComplexProgramTarget(Wharf)

