File:  [parser3project] / parser3 / src / targets / cgi / Makefile.am
Revision 1.60: download - view: text, annotated - select for diffs - revision graph
Mon Jun 11 23:11:36 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
CVS tags: HEAD
disable-static not compatible with LIBTOOLFLAGS for unknown reasons

# Parser has circular library dependencies, thus libmain.a is linked twice and --preserve-dup-deps libtool option is used
PA_LIBS = ../../main/libmain.a ../../classes/libclasses.a ../../types/libtypes.a ../../main/libmain.a \
	  ../../lib/gd/libgd.a ../../lib/cord/libcord.a ../../lib/md5/libmd5.a ../../lib/sdbm/libsdbm.a \
	  ../../lib/smtp/libsmtp.a ../../lib/json/libjson.a ../../lib/memcached/libmemcached.a

INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/gc/include -I../../lib/cord/include \
	   -I../../lib/md5 -I../../lib/json -I$(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@

bin_PROGRAMS = parser3
noinst_HEADERS = getopt.h
parser3_DEPENDENCIES=Makefile $(PA_LIBS)
parser3_SOURCES = pa_threads.C parser3.C getopt.c
parser3_LDADD= $(PA_LIBS) $(LIBLTDL) @GC_LIBS@ @PCRE_LIBS@ @XML_LIBS@ @MIME_LIBS@
parser3_LIBTOOLFLAGS=--preserve-dup-deps
EXTRA_DIST = parser3.vcproj

E-mail: