Searched refs:project (Results 1 - 25 of 163) sorted by relevance

1234567

/macosx-10.10/MITKerberosShim-66/scripts/
H A Dq-build.sh0 project=MITKerberosShim
3 sudo rm -rf /tmp/$project.dst && xcodebuild install GCC_OPTIMIZATION_LEVEL=0 HEIMDAL_ROOT=/ && sudo chown -R root:wheel /tmp/$project.dst && sudo ditto /tmp/$project.dst /
H A Dtest-build.sh26 buildit . -project=$a \
/macosx-10.10/emacs-93/
H A Dversion.rb3 $stderr.print "usage: version.rb project-name\n"
6 project = ARGV[0]
7 puts %Q(const char __#{project}_version[] = "@(#) #{project}-#{ENV['RC_ProjectSourceVersion']}";)
/macosx-10.10/KerberosHelper-151/scripts/
H A Dq-build.sh0 project=KerberosHelper
6 (sudo rm -rf /tmp/$project.dst && \
9 sudo chown -R root:wheel /tmp/$project.dst && \
10 sudo ditto /tmp/$project.dst /Heimdal/KerberosHelper_frameworks && \
11 sudo ditto /tmp/$project.dst /Heimdal/KerberosHelperMerged && \
12 sudo ditto /tmp/$project.dst /) || { echo "KerberosHelper_frameworks failed" ; exit 1; }
14 (sudo rm -rf /tmp/$project.dst && \
17 sudo chown -R root:wheel /tmp/$project.dst && \
18 sudo ditto /tmp/$project.dst /Heimdal/KerberosHelper_executables && \
19 sudo ditto /tmp/$project
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Drubyforgepublisher.rb6 attr_reader :project, :proj_id, :user
/macosx-10.10/llvmCore-3425.0.34/utils/release/
H A Dmerge.sh11 # Merge a revision into a project.
22 echo " -proj PROJECT The project to merge the result into"
23 echo " -rev NUM The revision to merge into the project"
32 -proj | --proj | -project | --project | -p )
50 echo "error: need to specify project and revision"
56 if ! svn ls http://llvm.org/svn/llvm-project/$proj/trunk > /dev/null 2>&1 ; then
57 echo "error: invalid project: $proj"
64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
70 svn merge -c $rev https://llvm.org/svn/llvm-project/
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/projects/visualc71/
H A DREADME_zlib.txt13 NOTE: This project will be removed from libpng-1.5.0. It has
14 been replaced with the "vstudio" project.
23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
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
29 project
38 This project builds the zlib binaries as follows:
/macosx-10.10/configd-699.1.5/
H A DMakefile15 -project ${PROJECT}-${VERSION} \
31 -project ${PROJECT}_darwin-${VERSION} \
54 -project ${PROJECT}-${VERSION} \
/macosx-10.10/cups-408/
H A Dmakedarwinup20 #buildit -project cups -arch i386 -arch x86_64 -offline -archive -archiveName cups-$1 -archiveOutputDir ~/Desktop -dsymsInDstroot -buildAllAliases -noverify . || exit 1
21 buildit -project cups -arch i386 -arch x86_64 -archive -archiveName cups-$1 -archiveOutputDir ~/Desktop -dsymsInDstroot -buildAllAliases -noverify . || exit 1
/macosx-10.10/iodbc-42.5/iodbc/
H A DMakefile.am17 # project is concerned is the original GNU Library General Public License
21 # iODBC source code may be contributed back into the iODBC project
96 mac/iODBC/iODBC.pbproj/project.pbxproj \
97 mac/iODBC/iODBC.xcodeproj/project.pbxproj \
100 mac/iODBCinst/iODBCinst.pbproj/project.pbxproj \
101 mac/iODBCinst/iODBCinst.xcodeproj/project.pbxproj \
102 mac/iODBCtest/iODBCtest.pbproj/project.pbxproj \
103 mac/iODBCtest/iODBCtest.xcodeproj/project.pbxproj \
104 mac/iODBCtestw/iODBCtestw.pbproj/project.pbxproj \
105 mac/iODBCtestw/iODBCtestw.xcodeproj/project
[all...]
H A DAUTHORS32 - Maintainer of iODBC packaging for the Debian project
44 This list is not complete. If you have contributed to this project and
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Doc/
H A Dconf.py39 # General information about the project.
40 project = u'PyObjC-Core' variable
43 # The version info for the project you're documenting, acts as replacement for
105 # "<project> v<release> documentation".
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/bin/
H A Dpod2projdocs47 pod2projdocs - ganerates CPAN like project documents from pod.
56 -lib your project's library-root-directory path
57 -title your project's title
58 -desc your project's description
74 generates CPAN like project documents from pod.
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/t/sample/lib/Sample/
H A DProject.pm9 Sample::Project - Sample project for testing Pod::ProjectDocs
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/
H A Dopenssl.rb5 'OpenSSL for Ruby 2' project
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dhttps.rb11 'OpenSSL for Ruby 2' project
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/
H A Dconf.py39 # General information about the project.
40 project = u'PyObjC-Core' variable
43 # The version info for the project you're documenting, acts as replacement for
115 # "<project> v<release> documentation".
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dversionvfs.tcl13 each version file is tagged with a timestamp, and optional project tags.
19 Older versions can be retrieved by setting the -project and -time values appropriately.
22 Usage: mount ?-keep <number> -project <list of tags> -time <timestamp or "clock scan" suitable phrase>? <existing directory> <virtual directory>
27 maximum number of previous versions of a file to keep per project.
29 -project
34 If a file version has project tags but none of them is included in this project tag list, it will be
36 project tags, in which case it will be treated as the default.
38 In cases where several file versions each have multiple tags that match in the project
41 Deleted files are marked with the tag "deleted". If this value is in the project
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/winmsi/
H A Dwinbuild.bat70 ::devenv /useenv /build Release /project instenv ..\instenv\instenv.sln >> ..\winbld.out 2>&1
74 devenv /useenv /build "Debug x86" /project build_all Berkeley_DB.sln >> ..\winbld.out 2>&1
76 devenv /useenv /build "Release x86" /project build_all Berkeley_DB.sln >> ..\winbld.out 2>&1
78 devenv /useenv /build "Debug x86" /project db_java Berkeley_DB.sln >> ..\winbld.out 2>&1
80 devenv /useenv /build "Release x86" /project db_java Berkeley_DB.sln >> ..\winbld.out 2>&1
82 devenv /useenv /build "Debug x86" /project db_tcl Berkeley_DB.sln >> ..\winbld.out 2>&1
84 devenv /useenv /build "Release x86" /project db_tcl Berkeley_DB.sln >> ..\winbld.out 2>&1
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dtimeclock.el34 ;; Use `timeclock-in' when you start on a project, and `timeclock-out'
64 ;; currently working on a project. This can be done either by setting
108 (defcustom timeclock-get-project-function 'timeclock-ask-for-project
109 "*The function used to determine the name of the current project.
110 When clocking in, and no project is specified, this function will be
111 called to determine what is the current project to be worked on.
221 "*A hook run every time a project is marked as completed."
341 (defun timeclock-in (&optional arg project find-project)
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-solaris.c203 #include <project.h>
206 * Get/set solaris default project.
212 struct project *defaultproject;
213 struct project tempproject;
216 /* get default project, if we fail just return gracefully */
219 /* set default project */
/macosx-10.10/ksh-23/
H A DMakefile26 for project in cmd/ksh93 lib/libast lib/libcmd lib/libdll lib/libcoshell; do \
27 ed - $(Sources)/src/$$project/Mamfile < $(SRCROOT)/patches/add_ARCH_CCFLAGS.ed; \
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dada-xref.el79 current directory. This only has an impact if you are not using project files,
112 the filename at the end. This is the same syntax as in the project file."
120 the filename at the end. This is the same syntax as in the project file."
131 This is the same syntax as in the project file."
134 (defcustom ada-prj-default-project-file ""
135 "*Name of the current project file.
136 Emacs will not try to use the search algorithm to find the project file if
137 this string is not empty. It is set whenever a project file is found."
142 This has the same syntax as in the project file (with variable substitution)."
145 (defcustom ada-always-ask-project ni
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/crt-custom/
H A Dmystart.s3 # Using (null) configuration, (null) architecture for (null) target of (null) project
/macosx-10.10/Heimdal-398.1.2/scripts/
H A Dq-install-headers.sh6 project=Heimdal
21 ROOT=/tmp/$project.dst

Completed in 301 milliseconds

1234567