1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

libtt, DtWidget: use new GENCPP

This commit is contained in:
Jon Trulson 2019-10-30 19:38:20 -06:00
parent fb93f405c1
commit 1fc3284829
2 changed files with 7 additions and 7 deletions

View file

@ -43,7 +43,6 @@ libDtWidget_la_SOURCES = ComboBox.c Control.c DialogBox.c \
BUILT_SOURCES = UNIXbindings BUILT_SOURCES = UNIXbindings
CLEANFILES = UNIXbindings CLEANFILES = UNIXbindings
CPPTARGET = UNIXbindings UNIXbindings: UNIXbindings.cpp
CPPSRC = UNIXbindings.cpp $(RM) $@
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@
include $(top_builddir)/include/cppfile.inc

View file

@ -8,7 +8,8 @@ CLEANFILES = ttce2xdr
AM_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE) AM_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE)
CPPTARGET = ttce2xdr
CPPSRC = ttce2xdr.cpp
include $(top_builddir)/include/cppfile.inc ttce2xdr: ttce2xdr.cpp
$(RM) $@
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@