|
|
1.8 parser 1: if COMPILE_APACHE13_MODULE
2:
3: APACHE_INCLUDES=-I$(APACHE13_SRC)/include -I$(APACHE13_SRC)/os/unix
4:
5: endif
6:
1.9 ! parser 7: INCLUDES:=$(INCLUDES) $(APACHE_INCLUDES) -I$(XML_SRC)/xml-xerces/c/src -I$(XML_SRC)/xml-xalan/c/src
1.7 parser 8:
1.5 paf 9: SUBDIRS = classes types main libltdl pcre targets
10:
11: LIBTOOL_DEPS = @LIBTOOL_DEPS@
12: libtool: $(LIBTOOL_DEPS)
13: $(SHELL) ./config.status --recheck
1.2 paf 14: