Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.48

1.47      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.46      paf         5: 
1.47      paf         6: 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@
                      7: 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)
1.1       paf         8: 
1.2       paf         9: bin_PROGRAMS = parser3
1.47      paf        10: noinst_HEADERS = getopt.h
1.45      paf        11: parser3_DEPENDENCIES=Makefile $(PA_LIBS)
1.47      paf        12: parser3_SOURCES = pa_threads.C parser3.C getopt.c
                     13: parser3_LDADD= $(PA_LIBS) $(LIBADD_DL) @GC_LIBS@ @XML_LIBS@ @MIME_LIBS@ @CPP_LIBS@
1.48    ! paf        14: EXTRA_DIST = parser3.vcproj pp3.cmd

E-mail: