home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 344b.lha / plplot_v2.6 / drivers / Makefile < prev    next >
Encoding:
Makefile  |  1990-01-27  |  256 b   |  19 lines

  1. #
  2. # Lattice definitions
  3. #
  4. CFLAGS = $(LFLG1) $(LFLG2) -i/include -O
  5. CC = lc
  6. #
  7. OBJS  =  aegis.o \
  8.          dispatch.o \
  9.          hpplot.o \
  10.          iff.o \
  11.          postscript.o \
  12.          preferences.o
  13.  
  14. .c.o:
  15.         $(CC) $(CFLAGS) $*.c
  16.  
  17. lib:    $(OBJS)
  18.  
  19.