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:
parent
aa0bfe0471
commit
56fb574793
4 changed files with 14 additions and 7 deletions
|
@ -470,6 +470,8 @@ programs/tttypes/Makefile
|
|||
programs/util/Makefile
|
||||
programs/util/dttypes/Makefile
|
||||
|
||||
programs/dtopen/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -5,6 +5,6 @@ SUBDIRS = backdrops icons dsdm dtmail dtpad dtfile dtwm dtlogin \
|
|||
dtaction dtspcd dtscreen dtcm dtsearchpath \
|
||||
dtappintegrate dtprintegrate dtconfig dtcreate dtprintinfo fontaliases \
|
||||
dtdspmsg dtimsstart dtpdm dtsr dtpdmd types \
|
||||
localized tttypes util dtopen
|
||||
tttypes util dtopen localized
|
||||
|
||||
# NOTYET = dthelp dtksh dtappbuilder dtdocbook dtinfo nsgmls ttsnoop
|
||||
|
|
|
@ -2,9 +2,14 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
dist_bin_SCRIPTS = dtopen
|
||||
|
||||
SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
XCOMM!/bin/ksh
|
||||
XCOMM!KORNSHELL
|
||||
XCOMM
|
||||
XCOMM dtopen - provide an interface for some useful applications.
|
||||
XCOMM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue