freebsd-nq/share/mk
Ruslan Ermilov c7b111cba8 Added new bsd.incs.mk which handles installing of header files
via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files.  Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1.  Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

	kerberos5/lib/libtelnet/Makefile
	lib/libbz2/Makefile
	lib/libdevinfo/Makefile
	lib/libform/Makefile
	lib/libisc/Makefile
	lib/libmenu/Makefile
	lib/libmilter/Makefile
	lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
2002-05-12 16:01:00 +00:00
..
bsd.cpu.mk Add pointers to GCC's allowable values for -march, and restore structure 2002-05-11 20:18:54 +00:00
bsd.dep.mk Fixed missing quotes in the default for MKDEPCMD in the CC != cc case. 2002-05-07 00:15:53 +00:00
bsd.doc.mk Abuse bsd.obj.mk for defining default distribute target. 2002-04-24 13:29:34 +00:00
bsd.incs.mk Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
bsd.info.mk Abuse bsd.obj.mk for defining default distribute target. 2002-04-24 13:29:34 +00:00
bsd.init.mk Don't include bsd.own.mk from sys.mk, this makes it impossible 2002-04-17 13:49:29 +00:00
bsd.kern.mk Use -ffreestanding for kernel bits unconditionally. 2002-05-04 20:07:33 +00:00
bsd.kmod.mk Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk 2001-05-19 23:18:21 +00:00
bsd.lib.mk Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
bsd.libnames.mk Don't include bsd.own.mk from sys.mk, this makes it impossible 2002-04-17 13:49:29 +00:00
bsd.man.mk Added internal, non-recursive (SUBDIR) versions of the `all-man' 2002-05-07 15:42:56 +00:00
bsd.nls.mk Abuse bsd.obj.mk for defining default distribute target. 2002-04-24 13:29:34 +00:00
bsd.obj.mk Abuse bsd.obj.mk for defining default distribute target. 2002-04-24 13:29:34 +00:00
bsd.own.mk Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
bsd.port.mk Style. 2002-04-19 07:43:50 +00:00
bsd.port.post.mk Fix the type of .include. 2002-04-19 07:42:41 +00:00
bsd.port.pre.mk Fix the type of .include. 2002-04-19 07:42:41 +00:00
bsd.port.subdir.mk Style. 2002-04-19 07:43:50 +00:00
bsd.prog.mk Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
bsd.README Implement PROG_CXX for <bsd.prog.mk>. 2002-04-11 10:44:30 +00:00
bsd.subdir.mk Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
bsd.sys.mk Gcc 3.1 has different -Wx flags. 2002-05-10 01:58:16 +00:00
Makefile Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
sys.mk Make .asm transformation rules synonyms to the .s rules. 2002-04-22 08:56:34 +00:00