1AM_DEFAULT_SOURCE_EXT = .cpp 2 3nobase_include_HEADERS = ## These get filled in by Makefile.interfaces 4 5libopenpower_dbusdir = ${libdir} 6libopenpower_dbus_LTLIBRARIES = libopenpower_dbus.la 7libopenpower_dbus_la_LDFLAGS = $(SDBUSPLUS_LIBS) -version-info 0:0:0 -shared 8libopenpower_dbus_la_CXXFLAGS = $(SDBUSPLUS_CFLAGS) 9 10BUILT_SOURCES = libopenpower_dbus.cpp 11CLEANFILES = libopenpower_dbus.cpp 12 13clean-local: clean-dbus 14 15-include Makefile.interfaces 16