home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / supr_lab.lha / makefile < prev    next >
Makefile  |  1990-02-21  |  363b  |  15 lines

  1. CFLAGS = -n +Iinclude:symbols.m
  2.  
  3. sretlab: sretlab.o abouthelp.o
  4.     ln -g  sretlab.o abouthelp.o -o sretlab -lc
  5.  
  6. abouthelp.o: abouthelp.c 
  7.  
  8. sretlab.o: sretlab.c srwindow.h
  9.  
  10. backup:
  11.     csh -c copy -u sretlab.info sretlab.c srwindow.h abouthelp.c makefile sretlab.pw bkup
  12.  
  13. backup2:
  14.     csh -c copy -u sretlab.info sretlab.c srwindow.h abouthelp.c makefile sretlab.pw back2
  15.