author | Ryan C. Gordon <icculus@icculus.org> |
Tue, 11 Apr 2006 14:33:48 +0000 | |
changeset 774 | 916c2e81e77f |
parent 718 | 2e809894a316 |
permissions | -rw-r--r-- |
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
1 |
X = adler32.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
2 |
compress.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
3 |
crc32.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
4 |
crc32.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
5 |
deflate.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
6 |
deflate.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
7 |
gzio.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
8 |
infback.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
9 |
inffast.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
10 |
inffast.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
11 |
inffixed.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
12 |
inflate.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
13 |
inflate.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
14 |
inftrees.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
15 |
inftrees.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
16 |
trees.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
17 |
trees.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
18 |
uncompr.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
19 |
zconf.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
20 |
zlib.h \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
21 |
zutil.c \ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
22 |
zutil.h |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
23 |
|
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
24 |
if BUILD_ZLIB |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
25 |
noinst_LTLIBRARIES = libz.la |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
26 |
libz_la_SOURCES = $(X) |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
27 |
endif |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
28 |
|
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
29 |
EXTRA_DIST = $(X) |