Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/AL/test/Makefile

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


Revision 1.11 - (show annotations) (download)
Thu Nov 17 11:01:43 2005 UTC (18 years, 4 months ago) by tani
Branch: MAIN
CVS Tags: AL_PORTING, REL20051226, REL20060323, tag20060615, tag20070307current, tag20061115, tag20061130, merge_to_20060605, tag20070307, REL20060213, RELENG_2_0_0a_RELEASE, tag20060622, merge_to_20060411, HEAD
Branch point for: XOONIPS_STABLE_32, XOONIPS_STABLE_3, XOONIPS_STABLE_2
Changes since 1.10: +1 -1 lines
-DUSE_SYSLOG

1 CC = gcc
2 DEFS = -DUSE_SYSLOG
3 CFLAGS = $(DEFS) `xml2-config --cflags` -g -ggdb
4 LFLAGS = -lstdc++ -lcppunit -ldl -lodbc `xml2-config --libs` -lssl
5 OBJS=commonal_cppunit.o common.o ../criteria.o ../account.o ../group.o ../session.o ../commonal.o ../common.o ../item.o ../itemtype.o ../index.o ../changelog.o ../pubmed.o ../amazonbook.o ../ioapi.o ../minizip.o ../zip.o ../event.o
6 all: commonal_cppunit
7
8 commonal_cppunit: $(OBJS)
9 $(CC) $(LFLAGS) -o commonal_cppunit $(OBJS)
10
11 .cc.o:
12 $(CC) $(CFLAGS) -c -o $@ $<
13
14 clean:
15 rm -f $(OBJS) commonal_cppunit

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