1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

localized/C/app-defaults: make it build

This commit is contained in:
Jon Trulson 2019-11-24 17:52:29 -07:00
parent 0aec3c159f
commit 3ee747ac6b
5 changed files with 88 additions and 4 deletions

View file

@ -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

View file

@ -1,5 +1 @@
if SOLARIS
.NO_PARALLEL:
endif
SUBDIRS = app-defaults config types msg palettes backdrops

View file

@ -0,0 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/C.am
include ../../templates/app-defaults.am

View file

@ -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

View file

@ -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) $@