mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile: make sure dterror.ds is generated and installed
This commit is contained in:
parent
ff7f02ee38
commit
49c73d57ec
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ CLEANFILES = dtfile.config dtfile_error
|
||||||
|
|
||||||
dist_config_DATA = dtfile.config
|
dist_config_DATA = dtfile.config
|
||||||
|
|
||||||
dist_bin_SCRIPTS = dtfile_error
|
dist_bin_SCRIPTS = dtfile_error dterror.ds
|
||||||
|
|
||||||
dtfile_CPPFLAGS = -I./dtcopy -DSHAPE -D_ILS_MACROS -DSUN_PERF \
|
dtfile_CPPFLAGS = -I./dtcopy -DSHAPE -D_ILS_MACROS -DSUN_PERF \
|
||||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||||
|
@ -55,3 +55,7 @@ dtfile.config: dtfile.config.cpp
|
||||||
dtfile_error: dtfile_error.cpp
|
dtfile_error: dtfile_error.cpp
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
|
$(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
|
||||||
|
|
||||||
|
dterror.ds: dterror.src
|
||||||
|
$(RM) $@
|
||||||
|
$(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
|
||||||
|
|
Loading…
Reference in a new issue