summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/preproc/pic
AgeCommit message (Collapse)Author
2016-01-13unhook groffchristos
2012-08-10Don't link explicitly against libsupc++, just use the normal C++joerg
linkage.
2010-12-16Push C++ library linkage into the shared Makefile.inc fragments.joerg
2006-10-09- use PROG not PROG_CXXmrg
- link with -lm -lsupc++ as discussed in the audit-trail for PR#26714, now fixed.
2003-10-20* Support MAKEVERBOSElukem
* Implement GROFFYSRCS, which contain a list of .y files to convert into .cpp and _tab.h. Simplifies .y -> .cpp (et al) . * Use "realall" target instead of "dependall"/"install" to ensure that various files are created correctly.
2003-08-01Explicitly add dependencies for foo.cpp from foo.y.lukem
Ensures that foo.d is correctly built from foo.cpp and not foo.y->foo.c.
2003-07-01give lex.cpp expclit dependancies for generated files so that "make all" asmrg
well as "make dependall" works.
2003-07-01note why YHEADER is not appropriate here.mrg
2003-07-01pic/refer:mrg
- set YFLAGS=-d pic: - remove pic_tab.h from SRCS.
2003-06-30Add NetBSD RCS Id.wiz
2003-06-30Make groff-1.19 build on NetBSD.wiz
2003-06-30Import groff-1.19 build structure from FreeBSD.wiz