diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:42 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:42 -0700 |
| commit | a383133c4e7b93113cee912f213cf9502d785fa7 (patch) | |
| tree | bb7c39ab38418fcab817accad1e625b3de0c8237 /Makefile | |
| parent | 14763ac7c6c03bca62c39e35c03cf5bfc7728802 (diff) | |
| download | zlib-1.1.4.tar.gz zlib-1.1.4.tar.bz2 zlib-1.1.4.zip | |
zlib 1.1.4v1.1.4
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for zlib | 1 | # Makefile for zlib |
| 2 | # Copyright (C) 1995-1998 Jean-loup Gailly. | 2 | # Copyright (C) 1995-2002 Jean-loup Gailly. |
| 3 | # For conditions of distribution and use, see copyright notice in zlib.h | 3 | # For conditions of distribution and use, see copyright notice in zlib.h |
| 4 | 4 | ||
| 5 | # To compile and test, type: | 5 | # To compile and test, type: |
| @@ -24,7 +24,7 @@ LDFLAGS=-L. -lz | |||
| 24 | LDSHARED=$(CC) | 24 | LDSHARED=$(CC) |
| 25 | CPP=$(CC) -E | 25 | CPP=$(CC) -E |
| 26 | 26 | ||
| 27 | VER=1.1.3 | 27 | VER=1.1.4 |
| 28 | LIBS=libz.a | 28 | LIBS=libz.a |
| 29 | SHAREDLIB=libz.so | 29 | SHAREDLIB=libz.so |
| 30 | 30 | ||
| @@ -47,7 +47,8 @@ OBJA = | |||
| 47 | TEST_OBJS = example.o minigzip.o | 47 | TEST_OBJS = example.o minigzip.o |
| 48 | 48 | ||
| 49 | DISTFILES = README FAQ INDEX ChangeLog configure Make*[a-z0-9] *.[ch] *.mms \ | 49 | DISTFILES = README FAQ INDEX ChangeLog configure Make*[a-z0-9] *.[ch] *.mms \ |
| 50 | algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \ | 50 | algorithm.txt zlib.3 zlib.html \ |
| 51 | msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \ | ||
| 51 | nt/Make*[a-z0-9] nt/zlib.dnt amiga/Make*.??? os2/M*.os2 os2/zlib.def \ | 52 | nt/Make*[a-z0-9] nt/zlib.dnt amiga/Make*.??? os2/M*.os2 os2/zlib.def \ |
| 52 | contrib/RE*.contrib contrib/*.txt contrib/asm386/*.asm contrib/asm386/*.c \ | 53 | contrib/RE*.contrib contrib/*.txt contrib/asm386/*.asm contrib/asm386/*.c \ |
| 53 | contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/asm[56]86/*.?86 \ | 54 | contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/asm[56]86/*.?86 \ |
