home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume14 / xchrom / part01 / Xchrom-1.6 / Imakefile next >
Encoding:
Makefile  |  1991-08-26  |  472 b   |  16 lines

  1. /**/#
  2. /**/# Last edited: Mon Dec  3 10:39:21 1990 by olafh (Olaf Heimburger) on GECKO
  3. /**/#
  4. /**/# -DICCCM_COMP -- if the window manager is ICCCM-compliant (tested under
  5. /**/#                 OpenWindows 2.0)
  6. /**/#
  7. DEFINES = -DICCCM_COMP
  8. SYS_LIBRARIES = -lm
  9. DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
  10. LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(EXTENSIONLIB) $(XLIB)
  11.  
  12. SRCS = Xchrom.c xchrom.c
  13. OBJS = Xchrom.o xchrom.o
  14.  
  15. ComplexProgramTarget(xchrom)
  16.