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

  1. CFLAGS=    -O $(CF)
  2.  
  3. all:    wrfile.o rdfile.o fileglob.o
  4.     touch all
  5.  
  6. wrfile.o:    wrfile.c
  7.  
  8. rdfile.o:    rdfile.c
  9.  
  10. clean:
  11.     -rm -f wrfile.o
  12.     -rm -f rdfile.o
  13.     -rm -f fileglob.o
  14.     -rm -f all
  15.  
  16. wrfile.o:    machdr.h
  17. wrfile.o:    wrfile.h
  18. wrfile.o:    wrfileopt.h
  19. wrfile.o:    fileglob.h
  20. wrfile.o:    aufs.h
  21. wrfile.o:    appledouble.h
  22. wrfile.o:    ../util/util.h
  23. wrfile.o:    ../util/curtime.h
  24. rdfile.o:    machdr.h
  25. rdfile.o:    rdfile.h
  26. rdfile.o:    rdfileopt.h
  27. rdfile.o:    ../util/util.h
  28. rdfile.o:    ../util/curtime.h
  29. rdfile.o:    ../util/masks.h
  30. rdfile.o:    aufs.h
  31. rdfile.o:    appledouble.h
  32. fileglob.o:    fileglob.h
  33.  
  34.