From 3ee747ac6bacdb35c9adf04d447db938c925d96c Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 24 Nov 2019 17:52:29 -0700 Subject: [PATCH] localized/C/app-defaults: make it build --- cde/configure.ac | 5 ++ cde/programs/localized/C/Makefile.am | 4 - .../localized/C/app-defaults/Makefile.am | 5 ++ cde/programs/localized/templates/C.am | 5 ++ .../localized/templates/app-defaults.am | 73 +++++++++++++++++++ 5 files changed, 88 insertions(+), 4 deletions(-) create mode 100644 cde/programs/localized/C/app-defaults/Makefile.am create mode 100644 cde/programs/localized/templates/C.am create mode 100644 cde/programs/localized/templates/app-defaults.am diff --git a/cde/configure.ac b/cde/configure.ac index e26b0f07..5a1f5b35 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -472,6 +472,11 @@ programs/util/dttypes/Makefile programs/dtopen/Makefile +programs/localized/Makefile +programs/localized/util/Makefile +programs/localized/C/Makefile +programs/localized/C/app-defaults/Makefile + ]) AC_OUTPUT diff --git a/cde/programs/localized/C/Makefile.am b/cde/programs/localized/C/Makefile.am index 1772241b..c5e930f5 100644 --- a/cde/programs/localized/C/Makefile.am +++ b/cde/programs/localized/C/Makefile.am @@ -1,5 +1 @@ -if SOLARIS -.NO_PARALLEL: -endif - SUBDIRS = app-defaults config types msg palettes backdrops diff --git a/cde/programs/localized/C/app-defaults/Makefile.am b/cde/programs/localized/C/app-defaults/Makefile.am new file mode 100644 index 00000000..ac572d34 --- /dev/null +++ b/cde/programs/localized/C/app-defaults/Makefile.am @@ -0,0 +1,5 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../templates/C.am +include ../../templates/app-defaults.am + diff --git a/cde/programs/localized/templates/C.am b/cde/programs/localized/templates/C.am new file mode 100644 index 00000000..bd077d8a --- /dev/null +++ b/cde/programs/localized/templates/C.am @@ -0,0 +1,5 @@ +# This file is a template for setting the platform-specific LANG +# variable for the C locale. + +LANG=C +SOURCE_LANG=C diff --git a/cde/programs/localized/templates/app-defaults.am b/cde/programs/localized/templates/app-defaults.am new file mode 100644 index 00000000..ec226080 --- /dev/null +++ b/cde/programs/localized/templates/app-defaults.am @@ -0,0 +1,73 @@ +# process the app-defaults files... + +BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession \ + Dtscreen Dtwm Dtfile Dtstyle Dtpad Dticon Dtcreate Dtcalc \ + Dtcm Dtterm Dtmail Dtbuilder Dtinfo Dtudcfonted Dt + +CLEANFILES = $(BUILT_SOURCES) + +TOP = $(top_builddir)/programs +DTSVCSRC = $(top_builddir)/lib/DtSvc +MERGE = $(top_builddir)/programs/localized/util/merge + + +Dthelpview: $(TOP)/dthelp/dthelpview/Dthelpview Dthelpview.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtimsstart: $(TOP)/dtimsstart/Dtimsstart Dtimsstart.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtlogin: $(TOP)/dtlogin/config/Dtlogin Dtlogin.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dthello: $(TOP)/dthello/Dthello Dthello.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtsession: $(TOP)/dtsession/Dtsession Dtsession.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtscreen: $(TOP)/dtscreen/Dtscreen Dtscreen.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtwm: $(TOP)/dtwm/Dtwm.defs Dtwm.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtfile: $(TOP)/dtfile/Dtfile Dtfile.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtstyle: $(TOP)/dtstyle/Dtstyle Dtstyle.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtpad: $(TOP)/dtpad/Dtpad Dtpad.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dticon: $(TOP)/dticon/Dticon Dticon.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtcreate: $(TOP)/dtcreate/Dtcreate Dtcreate.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtcalc: $(TOP)/dtcalc/Dtcalc Dtcalc.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtcm: $(TOP)/dtcm/dtcm/Dtcm.ad Dtcm.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtterm: $(TOP)/dtterm/Dtterm.ad Dtterm.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtmail: $(TOP)/dtmail/dtmail/Dtmail Dtmail.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtbuilder: $(TOP)/dtappbuilder/src/ab/Dtbuilder.ad Dtbuilder.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtinfo: $(TOP)/dtinfo/dtinfo/src/Dtinfo Dtinfo.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dtudcfonted: $(TOP)/dtudcfonted/resource/Dtudcfonted Dtudcfonted.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + +Dt: $(DTSVCSRC)/DtUtil2/Dt.ad Dt.tmsg + $(MERGE) -lang $(LANG) $@.tmsg < $< > $@ || $(RM) $@ + -- 2.25.1