blob: b7f4c92193e4864d65f42cdad53d3d399e479e71 [file] [log] [blame]
Vishwanatha Subbanna506aa0f2017-01-24 14:58:25 +05301AM_DEFAULT_SOURCE_EXT = .cpp
2AM_CPPFLAGS = -I$(top_srcdir)
3sbin_PROGRAMS = phosphor-softpoweroff
4
Andrew Geissler83159702017-04-03 13:31:13 -05005# Using ../ instead of $(top_srcdir) due to automake bug in version 1.15.
6# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
Vishwanatha Subbanna506aa0f2017-01-24 14:58:25 +05307phosphor_softpoweroff_SOURCES = \
8 softoff.cpp \
Andrew Geissler83159702017-04-03 13:31:13 -05009 ../timer.cpp \
Vishwanatha Subbanna506aa0f2017-01-24 14:58:25 +053010 mainapp.cpp \
11 xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.cpp
12
13BUILT_SOURCES = xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.cpp \
14 xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.hpp
15
16nodist_include_HEADERS = xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.hpp
17CLEANFILES = xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.cpp \
18 xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.hpp
19
Vishwanatha Subbanna917454b2017-02-24 00:16:05 +053020phosphor_softpoweroff_LDFLAGS = $(SYSTEMD_LIBS) \
21 $(SDBUSPLUS_LIBS) \
22 $(PHOSPHOR_LOGGING_LIBS) \
23 $(PHOSPHOR_DBUS_INTERFACES_LIBS)
24phosphor_softpoweroff_CXXFLAGS = $(SYSTEMD_CFLAGS) \
25 $(SDBUSPLUS_CFLAGS) \
26 $(PHOSPHOR_LOGGING_CFLAGS) \
27 $(PHOSPHOR_DBUS_INTERFACES_CFLAGS)
Vishwanatha Subbanna506aa0f2017-01-24 14:58:25 +053028
29xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.cpp: ${top_srcdir}/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.interface.yaml
30 @mkdir -p `dirname $@`
31 $(SDBUSPLUSPLUS) -r $(top_srcdir) interface server-cpp xyz.openbmc_project.Ipmi.Internal.SoftPowerOff > $@
32
33xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.hpp: ${top_srcdir}/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.interface.yaml
34 @mkdir -p `dirname $@`
35 $(SDBUSPLUSPLUS) -r $(top_srcdir) interface server-header xyz.openbmc_project.Ipmi.Internal.SoftPowerOff > $@
Vishwanatha Subbanna6dc96682017-02-06 21:47:18 +053036
37SUBDIRS = test