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.1 - (show annotations) (download)
Fri Mar 11 20:00:28 2005 UTC (19 years, 1 month ago) by orrisroot
Branch: MAIN
- Autotoolized XooNiPs Abstract Layer projects.
- changelog.cc commonal.cc index.cc item.cc :
    included <time.h> header file for undefined data type 'time_t' error.

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 = $(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
53 xnpal_sources = \
54 xnpal.cc \
55 xnpal.h
56
57 EXTRA_DIST = \
58 bootstrap.sh \
59 Makefile.w32 \
60 xnpal.doxygen \
61 xnpalw32.cc \
62 macros/libiodbc.m4 \
63 macros/libtool.m4 \
64 macros/libiodbc.m4 \
65 macros/libxml.m4 \
66 macros/openssl.m4 \
67 macros/zlib.m4 \
68 macros/php.m4 \
69 sotest.php \
70 test/Makefile \
71 test/common.cc \
72 test/common.h \
73 test/commonal_cppunit.cc \
74 test/commonal_cppunit.sql \
75 test/commonal_cppunit.sqlite \
76 test/droptable.sql \
77 test/stresstest.php \
78 test/stresstest.sql \
79 test/test_account.cc \
80 test/test_commonal.cc \
81 test/test_criteria.cc \
82 test/test_group.cc \
83 test/test_login_logout.cc \
84 test/test_session.cc \
85 testphp/commonal.php \
86 testphp/commonal_initdb.php \
87 testphp/load_xnpal.php \
88 testphp/login_user.php
89
90 CLEANFILES = *~
91 DISTCLEANFILES = .deps/*.P

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