Searched refs:makefile (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c18 * 2) Md also updates the makefile directly with the dependency *
21 * information in the makefile is sorted by .o file name and it *
25 * before the creation date of the "makefile" were processed *
31 * -f force an update of the dependencies in the makefile *
32 * even though the makefile is more recent than the .n file *
34 * -m specify the makefile to be upgraded. The defaults are *
35 * "makefile" and then "Makefile". *
38 * makefile *
40 * -x expunge old dependency info from makefile *
45 * m show generation of makefile *
113 char *makefile = (char *) 0; /* user supplied makefile name */ variable
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dmain.c215 makefile(); /* build Makefile */
H A Dconfig.h187 * These and the options (below) are put in the C flags in the makefile.
286 void makefile(void);
H A Dmkmakefile.c56 * Build the makefile for the system, from
209 * Build the makefile from the skeleton
212 makefile(void) function
342 "Unknown %% construct in generic makefile: %s",
781 * Include machine dependent makefile in output
1025 "config: COPTS undefined in generic makefile");
1169 static char makbuf[LINESIZE]; /* one line buffer for makefile */

Completed in 22 milliseconds