Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/guisupport/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 SYNS=profile.syn | |
4 HELPGEN=$(BUILDTOP)/helpgen/helpgen$(HOST_EXEEXT) | |
5 | |
6 # Sources. | |
7 SRCS=\ | |
8 action.cpp \ | |
9 anom.cpp \ | |
10 auxmenus.cpp \ | |
11 brt.cpp \ | |
12 charsdc.cpp \ | |
13 conflictdc.cpp \ | |
14 conflicttrc.cpp \ | |
15 coveragedc.cpp \ | |
16 dc.cpp \ | |
17 errordc.cpp \ | |
18 ftpardc.cpp \ | |
19 gsinst.cpp \ | |
20 help.cpp \ | |
21 items.cpp \ | |
22 keytabdc.cpp \ | |
23 proctabdc.cpp \ | |
24 profile.cpp \ | |
25 readprofile.cpp \ | |
26 redmenudc.cpp \ | |
27 ruletabdc.cpp \ | |
28 stexpdc.cpp \ | |
29 symtabdc.cpp \ | |
30 tokentabdc.cpp \ | |
31 tracedc.cpp \ | |
32 wdata.cpp \ | |
33 windowreg.cpp \ | |
34 wm1.cpp \ | |
35 ws.cpp | |
36 | |
37 LIB=guisupport | |
38 LIBTYPE=LIB | |
39 | |
40 INCDIRS=. $(TOP)/anagram/support $(TOP)/anagram/agcore \ | |
41 $(TOP)/anagram/guisupport $(TOP)/anagram/$(GUI) \ | |
42 $(TOP)/anagram/ag1 | |
43 | |
44 include $(TOP)/mk/lib.mk | |
45 | |
46 beforeall: helpdata.h | |
47 helpdata.h: $(SRCDIR)/helpdata.src $(HELPGEN) | |
48 @echo ' [HELPGEN] helpdata.src' | |
49 @$(HELPGEN) $(SRCDIR)/helpdata.src helpdata.h | |
50 | |
51 clean distclean: helpclean | |
52 helpclean: | |
53 @echo ' [RM] helpdata.h' | |
54 @rm -f helpdata.h | |
55 | |
56 .PHONY: beforeall clean distclean helpclean |