author | Ryan C. Gordon <icculus@icculus.org> |
Sat, 23 Jul 2005 22:02:32 +0000 | |
branch | stable-1.0 |
changeset 719 | 7b4677a8de6e |
parent 712 | 0fc42c6ecdc5 |
permissions | -rw-r--r-- |
295 | 1 |
noinst_LTLIBRARIES = libarchivers.la |
2 |
||
3 |
if BUILD_ZLIB |
|
719
7b4677a8de6e
Moved to zlib 1.2.3 proper.
Ryan C. Gordon <icculus@icculus.org>
parents:
712
diff
changeset
|
4 |
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib123 |
295 | 5 |
else |
6 |
INCLUDES = -I$(top_srcdir) |
|
7 |
endif |
|
8 |
||
9 |
libarchivers_la_SOURCES = \ |
|
10 |
dir.c \ |
|
11 |
grp.c \ |
|
609
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
12 |
wad.c \ |
553
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
453
diff
changeset
|
13 |
hog.c \ |
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
453
diff
changeset
|
14 |
mvl.c \ |
453
108de3bb1b6b
Added qpak.c to build systems.
Ryan C. Gordon <icculus@icculus.org>
parents:
337
diff
changeset
|
15 |
zip.c \ |
108de3bb1b6b
Added qpak.c to build systems.
Ryan C. Gordon <icculus@icculus.org>
parents:
337
diff
changeset
|
16 |
qpak.c |
295 | 17 |