1 /* Data base of default implicit rules for GNU Make.
2 Copyright (C) 1988,89,90,91,92,93,94,95,96 Free Software Foundation, Inc.
3 This file is part of GNU Make.
5 GNU Make is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2, or (at your option)
10 GNU Make is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with GNU Make; see the file COPYING. If not, write to
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
28 /* Define GCC_IS_NATIVE if gcc is the native development environment on
29 your system (gcc/bison/flex vs cc/yacc/lex). */
35 /* This is the default list of suffixes for suffix rules.
36 `.s' must come last, so that a `.o' file will be made from
37 a `.c' or `.p' or ... file rather than from a .s file. */
39 static char default_suffixes
[]
41 = ".exe .olb .ln .obj .c .cxx .cc .pas .p .for .f .r .y .l .mar \
42 .s .ss .i .ii .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo \
43 .w .ch .cweb .web .com .sh .elc .el";
45 = ".out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S \
46 .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo \
47 .w .ch .web .sh .elc .el";
50 static struct pspec default_pattern_rules
[] =
53 "$(AR) $(ARFLAGS) $@ $<" },
55 /* The X.out rules are only in BSD's default set because
56 BSD Make has no null-suffix rules, so `foo.out' and
57 `foo' are the same thing. */
63 "@rm -f $@ \n cp $< $@" },
65 /* Syntax is "ctangle foo.w foo.ch foo.c". */
68 { "%.tex", "%.w %.ch",
74 static struct pspec default_terminal_rules
[] =
78 { "%", "%$$5lv", /* Multinet style */
79 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
80 { "%", "[.$$rcs]%$$5lv", /* Multinet style */
81 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
82 { "%", "%_v", /* Normal style */
83 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
84 { "%", "[.rcs]%_v", /* Normal style */
85 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
88 /* ain't no SCCS on vms */
100 "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
102 "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
107 static char *default_suffix_rules
[] =
111 "$(LINK.obj) $^ $(LOADLIBES) $(LDLIBS) $(CRT0) /exe=$@",
113 "$(COMPILE.mar) $^ \n $(LINK.obj) $(subst .mar,.obj,$^) $(LOADLIBES) $(LDLIBS) $(CRT0) /exe=$@",
115 "$(COMPILE.s) $^ \n $(LINK.obj) $(subst .s,.obj,$^) $(LOADLIBES) $(LDLIBS) $(CRT0) /exe=$@",
117 "$(COMPILE.c) $^ \n $(LINK.obj) $(subst .c,.obj,$^) $(LOADLIBES) $(LDLIBS) $(CRT0) /exe=$@",
120 "$(COMPILE.cc) $^ \n $(LINK.obj) $(CXXSTARTUP),sys$$disk:[]$(subst .cc,.obj,$^) $(LOADLIBES) $(LXLIBS) $(LDLIBS) $(CXXRT0) /exe=$@",
122 "$(COMPILE.cc) $^ \n $(CXXLINK.obj) $(subst .cc,.obj,$^) $(LOADLIBES) $(LXLIBS) $(LDLIBS) $(CXXRT0) /exe=$@",
124 "$(COMPILE.cxx) $^ \n $(CXXLINK.obj) $(subst .cxx,.obj,$^) $(LOADLIBES) $(LXLIBS) $(LDLIBS) $(CXXRT0) /exe=$@",
127 "$(COMPILE.for) $^ \n $(LINK.obj) $(subst .for,.obj,$^) $(LOADLIBES) $(LDLIBS) /exe=$@",
129 "$(COMPILE.pas) $^ \n $(LINK.obj) $(subst .pas,.obj,$^) $(LOADLIBES) $(LDLIBS) /exe=$@",
135 "$(COMPILE.mar) /obj=$@ $<",
137 "$(COMPILE.s) /obj=$@ $<",
139 "$(COMPILE.s) /obj=$@ $<",
141 "$(COMPILE.c)/prep /list=$@ $<",
143 "$(COMPILE.c)/noobj/machine /list=$@ $<",
145 "$(COMPILE.c)/noprep/noobj/machine /list=$@ $<",
147 "$(COMPILE.c) /obj=$@ $<",
149 "$(COMPILE.cc)/prep /list=$@ $<",
151 "$(COMPILE.cc)/noobj/machine /list=$@ $<",
153 "$(COMPILE.cc)/noprep/noobj/machine /list=$@ $<",
155 "$(COMPILE.cc) /obj=$@ $<",
157 "$(COMPILE.for) /obj=$@ $<",
159 "$(COMPILE.pas) /obj=$@ $<",
162 "$(YACC.y) $< \n rename y_tab.c $@",
164 "$(LEX.l) $< \n rename lexyy.c $@",
175 "$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@",
177 "$(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@",
179 "$(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@",
181 "$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@",
183 "$(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@",
185 "$(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@",
187 "$(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@",
189 "$(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@",
191 "$(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@",
193 "$(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@",
195 "$(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@",
197 "$(COMPILE.mod) -o $@ -e $@ $^",
200 "$(COMPILE.def) -o $@ $<",
203 "cat $< >$@ \n chmod a+x $@",
206 "$(COMPILE.s) -o $@ $<",
208 "$(COMPILE.S) -o $@ $<",
210 "$(COMPILE.c) $(OUTPUT_OPTION) $<",
212 "$(COMPILE.cc) $(OUTPUT_OPTION) $<",
214 "$(COMPILE.C) $(OUTPUT_OPTION) $<",
216 "$(COMPILE.cpp) $(OUTPUT_OPTION) $<",
218 "$(COMPILE.f) $(OUTPUT_OPTION) $<",
220 "$(COMPILE.p) $(OUTPUT_OPTION) $<",
222 "$(COMPILE.F) $(OUTPUT_OPTION) $<",
224 "$(COMPILE.r) $(OUTPUT_OPTION) $<",
226 "$(COMPILE.mod) -o $@ $<",
232 "$(YACC.y) $< \n $(LINT.c) -C$* y.tab.c \n $(RM) y.tab.c",
234 "$(YACC.y) $< \n $(LINT.c) -C$* y_tab.c \n $(RM) y_tab.c",
237 "@$(RM) $*.c\n $(LEX.l) $< > $*.c\n$(LINT.c) -i $*.c -o $@\n $(RM) $*.c",
241 "$(YACC.y) $< \n mv -f y.tab.c $@",
243 "$(YACC.y) $< \n mv -f y_tab.c $@",
246 "@$(RM) $@ \n $(LEX.l) $< > $@",
249 "$(PREPROCESS.F) $(OUTPUT_OPTION) $<",
251 "$(PREPROCESS.r) $(OUTPUT_OPTION) $<",
253 /* This might actually make lex.yy.c if there's no %R%
254 directive in $*.l, but in that case why were you
255 trying to make $*.r anyway? */
257 "$(LEX.l) $< > $@ \n mv -f lex.yy.r $@",
260 "$(PREPROCESS.S) $< > $@",
263 "$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@",
266 "$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@",
269 "$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@",
275 "$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<",
278 "$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<",
281 "$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<",
284 "$(CTANGLE) $< - $@", /* The `-' says there is no `.ch' file. */
290 "$(CWEAVE) $< - $@", /* The `-' says there is no `.ch' file. */
300 static char *default_variables
[] =
309 "ARFLAGS", "/replace",
319 "ECHO", "write sys$$output \"",
329 "CPP", "$(CC) /preprocess_only",
331 /* System V uses these, so explicit rules using them should work.
332 However, there is no way to make implicit rules use them and FC. */
334 "F77FLAGS", "$(FFLAGS)",
338 "YACC", "bison/yacc",
339 "YFLAGS", "/Define/Verbose",
341 "MAKEINFO", "makeinfo",
343 "TEXINDEX", "texindex",
345 "RM", "delete/nolog",
349 "CRT0", ",sys$$library:vaxcrtl.olb/lib,gnu_cc_library:crt0.obj",
350 "CXXSTARTUP", "gnu_cc_library:crtbegin.obj",
351 "CXXRT0", ",sys$$library:vaxcrtl.olb/lib,gnu_cc_library:crtend.obj,gnu_cc_library:gxx_main.obj",
352 "LXLIBS", ",gnu_cc_library:libstdcxx.olb/lib,gnu_cc_library:libgccplus.olb/lib",
353 "LDLIBS", ",gnu_cc_library:libgcc.olb/lib",
362 "LINK.obj", "$(LD) $(LDFLAGS)",
363 #ifndef GCC_IS_NATIVE
364 "CXXLINK.obj", "$(CXXLD) $(LDFLAGS)",
365 "COMPILE.cxx", "$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH)",
367 "COMPILE.c", "$(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH)",
368 "COMPILE.cc", "$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH)",
369 "YACC.y", "$(YACC) $(YFLAGS)",
370 "LEX.l", "$(LEX) $(LFLAGS)",
371 "COMPILE.for", "$(FC) $(FFLAGS) $(TARGET_ARCH)",
372 "COMPILE.pas", "$(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH)",
373 "COMPILE.mar", "$(MACRO) $(MACROFLAGS)",
374 "COMPILE.s", "$(AS) $(ASFLAGS) $(TARGET_MACH)",
375 "LINT.c", "$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)",
377 "MV", "rename/new_version",
388 "CXX", "gpp", /* g++ is an invalid name on MSDOS */
391 # endif /* __MSDOS__ */
397 /* This expands to $(CO) $(COFLAGS) $< $@ if $@ does not exist,
398 and to the empty string if $@ does exist. */
399 "CHECKOUT,v", "+$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@)",
406 "CF77PP", "/lib/cpp",
410 #else /* Not CRAY. */
418 #endif /* __convex__ */
420 /* System V uses these, so explicit rules using them should work.
421 However, there is no way to make implicit rules use them and FC. */
423 "F77FLAGS", "$(FFLAGS)",
447 "YACC", "yacc", /* Or "bison -y" */
449 "MAKEINFO", "makeinfo",
451 "TEXI2DVI", "texi2dvi",
455 "CTANGLE", "ctangle",
459 "LINK.o", "$(CC) $(LDFLAGS) $(TARGET_ARCH)",
460 "COMPILE.c", "$(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c",
461 "LINK.c", "$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)",
462 "COMPILE.cc", "$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c",
463 "COMPILE.C", "$(COMPILE.cc)",
464 "COMPILE.cpp", "$(COMPILE.cc)",
465 "LINK.cc", "$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)",
466 "LINK.C", "$(LINK.cc)",
467 "LINK.cpp", "$(LINK.cc)",
468 "YACC.y", "$(YACC) $(YFLAGS)",
469 "LEX.l", "$(LEX) $(LFLAGS) -t",
470 "COMPILE.f", "$(FC) $(FFLAGS) $(TARGET_ARCH) -c",
471 "LINK.f", "$(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH)",
472 "COMPILE.F", "$(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c",
473 "LINK.F", "$(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)",
474 "COMPILE.r", "$(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c",
475 "LINK.r", "$(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH)",
476 "COMPILE.def", "$(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH)",
477 "COMPILE.mod", "$(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH)",
478 "COMPILE.p", "$(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c",
479 "LINK.p", "$(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)",
480 "LINK.s", "$(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH)",
481 "COMPILE.s", "$(AS) $(ASFLAGS) $(TARGET_MACH)",
482 "LINK.S", "$(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH)",
483 "COMPILE.S", "$(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c",
484 "PREPROCESS.S", "$(CC) -E $(CPPFLAGS)",
485 "PREPROCESS.F", "$(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F",
486 "PREPROCESS.r", "$(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F",
487 "LINT.c", "$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)",
489 #ifndef NO_MINUS_C_MINUS_O
490 "OUTPUT_OPTION", "-o $@",
493 #ifdef SCCS_GET_MINUS_G
494 "SCCS_OUTPUT_OPTION", "-G$@",
498 ".LIBPATTERNS", "%.lib",
501 ".LIBPATTERNS", "lib%.a $(DJDIR)/lib/lib%.a",
503 ".LIBPATTERNS", "lib%.so lib%.a",
511 /* Set up the default .SUFFIXES list. */
514 set_default_suffixes ()
516 suffix_file
= enter_file (".SUFFIXES");
518 if (no_builtin_rules_flag
)
519 (void) define_variable ("SUFFIXES", 8, "", o_default
, 0);
522 char *p
= default_suffixes
;
523 suffix_file
->deps
= (struct dep
*)
524 multi_glob (parse_file_seq (&p
, '\0', sizeof (struct dep
), 1),
525 sizeof (struct dep
));
526 (void) define_variable ("SUFFIXES", 8, default_suffixes
, o_default
, 0);
530 /* Enter the default suffix rules as file rules. This used to be done in
531 install_default_implicit_rules, but that loses because we want the
532 suffix rules installed before reading makefiles, and thee pattern rules
536 install_default_suffix_rules ()
540 if (no_builtin_rules_flag
)
543 for (s
= default_suffix_rules
; *s
!= 0; s
+= 2)
545 register struct file
*f
= enter_file (s
[0]);
546 /* Don't clobber cmds given in a makefile if there were any. */
549 f
->cmds
= (struct commands
*) xmalloc (sizeof (struct commands
));
550 f
->cmds
->fileinfo
.filenm
= 0;
551 f
->cmds
->commands
= s
[1];
552 f
->cmds
->command_lines
= 0;
558 /* Install the default pattern rules. */
561 install_default_implicit_rules ()
563 register struct pspec
*p
;
565 if (no_builtin_rules_flag
)
568 for (p
= default_pattern_rules
; p
->target
!= 0; ++p
)
569 install_pattern_rule (p
, 0);
571 for (p
= default_terminal_rules
; p
->target
!= 0; ++p
)
572 install_pattern_rule (p
, 1);
576 define_default_variables ()
580 if (no_builtin_variables_flag
)
583 for (s
= default_variables
; *s
!= 0; s
+= 2)
584 (void) define_variable (s
[0], strlen (s
[0]), s
[1], o_default
, 1);