Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/vaclgui/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 # | |
2 # Things that should be tidied and moved to guisupport: | |
3 # | |
4 # parts of digset.cpp/hpp | |
5 # maybe dpanel.cpp/hpp | |
6 # | |
7 SRCS=\ | |
8 about.cpp \ | |
9 actionwin.cpp \ | |
10 agfiledialog.cpp \ | |
11 agrect.cpp \ | |
12 agview.cpp \ | |
13 ctrlpanel.cpp \ | |
14 digset.cpp \ | |
15 dpanel.cpp \ | |
16 dspar.cpp \ | |
17 dview.cpp \ | |
18 dvplug.cpp \ | |
19 fileview.cpp \ | |
20 frame.cpp \ | |
21 ftview.cpp \ | |
22 gtview.cpp \ | |
23 guiinst.cpp \ | |
24 helpview.cpp \ | |
25 multiline.cpp \ | |
26 openfile.cpp \ | |
27 statwin.cpp \ | |
28 toolbar.cpp \ | |
29 trfview.cpp \ | |
30 vaclgui.cpp | |
31 | |
32 LIB=gui | |
33 LIBTYPE=LIB | |
34 | |
35 INCDIRS=$(TOP)/anagram/support $(TOP)/anagram/agcore \ | |
36 $(TOP)/anagram/guisupport $(TOP)/anagram/vaclgui \ | |
37 $(TOP)/anagram/ag1 | |
38 | |
39 include $(TOP)/mk/lib.mk |