comparison examples/dsl/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 SYNS=dsl.syn
2 SRCS=./dsl.cpp query.cpp redirect.cpp screen.cpp symbol.cpp
3
4 PROG=dsl
5 INCDIRS=. $(TOP)/examples/dsl $(TOP)/oldclasslib/include
6 MYLIBS=$(BUILDTOP)/oldclasslib/source/oldclasslib$(LIBEXT)
7 AGFILEDEST=here
8 THISEXAMPLE=dsl
9
10 include $(TOP)/mk/prog.mk
11 include $(TOP)/mk/installexample.mk