home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / graphics-0.17 / xplot / Imakefile < prev    next >
Encoding:
Makefile  |  1991-03-13  |  265 b   |  8 lines

  1.        INCLUDES = -I$(TOP) -I$(TOP)/usr/include -I$(TOP)/usr/include/X11 -DVERS="0.4"
  2. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  3.   SYS_LIBRARIES = -lm
  4.            SRCS = xplot.c alabel.c
  5.            OBJS = xplot.o alabel.o
  6.  
  7. ComplexProgramTarget(xplot)
  8.