HomeSort by: relevance | last modified time | path
    Searched refs:makefiles (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/
Makefile 2 # make makefiles [name=value]...
7 # make makefiles
8 # make makefiles CC="purify cc"
9 # make makefiles CC=cc OPT=
15 update depend clean tidy depend_update: Makefiles
21 makefiles Makefiles:
22 $(MAKE) -f Makefile.in MAKELEVEL= Makefiles
postfix-install 179 # $config_directory/makedefs.out, Postfix 'make makefiles' options.
264 # settings), for consistency with "make makefiles".
  /src/usr.bin/make/unit-tests/
varname-makefile.mk 7 # again for each of these makefiles, before the file is parsed.
47 # Additional makefiles can be added while reading a makefile. They will be
varname-dot-makeflags.mk 28 # when parsing the makefiles. This is different from exported variables,
cond-func-defined.mk 48 # the makefiles looks like it.
opt-debug-errors-jobs.mk 39 # In makefiles that rely heavily on abstracted variables, it is not possible
cmdline.mk 42 # variable assignments in makefiles. In the command line, trailing whitespace
comment.mk 3 # Demonstrate how comments are written in makefiles.
varname-makeflags.mk 6 # After reading the makefiles and before making the targets, the arguments
163 # While parsing the makefiles, 'MAKEFLAGS' is the value of the environment
posix1.mk 114 # The system makefiles make the .c.a rule .PRECIOUS with a special source,
var-scope-local.mk 6 # makefiles are read in.
96 # common in BSD makefiles, but with parentheses. This alternative spelling
cond-token-plain.mk 35 # See https://gnats.netbsd.org/19596 for example makefiles demonstrating the
directive-for.mk 62 # any included makefiles.
varmod-loop.mk 13 # subexpressions differ from everywhere else in makefiles in that the parser
Makefile 433 TESTS+= varname-dot-make-makefiles
  /src/external/gpl2/gmake/dist/
dep.h 82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
main.c 115 unsigned int no_makefile:1; /* Don't propagate when remaking makefiles. */
213 /* List of makefiles given with -f switches. */
215 static struct stringlist *makefiles = 0;
277 /* If nonzero, we're in the "try to rebuild makefiles" phase. */
307 Environment variables override makefiles.\n"),
317 Search DIRECTORY for included makefiles.\n"),
376 { 'f', string, (char *) &makefiles, 0, 0, 0, 0, 0, "file" },
482 This is zero if the makefiles do not define .DEFAULT. */
567 for names read from makefiles. It is here for names passed
1459 /* Read any stdin makefiles into temporary files. *
214 static struct stringlist *makefiles = 0; variable in typeref:struct:stringlist
    [all...]
read.c 1 /* Reading and parsing of makefiles for GNU Make.
73 to new structures for included makefiles. */
122 /* The chain of makefiles read by read_makefile. */
149 /* Read in all the makefiles and return the chain of their names. */
152 read_all_makefiles (char **makefiles)
156 /* Create *_LIST variables, to hold the makefiles, targets, and variables
161 DB (DB_BASIC, (_("Reading makefiles...\n")));
163 /* If there's a non-null variable MAKEFILES, its value is a list of
165 default makefiles and don't let the default goal come from there. */
173 /* Turn off --warn-undefined-variables while we expand MAKEFILES. *
    [all...]
  /src/external/gpl3/autoconf/dist/bin/
autoscan.in 47 use vars qw(@cfiles @makefiles @shfiles @subdirs %printed);
311 push @makefiles, $File::Find::name;
433 print "makefiles: @makefiles\n";
546 if (@makefiles)
549 foreach my $m (@makefiles)
  /src/usr.bin/make/
main.c 532 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
811 /* Allow makefiles some control over the mode we run in. */
1087 Lst_Init(&opts.makefiles);
1269 ReadAllMakefiles(const StringList *makefiles)
1273 for (ln = makefiles->first; ln != NULL; ln = ln->next) {
1283 StringList makefiles = LST_INIT; local
1289 AppendWords(&makefiles, prefs);
1291 for (ln = makefiles.first; ln != NULL; ln = ln->next)
1295 Lst_Done(&makefiles);
1356 /* This is the traditional preference for makefiles. *
    [all...]
make.h 548 /* Informational, mainly used during development of makefiles. */
593 * by makefiles.
618 * Used for .include <...>, for the built-in sys.mk and for makefiles from
725 /* -f: the makefiles to read */
726 StringList makefiles; member in struct:CmdOpts
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
am_edit 71 @makefiles = (); # Contains all the files we'll process
152 push (@makefiles, $_);
165 if (!@makefiles)
174 foreach $makefile (sort(@makefiles))
190 push (@makefiles, $File::Find::name) if (/Makefile.in$/);
  /src/share/mk/
bsd.doc.mk 43 # 20130908 dholland: Make sure all makefiles have been converted to the
  /src/external/gpl3/gdb/dist/readline/readline/
Makefile.in 199 Makefiles makefiles: config.status $(srcdir)/Makefile.in
  /src/external/gpl3/gdb.old/dist/readline/readline/
Makefile.in 199 Makefiles makefiles: config.status $(srcdir)/Makefile.in

Completed in 38 milliseconds

1 2