Searched refs:build (Results 251 - 275 of 1028) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/
H A DMakefile6 SPHINXBUILD = sphinx-build
/macosx-10.10/ruby-106/ruby/lib/rubygems/ext/
H A Dext_conf_builder.rb15 def self.build(extension, directory, dest_path, results, args=[]) singleton method in class:Gem
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dpackage_task.rb117 Gem::Package.build gem_spec
/macosx-10.10/ruby-106/ruby/test/uri/
H A Dtest_ftp.rb48 uri = URI::FTP.build(['user:password', 'ftp.example.com', nil,
/macosx-10.10/tcl-105/tcl_ext/tkimg/
H A DMakefile26 # include TEA Tcl extension build support
32 build::
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclGdbm/
H A Dconfigure.in42 --without-gdbm disables build of Tcl Gdbm],
109 Could not locate gdbm.h on your machine to build XOTclGdbm.
151 # TEA_ADD_* any platform specific compiler/build info here.
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dtop.mk56 SHTOOL = $(top_srcdir)/build/shtool
68 MKDEP = $(top_srcdir)/build/mkdep $(MKDEPFLAG) \
73 MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
128 # Misc UNIX commands used in build environment
244 Makefile: Makefile.in $(top_srcdir)/build/top.mk
/macosx-10.10/curl-83.1.2/curl/packages/Android/
H A DAndroid.mk9 # Android source tree. Then build them with 'make curl' or just 'make libcurl'
14 # normal Android build with libcurl in the source tree, providing the target
15 # "showcommands" to make. The build will eventually fail (because curl_config.h
16 # doesn't exist yet), but the compiler commands used to build curl will be
83 # Actually, this doesn't quite work because the build system searches
/macosx-10.10/PostgreSQL-97/Support/Migration_9.0_to_9.2/
H A DMakefile5 # This build of PostgreSQLQ 9.0.x is only intended for data migration purposes.
14 # Include common server build variables
156 .PHONY: extract-source build-dependencies archive-strip-binaries
161 $(GNUConfigStamp): extract-source build-dependencies
163 build:: extract-source build-dependencies
167 # it's easier to copy the sources to the build directory and work from there.
184 @echo "Copying sources to build directory..."
193 build-dependencies:
/macosx-10.10/PostgreSQL-97/Support/Migration_9.1_to_9.2/
H A DMakefile5 # This build of PostgreSQLQ 9.1.x is only intended for data migration purposes.
14 # Include common server build variables
157 .PHONY: extract-source build-dependencies archive-strip-binaries
162 $(GNUConfigStamp): extract-source build-dependencies
164 build:: extract-source build-dependencies
168 # it's easier to copy the sources to the build directory and work from there.
185 @echo "Copying sources to build directory..."
194 build-dependencies:
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dtestcurl.pl34 # otherwise). The most current build status (with a resonable backlog) will
67 use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog
231 if ($pwd && $build) {
232 # we have a build directory name, remove the dir
233 logit "removing the $build dir";
234 rmtree "$pwd/$build";
237 # we have a build log output file left, remove it
247 my $configfile = "$pwd/$build/lib/curl_config.h";
352 logit "date = $timestamp"; # When the test build starts
378 $build
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/
H A DMakefile.in48 PKGDATA = $(TOOLBINDIR)/pkgdata $(PKGDATA_OPTS) -z -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME) -d $(ICUPKGDATA_OUTDIR)
50 PKGDATA = $(TOOLBINDIR)/pkgdata $(PKGDATA_OPTS) -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME) -d $(ICUPKGDATA_OUTDIR)
81 MAINBUILDDIR=$(OUTDIR)/build
138 all-local: build-dir icupkg.inc build-local packagedata $(POST_DATA_BUILD) $(OS390PKG)
146 $(RMV) build-dir* build-local packagedata uni-core-data
174 # and it's what we want to build. Try to not run any of ICU's tools.
180 packagedata: icupkg.inc $(PKGDATA_LIST) build-local
231 ln -s $(ICUDATA_NAME) $(OUTDIR)/build/
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs.c514 int build ; /* 0 or 1 */ local
547 for (build=0; build<=1; build++){
556 if (build){
619 if (build)
629 if (build)
636 if (!build){
658 if (build){
665 if (!build){
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltconfig209 build=NONE
317 --build configure for building on BUILD [BUILD=HOST]
319 --disable-shared do not build shared libraries
320 --disable-static do not build static libraries
347 --build) prev=build ;;
348 --build=*) build="$optarg" ;;
565 # Check for the build system type
566 echo $ac_n "checking build syste
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dconfigure22 build=NONE
64 -build | --build | --buil | --bui | --bu | --b)
65 ac_prev=build ;;
66 -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
67 build="$ac_optarg" ;;
133 --build=BUILD configure for building on BUILD [BUILD=HOST]
/macosx-10.10/emacs-93/emacs/mac/
H A Dmake-package79 --build-in-place | --build-in-place )
81 --build-dir | -build-dir | --builddir | -build-dir)
84 --build-dir=* | -build-dir=* | -builddir=* | --builddir=*)
151 --build-in-place Build the application in the source directory
153 --build-dir=DIR Build the application in the specified directory
155 with --build
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A Dconfigure20 build=NONE
83 -build | --build | --buil | --bui | --bu)
84 ac_prev=build ;;
85 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
86 build="$ac_optarg" ;;
175 --build=BUILD configure for building on BUILD [BUILD=HOST]
549 { echo "configure: error: There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?" 1>&2; exit 1; }
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/
H A Dconfigure18 build=NONE
81 -build | --build | --buil | --bui | --bu)
82 ac_prev=build ;;
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84 build="$ac_optarg" ;;
173 --build=BUILD configure for building on BUILD [BUILD=HOST]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dconfigure18 build=NONE
81 -build | --build | --buil | --bui | --bu)
82 ac_prev=build ;;
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84 build="$ac_optarg" ;;
173 --build=BUILD configure for building on BUILD [BUILD=HOST]
/macosx-10.10/ICU-531.30/icuSources/data/coll/
H A Dcolfiles.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 DNWGNUmakefile6 $(APR_WORK)/build \
10 # Get the 'head' of the build environment. This includes default targets and
14 include $(AP_WORK)/build/NWGNUhead.inc
17 # build this level's files
107 chkapr: $(APR)/build/nw_ver.awk $(APR)/include/apr_version.h
/macosx-10.10/libxml2-26/libxml2/vms/
H A Dbuild_libxml.com7 $! "DEBUG" - build everything in debug
28 $! miscellaneous enhancements to build process
70 $!- set up build logicals -----------------------------------------------------\
161 $ call build 'next_source'
167 $!- now build self-test programs ----------------------------------------------
183 $ call build NANOFTP.C /DEFINE=(STANDALONE)
184 $ call build NANOHTTP.C /DEFINE=(STANDALONE)
185 $ call build TRIONAN.C /DEFINE=(STANDALONE)
187 $!- now build main and test programs ------------------------------------------
209 $ call build 'next_pro
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/vms/
H A Dbuild_libxml.com7 $! "DEBUG" - build everything in debug
28 $! miscellaneous enhancements to build process
70 $!- set up build logicals -----------------------------------------------------\
161 $ call build 'next_source'
167 $!- now build self-test programs ----------------------------------------------
183 $ call build NANOFTP.C /DEFINE=(STANDALONE)
184 $ call build NANOHTTP.C /DEFINE=(STANDALONE)
185 $ call build TRIONAN.C /DEFINE=(STANDALONE)
187 $!- now build main and test programs ------------------------------------------
209 $ call build 'next_pro
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DGNUmakefile3 # Makefile wrapper to build tk on Mac OS X in a way compatible with the tk/macosx Xcode buildsystem
4 # uses the standard unix build system in tk/unix (which can be used directly instead of this
22 BUILD_DIR ?= ${CURDIR}/../../build
36 # tcl build directory (containing tclConfig.sh and Makefile)
45 # set to non-empty value to build TkX11 instead of TkAqua:
81 # build styles
151 build-${PROJECT}: target = ${BUILD_TARGET}
175 # build rules
193 build-${PROJECT}: ${objdir}/Makefile
211 install-${PROJECT}: build
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DMakefile3 # Makefile wrapper to build tk on Mac OS X in a way compatible with the tk/macosx Xcode buildsystem
4 # uses the standard unix build system in tk/unix (which can be used directly instead of this
22 BUILD_DIR ?= ${CURDIR}/../../build
36 # tcl build directory (containing tclConfig.sh and Makefile)
45 # set to non-empty value to build TkX11 instead of TkAqua:
81 # build styles
143 build-${PROJECT}: target = ${BUILD_TARGET}
167 # build rules
185 build-${PROJECT}: ${OBJ_DIR}/Makefile
203 install-${PROJECT}: build
[all...]

Completed in 422 milliseconds

<<11121314151617181920>>