libtt, DtWidget: use new GENCPP
This commit is contained in:
parent
fb93f405c1
commit
1fc3284829
|
|
@ -43,7 +43,6 @@ libDtWidget_la_SOURCES = ComboBox.c Control.c DialogBox.c \
|
|||
BUILT_SOURCES = UNIXbindings
|
||||
CLEANFILES = UNIXbindings
|
||||
|
||||
CPPTARGET = UNIXbindings
|
||||
CPPSRC = UNIXbindings.cpp
|
||||
|
||||
include $(top_builddir)/include/cppfile.inc
|
||||
UNIXbindings: UNIXbindings.cpp
|
||||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ CLEANFILES = ttce2xdr
|
|||
|
||||
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) $< > $@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue