freebsd-src/share/mk
Bruce Evans cf1b9c0a35 Regress to generating foo.c from foo.y via y.tab.c for crufty applications
that want a y.tab.h file.  This want must be specified by putting y.tab.h
in SRCS (and defaulting to or putting -d in YFLAGS).  This only works if
there is only one yacc parser, of course.  One improvement:  copy y.tab.c
to foo.c instead of renaming it, so that `#line...y.tab.c' statements in
it refer to an existing file.

Regress to not generating explicit rules for .l and .y sources containing
slashes.  This case is unusual and hard to handle properly.

Don't generate an unused dependency when -d is not in YFLAGS.
1998-05-06 15:01:18 +00:00
..
bsd.dep.mk Support new version of global. 1998-03-23 14:58:30 +00:00
bsd.doc.mk Introduce the 'regress' target. 1998-03-12 20:02:17 +00:00
bsd.info.mk Introduce the 'regress' target. 1998-03-12 20:02:17 +00:00
bsd.kern.mk Added -ansi to CWARNFLAGS so that ANSI errors don't come back. 1998-05-01 18:13:37 +00:00
bsd.kmod.mk Fixed CLEANFILES. Some temporary files were missing. 1998-03-19 13:22:46 +00:00
bsd.lib.mk Introduce the 'regress' target. 1998-03-12 20:02:17 +00:00
bsd.libnames.mk Add libcalendar 1997-12-15 20:30:38 +00:00
bsd.man.mk Don't include ../Makefile.inc here. bsd.man.mk is always included 1998-04-27 15:08:07 +00:00
bsd.obj.mk Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target. 1998-03-14 14:08:29 +00:00
bsd.own.mk Use gzip's -n flag so that simple regression tests of `make world' 1998-03-19 13:32:43 +00:00
bsd.port.mk Change a couple 'make' to '${MAKE}'. 1998-05-04 04:01:26 +00:00
bsd.port.subdir.mk Add new target "checksubdirs". It will warn about any subdirectories that 1997-11-20 05:31:44 +00:00
bsd.prog.mk Regress to generating foo.c from foo.y via y.tab.c for crufty applications 1998-05-06 15:01:18 +00:00
bsd.README Add reference to `PMake - A Tutorial' 1997-03-09 15:51:07 +00:00
bsd.sgml.mk DISTRIBUTION=bin - we separate it out later. 1998-01-23 20:09:21 +00:00
bsd.subdir.mk Support for fine-grained external control of subdir building. 1998-03-29 01:10:09 +00:00
Makefile Undo rev 1.11, the cd is null since NOOBJ is set. 1998-01-03 14:04:55 +00:00
sys.mk Add -pipe to default CFLAGS. The optimization it provides is cheap 1998-05-01 11:36:59 +00:00