Deepak Kodihalli | 77bc009 | 2017-03-14 07:17:01 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | |
Deepak Kodihalli | 07ad064 | 2017-03-14 08:31:59 -0500 | [diff] [blame] | 3 | if WANT_LIBOPENPOWER_DBUS |
Deepak Kodihalli | 77bc009 | 2017-03-14 07:17:01 -0500 | [diff] [blame] | 4 | nobase_include_HEADERS = ## These get filled in by Makefile.interfaces |
| 5 | |
| 6 | libopenpower_dbusdir = ${libdir} |
| 7 | libopenpower_dbus_LTLIBRARIES = libopenpower_dbus.la |
| 8 | libopenpower_dbus_la_LDFLAGS = $(SDBUSPLUS_LIBS) -version-info 0:0:0 -shared |
| 9 | libopenpower_dbus_la_CXXFLAGS = $(SDBUSPLUS_CFLAGS) |
| 10 | |
| 11 | BUILT_SOURCES = libopenpower_dbus.cpp |
| 12 | CLEANFILES = libopenpower_dbus.cpp |
| 13 | |
Deepak Kodihalli | 48e6be3 | 2017-03-14 07:28:55 -0500 | [diff] [blame] | 14 | pkgconfiglibdir = ${libdir}/pkgconfig |
| 15 | pkgconfiglib_DATA = openpower-dbus-interfaces.pc |
| 16 | |
Deepak Kodihalli | 77bc009 | 2017-03-14 07:17:01 -0500 | [diff] [blame] | 17 | clean-local: clean-dbus |
| 18 | |
| 19 | -include Makefile.interfaces |
Deepak Kodihalli | 07ad064 | 2017-03-14 08:31:59 -0500 | [diff] [blame] | 20 | endif |
| 21 | |
Marri Devender Rao | 874cf88 | 2017-06-06 01:23:51 -0500 | [diff] [blame] | 22 | yamldir = ${datadir}/phosphor-dbus-yaml/yaml |
Deepak Kodihalli | 07ad064 | 2017-03-14 08:31:59 -0500 | [diff] [blame] | 23 | nobase_yaml_DATA = ## Filled in by Makefile.yaml |
| 24 | |
| 25 | -include Makefile.yaml |