NetBSD/share/mk
lukem 55209d604d add default rules for Objective C sources (`.m' suffix):
- sys.mk:
	add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and
	${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules
- bsd.sys.mk:
	add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk).
	it's here, rather than in sys.mk, because `.m' isn't
	exclusively used for Objective C files.
- bsd.lib.mk:
	add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
1997-10-28 12:40:16 +00:00
..
bsd.dep.mk Automatically add the .c files corresponding to .l and .y files to DPSRCS. 1997-05-09 13:25:46 +00:00
bsd.doc.mk Don't include bsd.obj.mk in these two files. 1997-10-11 08:43:34 +00:00
bsd.files.mk Automatically add the .c files corresponding to .l and .y files to DPSRCS. 1997-05-09 13:25:46 +00:00
bsd.inc.mk declare ${DESTDIR}${INCSDIR}/$I .PHONY if UPDATE isn't defined, so that 1997-06-03 16:00:30 +00:00
bsd.kmod.mk Several changes: 1997-10-11 08:16:24 +00:00
bsd.lib.mk add default rules for Objective C sources (`.m' suffix): 1997-10-28 12:40:16 +00:00
bsd.links.mk Always rebuild links, since dependencies don't DTRT. 1997-05-10 10:55:19 +00:00
bsd.man.mk Several changes: 1997-10-11 08:16:24 +00:00
bsd.nls.mk Several changes: 1997-10-11 08:16:24 +00:00
bsd.obj.mk Automatically add the .c files corresponding to .l and .y files to DPSRCS. 1997-05-09 13:25:46 +00:00
bsd.own.mk Fix the before/after-install ordering problem in a different way. 1997-10-27 19:41:05 +00:00
bsd.port.mk - don't clean out dependent packages (requested by thorpej) 1997-10-18 23:33:25 +00:00
bsd.port.subdir.mk /usr/pkg/src -> /usr/pkgsrc (per discussion w/ agc) 1997-09-25 19:09:32 +00:00
bsd.prog.mk Several changes: 1997-10-11 08:16:24 +00:00
bsd.README /usr/pkg/src -> /usr/pkgsrc 1997-09-30 23:16:03 +00:00
bsd.subdir.mk Fix the before/after-install ordering problem in a different way. 1997-10-27 19:41:05 +00:00
bsd.sys.mk add default rules for Objective C sources (`.m' suffix): 1997-10-28 12:40:16 +00:00
Makefile Install bsd.port.mk and bsd.port.subdir.mk. 1997-09-09 10:33:19 +00:00
sys.mk add default rules for Objective C sources (`.m' suffix): 1997-10-28 12:40:16 +00:00