Searched refs:MAKEFILE (Results 1 - 25 of 85) sorted by relevance

1234

/macosx-10.10/ruby-106/ruby/bcc32/
H A Dsetup.mak18 APPEND = echo.>>$(MAKEFILE)
19 !ifdef MAKEFILE
20 MAKE = $(MAKE) -f $(MAKEFILE)
22 MAKEFILE = Makefile macro
36 @echo Creating $(MAKEFILE)
37 @type > $(MAKEFILE) &&|
51 @for %I in (ruby.exe) do @echo BASERUBY = "%~$$PATH:I" >> $(MAKEFILE)
53 @type >> $(MAKEFILE) &&|
57 @type confargs.mk >> $(MAKEFILE)
69 @echo OS = >>$(MAKEFILE)
[all...]
/macosx-10.10/remote_cmds-47/timed.tproj/SMM.doc/timedop/timedop/
H A DMakefile19 MAKEFILE = tool.make macro
31 include $(MAKEFILEDIR)/$(MAKEFILE)
/macosx-10.10/ruby-106/ruby/win32/
H A Dsetup.mak16 APPEND = echo.>>$(MAKEFILE)
17 !ifdef MAKEFILE
18 MAKE = $(MAKE) -f $(MAKEFILE)
20 MAKEFILE = Makefile macro
43 @type << > $(MAKEFILE)
67 @for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I>> $(MAKEFILE)
68 @echo !if "$$(BASERUBY)" == "">> $(MAKEFILE)
69 @echo BASERUBY = echo executable host ruby is required. use --with-baseruby option.^& exit 1 >> $(MAKEFILE)
70 @echo !endif>> $(MAKEFILE)
80 @echo TARGET_OS = mswin32>>$(MAKEFILE)
[all...]
/macosx-10.10/hfs-285/hfs_japanese/
H A DMakefile22 MAKEFILE = kext.make macro
39 include $(MAKEFILEDIR)/$(MAKEFILE)
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dcommon.dj12 MAKEFILE = Makefile.dj
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_ext_builder.rb30 io.puts <<-MAKEFILE
36 MAKEFILE
/macosx-10.10/OpenSSL098-52/src/tools/
H A DMakefile10 MAKEFILE= Makefile macro
50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
51 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/hfs-285/hfs_japanese/hfs_japanese.kmodproj/
H A DMakefile25 MAKEFILE = kmod.make macro
46 include $(MAKEFILEDIR)/$(MAKEFILE)
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DMakefile.pm221 local *MAKEFILE;
222 open MAKEFILE, "< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
223 my $makefile = do { local $/; <MAKEFILE> };
224 close MAKEFILE or die $!;
244 open MAKEFILE, "> $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
245 print MAKEFILE "$preamble$makefile$postamble" or die $!;
246 close MAKEFILE or die $!;
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DMakefile.pm221 local *MAKEFILE;
222 open MAKEFILE, "< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
223 my $makefile = do { local $/; <MAKEFILE> };
224 close MAKEFILE or die $!;
244 open MAKEFILE, "> $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
245 print MAKEFILE "$preamble$makefile$postamble" or die $!;
246 close MAKEFILE or die $!;
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DMakefile.pm262 local *MAKEFILE;
263 open MAKEFILE, "< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
264 my $makefile = do { local $/; <MAKEFILE> };
265 close MAKEFILE or die $!;
285 open MAKEFILE, "> $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
286 print MAKEFILE "$preamble$makefile$postamble" or die $!;
287 close MAKEFILE or die $!;
/macosx-10.10/OpenSSL098-52/src/crypto/krb5/
H A DMakefile10 MAKEFILE= Makefile macro
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/txt_db/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DMakefile.pm367 local *MAKEFILE;
368 open MAKEFILE, "+< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
369 eval { flock MAKEFILE, LOCK_EX };
370 my $makefile = do { local $/; <MAKEFILE> };
390 seek MAKEFILE, 0, SEEK_SET;
391 truncate MAKEFILE, 0;
392 print MAKEFILE "$preamble$makefile$postamble" or die $!;
393 close MAKEFILE or die $!;
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DMakefile.pm367 local *MAKEFILE;
368 open MAKEFILE, "+< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
369 eval { flock MAKEFILE, LOCK_EX };
370 my $makefile = do { local $/; <MAKEFILE> };
390 seek MAKEFILE, 0, SEEK_SET;
391 truncate MAKEFILE, 0;
392 print MAKEFILE "$preamble$makefile$postamble" or die $!;
393 close MAKEFILE or die $!;
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DMakefile.pm370 local *MAKEFILE;
371 open MAKEFILE, "+< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
372 eval { flock MAKEFILE, LOCK_EX };
373 my $makefile = do { local $/; <MAKEFILE> };
393 seek MAKEFILE, 0, SEEK_SET;
394 truncate MAKEFILE, 0;
395 print MAKEFILE "$preamble$makefile$postamble" or die $!;
396 close MAKEFILE or die $!;
/macosx-10.10/OpenSSL098-52/src/crypto/hmac/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/idea/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/lhash/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/md2/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/md4/
H A DMakefile11 MAKEFILE= Makefile macro
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/mdc2/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/pqueue/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A DMakefile11 MAKEFILE= Makefile macro
86 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
87 mv -f Makefile.new $(MAKEFILE)

Completed in 262 milliseconds

1234