Files
cdesktop/cde/programs/dtopen/Makefile.am
Jon Trulson 56fb574793 dtopen: make it build
Also, move localized subdir to last in current list of programs/ SUBDIRS
2019-11-22 17:18:51 -07:00

16 lines
344 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
dist_bin_SCRIPTS = dtopen
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) $< > $@