/* Imakefile for FvwmFileMgr	                                      */

/* 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
#ifdef SHAPE
XPMLIB = XPMLIBRARY

DEPLIBS = $(DEPXLIB) 

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -lm
#else
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -lm
#endif

LINTLIBS = $(LINTXLIB)


SRCS = dir.c debug.c icon_map.c filemgr.c wild.c icons.c open.c dir_name.c rename.c xinit.c move.c
 
OBJS = dir.o debug.o icon_map.o filemgr.o wild.o icons.o open.o dir_name.o rename.o xinit.o move.o

TARGET_DIR

ComplexProgramTarget(FvwmFileMgr)
InstallNonExecFile(system.fvwmfmgr,FVWMDIR)
#endif
#endif







