Skip to content
Snippets Groups Projects
Commit 6a35b55c authored by wierenga's avatar wierenga
Browse files

BugID: 657

Make sure we can build an RPM from this package.
parent c0535316
No related branches found
No related tags found
No related merge requests found
AM_CPPFLAGS = -I$(top_builddir)/include AM_CPPFLAGS = \
-I$(top_builddir)/include
AUTOGEN = autogen AUTOGEN = autogen
SUFFIXES = .ph SUFFIXES = .ph
%.cc: %.prot
$(AUTOGEN) --writable -L $(datadir)/GCF/TM $<
cp $*.ph $(top_builddir)/include/APL/RSP_Protocol
%.ph: %.prot %.ph: %.prot
$(AUTOGEN) --writable -L $(datadir)/GCF/TM $< $(AUTOGEN) --writable -L $(datadir)/GCF/TM $<
cp $@ $(top_builddir)/include/APL/RSP_Protocol cp $*.ph $(top_builddir)/include/APL/RSP_Protocol
BUILT_SOURCES = \ pkgincludedir=$(includedir)/APL/RSP_Protocol
pkginclude_HEADERS = \
EPA_Protocol.ph \ EPA_Protocol.ph \
RSP_Protocol.ph \ RSP_Protocol.ph \
RSPFE_Protocol.ph RSPFE_Protocol.ph
EXTRA_DIST = BUILT_SOURCES = \
EPA_Protocol.cc \
RSP_Protocol.cc \
RSPFE_Protocol.cc
CLEANFILES = $(BUILT_SOURCES)
pkgincludedir=$(includedir)/APL/RSP_Protocol EXTRA_DIST = \
pkginclude_HEADERS = \ EPA_Protocol.prot \
$(BUILT_SOURCES) RSP_Protocol.prot \
RSPFE_Protocol.prot
lib_LTLIBRARIES = librsp_protocol.la lib_LTLIBRARIES = librsp_protocol.la
librsp_protocol_la_SOURCES = \ nodist_librsp_protocol_la_SOURCES = \
$(BUILT_SOURCES) \ EPA_Protocol.ph \
RSP_Protocol.ph \
RSPFE_Protocol.ph \
EPA_Protocol.cc \ EPA_Protocol.cc \
RSP_Protocol.cc \ RSP_Protocol.cc \
RSPFE_Protocol.cc \ RSPFE_Protocol.cc
librsp_protocol_la_SOURCES = \
BeamletWeights.cc \ BeamletWeights.cc \
Clocks.cc \ Clocks.cc \
RCUSettings.cc \ RCUSettings.cc \
...@@ -39,6 +55,6 @@ librsp_protocol_la_SOURCES = \ ...@@ -39,6 +55,6 @@ librsp_protocol_la_SOURCES = \
MEPData.cc MEPData.cc
clean-local: clean-local:
rm -f *.ph rm -f $(BUILT_SOURCES)
include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.common
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment