Searched refs:MACH (Results 1 - 25 of 70) sorted by relevance

123

/solaris-userland-s11u3/components/openssl/openssl-fips/
H A Dcc.sh35 MACH=`uname -p`
37 if [ "$MACH" = "sparc" ]; then
/solaris-userland-s11u3/components/meta-packages/history/
H A DMakefile41 MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH)
44 HISTORICAL_MANIFESTS = $(shell $(NAWK) -v FUNCTION=name -v MACH=$(MACH) -f $(GENERATE_HISTORY) < $(HISTORY))
45 ARCH_MANIFESTS = $(wildcard *.p5m.$(MACH))
46 GENERATED_ARCH_MANIFESTS = $(ARCH_MANIFESTS:%.p5m.$(MACH)=%.p5m)
57 $(NAWK) -v FUNCTION=manifest -v MACH=$(MACH) -v TARGET=$1 -f $(GENERATE_HISTORY) < \
90 $(BUILD_DIR)/.linted-$(MACH): $(MOGRIFIED) $(HISTOGRIFIED) $(BUILD_DIR)
97 $(BUILD_DIR)/.published-$(MACH): $(BUILD_DIR)/.linted-$(MACH)
[all...]
/solaris-userland-s11u3/components/php-5_3/
H A DMakefile132 PKG_PROTO_DIRS += APC/build/prototype/$(MACH)
133 PKG_PROTO_DIRS += APC-zts/build/prototype/$(MACH)
134 PKG_PROTO_DIRS += idn/build/prototype/$(MACH)
135 PKG_PROTO_DIRS += idn-zts/build/prototype/$(MACH)
136 PKG_PROTO_DIRS += memcache/build/prototype/$(MACH)
137 PKG_PROTO_DIRS += memcache-zts/build/prototype/$(MACH)
138 PKG_PROTO_DIRS += php-cgi/build/prototype/$(MACH)
139 PKG_PROTO_DIRS += php-nsapi/build/prototype/$(MACH)
140 PKG_PROTO_DIRS += php-sapi/build/prototype/$(MACH)
141 PKG_PROTO_DIRS += suhosin/build/prototype/$(MACH)
[all...]
/solaris-userland-s11u3/components/yasm/
H A DMakefile40 ifeq ($(MACH), sparc)
106 configure: configure_$(MACH)
108 build: build_$(MACH)
110 install: install_$(MACH)
112 test: test_$(MACH)
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Dprep_build_area.sh28 export MACH=`uname -p`
79 if [ "${MACH}" = "sparc" ] ; then
85 export MACH MACH64
/solaris-userland-s11u3/components/stdcxx/
H A DMakefile51 ISA_PATCH_DIR_32 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH)
55 ISA_PATCHES_$(MACH) = \
56 $(ISA_PATCH_DIR)/1034-sunpro.config.$(MACH).patch \
57 $(ISA_PATCH_DIR)/1035-GNUmakefile.tst.$(MACH).patch \
58 $(ISA_PATCH_DIR)/1036-GNUmakefile.rwt.$(MACH).patch \
59 $(ISA_PATCH_DIR)/1037-GNUmakefile.lib.$(MACH).patch \
60 $(ISA_PATCH_DIR)/1038-GNUmakefile.ph.$(MACH).patch \
61 $(ISA_PATCH_DIR)/1039-GNUmakefile.exm.$(MACH).patch \
62 $(ISA_PATCH_DIR)/1040-GNUmakefile.cfg.$(MACH).patch \
63 $(ISA_PATCH_DIR)/1041-GNUmakefile.bin.$(MACH)
[all...]
/solaris-userland-s11u3/components/open-fabrics/libsif/
H A DMakefile70 build: build_$(MACH)
77 install: install_$(MACH)
80 ifeq ($(MACH), i386)
/solaris-userland-s11u3/components/visual-panels/core/
H A Dsystem-management-visual-panels-doc.sh29 MACH=`/usr/bin/uname -p`
30 PROTO_DOC=`pwd`/build/prototype/$MACH/usr/share/lib/java/javadoc
/solaris-userland-s11u3/components/php-5_3/APC-zts/
H A DMakefile46 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-$(MACH$(BITS)).master
/solaris-userland-s11u3/components/php-5_3/idn/
H A DMakefile43 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../idn-zts/build/prototype/$(MACH)
/solaris-userland-s11u3/components/php-5_3/suhosin/
H A DMakefile43 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../suhosin-zts/build/prototype/$(MACH)
/solaris-userland-s11u3/components/php-5_3/tcpwrap/
H A DMakefile46 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../tcpwrap-zts/build/prototype/$(MACH)
/solaris-userland-s11u3/components/php-5_3/xdebug/
H A DMakefile47 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../xdebug-zts/build/prototype/$(MACH)
/solaris-userland-s11u3/components/php-5_3/APC/
H A DMakefile53 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../APC-zts/build/prototype/$(MACH)
59 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-$(MACH$(BITS)).master
/solaris-userland-s11u3/components/acpidump/
H A DMakefile45 ifeq ($(MACH), sparc)
70 build: build_$(MACH)
/solaris-userland-s11u3/components/logilab-astng/
H A DMakefile72 COMPONENT_TEST_ENV = PYTHONPATH=$(COMPONENT_DIR)/../logilab-common/build/prototype/$(MACH)$(PYTHON_VENDOR_PACKAGES):$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
77 COMPONENT_TEST_CMD = $(COMPONENT_DIR)/../logilab-common/build/prototype/$(MACH)/usr/bin/pytest-$(PYTHON_VERSION)
/solaris-userland-s11u3/components/gcc48/
H A DMakefile48 PARCH = $(MACH:i386=i386-pc)
62 CFLAGS += $(CFLAGS.$(MACH))
64 CXXFLAGS += $(CFLAGS.$(MACH))
73 ifeq ($(MACH),sparc)
99 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(MACH))
/solaris-userland-s11u3/components/python/cryptography/
H A DMakefile48 CFFI = $(WS_COMPONENTS)/python/cffi/build/prototype/$(MACH)/$(PYTHON_LIB)
/solaris-userland-s11u3/components/gnupg/
H A DMakefile90 LIBKSBA_MANIFEST = manifest-$(MACH)-libksba.depend
91 LIBASSUAN_MANIFEST = manifest-$(MACH)-libassuan.depend
92 GPGME_MANIFEST = manifest-$(MACH)-gpgme.depend
93 PINENTRY_MANIFEST = manifest-$(MACH)-pinentry.depend
/solaris-userland-s11u3/tools/
H A DMakefile44 echo "exec" $(PARFAIT_ROOT)/$(MACH)/parfait-$$i '$$*' >> $(PARFAIT_TOOLS)/$$i ; \
58 @sed -e "s,WS_TOP_XXX,$(WS_TOP)/$(MACH)," \
79 @$(RM) -r $(PARFAIT_TOOLS) $(PARFAIT_TOOLS_GCC3) $(MACH)
/solaris-userland-s11u3/components/pylint/
H A DMakefile117 COMPONENT_TEST_ENV = PYTHONPATH=$(COMPONENT_DIR)/../logilab-common/build/prototype/$(MACH)$(PYTHON_VENDOR_PACKAGES):$(COMPONENT_DIR)/../logilab-astng/build/prototype/$(MACH)$(PYTHON_VENDOR_PACKAGES):$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
122 COMPONENT_TEST_CMD = $(COMPONENT_DIR)/../logilab-common/build/prototype/$(MACH)/usr/bin/pytest-$(PYTHON_VERSION)
/solaris-userland-s11u3/components/gcc47/
H A DMakefile44 PARCH = $(MACH:i386=i386-pc)
68 ifeq ($(MACH),sparc)
93 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(MACH))
/solaris-userland-s11u3/components/gcc3/
H A DMakefile45 PARCH = $(MACH:i386=i386-pc)
69 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(MACH))
/solaris-userland-s11u3/components/tcpdump/
H A DMakefile47 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(MACH))
/solaris-userland-s11u3/components/visual-panels/apache/
H A DMakefile45 COMPONENT_BUILD_ENV += ROOT=$(BUILD_DIR)/prototype/$(MACH)

Completed in 157 milliseconds

123