520d50005c9faa9b3fcdef561502e710578b922e
[oweals/cde.git] / cde / programs / localized / templates / app-defaults.am
1 # process the app-defaults files...
2
3 # We can't do parallel builds here because MERGE is rather dumb and
4 # hardcodes file names and the like.
5 .NOTPARALLEL:
6
7 #NOTYET - Dtinfo 
8
9 BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession         \
10         Dtscreen Dtwm Dtfile Dtstyle Dtpad Dticon Dtcreate Dtcalc       \
11         Dtcm Dtterm Dtmail Dtbuilder Dtudcfonted Dt
12
13 CLEANFILES = $(BUILT_SOURCES)
14
15 TOP = $(top_builddir)/programs
16 DTSVCSRC = $(top_builddir)/lib/DtSvc
17 MERGE = $(top_builddir)/programs/localized/util/merge
18
19
20 Dthelpview: $(TOP)/dthelp/dthelpview/Dthelpview Dthelpview.tmsg
21         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
22
23 Dtimsstart: $(TOP)/dtimsstart/Dtimsstart Dtimsstart.tmsg
24         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
25
26 Dtlogin: $(TOP)/dtlogin/config/Dtlogin Dtlogin.tmsg
27         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
28
29 Dthello: $(TOP)/dthello/Dthello Dthello.tmsg
30         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
31
32 Dtsession: $(TOP)/dtsession/Dtsession Dtsession.tmsg
33         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
34
35 Dtscreen: $(TOP)/dtscreen/Dtscreen Dtscreen.tmsg
36         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
37
38 Dtwm: $(TOP)/dtwm/Dtwm.defs Dtwm.tmsg
39         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
40
41 Dtfile: $(TOP)/dtfile/Dtfile Dtfile.tmsg
42         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
43
44 Dtstyle: $(TOP)/dtstyle/Dtstyle Dtstyle.tmsg
45         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
46
47 Dtpad: $(TOP)/dtpad/Dtpad Dtpad.tmsg
48         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
49
50 Dticon: $(TOP)/dticon/Dticon Dticon.tmsg
51         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
52
53 Dtcreate: $(TOP)/dtcreate/Dtcreate Dtcreate.tmsg
54         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
55
56 Dtcalc: $(TOP)/dtcalc/Dtcalc Dtcalc.tmsg
57         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
58
59 Dtcm: $(TOP)/dtcm/dtcm/Dtcm.ad Dtcm.tmsg
60         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
61
62 Dtterm: $(TOP)/dtterm/Dtterm.ad Dtterm.tmsg
63         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
64
65 Dtmail: $(TOP)/dtmail/dtmail/Dtmail Dtmail.tmsg
66         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
67
68 Dtbuilder: $(TOP)/dtappbuilder/src/ab/Dtbuilder.ad Dtbuilder.tmsg
69         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
70
71 Dtinfo: $(TOP)/dtinfo/dtinfo/src/Dtinfo Dtinfo.tmsg
72         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
73
74 Dtudcfonted: $(TOP)/dtudcfonted/resource/Dtudcfonted Dtudcfonted.tmsg
75         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
76
77 Dt: $(DTSVCSRC)/DtUtil2/Dt.ad Dt.tmsg
78         $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
79