| /src/external/gpl2/gmake/dist/tests/scripts/targets/ |
| SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
| /src/external/gpl2/gmake/dist/tests/ |
| run_make_tests.pl | 75 # [0] (string): The makefile to be tested. undef means use the last one. 86 # If the user specified a makefile string, create a new makefile to contain 93 $makefile = $old_makefile; 95 if (! defined($makefile)) { 96 $makefile = &get_tmpfile(); 102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to 104 $makestring =~ s/#MAKEFILE#/$makefile/g [all...] |
| /src/usr.bin/make/unit-tests/ |
| meta-ignore.inc | 22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE} 33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
|
| varname-makefile.mk | 1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $ 3 # Tests for the special MAKEFILE variable, which contains the current 4 # makefile from the -f command line option. 6 # When there are multiple -f options, the variable MAKEFILE is set 8 # Including a file via .include does not influence the MAKEFILE 11 .if ${MAKEFILE:T} != "varname-makefile.mk" 22 .undef MAKEFILE 23 .if ${MAKEFILE:T} != "varname-makefile.mk [all...] |
| opt.exp | 6 [-C directory] [-D variable] [-d flags] [-f makefile] 22 [-C directory] [-D variable] [-d flags] [-f makefile]
|
| deptgt-posix.mk | 71 # If the main makefile has a '.for' loop as its first non-comment line, a 72 # strict reading of POSIX 2018 makes the makefile non-conforming. 82 # If the main makefile has an '.if' conditional as its first non-comment line, 83 # a strict reading of POSIX 2018 makes the makefile non-conforming. 93 # If the main makefile first includes another makefile and that included 94 # makefile tries to switch to POSIX mode, that's too late. 100 # If the main makefile switches to POSIX mode in its very first line, before
|
| comment.mk | 19 # they are just makefile comments. Before that commit, these comments 74 # In the commands associated with a target, the '#' does not start a makefile 77 # If the '#' were to start a makefile comment, the following shell command
|
| dep-colon-bug-cross-file.mk | 3 # Until 2020-09-25, the very last dependency group of a top-level makefile
|
| varname-dot-newline.mk | 9 # > found in a command line in a makefile, the command line that is executed 40 @${MAKE} -f ${MAKEFILE} try-to-modify || true
|
| /src/external/bsd/byacc/dist/test/ |
| run_lint.sh | 28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
|
| /src/external/bsd/elftosb/dist/ |
| makefile | 2 # makefile 4 # gnu make makefile for elftosb executable 32 make -C ${BUILD_DIR} -f ${SRC_DIR}/makefile.rules SRC_DIR=${SRC_DIR} $@;
|
| /src/external/bsd/byacc/dist/package/pkgsrc/ |
| Makefile | 1 # NetBSD: Makefile,v 1.35 2024/07/05 20:55:55 cheusov Exp 18 MAKE_FILE= makefile
|
| /src/external/gpl3/binutils/dist/ |
| makefile.vms | 2 # makefile for bfd, binutils and gas 24 all: check_cc $(CHECK-COMPILER) [.binutils]makefile.vms 39 @$(ECHO) "Please edit MAKEFILE.VMS and select a C Compiler." 46 [.binutils]makefile.vms:
|
| /src/external/gpl3/binutils.old/dist/ |
| makefile.vms | 2 # makefile for bfd, binutils and gas 24 all: check_cc $(CHECK-COMPILER) [.binutils]makefile.vms 39 @$(ECHO) "Please edit MAKEFILE.VMS and select a C Compiler." 46 [.binutils]makefile.vms:
|
| /src/sys/compat/netbsd32/ |
| netbsd32.mk | 3 # makefile fragment that tells you if you should support netbsd32 or not.
|
| /src/external/mit/xorg/lib/brotli/ |
| brotli.mk | 3 # makefile fragment to build brotlidec for freetype2
|
| /src/external/gpl3/autoconf/dist/ |
| GNUmakefile | 4 # This makefile is used only if you run GNU Make. 25 _gl-Makefile := $(wildcard [M]akefile) 26 ifneq ($(_gl-Makefile),) 31 # Allow the user to add to this in the Makefile. 34 include Makefile 85 $(MAKE) $(AM_MAKEFLAGS) Makefile 89 .DEFAULT_GOAL := abort-due-to-no-makefile 101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) 102 $(MAKECMDGOALS): abort-due-to-no-makefile 105 abort-due-to-no-makefile [all...] |
| /src/tests/fs/common/ |
| snapshot.c | 25 makefile(const char *path) function 71 makefile(BAKNAME); 98 makefile("/mnt/newfile"); 146 makefile(path); 202 makefile(BAKNAME);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| makefile.vms | 2 # Makefile for binutils under openVMS (Alpha and Itanium) 81 $(MAKE) -f makefile.vms "CC=$(CC)" 90 $(RM) makefile.vms;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| makefile.vms | 2 # Makefile for binutils under openVMS (Alpha and Itanium) 81 $(MAKE) -f makefile.vms "CC=$(CC)" 90 $(RM) makefile.vms;
|
| /src/lib/ |
| checkver | 203 makefile=$CWD/Makefile 204 libname=$(grep '^LIB=' $makefile | sed -e 's/^LIB=[[:space:]]*//')
|
| /src/external/gpl3/autoconf/dist/bin/ |
| autoreconf.in | 291 # Automake's Makefile expresses that aclocal.m4 depends on 409 # If there are flags for aclocal in Makefile.am, use them. 411 if ($uses_aclocal && -f 'Makefile.am') 413 my $makefile = new Autom4te::XFile 'Makefile.am'; 414 while ($_ = $makefile->getline) 526 # for a Makefile.am!). 646 if (!-f "Makefile") 648 verb "no Makefile: cannot re-make";
|
| /src/external/gpl3/gcc.old/dist/contrib/testsuite-management/ |
| validate_failures.py | 179 makefile = open(makefile_name, encoding='latin-1', mode='r') 180 for line in makefile: 184 makefile.close() 186 makefile.close() 192 not os.path.exists('%s/Makefile' % builddir)): 365 'The Makefile does not contain a definition for "srcdir".') 368 'The Makefile does not contain a definition for "target_alias".') 384 srcdir = GetMakefileValue('%s/Makefile' % _OPTIONS.build_dir, 'srcdir =') 385 target = GetMakefileValue('%s/Makefile' % _OPTIONS.build_dir, 'target_alias=')
|
| /src/compat/ |
| exec.mk | 3 # this makefile fragment can be included to modify the default 10 # external/bsd/ipf/Makefile.inc 11 # sbin/savecore/Makefile 12 # usr.bin/fstat/Makefile 13 # usr.bin/netstat/Makefile 14 # usr.bin/pmap/Makefile 15 # usr.bin/systat/Makefile 16 # usr.bin/vmstat/Makefile 17 # usr.sbin/crash/Makefile 18 # usr.sbin/kgmon/Makefile [all...] |
| /src/external/gpl2/gettext/dist/ |
| autogen.sh | 2 # Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in, 205 $GNULIB_TOOL --dir=gettext-tools --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --macro-prefix=gtpo --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
|