/**/# xfilemanager Imakefile
/**/# Modified for COHERENT 4.2 && MWC X; original Imakefile is "Imakefile.orig"

/**/# Comment the next line if you dont have the xpm-library

#define	HAVE_XPM

/**/# xfilemanager is written in iso-c, so you muse use gcc
        CC = gcc

#ifdef	HAVE_XPM
        DEFINES = AllocateLocalDefines -DHAVE_XPM
        LOCAL_LIBRARIES = -lXpm XawClientLibs
#else
        LOCAL_LIBRARIES = XawClientLibs
#endif

DEPLIBS = XawClientDepLibs
SYS_LIBRARIES = -lm

SRCS =	main.c dir.c file.c graph.c action.c menu.c action_move.c \
	action_copy.c action_del.c action_exec.c action_ndir.c \
	multi.c single.c grab.c folder.c iconbar.c customize.c \
	workspace.c about.c Clock.c transform.c devices.c

OBJS =	main.o dir.o file.o graph.o action.o menu.o action_move.o \
	action_copy.o action_del.o action_exec.o action_ndir.o \
	multi.o single.o grab.o folder.o iconbar.o customize.o \
	workspace.o about.o Clock.o transform.o devices.o

ComplexProgramTarget(xfilemanager)
