mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +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
|
||||
BUILT_SOURCES = sys.dtwmrc Dtwm.defs
|
||||
CLEANFILES = sys.dtwmrc Dtwm.defs
|
||||
|
||||
AM_CPPFLAGS = -DLARGECURSORS -DR2_COMPAT -DOPAQUE -DSHAPE -DUNMAP_ON_RESTART \
|
||||
-DBATCH_DRAG_REQUESTS -DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||
|
@ -43,10 +44,9 @@ SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
|||
|
||||
Dtwm.defs: Dtwm.defs.src
|
||||
$(RM) $@
|
||||
$(CPP) -P -DXCOMM=# $(AM_CPPFLAGS) - < $< > $@
|
||||
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@
|
||||
|
||||
CPPSRC = sys.dtwmrc.src
|
||||
sys.dtwmrc: sys.dtwmrc.src
|
||||
$(RM) $@
|
||||
$(CPP) -P -DXCOMM=# $(AM_CPPFLAGS) - < $< > $@
|
||||
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue