57e46d58cfea53456e41d8f55d634eae085db2f3
[oweals/cde.git] / cde / programs / localized / templates / app-defaults.tmpl
1 XCOMM $TOG: app-defaults.tmpl /main/8 1998/08/05 18:05:09 mgreess $
2
3 #ifdef RsArchitecture
4 SHELL=/bin/ksh
5 #endif
6
7 #ifdef SunArchitecture
8 .NO_PARALLEL:
9 #endif
10
11
12 OBJS =  \
13         Dthelpview  \
14         Dtimsstart  \
15         Dtlogin  \
16         Dthello  \
17         Dtsession  \
18         Dtscreen  \
19         Dtwm  \
20         Dtfile  \
21         Dtstyle  \
22         Dtpad  \
23         Dticon  \
24         Dtcreate \
25         Dtcalc \
26         Dtcm \
27         Dtterm \
28         Dtmail \
29         Dtbuilder \
30         Dtinfo \
31         Dt
32
33 all:: $(OBJS)
34
35 LinkFile(Dthelpview.nls,$(CDESRC)/dthelp/dthelpview/Dthelpview)
36 LinkFile(Dtimsstart.nls,$(CDESRC)/dtimsstart/Dtimsstart)
37 LinkFile(Dtlogin.nls,$(CDESRC)/dtlogin/config/Dtlogin)
38 LinkFile(Dthello.nls,$(CDESRC)/dthello/Dthello)
39 LinkFile(Dtsession.nls,$(CDESRC)/dtsession/Dtsession)
40 LinkFile(Dtscreen.nls,$(CDESRC)/dtscreen/Dtscreen)
41 LinkFile(Dtwm.nls,$(CDESRC)/dtwm/Dtwm.defs)
42 LinkFile(Dtfile.nls,$(CDESRC)/dtfile/Dtfile)
43 LinkFile(Dtstyle.nls,$(CDESRC)/dtstyle/Dtstyle)
44 LinkFile(Dtpad.nls,$(CDESRC)/dtpad/Dtpad)
45 LinkFile(Dticon.nls,$(CDESRC)/dticon/Dticon)
46 LinkFile(Dtcreate.nls,$(CDESRC)/dtcreate/Dtcreate)
47 LinkFile(Dtcalc.nls,$(CDESRC)/dtcalc/Dtcalc)
48 LinkFile(Dtcm.nls,$(CDESRC)/dtcm/dtcm/Dtcm.ad)
49 LinkFile(Dtterm.nls,$(CDESRC)/dtterm/Dtterm.ad)
50 LinkFile(Dtmail.nls,$(CDESRC)/dtmail/dtmail/Dtmail)
51 LinkFile(Dtbuilder.nls,$(CDESRC)/dtappbuilder/src/ab/Dtbuilder.ad)
52 LinkFile(Dtinfo.nls,$(CDESRC)/dtinfo/dtinfo/src/Dtinfo)
53 LinkFile(Dt.nls,$(DTSVCSRC)/DtUtil2/Dt.ad)
54
55 DtstyleDescRule(Dthelpview,Dthelpview)
56 DtstyleDescRule(Dtimsstart,Dtimsstart)
57 DtstyleDescRule(Dtlogin,Dtlogin)
58 DtstyleDescRule(Dthello,Dthello)
59 DtstyleDescRule(Dtsession,Dtsession)
60 DtstyleDescRule(Dtscreen,Dtscreen)
61 DtstyleDescRule(Dtwm,Dtwm)
62 DtstyleDescRule(Dtfile,Dtfile)
63 DtstyleDescRule(Dtstyle,Dtstyle)
64 DtstyleDescRule(Dtpad,Dtpad)
65 DtstyleDescRule(Dticon,Dticon)
66 DtstyleDescRule(Dtcreate,Dtcreate)
67 DtstyleDescRule(Dtcalc,Dtcalc)
68 DtstyleDescRule(Dtcm,Dtcm)
69 DtstyleDescRule(Dtterm,Dtterm)
70 DtstyleDescRule(Dtmail,Dtmail)
71 DtstyleDescRule(Dtbuilder,Dtbuilder)
72 DtstyleDescRule(Dtinfo,Dtinfo)
73 DtstyleDescRule(Dt,Dt)
74
75 depend::
76
77 clean::
78         $(RM) $(OBJS)
79         -for i in *.nls; do \
80                 [ -z "$$i" ] && continue; \
81                 [ -h "$$i" ] && $(RM) $$i; \
82         done; true;