source:
trunk/minix/lib/zlib-1.2.3/Makefile.in@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 201 bytes |
Rev | Line | |
---|---|---|
[9] | 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.