types.am 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. # process the types files...
  2. DTTYPES = autoStart.dt user-prefs.dt uxstd.dt dt.dt develop.dt \
  3. datatypes.dt dtappman.dt dtfile.dt dtims.dt dtinfo.dt \
  4. dtpad.dt xclients.dt dthelp.dt dthelpprint.dt print.dt \
  5. dthelptag.dt dtmail.dt dtwm.fp dtscreen.dt dtcm.dt \
  6. dtbuilder.dt miscActions.dt miscImages.dt IconBrowse.dt \
  7. DisplayImage.dt DisplayPDF.dt DisplayVideo.dt DisplayPS.dt \
  8. videoTypes.dt Education.dt gcompris.dt geogebra.dt \
  9. stellarium.dt tuxpaint.dt dreamchess.dt eboard.dt Games.dt \
  10. ktuberling.dt lbreakout2.dt powermanga.dt pychess.dt \
  11. supertux.dt xboard.dt fontforge.dt gimp.dt Graphics.dt \
  12. inkscape.dt okular.dt xv.dt chromium.dt firefox.dt \
  13. Internet.dt nxclient.dt skype.dt thunderbird.dt amarok.dt \
  14. brasero.dt k3b.dt k9copy.dt Media_Tools.dt pavucontrol.dt \
  15. rhythmbox.dt rosegarden.dt sound-juicer.dt vlc.dt xine.dt \
  16. libreoffice-base.dt libreoffice-calc.dt libreoffice-draw.dt \
  17. libreoffice-impress.dt libreoffice-main.dt \
  18. libreoffice-math.dt libreoffice-writer.dt nedit.dt Office.dt \
  19. xournal.dt caja.dt engrampa.dt file-roller.dt firestarter.dt \
  20. pgadmin.dt synaptic.dt System.dt virtualbox.dt wicd.dt \
  21. acroread.dt emacs.dt gv.dt kile.dt mgv.dt TeX.dt xdvi.dt \
  22. xournal.dt xpdf.dt
  23. BUILT_SOURCES = $(DTTYPES) action
  24. CLEANFILES = $(BUILT_SOURCES)
  25. # we do not want to install 'action'
  26. typesdir = $(CDE_INSTALLATION_TOP)/appconfig/types/$(LANG)
  27. dist_types_DATA = $(DTTYPES)
  28. TOP = $(top_builddir)/programs
  29. MERGE = $(top_builddir)/programs/localized/util/merge
  30. # This isn't really an action/type - it's an executable placeholder
  31. # used by and for appmanager.
  32. action: $(TOP)/types/action action.tmsg
  33. $(MERGE) -lang $(LANG) action.tmsg < $< > $@ || $(RM) $@
  34. autoStart.dt: $(TOP)/types/autoStart.dt _common.dt.tmsg
  35. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  36. user-prefs.dt: $(TOP)/types/user-prefs.dt _common.dt.tmsg
  37. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  38. uxstd.dt: $(TOP)/types/uxstd.dt _common.dt.tmsg
  39. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  40. dt.dt: $(TOP)/types/dt.dt _common.dt.tmsg
  41. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  42. develop.dt: $(TOP)/types/develop.dt _common.dt.tmsg
  43. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  44. datatypes.dt: $(TOP)/types/datatypes.dt _common.dt.tmsg
  45. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  46. dtappman.dt: $(TOP)/types/dtappman.dt _common.dt.tmsg
  47. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  48. dtfile.dt: $(TOP)/types/dtfile.dt _common.dt.tmsg
  49. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  50. dtims.dt: $(TOP)/types/dtims.dt _common.dt.tmsg
  51. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  52. dtinfo.dt: $(TOP)/types/dtinfo.dt _common.dt.tmsg
  53. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  54. dtpad.dt: $(TOP)/types/dtpad.dt _common.dt.tmsg
  55. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  56. xclients.dt: $(TOP)/types/xclients.dt _common.dt.tmsg
  57. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  58. dthelp.dt: $(TOP)/types/dthelp.dt _common.dt.tmsg
  59. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  60. dthelpprint.dt: $(TOP)/types/dthelpprint.dt _common.dt.tmsg
  61. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  62. print.dt: $(TOP)/types/print.dt _common.dt.tmsg
  63. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  64. dthelptag.dt: $(TOP)/types/dthelptag.dt _common.dt.tmsg
  65. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  66. dtmail.dt: $(TOP)/types/dtmail.dt _common.dt.tmsg
  67. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  68. dtwm.fp: $(TOP)/types/dtwm.fp _common.dt.tmsg
  69. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  70. dtscreen.dt: $(TOP)/types/dtscreen.dt _common.dt.tmsg
  71. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  72. dtcm.dt: $(TOP)/types/dtcm.dt _common.dt.tmsg
  73. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  74. dtbuilder.dt: $(TOP)/types/dtbuilder.dt _common.dt.tmsg
  75. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  76. miscActions.dt: $(TOP)/types/miscActions.dt _common.dt.tmsg
  77. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  78. miscImages.dt: $(TOP)/types/miscImages.dt _common.dt.tmsg
  79. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  80. IconBrowse.dt: $(TOP)/types/IconBrowse.dt _common.dt.tmsg
  81. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  82. DisplayImage.dt: $(TOP)/types/DisplayImage.dt _common.dt.tmsg
  83. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  84. DisplayPDF.dt: $(TOP)/types/DisplayPDF.dt _common.dt.tmsg
  85. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  86. DisplayVideo.dt: $(TOP)/types/DisplayVideo.dt _common.dt.tmsg
  87. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  88. DisplayPS.dt: $(TOP)/types/DisplayPS.dt _common.dt.tmsg
  89. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  90. acroread.dt: $(TOP)/types/acroread.dt _common.dt.tmsg
  91. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  92. videoTypes.dt: $(TOP)/types/videoTypes.dt _common.dt.tmsg
  93. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  94. amarok.dt: $(TOP)/types/amarok.dt _common.dt.tmsg
  95. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  96. brasero.dt: $(TOP)/types/brasero.dt _common.dt.tmsg
  97. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  98. caja.dt: $(TOP)/types/caja.dt _common.dt.tmsg
  99. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  100. chromium.dt: $(TOP)/types/chromium.dt _common.dt.tmsg
  101. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  102. dreamchess.dt: $(TOP)/types/dreamchess.dt _common.dt.tmsg
  103. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  104. eboard.dt: $(TOP)/types/eboard.dt _common.dt.tmsg
  105. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  106. Education.dt: $(TOP)/types/Education.dt _common.dt.tmsg
  107. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  108. emacs.dt: $(TOP)/types/emacs.dt _common.dt.tmsg
  109. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  110. engrampa.dt: $(TOP)/types/engrampa.dt _common.dt.tmsg
  111. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  112. file-roller.dt: $(TOP)/types/file-roller.dt _common.dt.tmsg
  113. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  114. firefox.dt: $(TOP)/types/firefox.dt _common.dt.tmsg
  115. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  116. firestarter.dt: $(TOP)/types/firestarter.dt _common.dt.tmsg
  117. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  118. fontforge.dt: $(TOP)/types/fontforge.dt _common.dt.tmsg
  119. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  120. Games.dt: $(TOP)/types/Games.dt _common.dt.tmsg
  121. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  122. gcompris.dt: $(TOP)/types/gcompris.dt _common.dt.tmsg
  123. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  124. geogebra.dt: $(TOP)/types/geogebra.dt _common.dt.tmsg
  125. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  126. gimp.dt: $(TOP)/types/gimp.dt _common.dt.tmsg
  127. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  128. Graphics.dt: $(TOP)/types/Graphics.dt _common.dt.tmsg
  129. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  130. gv.dt: $(TOP)/types/gv.dt _common.dt.tmsg
  131. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  132. inkscape.dt: $(TOP)/types/inkscape.dt _common.dt.tmsg
  133. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  134. Internet.dt: $(TOP)/types/Internet.dt _common.dt.tmsg
  135. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  136. k3b.dt: $(TOP)/types/k3b.dt _common.dt.tmsg
  137. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  138. k9copy.dt: $(TOP)/types/k9copy.dt _common.dt.tmsg
  139. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  140. kile.dt: $(TOP)/types/kile.dt _common.dt.tmsg
  141. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  142. ktuberling.dt: $(TOP)/types/ktuberling.dt _common.dt.tmsg
  143. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  144. lbreakout2.dt: $(TOP)/types/lbreakout2.dt _common.dt.tmsg
  145. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  146. libreoffice-base.dt: $(TOP)/types/libreoffice-base.dt _common.dt.tmsg
  147. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  148. libreoffice-calc.dt: $(TOP)/types/libreoffice-calc.dt _common.dt.tmsg
  149. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  150. libreoffice-draw.dt: $(TOP)/types/libreoffice-draw.dt _common.dt.tmsg
  151. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  152. libreoffice-impress.dt: $(TOP)/types/libreoffice-impress.dt _common.dt.tmsg
  153. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  154. libreoffice-main.dt: $(TOP)/types/libreoffice-main.dt _common.dt.tmsg
  155. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  156. libreoffice-math.dt: $(TOP)/types/libreoffice-math.dt _common.dt.tmsg
  157. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  158. libreoffice-writer.dt: $(TOP)/types/libreoffice-writer.dt _common.dt.tmsg
  159. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  160. Media_Tools.dt: $(TOP)/types/Media_Tools.dt _common.dt.tmsg
  161. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  162. mgv.dt: $(TOP)/types/mgv.dt _common.dt.tmsg
  163. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  164. nedit.dt: $(TOP)/types/nedit.dt _common.dt.tmsg
  165. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  166. nxclient.dt: $(TOP)/types/nxclient.dt _common.dt.tmsg
  167. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  168. Office.dt: $(TOP)/types/Office.dt _common.dt.tmsg
  169. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  170. okular.dt: $(TOP)/types/okular.dt _common.dt.tmsg
  171. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  172. pavucontrol.dt: $(TOP)/types/pavucontrol.dt _common.dt.tmsg
  173. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  174. pgadmin.dt: $(TOP)/types/pgadmin.dt _common.dt.tmsg
  175. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  176. powermanga.dt: $(TOP)/types/powermanga.dt _common.dt.tmsg
  177. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  178. pychess.dt: $(TOP)/types/pychess.dt _common.dt.tmsg
  179. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  180. rhythmbox.dt: $(TOP)/types/rhythmbox.dt _common.dt.tmsg
  181. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  182. rosegarden.dt: $(TOP)/types/rosegarden.dt _common.dt.tmsg
  183. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  184. skype.dt: $(TOP)/types/skype.dt _common.dt.tmsg
  185. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  186. sound-juicer.dt: $(TOP)/types/sound-juicer.dt _common.dt.tmsg
  187. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  188. stellarium.dt: $(TOP)/types/stellarium.dt _common.dt.tmsg
  189. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  190. supertux.dt: $(TOP)/types/supertux.dt _common.dt.tmsg
  191. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  192. synaptic.dt: $(TOP)/types/synaptic.dt _common.dt.tmsg
  193. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  194. System.dt: $(TOP)/types/System.dt _common.dt.tmsg
  195. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  196. TeX.dt: $(TOP)/types/TeX.dt _common.dt.tmsg
  197. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  198. thunderbird.dt: $(TOP)/types/thunderbird.dt _common.dt.tmsg
  199. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  200. tuxpaint.dt: $(TOP)/types/tuxpaint.dt _common.dt.tmsg
  201. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  202. virtualbox.dt: $(TOP)/types/virtualbox.dt _common.dt.tmsg
  203. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  204. vlc.dt: $(TOP)/types/vlc.dt _common.dt.tmsg
  205. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  206. wicd.dt: $(TOP)/types/wicd.dt _common.dt.tmsg
  207. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  208. xboard.dt: $(TOP)/types/xboard.dt _common.dt.tmsg
  209. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  210. xdvi.dt: $(TOP)/types/xdvi.dt _common.dt.tmsg
  211. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  212. xine.dt: $(TOP)/types/xine.dt _common.dt.tmsg
  213. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  214. xournal.dt: $(TOP)/types/xournal.dt _common.dt.tmsg
  215. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  216. xpdf.dt: $(TOP)/types/xpdf.dt _common.dt.tmsg
  217. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@
  218. xv.dt: $(TOP)/types/xv.dt _common.dt.tmsg
  219. $(MERGE) -lang $(LANG) _common.dt.tmsg < $< > $@ || $(RM) $@