home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-28 | 1.0 KB | 40 lines |
- *** orig/gzip-124/msdos/makefile.djg Sun Aug 29 17:32:16 1993
- --- src/gzip-124/msdos/makefile.djg Sun Nov 28 01:26:48 1993
- ***************
- *** 66,73 ****
-
- #### End of system configuration section. ####
-
- - SHELL = /bin/sh
- -
- LOADLIBES = $(LIBS)
-
- TAR = tar
- --- 66,71 ----
- ***************
- *** 165,177 ****
- # Actual build-related targets
-
- gzip$X: gzip
- ! aout2exe gzip
-
- gzip: $(OBJ1) $(OBJ2)
- ! echo $(OBJ1) > gzip.rsp
- ! echo $(OBJ2) $(LIBS) >> gzip.rsp
- ! $(CC) $(LDFLAGS) -o $@ @gzip.rsp
- ! del gzip.rsp
-
- gzip$O zip$O deflate$O trees$O bits$O unzip$O inflate$O: gzip.h tailor.h
- util$O lzw$O unlzw$O unpack$O unlzh$O crypt$O: gzip.h tailor.h
- --- 163,172 ----
- # Actual build-related targets
-
- gzip$X: gzip
- ! coff2exe gzip
-
- gzip: $(OBJ1) $(OBJ2)
- ! $(CC) $(LDFLAGS) -o $@ $(OBJ1) $(OBJ2)
-
- gzip$O zip$O deflate$O trees$O bits$O unzip$O inflate$O: gzip.h tailor.h
- util$O lzw$O unlzw$O unpack$O unlzh$O crypt$O: gzip.h tailor.h
-