comparison examples/fc/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=fc1.syn fc2.syn fc3.syn fc4.syn fc4a.syn fc4b.syn fc5.syn
2
3 SRCS=./fc1.c ./fc2.c ./fc3.c ./fc4.c ./fc4a.c ./fc4b.c ./fc5.c
4 SYNOUTPUTEXT=.c
5 AGFILEDEST=here
6
7 THISEXAMPLE=fc
8 EXAMPLEFILES=*.syn *.fc*
9
10 include $(TOP)/mk/progs.mk
11 include $(TOP)/mk/installexample.mk