Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 931 Bytes

Makefile.am.oldautomake

File metadata and controls

46 lines (38 loc) · 931 Bytes
 
Jun 28, 2002
Jun 28, 2002
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
lib_LTLIBRARIES = libphysfs.la
SUBDIRS = platform archivers zlib114 . test extras
libphysfsincludedir = $(includedir)
libphysfsinclude_HEADERS = \
physfs.h
libphysfs_la_SOURCES = \
physfs.c \
physfs_internal.h \
physfs_byteorder.c
if BUILD_ZLIB
ZLIB_LIB = zlib114/libz.la
else
ZLIB_LIB =
endif
libphysfs_la_LDFLAGS = \
-release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libphysfs_la_LIBADD = \
archivers/libarchivers.la \
platform/libplatform.la \
$(ZLIB_LIB)
EXTRA_DIST = \
CREDITS \
LICENSE \
CHANGELOG \
INSTALL \
TODO \
Doxyfile \
CWProjects.sit \
Jul 18, 2002
Jul 18, 2002
36
physfs.spec \
Jun 28, 2002
Jun 28, 2002
37
physfs.dsp \
Jul 27, 2002
Jul 27, 2002
38
39
test_physfs.dsp \
makeos2.cmd
Jun 28, 2002
Jun 28, 2002
40
41
dist-hook:
Jun 28, 2002
Jun 28, 2002
42
43
44
45
mkdir $(distdir)/docs
echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README
echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README
echo >> $(distdir)/docs/README