Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/ag1/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 SRCS=cppalloc.cpp | |
4 | |
5 LIB=ag1 | |
6 LIBTYPE=$(AGLIBTYPE) | |
7 | |
8 INCDIRS=$(TOP)/anagram/support | |
9 | |
10 MYLIBS.nogui= | |
11 MYLIBS.hasgui=\ | |
12 $(BUILDTOP)/anagram/guisupport/guisupport$(LIBEXT) \ | |
13 $(BUILDTOP)/anagram/$(GUI)/gui$(LIBEXT) | |
14 | |
15 MYLIBS=\ | |
16 $(BUILDTOP)/anagram/support/support$(LIBEXT) \ | |
17 $(BUILDTOP)/anagram/agcore/agcore$(LIBEXT) \ | |
18 $(MYLIBS.$(HASGUI)) | |
19 | |
20 include $(TOP)/mk/lib.mk |