home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
x
/
volume10
/
xchrom
/
part01
/
Imakefile
next >
Wrap
Makefile
|
1990-12-07
|
386b
|
14 lines
/**/#
/**/# -DICCCM_COMP -- if the window manager is ICCCM-compliant (tested under
/**/# OpenWindows 2.0)
/**/#
DEFINES = -DICCCM_COMP
SYS_LIBRARIES = -lm
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(EXTENSIONLIB) $(XLIB)
SRCS = Xchrom.c xchrom.c
OBJS = Xchrom.o xchrom.o
ComplexProgramTarget(xchrom)