[GIT] ppl/ppl(master): Added missing inclusions.

Module: ppl/ppl Branch: master Commit: aba8336c40239f674f573289d1b3ad58b93c8ff1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=aba8336c40239...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Sat Nov 29 10:01:46 2014 +0100
Added missing inclusions.
---
src/Makefile.am | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am index 6112a00..5e71c5b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -596,9 +596,10 @@ BUGS.hh: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/BUGS $(top_builddir)/utils/text2cxxarray --name=BUGS_array --decl-only \ $(top_srcdir)/BUGS >>$@ @echo "#endif // !defined(PPL_BUGS_hh)" >>$@ -BUGS.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/BUGS +BUGS.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/BUGS BUGS.hh + @echo "#include "BUGS.hh"" >$@ $(top_builddir)/utils/text2cxxarray --name=BUGS_array \ - $(top_srcdir)/BUGS >$@ + $(top_srcdir)/BUGS >>$@
COPYING.hh: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/COPYING @echo "#ifndef PPL_COPYING_hh" >$@ @@ -606,19 +607,21 @@ COPYING.hh: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/COPYING $(top_builddir)/utils/text2cxxarray --name=COPYING_array --decl-only \ $(top_srcdir)/COPYING >>$@ @echo "#endif // !defined(PPL_COPYING_hh)" >>$@ - -COPYING.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/COPYING +COPYING.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/COPYING COPYING.hh + @echo "#include "COPYING.hh"" >$@ $(top_builddir)/utils/text2cxxarray --name=COPYING_array \ - $(top_srcdir)/COPYING >$@ + $(top_srcdir)/COPYING >>$@ + CREDITS.hh: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/CREDITS @echo "#ifndef PPL_CREDITS_hh" >$@ @echo "#define PPL_CREDITS_hh 1" >>$@ $(top_builddir)/utils/text2cxxarray --name=CREDITS_array --decl-only \ $(top_srcdir)/CREDITS >>$@ @echo "#endif // !defined(PPL_CREDITS_hh)" >>$@ -CREDITS.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/CREDITS +CREDITS.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/CREDITS CREDITS.hh + @echo "#include "CREDITS.hh"" >$@ $(top_builddir)/utils/text2cxxarray --name=CREDITS_array \ - $(top_srcdir)/CREDITS >$@ + $(top_srcdir)/CREDITS >>$@
else !HAVE_PERL
participants (1)
-
Roberto Bagnara