Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.57
1.56 moko 1: # Parser switches linker to gcc to avoid -lstdc++ to be dynamically linked by g++
1.47 paf 2: CXXLD=$(CC)
1.46 paf 3:
1.57 ! moko 4: # Parser has circular library dependencies, thus libmain.a is linked twice and --preserve-dup-deps libtool option is used
1.56 moko 5: PA_LIBS = ../../main/libmain.a ../../classes/libclasses.a ../../types/libtypes.a ../../main/libmain.a \
6: ../../lib/gd/libgd.a ../../lib/cord/libcord.a ../../lib/md5/libmd5.a ../../lib/sdbm/libsdbm.a \
7: ../../lib/smtp/libsmtp.a ../../lib/json/libjson.a ../../lib/memcached/libmemcached.a $(LIBLTDL)
8:
9: INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/gc/include -I../../lib/cord/include \
10: -I../../lib/md5 -I../../lib/json -I$(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@
1.1 paf 11:
1.2 paf 12: bin_PROGRAMS = parser3
1.47 paf 13: noinst_HEADERS = getopt.h
1.45 paf 14: parser3_DEPENDENCIES=Makefile $(PA_LIBS)
1.47 paf 15: parser3_SOURCES = pa_threads.C parser3.C getopt.c
1.55 moko 16: parser3_LDADD= $(PA_LIBS) $(LIBADD_DL) @GC_LIBS@ @PCRE_LIBS@ @XML_LIBS@ @MIME_LIBS@ @CPP_LIBS@
1.56 moko 17: parser3_LIBTOOLFLAGS=--preserve-dup-deps
18: EXTRA_DIST = parser3.vcproj
E-mail: