openbsd-ports/textproc/jade/files/style-Makefile
1998-04-05 09:54:22 +00:00

19 lines
626 B
Plaintext

LIB= style
NOPIC= nopic # Currently broken
SRCS= Collector.cxx DssslApp.cxx DssslSpecEventHandler.cxx ELObj.cxx
SRCS+= ELObjMessageArg.cxx Expression.cxx FOTBuilder.cxx FlowObj.cxx
SRCS+= GroveManager.cxx
SRCS+= InheritedC.cxx Insn.cxx Interpreter.cxx InterpreterMessages.cxx
SRCS+= NumberCache.cxx ProcessContext.cxx ProcessingMode.cxx Style.cxx
SRCS+= StyleEngine.cxx primitive.cxx style_inst.cxx
SRCS+= MacroFlowObj.cxx Pattern.cxx SchemeParser.cxx
NOPROFILE= noprofile
CPLUSPLUSLIB= 1 # include c++rt0.o for constructors
install:
INCLUDES=-I${.CURDIR}/../grove -I${.CURDIR}/../spgrove
.include <bsd.lib.mk>