author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 18 Dec 2003 19:54:41 +0000 | |
changeset 611 | bda0e4d678fb |
parent 609 | 3a91332776e0 |
child 613 | fe8897da3695 |
permissions | -rw-r--r-- |
298 | 1 |
lib_LTLIBRARIES = libphysfs.la |
2 |
||
3 |
libphysfsincludedir = $(includedir) |
|
4 |
libphysfsinclude_HEADERS = \ |
|
5 |
physfs.h |
|
6 |
||
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
7 |
if BUILD_MACOSX |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
8 |
|
602
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
9 |
ZLIB_FILES = zlib121/adler32.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
10 |
zlib121/compress.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
11 |
zlib121/crc32.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
12 |
zlib121/crc32.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
13 |
zlib121/deflate.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
14 |
zlib121/deflate.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
15 |
zlib121/gzio.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
16 |
zlib121/infback.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
17 |
zlib121/inffast.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
18 |
zlib121/inffast.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
19 |
zlib121/inffixed.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
20 |
zlib121/inflate.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
21 |
zlib121/inflate.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
22 |
zlib121/inftrees.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
23 |
zlib121/inftrees.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
24 |
zlib121/trees.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
25 |
zlib121/trees.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
26 |
zlib121/uncompr.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
27 |
zlib121/zconf.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
28 |
zlib121/zlib.h \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
29 |
zlib121/zutil.c \ |
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
30 |
zlib121/zutil.h |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
31 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
32 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
33 |
if BUILD_ZLIB |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
34 |
ZLIB_SRC = $(ZLIB_FILES) |
602
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
35 |
ZLIB_INC = -I$(top_srcdir)/zlib121 |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
36 |
ZLIB_EXTRADIST = |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
37 |
else |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
38 |
ZLIB_SRC = |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
39 |
ZLIB_INC = |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
40 |
ZLIB_EXTRADIST = $(ZLIB_FILES) |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
41 |
endif |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
42 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
43 |
libphysfs_la_SOURCES = \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
44 |
physfs.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
45 |
physfs_internal.h \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
46 |
physfs_byteorder.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
47 |
archivers/dir.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
48 |
archivers/grp.c \ |
609
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
602
diff
changeset
|
49 |
archivers/wad.c \ |
553
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
528
diff
changeset
|
50 |
archivers/hog.c \ |
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
528
diff
changeset
|
51 |
archivers/mvl.c \ |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
52 |
archivers/zip.c \ |
453
108de3bb1b6b
Added qpak.c to build systems.
Ryan C. Gordon <icculus@icculus.org>
parents:
409
diff
changeset
|
53 |
archivers/qpak.c \ |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
54 |
platform/unix.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
55 |
platform/posix.c \ |
307 | 56 |
$(ZLIB_SRC) |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
57 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
58 |
libphysfs_la_INCLUDES = $(ZLIB_INC) |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
59 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
60 |
libphysfs_la_LDFLAGS = \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
61 |
-release $(LT_RELEASE) \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
62 |
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
63 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
64 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
65 |
if BUILD_TEST_PHYSFS |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
66 |
bin_PROGRAMS = test_physfs |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
67 |
test_physfs_INCLUDES = -I$(top_srcdir) |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
68 |
test_physfs_LDADD = $(top_srcdir)/libphysfs.la |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
69 |
test_physfs_SOURCES = test/test_physfs.c |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
70 |
TEST_EXTRADIST = |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
71 |
else |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
72 |
TEST_EXTRADIST = test/test_physfs.c |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
73 |
endif |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
74 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
75 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
76 |
EXTRA_DIST = \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
77 |
CREDITS \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
78 |
LICENSE \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
79 |
CHANGELOG \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
80 |
INSTALL \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
81 |
TODO \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
82 |
Doxyfile \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
83 |
CWProjects.sit \ |
350
ec1e75681b4b
Added physfs.spec to distribution.
Ryan C. Gordon <icculus@icculus.org>
parents:
337
diff
changeset
|
84 |
physfs.spec \ |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
85 |
physfs.dsp \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
86 |
test_physfs.dsp \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
87 |
platform/skeleton.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
88 |
platform/macclassic.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
89 |
platform/win32.c \ |
307 | 90 |
platform/beos.cpp \ |
409
3b9db2a124e4
Added platform/os2.c to build system.
Ryan C. Gordon <icculus@icculus.org>
parents:
350
diff
changeset
|
91 |
platform/os2.c \ |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
92 |
extras/physfsrwops.h \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
93 |
extras/physfsrwops.c \ |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
94 |
extras/physfshttpd.c \ |
303 | 95 |
Makefile.am.oldautomake \ |
96 |
Makefile.am.newautomake \ |
|
409
3b9db2a124e4
Added platform/os2.c to build system.
Ryan C. Gordon <icculus@icculus.org>
parents:
350
diff
changeset
|
97 |
makeos2.cmd \ |
306 | 98 |
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST) |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
99 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
100 |
else |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
101 |
|
602
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
102 |
SUBDIRS = platform archivers zlib121 . test extras |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
103 |
|
298 | 104 |
libphysfs_la_SOURCES = \ |
105 |
physfs.c \ |
|
106 |
physfs_internal.h \ |
|
107 |
physfs_byteorder.c |
|
108 |
||
109 |
if BUILD_ZLIB |
|
602
691c1eadb8b7
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
110 |
ZLIB_LIB = zlib121/libz.la |
298 | 111 |
else |
112 |
ZLIB_LIB = |
|
113 |
endif |
|
114 |
||
115 |
libphysfs_la_LDFLAGS = \ |
|
116 |
-release $(LT_RELEASE) \ |
|
117 |
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
|
118 |
libphysfs_la_LIBADD = \ |
|
119 |
archivers/libarchivers.la \ |
|
120 |
platform/libplatform.la \ |
|
121 |
$(ZLIB_LIB) |
|
122 |
||
123 |
EXTRA_DIST = \ |
|
124 |
CREDITS \ |
|
125 |
LICENSE \ |
|
126 |
CHANGELOG \ |
|
127 |
INSTALL \ |
|
128 |
TODO \ |
|
129 |
Doxyfile \ |
|
130 |
CWProjects.sit \ |
|
489
a4a2b6a44a96
Added RPM spec.in version to EXTRA_DIST.
Ryan C. Gordon <icculus@icculus.org>
parents:
453
diff
changeset
|
131 |
physfs.spec.in \ |
350
ec1e75681b4b
Added physfs.spec to distribution.
Ryan C. Gordon <icculus@icculus.org>
parents:
337
diff
changeset
|
132 |
physfs.spec \ |
298 | 133 |
physfs.dsp \ |
409
3b9db2a124e4
Added platform/os2.c to build system.
Ryan C. Gordon <icculus@icculus.org>
parents:
350
diff
changeset
|
134 |
test_physfs.dsp \ |
3b9db2a124e4
Added platform/os2.c to build system.
Ryan C. Gordon <icculus@icculus.org>
parents:
350
diff
changeset
|
135 |
makeos2.cmd |
298 | 136 |
|
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
137 |
|
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
138 |
endif |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
139 |
|
303 | 140 |
|
298 | 141 |
dist-hook: |
303 | 142 |
mkdir $(distdir)/docs |
300
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
143 |
echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
144 |
echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README |
44170fd5ea40
Blah...wrong file before.
Ryan C. Gordon <icculus@icculus.org>
parents:
298
diff
changeset
|
145 |
echo >> $(distdir)/docs/README |
528
4d84e1994edb
Last minute 0.1.8 changes...
Ryan C. Gordon <icculus@icculus.org>
parents:
522
diff
changeset
|
146 |
rm -rf `find $(distdir) -name "CVS" -type d` |
298 | 147 |