blob: 54dc22efeb8d47fe0c21ef7a57bacdd21ac73731 [file] [log] [blame]
Matt Spinlerf716f322017-02-28 09:37:38 -06001AM_DEFAULT_SOURCE_EXT = .cpp
2
3sbin_PROGRAMS = \
4 openpower-proc-control
5
6openpower_proc_control_SOURCES = \
7 proc_control.cpp \
Matt Spinler0c0eeff2017-02-28 10:06:56 -06008 cfam_access.cpp \
Matt Spinler4e97ebe2017-02-28 10:02:16 -06009 filedescriptor.cpp \
Matt Spinlerd9bdcf72017-03-09 15:06:23 -060010 registration.cpp \
Matt Spinler83e37322017-03-09 11:23:17 -060011 targeting.cpp \
Andrew Geissler2548c7a2017-05-18 15:35:40 -050012 openpower_procedures.cpp \
13 ext_interface.cpp
Matt Spinler12bdf052017-03-09 16:01:39 -060014
15CLEANFILES = openpower_procedures.cpp
Matt Spinlerf716f322017-02-28 09:37:38 -060016
Andrew Geissler2548c7a2017-05-18 15:35:40 -050017openpower_proc_control_LDFLAGS = $(PHOSPHOR_LOGGING_LIBS) \
18 $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
Matt Spinleree401e92017-09-18 14:15:31 -050019 $(OPENPOWER_DBUS_INTERFACES_LIBS) \
Andrew Geissler2548c7a2017-05-18 15:35:40 -050020 $(SDBUSPLUS_LIBS) \
21 -lstdc++fs
22
Dhruvaraj Subhashchandran7ce535c2017-05-15 05:06:36 -050023openpower_proc_control_CXXFLAGS = $(PHOSPHOR_LOGGING_CFLAGS) \
Andrew Geissler2548c7a2017-05-18 15:35:40 -050024 $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
Matt Spinleree401e92017-09-18 14:15:31 -050025 $(OPENPOWER_DBUS_INTERFACES_CFLAGS) \
Andrew Geissler2548c7a2017-05-18 15:35:40 -050026 $(SDBUSPLUS_CFLAGS)
Matt Spinler597e05c2017-02-28 09:59:53 -060027
28SUBDIRS = test
Matt Spinler12bdf052017-03-09 16:01:39 -060029
30-include Makefile.generated