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

  1. #
  2. # Lattice definitions
  3. #
  4. CFLAGS = $(LFLG1) $(LFLG2) -i/include -O
  5. CC = lc
  6. #
  7. OBJS  =  amiga.o \
  8.          plmenu.o \
  9.          plprefs.o \
  10.          plsupport.o \
  11.          plwindow.o
  12.  
  13. .c.o:
  14.         $(CC) $(CFLAGS) $*.c
  15.  
  16. lib:    $(OBJS)
  17.  
  18.