home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 357.lha / Skel / makefile < prev    next >
Makefile  |  1990-03-13  |  579b  |  24 lines

  1. #  Makefile for Workbench application Skeleton
  2. #   by Joel Swank 1/4/89
  3. #   for Manx Aztec C 3.6a
  4.  
  5. CFLAGS = +L
  6.  
  7. skel: skel.o abouthelp.o doargs.o
  8.     ln -o skel skel.o abouthelp.o doargs.o -lc32
  9.     
  10. skel.o: skel.c skwindow.h
  11. abouthelp.o: abouthelp.c helpwin.h
  12.  
  13. tp:
  14.     titlepage -8 -t -b -fcourier -s15 -n5 Skeleton -n5 -ftimes -s13 \"Version 1\" -n5 +c -q -b -d -p
  15.  
  16. xrf: skel.c abouthelp.c doargs.c
  17.    cref -w96 -t4 skel.c doargs.c abouthelp.c helpwin.h >w:skel.xrf
  18.  
  19. txt:
  20.     proff -po5 skel.prf skel.out
  21.  
  22. backup:
  23.     backup -c -d"*.dbg" -d"*.o" -d"*.bak" -d"*.xrf" zap0:src/Skel -obk:SkelV1
  24.