/* Imakefile for FvwmSaveDesk */ /* Wed Jul 20 19:36:27 MET DST 1994 calle@calle.in-berlin.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 DEPLIBS = $(DEPXLIB) ../../libs/libfvwmlib.a /* #ifdef AlphaArchitecture */ #if 0 LOCAL_LIBRARIES = $(XLIB) -ldnet_stub -L../../libs -lfvwmlib #else LOCAL_LIBRARIES = $(XLIB) -L../../libs -lfvwmlib #endif LINTLIBS = $(LINTXLIB) SRCS = FvwmSaveDesk.c OBJS = FvwmSaveDesk.o TARGET_DIR ComplexProgramTarget(FvwmSaveDesk)