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

dtopen: make it build

Also, move localized subdir to last in current list of programs/ SUBDIRS
This commit is contained in:
Jon Trulson 2019-11-22 17:14:27 -07:00
parent aa0bfe0471
commit 56fb574793
4 changed files with 14 additions and 7 deletions

View file

@ -470,6 +470,8 @@ programs/tttypes/Makefile
programs/util/Makefile programs/util/Makefile
programs/util/dttypes/Makefile programs/util/dttypes/Makefile
programs/dtopen/Makefile
]) ])
AC_OUTPUT AC_OUTPUT

View file

@ -5,6 +5,6 @@ SUBDIRS = backdrops icons dsdm dtmail dtpad dtfile dtwm dtlogin \
dtaction dtspcd dtscreen dtcm dtsearchpath \ dtaction dtspcd dtscreen dtcm dtsearchpath \
dtappintegrate dtprintegrate dtconfig dtcreate dtprintinfo fontaliases \ dtappintegrate dtprintegrate dtconfig dtcreate dtprintinfo fontaliases \
dtdspmsg dtimsstart dtpdm dtsr dtpdmd types \ dtdspmsg dtimsstart dtpdm dtsr dtpdmd types \
localized tttypes util dtopen tttypes util dtopen localized
# NOTYET = dthelp dtksh dtappbuilder dtdocbook dtinfo nsgmls ttsnoop # NOTYET = dthelp dtksh dtappbuilder dtdocbook dtinfo nsgmls ttsnoop

View file

@ -2,9 +2,14 @@ MAINTAINERCLEANFILES = Makefile.in
dist_bin_SCRIPTS = dtopen dist_bin_SCRIPTS = dtopen
SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \ LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \ -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DKORNSHELL=$(KSH)
BUILT_SOURCES = dtopen
CLEANFILES = $(BUILT_SOURCES)
dtopen: dtopen.src
$(RM) $@
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
CPPTARGET = dtopen
CPPSRC = dtopen.src
include $(srcdir)/include/cppfile.tmpl

View file

@ -1,4 +1,4 @@
XCOMM!/bin/ksh XCOMM!KORNSHELL
XCOMM XCOMM
XCOMM dtopen - provide an interface for some useful applications. XCOMM dtopen - provide an interface for some useful applications.
XCOMM XCOMM