diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for zlib | 1 | # Makefile for zlib |
| 2 | # Copyright (C) 1995-2006 Jean-loup Gailly. | 2 | # Copyright (C) 1995-2010 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: |
| @@ -32,7 +32,7 @@ CPP=$(CC) -E | |||
| 32 | 32 | ||
| 33 | STATICLIB=libz.a | 33 | STATICLIB=libz.a |
| 34 | SHAREDLIB=libz.so | 34 | SHAREDLIB=libz.so |
| 35 | SHAREDLIBV=libz.so.1.2.3.5 | 35 | SHAREDLIBV=libz.so.1.2.3.6 |
| 36 | SHAREDLIBM=libz.so.1 | 36 | SHAREDLIBM=libz.so.1 |
| 37 | LIBS=$(STATICLIB) $(SHAREDLIB) $(SHAREDLIBV) | 37 | LIBS=$(STATICLIB) $(SHAREDLIB) $(SHAREDLIBV) |
| 38 | 38 | ||
| @@ -124,10 +124,10 @@ match.lo: match.S | |||
| 124 | rm -f _match.s | 124 | rm -f _match.s |
| 125 | 125 | ||
| 126 | example64.o: example.c zlib.h zconf.h zlibdefs.h | 126 | example64.o: example.c zlib.h zconf.h zlibdefs.h |
| 127 | $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ $< | 127 | $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ example.c |
| 128 | 128 | ||
| 129 | minigzip64.o: minigzip.c zlib.h zconf.h zlibdefs.h | 129 | minigzip64.o: minigzip.c zlib.h zconf.h zlibdefs.h |
| 130 | $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ $< | 130 | $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ minigzip.c |
| 131 | 131 | ||
| 132 | .SUFFIXES: .lo | 132 | .SUFFIXES: .lo |
| 133 | 133 | ||
