Mercurial > ~dholland > hg > ag > index.cgi
comparison examples/mpp/DEFS.mk @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 # jrc.syn | |
2 SYNS=ct.syn ex.syn krc.syn mas.syn ts.syn | |
3 SRCS=mpp.cpp token.cpp \ | |
4 ./ct.cpp ./ex.cpp ./krc.cpp ./mas.cpp ./ts.cpp | |
5 | |
6 PROG=krc | |
7 INCDIRS=. $(TOP)/examples/mpp $(TOP)/oldclasslib/include | |
8 MYLIBS=$(BUILDTOP)/oldclasslib/source/oldclasslib$(LIBEXT) | |
9 AGFILEDEST=here | |
10 THISEXAMPLE=mpp | |
11 | |
12 include $(TOP)/mk/prog.mk | |
13 include $(TOP)/mk/installexample.mk |