home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / c / gaplib_beta / wizards / templates / makefile < prev    next >
Encoding:
Makefile  |  1999-05-14  |  289 b   |  18 lines

  1. # Makefile generated by the GAP Conjurer.
  2.  
  3. # Project Name: $P
  4.  
  5. CC= gcc
  6. CFLAGS= -O2 -Wall
  7.  
  8. $P: $P.o $Rreport.o$
  9.     $$(CC) $P.o $Rreport.o $-o $P -lgap -lm
  10.     chmod 755 $P
  11.  
  12. $P.o: $P.c
  13.     $$(CC) $$(CFLAGS) -c $P.c -o $P.o
  14.  
  15. $Rreport.o: report.c report.h
  16.     $$(CC) $$(CFLAGS) -c report.c -o report.o
  17. $
  18.