File:  [parser3project] / parser3 / src / targets / cgi / Makefile.am
Revision 1.48: download - view: text, annotated - select for diffs - revision graph
Fri Oct 24 04:42:25 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1, HEAD
.dsp/w -> .vcproj/sln

#by default c++ when running linker adds -lstdc++ (and -lm) which overrides 
#our [default] setting of linking that that lib should be linked statically
#so we're switching linker to gcc, which does not add anything
CXXLD=$(CC)

INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/gc/include -I../../lib/cord/include -I../../lib/pcre -I../../lib/md5 -I$(INCLTDL) @XML_INCLUDES@
PA_LIBS = ../../main/libmain.a ../../classes/libclasses.a ../../types/libtypes.a ../../main/libmain.a ../../classes/gd/libgd.a ../../lib/cord/libcord.a ../../lib/pcre/libpcre.a ../../lib/md5/libmd5.a $(LIBLTDL)

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) $(LIBADD_DL) @GC_LIBS@ @XML_LIBS@ @MIME_LIBS@ @CPP_LIBS@
EXTRA_DIST = parser3.vcproj pp3.cmd

E-mail: