/solaris-userland/tools/ |
H A D | Makefile | 70 time-$(MACH64).o: BITS=64 macro
|
/solaris-userland/components/gnome/pyatspi/ |
H A D | Makefile | 42 $(BUILD_DIR)/$(MACH64)-%/.configured: BITS=64 macro 47 $(BUILD_DIR)/$(MACH64)-%/.built: BITS=64 macro 52 $(BUILD_DIR)/$(MACH64)-%/.installed: BITS=64 macro
|
/solaris-userland/components/nettle/ |
H A D | Makefile | 74 CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS)) 108 $(BUILD_DIR)/wanboot-amd64/.configured: BITS=64 macro
|
/solaris-userland/components/libusb/ugen/ |
H A D | Makefile | 39 $(BUILD_DIR_32)/.built: BITS=32 macro 40 $(BUILD_DIR_64)/.built: BITS=64 macro 41 COMPONENT_BUILD_ARGS += BITS=$(BITS) 43 $(BUILD_DIR_32)/.installed: BITS=32 macro 44 $(BUILD_DIR_64)/.installed: BITS=64 macro 45 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
|
/solaris-userland/components/libusb/wrapper/ |
H A D | Makefile | 42 $(BUILD_DIR_32)/.built: BITS=32 macro 43 $(BUILD_DIR_64)/.built: BITS=64 macro 44 COMPONENT_BUILD_ARGS += BITS=$(BITS) 46 $(BUILD_DIR_32)/.installed: BITS=32 macro 47 $(BUILD_DIR_64)/.installed: BITS=64 macro 48 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
|
/solaris-userland/components/apache2-modules/mod_wsgi/ |
H A D | Makefile | 46 $(BUILD_DIR)/apache24-%/$(MACH64)/.configured: APXS=$(APACHE_24_USR_PREFIX)/bin/apxs BITS=64 47 $(BUILD_DIR)/apache24-%/$(MACH64)/.built: BITS=64 macro 48 $(BUILD_DIR)/apache24-%/$(MACH64)/.tested: BITS=64 macro
|
/solaris-userland/make-rules/ |
H A D | makemaker.mk | 35 # $(BUILD_DIR)/$(MACH64)-5.24/.configured: BITS=64 53 $(BUILD_DIR)/$(MACH64)-5.22/.configured: BITS=64 macro 56 $(BUILD_DIR)/$(MACH64)-5.22/.tested: BITS=64 macro 59 $(BUILD_DIR)/$(MACH64)-5.22/.tested-and-compared: BITS=64 macro 62 $(BUILD_DIR)/$(MACH64)-5.22/.system-tested: BITS=64 macro 65 $(BUILD_DIR)/$(MACH64)-5.22/.system-tested-and-compared: BITS=64 macro 107 COMPONENT_TEST_BUILD_DIR = $(BUILD_DIR)/test/$(MACH$(BITS))-$(PERL_VERSION) 108 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-$(PERL_VERSION)-$(BITS).master 109 COMPONENT_TEST_OUTPUT = $(COMPONENT_TEST_BUILD_DIR)/test-$(PERL_VERSION)-$(BITS)-results 110 COMPONENT_TEST_DIFFS = $(COMPONENT_TEST_BUILD_DIR)/test-$(PERL_VERSION)-$(BITS) [all...] |
H A D | configure.mk | 106 CONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS)) 107 CONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_SBINDIR.$(BITS)) 108 CONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS)) 110 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS)) 112 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(MACH).$(BITS)) 116 $(BUILD_DIR_32)/.configured: BITS=32 macro 117 $(BUILD_DIR_64)/.configured: BITS=64 macro 119 CONFIGURE_ENV += $(CONFIGURE_ENV.$(BITS))
|
H A D | waf.mk | 69 CONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS)) 70 CONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_SBINDIR.$(BITS)) 72 CONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS)) 74 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS)) 76 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(MACH).$(BITS)) 91 $(BUILD_DIR_32)/.configured: BITS=32 macro 92 $(BUILD_DIR_64)/.configured: BITS=64 macro 93 $(BUILD_DIR)/$(MACH32)-%/.configured: BITS=32 macro 94 $(BUILD_DIR)/$(MACH64)-%/.configured: BITS=64 macro 111 $(BUILD_DIR_32)/.built: BITS macro 112 $(BUILD_DIR_64)/.built: BITS=64 macro 113 $(BUILD_DIR)/$(MACH32)-%/.built: BITS=32 macro 114 $(BUILD_DIR)/$(MACH64)-%/.built: BITS=64 macro 138 $(BUILD_DIR_32)/.installed: BITS=32 macro 139 $(BUILD_DIR_64)/.installed: BITS=64 macro 140 $(BUILD_DIR)/$(MACH32)-%/.installed: BITS=32 macro 141 $(BUILD_DIR)/$(MACH64)-%/.installed: BITS=64 macro 157 $(BUILD_DIR_32)/.tested-and-compared: BITS=32 macro 158 $(BUILD_DIR_64)/.tested-and-compared: BITS=64 macro 159 $(BUILD_DIR)/$(MACH32)-%/.tested-and-compared: BITS=32 macro 160 $(BUILD_DIR)/$(MACH64)-%/.tested-and-compared: BITS=64 macro 181 $(BUILD_DIR_32)/.tested: BITS=32 macro 182 $(BUILD_DIR_64)/.tested: BITS=64 macro 183 $(BUILD_DIR)/$(MACH32)-%/.tested: BITS=32 macro 184 $(BUILD_DIR)/$(MACH64)-%/.tested: BITS=64 macro [all...] |
H A D | setup.py.mk | 32 $(BUILD_DIR)/$(MACH32)-%/.built: BITS=32 macro 33 $(BUILD_DIR)/$(MACH64)-%/.built: BITS=64 macro 38 $(BUILD_DIR)/$(MACH32)-%/.installed: BITS=32 macro 39 $(BUILD_DIR)/$(MACH64)-%/.installed: BITS=64 macro 44 $(BUILD_DIR)/$(MACH32)-%/.tested: BITS=32 macro 45 $(BUILD_DIR)/$(MACH64)-%/.tested: BITS=64 macro 50 $(BUILD_DIR)/$(MACH32)-%/.tested-and-compared: BITS=32 macro 51 $(BUILD_DIR)/$(MACH64)-%/.tested-and-compared: BITS=64 macro 57 $(BUILD_DIR)/$(MACH32)-%/.system-tested: BITS=32 macro 58 $(BUILD_DIR)/$(MACH64)-%/.system-tested: BITS macro 64 $(BUILD_DIR)/$(MACH32)-%/.system-tested-and-compared: BITS=32 macro 65 $(BUILD_DIR)/$(MACH64)-%/.system-tested-and-compared: BITS=64 macro [all...] |
H A D | shared-macros.mk | 129 # The values of BITS changes during the build process for components that 134 BUILD_BITS ?=$(BITS) 136 BITS ?= 64 macro 138 BITS ?= 32 macro 287 # NO_ARCH uses BITS=32 because some path setting macros use $(BITS) 288 $(BUILD_DIR_NO_ARCH)/.built: BITS=32 macro 289 $(BUILD_DIR_32)/.built: BITS=32 macro 290 $(BUILD_DIR_64)/.built: BITS=64 macro 296 $(BUILD_DIR_NO_ARCH)/.installed: BITS macro 297 $(BUILD_DIR_32)/.installed: BITS=32 macro 298 $(BUILD_DIR_64)/.installed: BITS=64 macro 434 $(BUILD_DIR_NO_ARCH)/.system-tested: BITS=32 macro 435 $(BUILD_DIR_32)/.system-tested: BITS=32 macro 436 $(BUILD_DIR_64)/.system-tested: BITS=64 macro 437 $(BUILD_DIR_NO_ARCH)/.system-tested-and-compared: BITS=32 macro 438 $(BUILD_DIR_32)/.system-tested-and-compared: BITS=32 macro 439 $(BUILD_DIR_64)/.system-tested-and-compared: BITS=64 macro 440 $(BUILD_DIR_NO_ARCH)/.tested: BITS=32 macro 441 $(BUILD_DIR_32)/.tested: BITS=32 macro 442 $(BUILD_DIR_64)/.tested: BITS=64 macro 443 $(BUILD_DIR_NO_ARCH)/.tested-and-compared: BITS=32 macro 444 $(BUILD_DIR_32)/.tested-and-compared: BITS=32 macro 445 $(BUILD_DIR_64)/.tested-and-compared: BITS=64 macro [all...] |
/solaris-userland/components/gnome/pygobject3/ |
H A D | Makefile | 54 $(BUILD_DIR)/$(MACH64)-%/.configured: BITS=64 macro 59 $(BUILD_DIR)/$(MACH64)-%/.built: BITS=64 macro 64 $(BUILD_DIR)/$(MACH64)-%/.installed: BITS=64 macro
|
/solaris-userland/components/gnutls-3/ |
H A D | Makefile | 274 $(BUILD_DIR)/wanboot-amd64/.configured: BITS=64 macro
|
/solaris-userland/components/berkeleydb/ |
H A D | Makefile | 33 $(BUILD_DIR)/test-$(MACH32)/.built: BITS=32 macro 34 $(BUILD_DIR)/test-$(MACH64)/.built: BITS=64 macro 37 $(BUILD_DIR)/test-$(MACH32)/.installed: BITS=32 macro 38 $(BUILD_DIR)/test-$(MACH64)/.installed: BITS=64 macro 114 # By default "gmake test" runs standard tests, takes ~2 days per $(BITS).
|
/solaris-userland/components/bind/ |
H A D | Makefile | 143 # COMPONENT_TEST_OUTPUT is dependent on BITS which is set depending on 145 test-summary: BITS=64 macro
|
/solaris-userland/components/fftw/ |
H A D | Makefile | 71 $(BUILD_DIR_32)-f/.%: BITS=32 macro 72 $(BUILD_DIR_32)-l/.%: BITS=32 macro 73 $(BUILD_DIR_64)-f/.%: BITS=64 macro 74 $(BUILD_DIR_64)-l/.%: BITS=64 macro 81 COMPONENT_TEST_BUILD_DIR = $(BUILD_DIR)/test/$(MACH$(BITS))$(VARIANT:%=-%)
|
/solaris-userland/components/samba/ |
H A D | Makefile | 99 LDFLAGS += -m$(BITS) 189 (cd $(@D) ; $(ENV) - $(WAF_PATH) $(CONFIGURE_ENV) $(CONFIGURE_ENV.$(BITS)) \ 190 waf configure $(WAFOPT1) $(CONFIGURE_OPTIONS) $(CONFIGURE_OPTIONS.$(BITS)) ) 225 (cd $(@D) ; $(ENV) - $(WAF_PATH) $(CONFIGURE_ENV) $(CONFIGURE_ENV.$(BITS)) \ 226 waf configure $(WAFOPT1) $(CONFIGURE_OPTIONS) $(CONFIGURE_OPTIONS.$(BITS)) ) 250 $(BUILD_DIR_SMB)/.configured: BITS=64 macro 252 $(BUILD_DIR_WINB)/.configured: BITS=32 macro
|
/solaris-userland/components/apache2-modules/ |
H A D | modules.mk | 46 $(VARIANT_APACHE_24)/$(MACH64)/.configured: BITS=64 macro 48 $(VARIANT_APACHE_24)/$(MACH64)/.built: BITS=64 macro 50 $(VARIANT_APACHE_24)/$(MACH64)/.tested: BITS=64 macro
|
/solaris-userland/components/desktop/dbus-python/ |
H A D | Makefile | 52 $(BUILD_DIR)/$(MACH64)-%/.configured: BITS=64 macro 53 $(BUILD_DIR)/$(MACH64)-%/.built: BITS=64 macro 54 $(BUILD_DIR)/$(MACH64)-%/.installed: BITS=64 macro 55 $(BUILD_DIR)/$(MACH64)-%/.tested-and-compared: BITS=64 macro 60 $(COMPONENT_TEST_BUILD_DIR)/test-$(PYTHON_VERSION)-$(BITS)-results 62 $(COMPONENT_TEST_BUILD_DIR)/test-$(PYTHON_VERSION)-$(BITS)-diffs 64 $(COMPONENT_TEST_BUILD_DIR)/results-$(PYTHON_VERSION)-$(BITS).snapshot 66 $(COMPONENT_TEST_BUILD_DIR)/transform-$(PYTHON_VERSION)-$(BITS)-results
|
/solaris-userland/components/mpc/ |
H A D | Makefile | 59 $(BUILD_OLD_DIR_32)/.configured: BITS=32 macro 60 $(BUILD_OLD_DIR_64)/.configured: BITS=64 macro 83 COMPONENT_TEST_DIR = $(BUILD_DIR)/$(MACH$(BITS))/tests
|
/solaris-userland/components/vim/ |
H A D | Makefile | 51 $(VARIANTS:%=%/.configured): BITS=64 macro
|
/solaris-userland/components/openssl/openssl-default/ |
H A D | Makefile | 125 CONFIGURE_OPTIONS += --pk11-libname=$(PKCS11_LIB$(BITS)) 126 CONFIGURE_OPTIONS += --enginesdir=$(ENGINESDIR_$(BITS)) 149 $(BUILD_DIR_WANBOOT)/.configured: BITS=64 macro 171 ( $(CLONEY) $(SOURCE_DIR) $(BUILD_DIR)/$(MACH$(BITS)); ) 182 ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
|
/solaris-userland/components/perl512/ |
H A D | Makefile | 138 $(VARIANTS:%=%/.configured): BITS=32 macro
|
/solaris-userland/components/gnump/ |
H A D | Makefile | 135 CONFIGURE_ENV += ABI="$(BITS)" 136 CONFIGURE_ENV += "MPN_PATH=$(MPN_$(BITS))" 220 $(BUILD_DIR)/wanboot-amd64/.configured: BITS=64 macro
|
/solaris-userland/components/readline/ |
H A D | Makefile | 85 COMPONENT_TEST_ENV += LD_LIBRARY_PATH=$(TEST_LIBPATH.$(BITS)) 97 $(BUILD_OLD_DIR_32)/.configured: BITS=32 macro 98 $(BUILD_OLD_DIR_64)/.configured: BITS=64 macro
|