1
0
Fork 0
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:
Jon Trulson 2019-10-30 19:33:01 -06:00
parent 3f5d7027f2
commit fb93f405c1

View file

@ -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) $< > $@