Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/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 include $(BUILDTOP)/config.mk | |
2 | |
3 GUISUPPORT.hasgui=guisupport | |
4 GUISUPPORT.nogui= | |
5 AGDIR.hasgui=ag | |
6 AGDIR.nogui= | |
7 | |
8 SUBDIRS=support \ | |
9 agcore \ | |
10 $(GUISUPPORT.$(HASGUI)) \ | |
11 $(GUI) \ | |
12 ag1 \ | |
13 agcl \ | |
14 $(AGDIR.$(HASGUI)) \ | |
15 run | |
16 | |
17 MORESUBDIRS=guisupport dummygui vaclgui ag | |
18 | |
19 include $(TOP)/mk/subdir.mk |