Searched refs:build (Results 26 - 50 of 1028) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dmwcw.h15 #error Cannot build Metakit with 10-byte doubles
/macosx-10.10/tidy-15.15/tidy/build/gnuauto/
H A Dsetup.sh3 if ! test -f build/gnuauto/setup.sh; then
8 echo " $ /bin/sh build/gnuauto/setup.sh"
24 echo "Generating the build system in $top_srcdir"
26 echo "copying files into place: cd build/gnuauto && cp -R -f * $top_srcdir"
27 (cd build/gnuauto && cp -R -f * $top_srcdir)
38 echo "to build in the usual way:"
46 echo "Alternatively, you should be able to build outside of the source"
49 echo " $ mkdir ../build-tidy"
50 echo " $ cd ../build-tidy"
/macosx-10.10/BerkeleyDB-21/db/docs_src/support/
H A DXindex13 build()
46 build C api_c > $TARGET/api_c/c_pindex.html
49 build C++ api_cxx > $TARGET/api_cxx/cxx_pindex.html
52 build Tcl api_tcl > $TARGET/api_tcl/tcl_pindex.html
/macosx-10.10/iodbc-42.5/iodbc/mac/
H A DMakefile75 # Determine build model (Deployment/Development)
115 cd iODBCinst; $(PROJBUILD) build
116 cd iODBC; $(PROJBUILD) build
117 cd iODBCtest; $(PROJBUILD) build
118 cd iODBCtestw; $(PROJBUILD) build
153 rm -rf iODBC/build iODBCinst/build iODBCtest/build iODBCtestw/build
/macosx-10.10/apache-793/httpd/
H A Dbuildconf74 if [ -f "${dir}/build/apr_common.m4" ]; then
131 # These are temporary until Roy finishes the other build changes
142 ./build/bsd_makefile;;
179 echo copying build files
180 cp $apr_src_dir/build/config.guess $apr_src_dir/build/config.sub \
181 $apr_src_dir/build/PrintPath $apr_src_dir/build/apr_common.m4 \
182 $apr_src_dir/build/find_apr.m4 build
[all...]
/macosx-10.10/iodbc-42.5/iodbc/
H A DPORT.OpenLink106 echo "PORT script to build OpenLink type installation packages"
136 $TOP/admin/mkinstalldirs build-o32
137 cd build-o32
143 $TOP/admin/mkinstalldirs build-32
144 cd build-32
150 $TOP/admin/mkinstalldirs build-64
151 cd build-64
157 $TOP/admin/mkinstalldirs build-universal
158 cd build-universal
168 $TOP/admin/mkinstalldirs build
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dmkversion.sh60 if [ -r .build ]; then
61 build_ver=`cat .build`
67 # increment the build version if that's what's required
133 # Output the build version
156 # Make sure we can write to .build
157 if [ -f .build ] && [ ! -w .build ]; then
158 echo "$PROGNAME: cannot write to .build, not incrementing build version" >&2
160 echo "$build_ver" > .build
[all...]
/macosx-10.10/libarchive-30/libarchive/build/
H A Dautogen.sh6 # Start from one level above the build directory
11 if [ \! -f build/version ]; then
20 # Start from the build directory, where the version file is located
21 if [ -f build/version ]; then
22 cd build
30 # Update the build number in the 'version' file.
41 /bin/sh build/clean.sh
51 aclocal -I build/autoconf
H A Dclean.sh3 if [ \! -f build/version ]; then
15 # If we're on BSD, blow away the build dir under /usr/obj
44 rm -f build/autoconf/compile
45 rm -f build/autoconf/config.*
46 rm -f build/autoconf/depcomp
47 rm -f build/autoconf/install-sh
48 rm -f build/autoconf/libtool.m4
49 rm -f build/autoconf/ltmain.sh
50 rm -f build/autoconf/ltoptions.m4
51 rm -f build/autocon
[all...]
H A Dbump-version.sh3 # Start from the build directory, where the version file is located
4 if [ -f build/version ]; then
5 cd build
13 # Update the build number in the 'version' file.
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/tests/
H A DtclAEBuild.test77 set creatorCode [tclAE::build::kpid]
79 test tclAEBuild-1.1 {tclAE::build noargs} {macOnly tclAEshlb} {
80 set err [catch {tclAE::build} msg]
82 } {1 {wrong # args: should be "tclAE::build theAEGizmo"}}
84 test tclAEBuild-1.2 {tclAE::build badgizmo} {macOnly tclAEshlb} {
85 catch {tclAE::build "obj \{"} msg
88 } {{Couldn't build descriptor: OSErr (12345|-1740)}}
90 test tclAEBuild-1.3 {tclAE::build tag} {macOnly tclAEshlb} {
91 catch {tclAE::build TEXT} enumAEDesc
95 test tclAEBuild-1.4 {tclAE::build enu
[all...]
/macosx-10.10/Heimdal-398.1.2/packages/mac/
H A Dupdate-header.sh10 if [ $mode = build -o $mode = install ] ; then
/macosx-10.10/vim-55/pixmaps/
H A Dgen-inline-pixbufs.sh12 gdk-pixbuf-csource --raw --static --build-list $list
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEMergeElement.h37 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
/macosx-10.10/apr-32/apr/apr/build/
H A Dbuildcheck.sh6 python=`build/PrintPath python`
10 echo " to build APR from SVN."
22 echo " to build APR from SVN."
29 echo " to build APR from SVN."
41 libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14`
46 echo " to build APR from SVN."
64 echo " to build APR from SVN."
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dbash_version.bash34 build) minor="${BASH_VERSION#*.*.*(}"
/macosx-10.10/ruby-106/ruby/lib/rubygems/ext/
H A Dcmake_builder.rb2 def self.build(extension, directory, dest_path, results) singleton method in class:Gem
H A Dconfigure_builder.rb11 def self.build(extension, directory, dest_path, results, args=[]) singleton method in class:Gem
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/
H A DMakefile22 # include TEA Tcl extension build support
27 build::
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/projects/visualc71/
H A DREADME_zlib.txt23 3) Set one of the project as the StartUp project. If you just want to build the
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
32 Choose the configuration you wish to build.
40 * Win32_DLL_Release\zlib1.dll DLL build
41 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
42 * Win32_LIB_Release\zlib.lib static build
43 * Win32_LIB_Debug\zlibd.lib static build (debug version)
/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A DmacOnly.h45 #error Hey, why are you including macOnly for a non-Mac build!?
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A Dsetup.py2 from distutils.command.build import build
21 build = self.distribution.reinitialize_command('build_ext')
22 build.define = 'HAVE_UNICODEOBJECT_H'
26 class build_mk(build):
28 # build in builds directory by default, unless specified otherwise
29 build.initialize_options(self)
83 ('build-base=', 'b',
84 "base build directory (default: 'build
[all...]
/macosx-10.10/apache-793/httpd/build/aix/
H A Dbuildaix.ksh77 . build/aix/aixinfo
91 --disable-lua > build/aix/configure.out"
100 --disable-lua > build/aix/configure.out
110 echo "+ make > build/aix/make.out"
111 make > build/aix/make.out
114 echo "+ make install DESTDIR=$TEMPDIR > build/aix/install.out"
115 make install DESTDIR=$TEMPDIR > build/aix/install.out
118 echo "+ build/aix/mkinstallp.ksh $TEMPDIR > build/aix/mkinstallp.out"
119 build/ai
[all...]
/macosx-10.10/Heimdal-398.1.2/scripts/
H A Dq-build.sh8 if [ ! -d build/.osx-build ] ; then
9 sudo rm -rf build
10 mkdir -p build/.osx-build
31 OBJROOT=build/compilers \
48 OBJROOT=build/frameworks \
67 OBJROOT=build/foundation \
90 OBJROOT=build/executables \
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A Dexport.sh9 echo Now do a build with full symbols
16 nm -g build/AppleSCCIrDA.kext/Contents/MacOS/AppleSCCIrDA | grep -v "U " | \
20 nm -g build/AppleUSBIrDA.kext/Contents/MacOS/AppleUSBIrDA | grep -v "U " | \

Completed in 539 milliseconds

1234567891011>>