home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 510.lha / NewPop_v4.0 / Makefile < prev    next >
Encoding:
Makefile  |  1991-05-07  |  494 b   |  21 lines

  1. #
  2. # Makefile for NewPop under SAS/C v5.10
  3. # Last update: Loren J. Rittle  Sat Apr 20 03:30:38 1991
  4. #
  5.  
  6. CCFLAGS = -. -b1 -cfiks -d0 -O -rr1 -v
  7.  
  8. LIBS = lib:lcr.lib lib:amiga2.0.lib
  9.  
  10. NewPop: NewPop.o
  11.     BLINK FROM lib:c.o NewPop.o TO NewPop \
  12.     QUIET BATCH SMALLDATA SMALLCODE NODEBUG LIBRARY $(LIBS)
  13.  
  14. NewPop.o: NewPop.c
  15.     $(CC) $(CCFLAGS) -oNewPop.o NewPop.c
  16.  
  17. clean:
  18.     rm -f NewPop *.o *.bak
  19. # What! don't have rm?  Be happy and get the 
  20. # ``Loren J. Rittle Amiga(tm)-UNIX(tm) Connection Collection''.
  21.