Annotation of parser3/src/targets/apache/Makefile.am, revision 1.1
1.1 ! moko 1: INCLUDES := $(INCLUDES) -I./ -I$(APACHE13)/src/include -I$(APACHE13)/src/os/unix \
! 2: -I../../classes -I../../types -I../../lib/gc/include -I../../lib/cord/include @XML_INCLUDES@
! 3:
! 4: PA_LIBS = ../../classes/libclasses.a ../../types/libtypes.a ../../main/libmain.a ../../lib/gd/libgd.a ../../lib/cord/libcord.a \
! 5: ../../lib/md5/libmd5.a ../../lib/sdbm/libsdbm.a ../../lib/smtp/libsmtp.a ../../lib/json/libjson.a $(LIBLTDL)
! 6:
! 7: noinst_LIBRARIES = libmod_parser3.a
! 8:
! 9: libmod_parser3_a_DEPENDENCIES=Makefile $(PA_LIBS)
! 10: libmod_parser3_a_SOURCES = pa_threads.C mod_parser3_core.C mod_parser3.c
! 11:
! 12: EXTRA_DIST = ApacheModuleParser3.vcproj pa_httpd.h
! 13:
! 14: all-local: parser3module
! 15:
! 16: parser3module:
! 17: $(CC) -shared -o mod_parser3.so -Wl,--whole-archive libmod_parser3.a $(PA_LIBS) -Wl,--no-whole-archive \
! 18: @GC_LIBS@ @PCRE_LIBS@ @XML_LIBS@ @MIME_LIBS@ $(LIBADD_DL) @CPP_LIBS@
E-mail: