Searched refs:APXS (Results 1 - 9 of 9) sorted by relevance

/solaris-userland-s11u3/components/apache2-modules/mod_dtrace/src/
H A DMakefile24 APXS=apxs macro
27 CC=`$(APXS) -q CC`
28 CFLAGS=`$(APXS) -q CFLAGS`
29 LDFLAGS_SHLIB=`$(APXS) -q LDFLAGS_SHLIB`
34 $(APXS) -c -o mod_dtrace.so mod_dtrace.c && rm .libs/mod_dtrace.so
/solaris-userland-s11u3/components/apache2-modules/mod_dtrace/
H A DMakefile37 COMPONENT_BUILD_ARGS += APXS=$(APXS)
/solaris-userland-s11u3/components/apache2-modules/mod_fcgid/
H A DMakefile44 COMPONENT_PRE_BUILD_ACTION= ( cd $(@D); APXS=$(APXS) ./configure.apxs )
/solaris-userland-s11u3/components/apache2-modules/mod_proxy_html/
H A DMakefile47 $(BUILD_DIR_32)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/apxs
48 $(BUILD_DIR_64)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
/solaris-userland-s11u3/components/apache2-modules/mod_security2/
H A DMakefile50 CONFIGURE_OPTIONS += --with-apxs=$(APXS)
51 CONFIGURE_OPTIONS += --with-apr=`$(APXS) -q APR_CONFIG`
52 CONFIGURE_OPTIONS += --with-apu=`$(APXS) -q APU_CONFIG`
/solaris-userland-s11u3/components/apache2-modules/
H A Dmodules.mk60 $(BUILD_DIR)/apache22/$(MACH32)/.configured: APXS=$(APACHE_USR_PREFIX)/bin/apxs macro
61 $(BUILD_DIR)/apache22/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs macro
62 $(BUILD_DIR)/apache24/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/bin/apxs macro
64 $(BUILD_DIR)/apache22/$(MACH32)/.built: APXS=$(APACHE_USR_PREFIX)/bin/apxs macro
65 $(BUILD_DIR)/apache22/$(MACH64)/.built: APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs macro
66 $(BUILD_DIR)/apache24/$(MACH64)/.built: APXS=$(APACHE_USR_PREFIX)/bin/apxs macro
/solaris-userland-s11u3/components/apache2-modules/mod_wsgi/
H A DMakefile57 $(BUILD_DIR)/apache22-%/$(MACH32)/.configured: APXS=$(APACHE_USR_PREFIX)/2.2/bin/apxs macro
58 $(BUILD_DIR)/apache22-%/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/2.2/bin/$(MACH64)/apxs macro
59 $(BUILD_DIR)/apache24-%/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/2.4/bin/apxs macro
72 CONFIGURE_OPTIONS += --with-apxs=$(APXS)
/solaris-userland-s11u3/components/apache2-modules/mod_jk/
H A DMakefile50 CONFIGURE_OPTIONS += --with-apxs=$(APXS)
/solaris-userland-s11u3/components/subversion/
H A DMakefile94 APXS.32 = /usr/apache2/2.2/bin/apxs
97 APACHE_LIBEXECDIR.32 = `$(APXS.32) -q libexecdir`
116 CONFIGURE_OPTIONS += --with-apxs=$(APXS.$(BITS))

Completed in 953 milliseconds