home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / UTIL / makefile.unix < prev    next >
Makefile  |  1995-10-18  |  291b  |  23 lines

  1. CFLAGS=    -O $(CF)
  2.  
  3. all:    util.o transname.o backtrans.o
  4.     touch all
  5.  
  6. util.o:    util.c
  7.  
  8. transname.o:    transname.c
  9.  
  10. backtrans.o:    backtrans.c
  11.  
  12. clean:
  13.     -rm -f util.o
  14.     -rm -f transname.o
  15.     -rm -f backtrans.o
  16.     -rm -f all
  17.  
  18. util.o:    ../fileio/fileglob.h
  19. util.o:    masks.h
  20. util.o:    util.h
  21. backtrans.o:    masks.h
  22.  
  23.