app-defaults.am 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # process the app-defaults files...
  2. BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession \
  3. Dtscreen Dtwm Dtfile Dtstyle Dtpad Dticon Dtcreate Dtcalc \
  4. Dtcm Dtterm Dtmail Dtbuilder Dtudcfonted Dt Dtinfo
  5. CLEANFILES = $(BUILT_SOURCES)
  6. appdefdir = $(CDE_INSTALLATION_TOP)/app-defaults/$(LANG)
  7. dist_appdef_DATA = $(BUILT_SOURCES)
  8. TOP = $(top_builddir)/programs
  9. DTSVCSRC = $(top_builddir)/lib/DtSvc
  10. MERGE = $(top_builddir)/programs/localized/util/merge
  11. Dthelpview: $(TOP)/dthelp/dthelpview/Dthelpview Dthelpview.tmsg
  12. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  13. Dtimsstart: $(TOP)/dtimsstart/Dtimsstart Dtimsstart.tmsg
  14. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  15. Dtlogin: $(TOP)/dtlogin/config/Dtlogin Dtlogin.tmsg
  16. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  17. Dthello: $(TOP)/dthello/Dthello Dthello.tmsg
  18. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  19. Dtsession: $(TOP)/dtsession/Dtsession Dtsession.tmsg
  20. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  21. Dtscreen: $(TOP)/dtscreen/Dtscreen Dtscreen.tmsg
  22. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  23. Dtwm: $(TOP)/dtwm/Dtwm.defs Dtwm.tmsg
  24. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  25. Dtfile: $(TOP)/dtfile/Dtfile Dtfile.tmsg
  26. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  27. Dtstyle: $(TOP)/dtstyle/Dtstyle Dtstyle.tmsg
  28. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  29. Dtpad: $(TOP)/dtpad/Dtpad Dtpad.tmsg
  30. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  31. Dticon: $(TOP)/dticon/Dticon Dticon.tmsg
  32. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  33. Dtcreate: $(TOP)/dtcreate/Dtcreate Dtcreate.tmsg
  34. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  35. Dtcalc: $(TOP)/dtcalc/Dtcalc Dtcalc.tmsg
  36. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  37. Dtcm: $(TOP)/dtcm/dtcm/Dtcm.ad Dtcm.tmsg
  38. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  39. Dtterm: $(TOP)/dtterm/Dtterm.ad Dtterm.tmsg
  40. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  41. Dtmail: $(TOP)/dtmail/dtmail/Dtmail Dtmail.tmsg
  42. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  43. Dtbuilder: $(TOP)/dtappbuilder/src/ab/Dtbuilder.ad Dtbuilder.tmsg
  44. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  45. Dtinfo: $(TOP)/dtinfo/dtinfo/src/Dtinfo Dtinfo.tmsg
  46. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  47. Dtudcfonted: $(TOP)/dtudcfonted/resource/Dtudcfonted Dtudcfonted.tmsg
  48. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@
  49. Dt: $(DTSVCSRC)/DtUtil2/Dt.ad Dt.tmsg
  50. $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@