source:
trunk/minix/lib/zlib-1.2.3/Makefile.in@
16
| Last change on this file since 16 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 201 bytes | |
| Line | |
|---|---|
| 1 | # Makefile for zlib |
| 2 | |
| 3 | CC=cc |
| 4 | |
| 5 | CFLAGS=-O |
| 6 | |
| 7 | LIBRARIES=libz |
| 8 | |
| 9 | libz_FILES="adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ |
| 10 | zutil.c inflate.c infback.c inftrees.c inffast.c" |
| 11 | |
| 12 | TYPE=both |
Note:
See TracBrowser
for help on using the repository browser.