Searched refs:build (Results 101 - 125 of 1028) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/
H A DNWGNUmakefile2 # To build with exerimental modules set the environment
4 # To build with the mod_ssl module set the environment
6 # To build with the mod_lua module set the environment
12 include $(AP_WORK)/build/NWGNUenvironment.inc
24 # If USE_STDSOCKETS is defined we allways build mod_ssl
54 # If WITH_LDAP and LDAPSDK have been defined then build the util_ldap module
61 # If WITH_SSL and OSSLSDK have been defined then build the mod_ssl module
68 # If WITH_LUA and LUASRC have been defined then build the mod_lua module
90 #If the mod_edir directory exists then build the mod_edir module
96 # Get the 'head' of the build environmen
[all...]
/macosx-10.10/apr-32/apr/apr/build/pkg/
H A Dbuildpkg.sh57 . build/pkg/pkginfo
58 cp build/pkg/pkginfo $TEMPDIR$PREFIX
/macosx-10.10/apr-32/apr-util/apr-util/
H A DMakefile.in59 export_vars.sh $(APU_CONFIG) build/rules.mk include/apu_want.h \
60 apr-util.pc build/pkg/pkginfo
62 exports.c build-outputs.mk \
63 build/apr_common.m4 build/find_apr.m4 build/install.sh \
64 build/config.guess build/config.sub
111 @echo "* This file was AUTOGENERATED at build time." >> $@
/macosx-10.10/ruby-106/ruby/lib/rubygems/ext/
H A Drake_builder.rb12 def self.build(extension, directory, dest_path, results, args=[]) singleton method in class:Gem
/macosx-10.10/ruby-106/ruby/lib/uri/
H A Dhttp.rb51 # newuri = URI::HTTP.build({:host => 'www.example.com',
54 # newuri = URI::HTTP.build([nil, "www.example.com", nil, "/path",
60 def self.build(args) singleton method in class:URI.HTTP
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/
H A DMakefile23 # include TEA Tcl extension build support
28 build::
/macosx-10.10/tcl-105/tcl_ext/snack/
H A DMakefile23 # include TEA Tcl extension build support
26 build::
/macosx-10.10/tcl-105/tcl_ext/tktable/
H A DMakefile23 # include TEA Tcl extension build support
29 build::
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check12 # will build LLVM, Clang and dragonegg as well as run tests on them.
40 # a successful build and test run. A successful build is one in which
44 # A build may be invoked as such:
47 # --build=debug --build=release --build=paranoid
48 # --prefix=/home/greened/install --builddir=/home/greened/build
50 # This will build the LLVM ecosystem, including LLVM, Clangand
51 # dragonegg, putting build result
[all...]
/macosx-10.10/apr-32/apr/apr/
H A Dconfig.layout23 installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION}
40 installbuilddir: ${datadir}/build
57 installbuilddir: ${datadir}/build
91 installbuilddir: ${prefix}/share/httpd/build
108 installbuilddir: ${datadir}/build
125 installbuilddir: ${datadir}/build
142 installbuilddir: ${datadir}/build
159 installbuilddir: ${datadir}/build
176 installbuilddir: ${datadir}/build
193 installbuilddir: ${datadir}/build
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/trustSettings/
H A DmakeTrustSettings4 # The result is placed in userTrustSettings.plist in the build directory.
15 echo Creating empty $TRUST_SETTINGS in build directory...
/macosx-10.10/apache-793/httpd/support/
H A DNWGNUmakefile2 # Get the 'head' of the build environment. This includes default targets and
6 include $(AP_WORK)/build/NWGNUhead.inc
9 # build this level's files
35 # correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
/macosx-10.10/apr-32/apr/apr/test/
H A DNWGNUmakefile9 # Get the 'head' of the build environment. This includes default targets and
13 include $(APR_WORK)/build/NWGNUhead.inc
16 # build this level's files
44 # correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
/macosx-10.10/libauto-186/tests/
H A Dmakefile12 gcc -fobjc-gc -g -std=gnu99 dump.m -o dump -framework Foundation -L/GC/build -lauto
28 gcc -g arr_test.o -o arr_test -L/GC/build/Release -lauto -framework Foundation
/macosx-10.10/libpthread-105.1.4/xcodescripts/
H A Dinstall-sys-headers.sh26 if [ "$ACTION" = build ]; then exit 0; fi
/macosx-10.10/libsecurity_agent-55000/mig/
H A Dmig.mk2 # Makefile to build MIG-generated sources and headers
12 build: $(HDRS) $(SRCS)
14 install: build
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dcert_command.rb9 :add => [], :remove => [], :list => [], :build => [], :sign => []
56 add_option('-b', '--build EMAIL_ADDR',
59 options[:build] << email_address
68 'Key for --sign or --build') do |key, options|
103 options[:build].each do |name|
104 build name
117 def build name method in class:Gem
149 To build a certificate for signing gems:
151 gem cert --build you@example
156 gem cert --build yo
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_ext_configure_builder.rb28 Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
45 Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
76 Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
H A Dtest_gem_ext_rake_builder.rb30 Gem::Ext::RakeBuilder.build 'mkrf_conf.rb', nil, @dest_path, output
55 Gem::Ext::RakeBuilder.build "mkrf_conf.rb", nil, @dest_path, output
H A Dtest_gem_ext_ext_conf_builder.rb31 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
53 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
76 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
102 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
142 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
/macosx-10.10/tcl-105/tcl_ext/
H A DMakefile36 build install::
39 Actions := build install clean almostclean fetch extract wipe install-license
/macosx-10.10/tcl-105/tcl_ext/sdx/
H A DMakefile25 install:: build
32 build:: configure
41 # include TEA Tcl extension build support
/macosx-10.10/tcl-105/tcl_ext/tclxml/
H A DMakefile.tcldom22 # include TEA Tcl extension build support
32 build install clean almostclean::
H A DMakefile.tcldomxml18 # include TEA Tcl extension build support
26 build install clean almostclean::
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Db8t.mk24 BASE = /build
26 RDIR = /proj/build-reports/bind8/hosts/$(PLATFORM)
30 all: clobber populate config build
55 build:
57 @( cd $(BDIR)/dst && make -k clean depend all ) > $(RDIR)/.build 2>&1

Completed in 329 milliseconds

1234567891011>>