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

1 2 3

  /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
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
  /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-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,
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
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.
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
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
  /src/external/gpl2/gmake/dist/
dep.h 82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
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...]
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)
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);
1352 /* This is the traditional preference for makefiles. *
    [all...]
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);
1352 /* This is the traditional preference for makefiles. *
    [all...]

Completed in 57 milliseconds

1 2 3