
* Initial support for out-of-tree builds and crosscompilation (Robert Schwebel) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9043 30a43799-04e7-0310-8b2b-ea0d24f86d0e
20 lines
479 B
Makefile
20 lines
479 B
Makefile
EXTRA_DIST = README props-introspect.xml
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS = props-server
|
|
|
|
props_server_SOURCES = props-glue.h props-server.h props-server.cpp
|
|
props_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
|
|
|
props-glue.h: props-introspect.xml
|
|
$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
|
|
|
|
BUILT_SOURCES = props-glue.h
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
dist-hook:
|
|
cd $(distdir); rm -f $(BUILT_SOURCES)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|