home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource2 / sclib_2 / 2_5 / v6n5053a.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  457 b   |  17 lines

  1.  
  2. CFLAGS=-O
  3. all:     pack unpack
  4. pack unpack:     $$@.o packlib.a
  5.     $(CC) -o $@ $@.o packlib.a -lm
  6. packlib.a:    packlib.a(closefile.o)  
  7.          packlib.a(openfile.o)  
  8.          packlib.a(squeeze.o)  
  9.          packlib.a(unsqueeze.o)  
  10.          packlib.a(checksum.o)
  11. packlib.a(closefile.o):    filehdr.h
  12. packlib.a(openfile.o):    filehdr.h
  13. packlib.a(squeeze.o):    filehdr.h
  14. packlib.a(unsqueeze.o):    filehdr.h
  15. packlib.a(checksum.o):     checksum.h
  16. pack.o unpack.o:     filehdr.h checksum.h
  17.