mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtwm: use new GENCPP
This commit is contained in:
parent
3f5d7027f2
commit
fb93f405c1
1 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,7 @@ bin_PROGRAMS = dtwm dtfplist
|
||||||
|
|
||||||
dist_config_DATA = sys.dtwmrc Dtwm.defs
|
dist_config_DATA = sys.dtwmrc Dtwm.defs
|
||||||
BUILT_SOURCES = sys.dtwmrc Dtwm.defs
|
BUILT_SOURCES = sys.dtwmrc Dtwm.defs
|
||||||
|
CLEANFILES = sys.dtwmrc Dtwm.defs
|
||||||
|
|
||||||
AM_CPPFLAGS = -DLARGECURSORS -DR2_COMPAT -DOPAQUE -DSHAPE -DUNMAP_ON_RESTART \
|
AM_CPPFLAGS = -DLARGECURSORS -DR2_COMPAT -DOPAQUE -DSHAPE -DUNMAP_ON_RESTART \
|
||||||
-DBATCH_DRAG_REQUESTS -DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
-DBATCH_DRAG_REQUESTS -DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||||
|
@ -43,10 +44,9 @@ SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||||
|
|
||||||
Dtwm.defs: Dtwm.defs.src
|
Dtwm.defs: Dtwm.defs.src
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(CPP) -P -DXCOMM=# $(AM_CPPFLAGS) - < $< > $@
|
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@
|
||||||
|
|
||||||
CPPSRC = sys.dtwmrc.src
|
|
||||||
sys.dtwmrc: sys.dtwmrc.src
|
sys.dtwmrc: sys.dtwmrc.src
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(CPP) -P -DXCOMM=# $(AM_CPPFLAGS) - < $< > $@
|
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue