libtt, DtWidget: use new GENCPP
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
@@ -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) $< > $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user