Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/AL/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Tue Jul 12 03:22:43 2005 UTC (18 years, 9 months ago) by orrisroot
Branch: MAIN
CVS Tags: MergePnt_20051116, XOONIPS_RC1, MergePnt_20051220
Branch point for: XOONIPS_STABLE
Changes since 1.2: +3 -1 lines
added event.cc event.h source files to Makefile.am

1 AUTOMAKE_OPTIONS = 1.5
2
3 # make abstract layer only
4 # CFLAGS = @CFLAGS@ $(XNPAL_CFLAGS)
5 # CXXFLAGS = @CXXFLAGS@ $(XNPAL_CFLAGS)
6 # bin_SCRIPTS = xnpal-config
7 # lib_LTLIBRARIES = libxnpal.la XNPAL.la
8 # libxnpal_la_SOURCES = $(libxnpal_sources)
9 # libxnpal_la_LIBADD = $(XNPAL_LIBADD)
10
11 # make abstract layer with php wrapper
12 DEFS=@DEFS@ -DCOMPILE_DL_FIRST_MODULE=1
13 CFLAGS = @CFLAGS@ $(XNPAL_CFLAGS) $(PHP_INCLUDES)
14 CXXFLAGS = @CXXFLAGS@ $(XNPAL_CFLAGS) $(PHP_INCLUDES)
15 libdir = $(PHP_EXTENSION_DIR)
16 lib_LTLIBRARIES = XNPAL.la
17 XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources)
18 XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS)
19 XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version
20
21 libxnpal_sources = \
22 account.h \
23 account.cc \
24 common.h \
25 common.cc \
26 commonal.h \
27 commonal.cc \
28 criteria.h \
29 criteria.cc \
30 group.h \
31 group.cc \
32 session.h \
33 session.cc \
34 item.h \
35 item.cc \
36 itemtype.h \
37 itemtype.cc \
38 index.h \
39 index.cc \
40 changelog.h \
41 changelog.cc \
42 pubmed.h \
43 pubmed.cc \
44 amazonbook.h \
45 amazonbook.cc \
46 ioapi.h \
47 ioapi.c \
48 crypt.h \
49 zip.h \
50 minizip.c \
51 zip.c \
52 event.h \
53 event.cc
54
55 xnpal_sources = \
56 xnpal.cc \
57 xnpal.h
58
59 EXTRA_DIST = \
60 bootstrap.sh \
61 Makefile.w32 \
62 xnpal.doxygen \
63 iowin32.c \
64 iowin32.h \
65 md5/global.h \
66 md5/md5.c \
67 md5/md5.h \
68 macros/libiodbc.m4 \
69 macros/libtool.m4 \
70 macros/libiodbc.m4 \
71 macros/libxml.m4 \
72 macros/openssl.m4 \
73 macros/zlib.m4 \
74 macros/php.m4 \
75 sotest.php \
76 test/Makefile \
77 test/common.cc \
78 test/common.h \
79 test/commonal_cppunit.cc \
80 test/commonal_cppunit.sql \
81 test/commonal_cppunit.sqlite \
82 test/droptable.sql \
83 test/stresstest.php \
84 test/stresstest.sql \
85 test/test_account.cc \
86 test/test_commonal.cc \
87 test/test_criteria.cc \
88 test/test_group.cc \
89 test/test_login_logout.cc \
90 test/test_session.cc \
91 testphp/commonal.php \
92 testphp/commonal_initdb.php \
93 testphp/load_xnpal.php \
94 testphp/login_user.php
95
96 CLEANFILES = *~
97 DISTCLEANFILES = .deps/*.P

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26