Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.46.2.4
1.46.2.3 paf 1: #by default c++ when running linker adds -lstdc++ (and -lm) which overrides
2: #our [default] setting of linking that that lib should be linked statically
3: #so we're switching linker to gcc, which does not add anything
4: CXXLD=$(CC)
1.29 paf 5:
1.36 paf 6: INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/pcre -I../../lib/md5 -I$(INCLTDL) @XML_INCLUDES@
1.46.2.2 paf 7: PA_LIBS = ../../main/libmain.a ../../classes/libclasses.a ../../types/libtypes.a ../../main/libmain.a ../../classes/gd/libgd.a ../../lib/pcre/libpcre.a ../../lib/md5/libmd5.a $(LIBLTDL)
1.1 paf 8:
1.2 paf 9: bin_PROGRAMS = parser3
1.46.2.1 paf 10: noinst_HEADERS = getopt.h
1.45 paf 11: parser3_DEPENDENCIES=Makefile $(PA_LIBS)
1.46.2.1 paf 12: parser3_SOURCES = pa_threads.C parser3.C getopt.c
1.46.2.4! paf 13: parser3_LDADD= $(PA_LIBS) @XML_LIBS@ @MIME_LIBS@ @CPP_LIBS@
1.44 paf 14: EXTRA_DIST = parser3.dsp
E-mail: