Searched refs:build (Results 151 - 175 of 1028) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tclresource/
H A DMakefile30 # include TEA Tcl extension build support
35 build::
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/
H A DMakefile23 # include TEA Tcl extension build support
30 build::
/macosx-10.10/IOFireWireFamily-456/
H A Dpbxbuild.sh5 # -buildstyle <bsname> Use the build style named <bsname>
10 -buildstyle <bsname> Use the build style named <bsname>'
71 # The default action is 'build'
73 Actions=build
81 TargetPath="${DataPath}/${Target}.build"
/macosx-10.10/IOSerialFamily-74/
H A Dpbxbuild.sh5 # -buildstyle <bsname> Use the build style named <bsname>
10 -buildstyle <bsname> Use the build style named <bsname>'
71 # The default action is 'build'
73 Actions=build
81 TargetPath="${DataPath}/${Target}.build"
/macosx-10.10/MITKerberosShim-66/scripts/
H A Dtest-build.sh15 *) echo "unknown build $version";
20 rm -rf build
/macosx-10.10/Security-57031.1.35/
H A D.call16 build
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/
H A DMakefile3 .PHONY: build all install installsrc installhdrs test check Makefile testexcldebug
36 BUILT_PRODUCTS_DIR = build
40 OBJROOT ?= $(BUILT_PRODUCTS_DIR)/intermediates/$(PRODUCT).build
134 build: $(OTHER_DEPENDENCIES) $(OBJDIRS) $(BUILT_TARGETS)
136 all: build
141 install: build
154 test: build
157 testexcldebug: build
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/mig/
H A Dmig.mk2 # Makefile to build MIG-generated sources and headers
13 build: $(HDRS) $(SRCS)
15 install: build
/macosx-10.10/Twisted-17/
H A DMakefile24 build:: extract_source
27 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py build; \
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DSuffixTree.h53 build(text);
96 void build(const String& text) function in class:WebCore::SuffixTree
H A DPlatformLocale.cpp49 bool build(const String&);
71 bool DateTimeStringBuilder::build(const String& formatString) function in class:WebCore::DateTimeStringBuilder
344 builder.build(formatType == FormatTypeShort ? shortTimeFormat() : timeFormat());
347 builder.build(dateFormat());
350 builder.build(formatType == FormatTypeShort ? shortMonthFormat() : monthFormat());
354 builder.build(weekFormatInLDML());
359 builder.build(formatType == FormatTypeShort ? dateTimeFormatWithoutSeconds() : dateTimeFormatWithSeconds());
/macosx-10.10/awk-20/src/
H A Dbuildwin.bat2 rem buildwin.bat - build AWK under Windows NT using Visual C++.
/macosx-10.10/cxxfilt-11/cxxfilt/config/
H A Dmulti.m417 [ --enable-multilib build many library versions (default)],
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dllvm-native-gcc58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
170 # build the llvm-gcc command line.
190 native-build [OPTIONS...] FILE
199 If called as "native-build", it compiles bitcode to native code, and takes
236 This manual page does not adequately document native-build mode.
H A Dllvm-native-gxx58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
170 # build the llvm-gxx command line.
190 native-build [OPTIONS...] FILE
199 If called as "native-build", it compiles bitcode to native code, and takes
236 This manual page does not adequately document native-build mode.
/macosx-10.10/ICU-531.30/icuSources/data/brkitr/
H A Dbrkfiles.mk4 # A list of txt's to build
20 # * To REPLACE the default list and only build with a few
28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
/macosx-10.10/apache-793/httpd/build/
H A Dbinbuild.sh22 OS=`./build/config.guess`
23 PRINTPATH="build/PrintPath"
45 USER="`build/buildinfo.sh -n %u@%h%d`"
52 echo "'./build/binbuild.sh'."
80 ) 2>&1 | tee build.log
83 echo "ERROR: Failed to build Apache. See \"build.log\" for details."
147 build/install-bindist.sh.in > install-bindist.sh
165 if [ ".`grep -i error build.log > /dev/null`" != . ]; then
166 echo "ERROR: Failed to build Apach
[all...]
H A Dspecial.mk17 # The build environment was provided by Sascha Schumann.
27 include $(top_builddir)/build/rules.mk
32 $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(DESTDIR)$(libexecdir); \
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DGNUmakefile3 # Makefile wrapper to build tcl on Mac OS X in a way compatible with the tk/macosx Xcode buildsystem
4 # uses the standard unix build system in tcl/unix (which can be used directly instead of this
22 BUILD_DIR ?= ${CURDIR}/../../build
71 # build styles
120 build-${PROJECT}: target = ${BUILD_TARGET}
128 # build rules
141 build-${PROJECT}: ${objdir}/Makefile
152 install-${PROJECT}: build-${PROJECT}
183 # Deployment build can be installed on top
184 # of Development build withou
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/macosx/
H A DMakefile3 # Makefile wrapper to build tcl on Mac OS X in a way compatible with the tk/macosx Xcode buildsystem
4 # uses the standard unix build system in tcl/unix (which can be used directly instead of this
22 BUILD_DIR ?= ${CURDIR}/../../build
71 # build styles
116 build-${PROJECT}: target = ${BUILD_TARGET}
124 # build rules
137 build-${PROJECT}: ${OBJ_DIR}/Makefile
148 install-${PROJECT}: build-${PROJECT}
179 # Deployment build can be installed on top
180 # of Development build withou
[all...]
/macosx-10.10/lukemftpd-50/
H A DAEP.make41 # necessary if the project requires extra build flags
149 .PHONY: extract-source build-dependencies archive-strip-binaries
154 $(GNUConfigStamp): extract-source build-dependencies
156 build:: extract-source build-dependencies
160 # it's easier to copy the sources to the build directory and work from there.
177 @echo "Copying sources to build directory..."
186 build-dependencies:
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dconfigure15 --with-build-libsubdir=[DIR] Directory where to find libraries for build system"
42 --enable-stage1-languages[=all] choose additional languages to build during
48 --with-build-sysroot=sysroot
49 use sysroot as the system root during the build"
51 --enable-bootstrap Enable bootstrapping [yes if native build]"
53 --enable-serial-[{host,target,build}-]configure
55 sub-packages for the host, target or build
58 --with-build-time-tools=path
59 use given path to find target tools during the build"
[all...]
/macosx-10.10/apache-793/httpd/
H A Dconfig.layout23 installbuilddir: ${datadir}/build
48 installbuilddir: ${datadir}/build
96 installbuilddir: ${prefix}/share/httpd/build
120 installbuilddir: ${datadir}/build
144 installbuilddir: ${datadir}/build
168 installbuilddir: ${datadir}/build
192 installbuilddir: ${datadir}/build
216 installbuilddir: ${datadir}/build
240 installbuilddir: ${prefix}/build
264 installbuilddir: ${prefix}/share/apache2/build
[all...]
/macosx-10.10/llvmCore-3425.0.34/
H A DMakefile21 # be build for the build system first.
24 # "llvmCore", then this is an "Apple-style" build; search for
26 # normal build.
27 ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
100 # Don't build unittests when ONLY_TOOLS is set.
105 # If we're cross-compiling, build the build-hosted tools first
107 all:: cross-compile-build-tools
112 cross-compile-build
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package.rb38 spec = Gem::Specification.new 'build', '1'
39 spec.summary = 'build'
40 spec.authors = 'build'
133 spec = Gem::Specification.new 'build', '1'
134 spec.summary = 'build'
135 spec.authors = 'build'
148 package.build
171 spec = Gem::Specification.new 'build', '1'
172 spec.summary = 'build'
173 spec.authors = 'build'
[all...]

Completed in 476 milliseconds

1234567891011>>