source: trunk/minix/lib/zlib-1.2.3/Makefile.in@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 201 bytes
Line 
1# Makefile for zlib
2
3CC=cc
4
5CFLAGS=-O
6
7LIBRARIES=libz
8
9libz_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
12TYPE=both
Note: See TracBrowser for help on using the repository browser.