home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume10 / xchrom / part01 / Imakefile next >
Makefile  |  1990-12-07  |  386b  |  14 lines

  1. /**/#
  2. /**/# -DICCCM_COMP -- if the window manager is ICCCM-compliant (tested under
  3. /**/#                 OpenWindows 2.0)
  4. /**/#
  5. DEFINES = -DICCCM_COMP
  6. SYS_LIBRARIES = -lm
  7. DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
  8. LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(EXTENSIONLIB) $(XLIB)
  9.  
  10. SRCS = Xchrom.c xchrom.c
  11. OBJS = Xchrom.o xchrom.o
  12.  
  13. ComplexProgramTarget(xchrom)
  14.