| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | compile-all.bat | 4 rem Instead you should edit and execute compile.bat . 11 call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300" 12 call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300" zipdist 15 call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211" 16 call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211" zipdist 19 call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211" 20 call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211" zipdist 23 call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211" 24 call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211" zipdist 27 rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200" [all …]
|
| /mirbsd/src/share/mk/ |
| D | bsd.lt.mk | 9 ${LIBTOOL} --tag=CC --mode=compile \ 12 ${LIBTOOL} --tag=CC --mode=compile \ 15 ${LIBTOOL} --tag=CC --mode=compile \ 18 ${LIBTOOL} --tag=CC --mode=compile \ 22 ${LIBTOOL} --tag=CXX --mode=compile \ 25 ${LIBTOOL} --tag=CXX --mode=compile \ 28 ${LIBTOOL} --tag=CXX --mode=compile \ 31 ${LIBTOOL} --tag=CXX --mode=compile \
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.ce | 56 subdirectory. Normally you only need to edit ./wince/compile.bat 59 File ./wince/compile.bat is actually a wrapper to call 70 =item * edit file compile.bat 73 compile.bat 76 compile.bat dist 88 *.bat file could fit perfectly to this purpose) and your compile.bat 91 compile.bat 92 compile.bat dist 93 …compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" "USE_IMP_SYS=define" "USE_MULTI=defin… 94 …compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" "USE_IMP_SYS=define" "USE_MULTI=defin…
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | README | 31 Subs which use the AutoLoader module are forcibly loaded at compile-time. 51 (2) If you want to compile and run programs with the C or CC backends 87 functional enough to compile almost the whole of the main perl test 98 (1) To compile perl program foo.pl with the C backend, do 100 Then use the cc_harness perl program to compile the resulting C source: 111 then compile foo.c with -DALLOW_PERL_OPTIONS. Otherwise, all command line 117 able to compile it successfully. Some problems can be fixed fairly easily 123 (2) To compile foo.pl with the CC backend (which generates actual 150 need to use -u compile-time options (see the NOTES file) to force the 168 When you compile perl executables with cc_harness, append -L/usr/lib [all …]
|
| D | Todo | 13 compile-time initialisation of AvARRAYs 23 compile time v. runtime initialisation 33 compile-time qw(), constant subs
|
| D | NOTES | 10 even when sub foo is never seen to be used at compile 42 even when sub foo is never seen to be used at compile 156 B::Backend::compile() with arguments foo and bar at BEGIN time. 157 That compile() sub must do any inital argument processing replied. 160 normal case where any option processing in compile() is successful, 165 returned from the backend's compile(). Perl then continues by
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | perlcc.PL | 325 my $compile = ExtUtils::Embed::ccopts." -c -Fo$obj $cfile "; 327 $compile .= " -I".$_ for split /\s+/, opt(I); 332 vprint 3, "running $Config{cc} $compile"; 333 system("$Config{cc} $compile");
|
| /mirbsd/src/gnu/usr.bin/perl/Cross/ |
| D | Makefile.SH.patch | 19 + echo linux libraries overwritten by cross-compile patches 46 .PHONY: all compile translators utilities 49 cd x2p; $(MAKE) compile; 50 cd pod; $(MAKE) compile; 137 - cd utils; $(MAKE) compile; \ 138 - cd ../x2p; $(MAKE) compile; \ 139 - cd ../pod; $(MAKE) compile; \
|
| /mirbsd/src/sys/arch/ |
| D | Makefile | 11 find ${TARCH}/compile -name version | sort | \ 15 find ${MACHINE_ARCH}/compile -name version | sort | \
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | 1global | 26 # warnable code, warnings enabled via compile time $^W 34 # compile-time warnable code, warnings enabled via runtime $^W 49 # warnings enabled at compile time, disabled at run time 57 # warnings disabled at compile time, enabled at run time
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/B/ |
| D | Terse.pm | 21 sub compile { subroutine 26 B::Concise::compile("-terse", @args);
|
| /mirbsd/src/gnu/usr.bin/texinfo/util/ |
| D | Makefile.in | 259 mostlyclean-compile: 262 distclean-compile: 384 distclean-am: clean-am distclean-compile distclean-generic \ 413 mostlyclean-am: mostlyclean-compile mostlyclean-generic 426 clean-generic ctags distclean distclean-compile \ 432 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | concise.t | 133 eval { B::Concise::compile(@_)->() }; 157 my $treegen = B::Concise::compile('-basic', $func); # reused 181 eval { B::Concise::compile('-basic', $ref)->() }; 241 my $walker = B::Concise::compile('-basic', $func);
|
| D | terse.t | 33 eval{ $sub = B::Terse::compile('', 'foo') }; 39 $sub = B::Terse::compile('', 'bar');
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | Makefile.in | 253 mostlyclean-compile: 256 distclean-compile: 378 distclean-am: clean-am distclean-compile distclean-generic \ 407 mostlyclean-am: mostlyclean-compile mostlyclean-generic 420 clean-generic ctags distclean distclean-compile \ 426 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
| /mirbsd/src/gnu/usr.sbin/sendmail/smrsh/ |
| D | README | 13 the steps needed to compile and install smrsh. 22 Unix library utilities. As such, smrsh should compile on most 29 To compile smrsh.c by hand, use the following command: 33 For machines that provide dynamic linking, it is advisable to compile 35 compiler, you should compile with the -Bstatic option.
|
| /mirbsd/src/gnu/usr.bin/perl/hints/ |
| D | netbsd.sh | 162 *** too buggy on netbsd/alpha to compile Perl with optimization. 166 *** Configure -Doptimize=-O0 to compile Perl without any optimization
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | INSTALLATION | 4 This file describes how to compile and install Lynx. A description of Lynx 16 and the compile-time errors. Be sure to say what version and image-number 26 and then go to the respective section concerning the port you wish to compile. 196 Disable (do not compile code) support for bibp: URLs. 277 Do not compile-in code used to connect to "finger" URLs. 281 The default is to compile key-based & form-based Options Menu code, 286 Do not compile-in code used to connect to FTP servers. 306 Do not compile-in code used to connect to GOPHER servers. 336 Do not compile-in code used to connect to NNTP (netnews) servers. 420 Use this option to compile-in support for debugging. [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | Makefile.in | 287 mostlyclean-compile: 290 distclean-compile: 409 distclean-am: clean-am distclean-compile distclean-generic \ 438 mostlyclean-am: mostlyclean-compile mostlyclean-generic 451 clean-noinstLIBRARIES ctags distclean distclean-compile \ 457 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
| /mirbsd/src/lib/libncurses/src/form/ |
| D | fty_regex.c | 133 char *last_pos = compile(rx, buf, &buf[blen], '\0'); in Make_RegularExpression_Type() 136 char *last_pos = compile(rx, buf, &buf[blen]); in Make_RegularExpression_Type()
|
| /mirbsd/src/usr.sbin/httpd/src/support/ |
| D | README | 7 To compile with SSL support; specify the compile
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | CGI.pm | 307 sub compile { subroutine 848 my $compile = 0; 867 $compile++, next if /^[:-]compile$/; 886 _compile_all(keys %EXPORT) if $compile;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/t/ |
| D | simple.t | 14 ok(1, 'compile');
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | Makefile.in | 435 mostlyclean-compile: 438 distclean-compile: 561 distclean-am: clean-am distclean-compile distclean-generic \ 590 mostlyclean-am: mostlyclean-compile mostlyclean-generic 604 distclean-compile distclean-generic distclean-local \ 610 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
| /mirbsd/src/usr.bin/sed/ |
| D | Makefile | 5 SRCS= compile.c main.c misc.c process.c
|