home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-07 | 386 b | 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)
-