Searched refs:make (Results 226 - 250 of 1433) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tclxml/
H A DMakefile.tcldom23 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/config/
H A Dmktar.sh7 make distclean
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dcs.vim18 " default make
H A Dpbx.vim18 " default make
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_preauth.cpp40 AclSubject *OriginMaker::make(const TypedList &list) const function in class:Security::PreAuthorizationAcls::OriginMaker
47 AclSubject *OriginMaker::make(AclSubject::Version version, Reader &pub, Reader &) const function in class:Security::PreAuthorizationAcls::OriginMaker
115 AclSubject *SourceMaker::make(const TypedList &list) const function in class:Security::PreAuthorizationAcls::SourceMaker
121 RefPointer<AclSubject> subSubject = ObjectAcl::make(sub);
136 AclSubject *SourceMaker::make(AclSubject::Version version, Reader &pub, Reader &priv) const function in class:Security::PreAuthorizationAcls::SourceMaker
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_preauth.cpp40 AclSubject *OriginMaker::make(const TypedList &list) const function in class:Security::PreAuthorizationAcls::OriginMaker
47 AclSubject *OriginMaker::make(AclSubject::Version version, Reader &pub, Reader &) const function in class:Security::PreAuthorizationAcls::OriginMaker
115 AclSubject *SourceMaker::make(const TypedList &list) const function in class:Security::PreAuthorizationAcls::SourceMaker
121 RefPointer<AclSubject> subSubject = ObjectAcl::make(sub);
136 AclSubject *SourceMaker::make(AclSubject::Version version, Reader &pub, Reader &priv) const function in class:Security::PreAuthorizationAcls::SourceMaker
/macosx-10.9.5/apr-30/apr/apr/
H A Dapr.spec44 make %{?_smp_mflags} && make dox
49 make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
50 make check || exit 1
55 make install DESTDIR=$RPM_BUILD_ROOT
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_setup_maker_2.0.rb35 rss = RSS::Maker.make("2.0") do |maker|
70 new_rss = RSS::Maker.make("2.0") do |maker|
116 rss = RSS::Maker.make("2.0") do |maker|
127 new_rss = RSS::Maker.make("2.0") do |maker|
147 rss = RSS::Maker.make("2.0") do |maker|
156 new_rss = RSS::Maker.make("2.0") do |maker|
191 rss = RSS::Maker.make("2.0") do |maker|
220 new_rss = RSS::Maker.make("2.0") do |maker|
273 rss = RSS::Maker.make("2.0") do |maker|
289 new_rss = RSS::Maker.make("2.
[all...]
H A Dtest_maker_itunes.rb63 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
77 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
110 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
159 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
186 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
233 ::RSS::Maker.make("rss2.0") do |maker|
267 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
299 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
353 rss20 = ::RSS::Maker.make("rss2.0") do |maker|
365 rss20 = ::RSS::Maker.make("rss
[all...]
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dtransit.cpp81 hKey = (this->keyhandle)?TokendHandleObject::make(this->keyhandle)->ipcHandle():0;
82 hRecord = (this->record)?TokendHandleObject::make(this->record)->ipcHandle():0;
119 TokendHandleObject *TokendHandleObject::make(CSSM_HANDLE cssmh) function in class:Security::Tokend::TokendHandleObject
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dtransit.cpp81 hKey = (this->keyhandle)?TokendHandleObject::make(this->keyhandle)->ipcHandle():0;
82 hRecord = (this->record)?TokendHandleObject::make(this->record)->ipcHandle():0;
119 TokendHandleObject *TokendHandleObject::make(CSSM_HANDLE cssmh) function in class:Security::Tokend::TokendHandleObject
/macosx-10.9.5/ksh-20/
H A DMakefile7 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make
34 cd $(BuildDirectory) && LDFLAGS="$(EXTRA_LDFLAGS)" CCFLAGS="$(PASS_CCFLAGS) $(EXTRA_CCFLAGS)" ARCH_CCFLAGS="$(ARCH_CCFLAGS)" ./bin/package DEBUG make SHELL=$(SHELL)
35 @grep -q '*** exit code' $(OBJROOT)/arch/darwin.*/lib/package/gen/make.out && exit 1 || exit 0
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile30 SHOPT_ECHOPRINT == /* make echo equivalent to print */
44 SHOPT_RAWONLY == 1 /* make viraw the only vi mode */
231 echo "make install to run the tests on the latest $(SH)" >&2
237 echo "make install to run the tests on the latest $(SH)" >&2
/macosx-10.9.5/procmail-14/procmail/
H A DMakefile41 # install-suid Impose the modes shown by 'make recommend'
42 # clean Attempts to restore the package to pre-make state
43 # realclean Attempts to restore the package to pre-make-init state
120 $(MAKE) make $@
122 make:
144 $(MAKE) make $@
/macosx-10.9.5/python_modules-35/tmpprefix/f2c/
H A DMakefile47 make f2c.h && \
48 make
60 make
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A Dchk.cxxtests5 # Check to make sure that regression tests for C++ run.
26 [ -f libdb.a ] || make libdb.a || {
30 [ -f libdb_cxx.a ] || make libdb_cxx.a || {
/macosx-10.9.5/BerkeleyDB-21/db/test/scr025/
H A Dchk.cxxmulti5 # Check to make sure that regression tests for C++ run.
20 [ -f libdb.a ] || make libdb.a || {
24 [ -f libdb_cxx.a ] || make libdb_cxx.a || {
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dfdsel.cpp87 fd_set *FDSet::make(int words)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/
H A DMakefile.common20 # override with recursive make for e.g. debug build
25 # override this with a recursive make to test minimal signature build
30 # override with recursive make to link against other binary
43 # Override this from the make command line to add e.g. -lMallocDebug
73 make "VARIANT_SUFFIX=_debug"
76 make "CRYPTKIT_CONFIG=-DCK_MINIMUM_SIG_BUILD" "CRYPTKIT_BINARY=CryptKitSignature"
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dattachfactory.h48 virtual Attachment *make(Module *module,
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dfdsel.cpp87 fd_set *FDSet::make(int words)
/macosx-10.9.5/apache-786.1/httpd/build/pkg/
H A Dbuildpkg.sh77 make
78 make install DESTDIR=$TEMPDIR
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/build/pkg/
H A Dbuildpkg.sh81 make
82 make install DESTDIR=$TEMPDIR
/macosx-10.9.5/apr-30/
H A DMakefile19 (cd $${proj} && make $@ \
/macosx-10.9.5/apr-30/apr-util/apr-util/build/pkg/
H A Dbuildpkg.sh81 make
82 make install DESTDIR=$TEMPDIR

Completed in 386 milliseconds

1234567891011>>