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:
parent
fb93f405c1
commit
1fc3284829
2 changed files with 7 additions and 7 deletions
|
@ -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) $< > $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue