home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / gzip-124 / msdos / makefile.djg
Encoding:
Makefile  |  1993-11-28  |  1.0 KB  |  40 lines

  1. *** orig/gzip-124/msdos/makefile.djg    Sun Aug 29 17:32:16 1993
  2. --- src/gzip-124/msdos/makefile.djg    Sun Nov 28 01:26:48 1993
  3. ***************
  4. *** 66,73 ****
  5.   
  6.   #### End of system configuration section. ####
  7.   
  8. - SHELL = /bin/sh
  9.   LOADLIBES = $(LIBS)
  10.   
  11.   TAR = tar
  12. --- 66,71 ----
  13. ***************
  14. *** 165,177 ****
  15.   # Actual build-related targets
  16.   
  17.   gzip$X:    gzip
  18. !     aout2exe gzip
  19.   
  20.   gzip:    $(OBJ1) $(OBJ2)
  21. !         echo $(OBJ1) > gzip.rsp
  22. !         echo $(OBJ2) $(LIBS) >> gzip.rsp
  23. !     $(CC) $(LDFLAGS) -o $@ @gzip.rsp
  24. !         del gzip.rsp
  25.   
  26.   gzip$O zip$O deflate$O trees$O bits$O unzip$O inflate$O: gzip.h tailor.h
  27.   util$O lzw$O unlzw$O unpack$O unlzh$O crypt$O: gzip.h tailor.h
  28. --- 163,172 ----
  29.   # Actual build-related targets
  30.   
  31.   gzip$X:    gzip
  32. !     coff2exe gzip
  33.   
  34.   gzip:    $(OBJ1) $(OBJ2)
  35. !     $(CC) $(LDFLAGS) -o $@ $(OBJ1) $(OBJ2)
  36.   
  37.   gzip$O zip$O deflate$O trees$O bits$O unzip$O inflate$O: gzip.h tailor.h
  38.   util$O lzw$O unlzw$O unpack$O unlzh$O crypt$O: gzip.h tailor.h
  39.