Searched defs:APXS (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/apache2-modules/mod_dtrace/src/
H A DMakefile26 APXS=apxs macro
29 CC=`$(APXS) -q CC`
30 CFLAGS=`$(APXS) -q CFLAGS`
31 LDFLAGS_SHLIB=`$(APXS) -q LDFLAGS_SHLIB`
36 $(APXS) -c -o mod_dtrace.so mod_dtrace.c && rm .libs/mod_dtrace.so
/solaris-userland/components/apache2-modules/mod_wsgi/
H A DMakefile46 $(BUILD_DIR)/apache24-%/$(MACH64)/.configured: APXS=$(APACHE_24_USR_PREFIX)/bin/apxs BITS=64 macro
/solaris-userland/components/apache2-modules/
H A Dmodules.mk58 $(BUILD_DIR)/apache24/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/bin/apxs macro
60 $(BUILD_DIR)/apache24/$(MACH64)/.built: APXS=$(APACHE_USR_PREFIX)/bin/apxs macro
67 CONFIGURE_OPTIONS += --with-apxs=$(APXS)
/solaris-userland/components/subversion/
H A DMakefile132 APXS.32 = no
133 APXS.64 = $(USRDIR)/apache2/2.4/bin/apxs
165 CONFIGURE_OPTIONS += --with-apxs=$(APXS.$(BITS))

Completed in 51 milliseconds