summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 9c68a5a52bdc3c69910761741691c4e20077258c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AM_DEFAULT_SOURCE_EXT = .cpp

if WANT_LIBOPENPOWER_DBUS
nobase_include_HEADERS = ## These get filled in by Makefile.interfaces

libopenpower_dbusdir = ${libdir}
libopenpower_dbus_LTLIBRARIES = libopenpower_dbus.la
libopenpower_dbus_la_LDFLAGS = $(SDBUSPLUS_LIBS) -version-info 0:0:0 -shared
libopenpower_dbus_la_CXXFLAGS = $(SDBUSPLUS_CFLAGS)

BUILT_SOURCES = libopenpower_dbus.cpp
CLEANFILES = libopenpower_dbus.cpp

pkgconfiglibdir = ${libdir}/pkgconfig
pkgconfiglib_DATA = openpower-dbus-interfaces.pc

clean-local: clean-dbus

-include Makefile.interfaces
endif

yamldir = ${datadir}/phosphor-dbus-yaml/yaml
nobase_yaml_DATA = ## Filled in by Makefile.yaml

-include Makefile.yaml
OpenPOWER on IntegriCloud