comparison anagram/support/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 # Sources.
2
3 SRCS=\
4 agcstack.cpp \
5 agdict.cpp \
6 agnotify.cpp \
7 agref.cpp \
8 agstack.cpp \
9 agstring.cpp \
10 assert.cpp \
11 bitmap.cpp \
12 cint.cpp \
13 file.cpp \
14 log.cpp \
15 myalloc.cpp \
16 port.cpp \
17 suppinst.cpp
18
19 LIB=support
20 LIBTYPE=LIB
21
22 INCDIRS=$(TOP)/anagram/support $(TOP)/anagram/agcore
23
24 include $(TOP)/mk/lib.mk