XRM 32: Fix the Makefiles.

https://svn.lrde.epita.fr/svn/xrm/trunk Index: ChangeLog from SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> Fix the Makefiles. * src/tools/Makefile.am: Fix the include of .dep files. * src/lib/xrm/pp/Makefile.am: Ditto. * src/lib/prism/pp/Makefile.am: Ditto. * src/str/Makefile.am: Ditto. * tests/Makefile.am: Don't need to include toplevel.mk. * src/syn/xrm/Makefile.am: Fix the include of .dep files + prevent make distclean from deleting the sources... hehe :| * src/syn/prism/Makefile.am: Ditto. src/lib/prism/pp/Makefile.am | 4 ++-- src/lib/xrm/pp/Makefile.am | 4 ++-- src/str/Makefile.am | 4 ++-- src/syn/prism/Makefile.am | 8 ++++---- src/syn/xrm/Makefile.am | 8 ++++---- src/tools/Makefile.am | 4 ++-- tests/Makefile.am | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) Index: src/tools/Makefile.am --- src/tools/Makefile.am (revision 31) +++ src/tools/Makefile.am (working copy) @@ -5,11 +5,11 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Mon May 8 21:16:56 2006 SIGOURE Benoit -## Last update Fri May 12 13:35:58 2006 SIGOURE Benoit +## Last update Thu May 25 17:28:02 2006 SIGOURE Benoit ## include $(top_srcdir)/config/Transformers.mk -include $(wildcard *.dep) +-include $(wildcard *.dep) bin_PROGRAMS = \ parse-prism \ Index: src/lib/xrm/pp/Makefile.am --- src/lib/xrm/pp/Makefile.am (revision 31) +++ src/lib/xrm/pp/Makefile.am (working copy) @@ -5,11 +5,11 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Wed May 10 19:27:12 2006 SIGOURE Benoit -## Last update Fri May 12 05:35:52 2006 SIGOURE Benoit +## Last update Thu May 25 17:27:04 2006 SIGOURE Benoit ## include $(top_srcdir)/config/toplevel.mk -include $(wildcard *.dep) +-include $(wildcard *.dep) pkgdata_DATA = xrm-parenthesize.str libexec_PROGRAMS = xrm-to-abox Index: src/lib/prism/pp/Makefile.am --- src/lib/prism/pp/Makefile.am (revision 31) +++ src/lib/prism/pp/Makefile.am (working copy) @@ -5,11 +5,11 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Wed May 10 19:27:12 2006 SIGOURE Benoit -## Last update Fri May 12 05:23:29 2006 SIGOURE Benoit +## Last update Thu May 25 17:26:51 2006 SIGOURE Benoit ## include $(top_srcdir)/config/toplevel.mk -include $(wildcard *.dep) +-include $(wildcard *.dep) pkgdata_DATA = prism-parenthesize.str libexec_PROGRAMS = prism-to-abox Index: src/str/Makefile.am --- src/str/Makefile.am (revision 31) +++ src/str/Makefile.am (working copy) @@ -5,11 +5,11 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Thu Apr 27 17:59:35 2006 SIGOURE Benoit -## Last update Thu May 18 16:49:50 2006 SIGOURE Benoit +## Last update Thu May 25 17:27:20 2006 SIGOURE Benoit ## include $(top_srcdir)/config/Transformers.mk -include $(wildcard *.dep) +-include $(wildcard *.dep) bin_PROGRAMS = xrm-front xrm_SOURCES = xrm-front.c Index: src/syn/xrm/Makefile.am --- src/syn/xrm/Makefile.am (revision 31) +++ src/syn/xrm/Makefile.am (working copy) @@ -5,11 +5,11 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Thu Apr 27 17:40:41 2006 SIGOURE Benoit -## Last update Thu May 18 16:53:05 2006 SIGOURE Benoit +## Last update Thu May 25 17:28:59 2006 SIGOURE Benoit ## include $(top_srcdir)/config/Transformers.mk -include $(wildcard *.dep) +-include $(wildcard *.dep) PGEN_FLAGS = -m $* SDF2RTG_FLAGS = -m $* @@ -38,8 +38,8 @@ CLEANFILES = $(pkgdata_DATA_built) \ $(wildcard *.dep) \ XRM.{c,str,c.dep} \ - XRM-StartSymbols.sdf \ - XRM-Prefixed.sdf + XRM-StartSymbols.def \ + XRM-Prefixed.def SDFS = XRM-Expression.sdf \ XRM-Main.sdf \ Index: src/syn/prism/Makefile.am --- src/syn/prism/Makefile.am (revision 31) +++ src/syn/prism/Makefile.am (working copy) @@ -5,11 +5,11 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Thu Apr 27 17:40:41 2006 SIGOURE Benoit -## Last update Thu May 18 16:52:52 2006 SIGOURE Benoit +## Last update Thu May 25 17:28:59 2006 SIGOURE Benoit ## include $(top_srcdir)/config/Transformers.mk -include $(wildcard *.dep) +-include $(wildcard *.dep) PGEN_FLAGS = -m $* SDF2RTG_FLAGS = -m $* @@ -36,8 +36,8 @@ CLEANFILES = $(pkgdata_DATA_built) \ $(wildcard *.dep) \ PRISM.{c,str,c.dep} \ - PRISM-StartSymbols.sdf \ - PRISM-Prefixed.sdf + PRISM-StartSymbols.def \ + PRISM-Prefixed.def SDFS = PRISM-Command.sdf \ PRISM-Constant.sdf \ Index: tests/Makefile.am --- tests/Makefile.am (revision 31) +++ tests/Makefile.am (working copy) @@ -5,10 +5,10 @@ ## Mail <sigoure.benoit@lrde.epita.fr> ## ## Started on Thu Apr 27 16:56:50 2006 SIGOURE Benoit -## Last update Tue May 16 04:04:35 2006 SIGOURE Benoit +## Last update Thu May 25 17:29:32 2006 SIGOURE Benoit ## -include $(top_srcdir)/config/toplevel.mk +#include $(top_srcdir)/config/toplevel.mk dist_check_SCRIPTS = \ test-parse-prism.sh \

On 5/25/06, SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> wrote: [...]
## ## Started on Mon May 8 21:16:56 2006 SIGOURE Benoit -## Last update Fri May 12 13:35:58 2006 SIGOURE Benoit +## Last update Thu May 25 17:28:02 2006 SIGOURE Benoit ##
Maybe you should think to drop the Epita's header because it clotters a little bit the diff of your patch. Maybe you should replace this line by a $Id$ using the svn:keyword. Cheers, -- Nicolas Desprès
participants (2)
-
Nicolas Desprès
-
SIGOURE Benoit