summaryrefslogtreecommitdiff
path: root/external/bsd/pcc/libexec/Makefile
AgeCommit message (Collapse)Author
2014-07-24make p++ optional, on MKCXXplunky
2014-07-24update build framework for import of pcc-20140706plunky
2011-05-20simplify PCC inclusion; MKPCCDMDS is not really requiredplunky
2011-04-14use HOSTPROG to build the mkext program (which creates external.c andplunky
external.h for ccom) rather than HOST_CC directly. because PROG and HOSTPROG don't play nicely together, put mkext in its own SUBDIR
2010-02-05use SUBDIR= not SUBDIR+=plunky
2010-02-03following the documentation in mk.conf(5) and share/mk/bsd.README,plunky
and prior art with the MKGCC and MKGCCCMDS build options, only build and install the pcc commands (pcc, cpp & ccom) when MKPCCCMDS != no
2010-01-20Clean up the build framework for pccplunky
- use <bsd.init.mk> to include <../Makefile.inc> files - add Makefile.inc files that pull in appropriate build settings - fix the LIBEXECDIR definition (should have trailing /) - make cc.1 install as pcc.1 to match the binary - use YHEADER= to build the yacc headers - general consistency tidy up
2008-08-24Add pcc build framework.gmcgarry