Index: tools/swilena/ChangeLog from Damien Thivolle damien@lrde.epita.fr
* swilena/expand.sh: Add `CLEANFILES' variables to python/makefile.swig. * swilena/ruby/Makefile.am: Add `clean-local' rule. * swilena/src/Makefile.am: Add `distclean-local' rule.
Index: tools/swilena/expand.sh --- tools/swilena/expand.sh Sun, 11 Apr 2004 19:23:53 +0200 thivol_d (oln/s/25_expand.sh 1.13 700) +++ tools/swilena/expand.sh Mon, 12 Apr 2004 01:00:17 +0200 thivol_d (oln/s/25_expand.sh 1.14 700) @@ -109,7 +109,14 @@ for mod in $MODULES; do echo "_swilena_${mod}_so_SOURCES = swilena_${mod}_wrap.cxx" done - echo + echo; echo + echo -ne "CLEANFILES= " + for mod in $MODULES; do + echo -e "\" + echo -ne "\t swilena_$mod.py" + done + echo; echo + ilist=0 for mod in $MODULES; do if [ -r "$SWILENA/src/swilena_${mod}.i" ]; then Index: tools/swilena/ruby/Makefile.am --- tools/swilena/ruby/Makefile.am Mon, 22 Sep 2003 00:41:25 +0200 burrus_n (oln/v/17_Makefile.a 1.2 600) +++ tools/swilena/ruby/Makefile.am Mon, 12 Apr 2004 01:05:44 +0200 thivol_d (oln/v/17_Makefile.a 1.3 600) @@ -10,3 +10,6 @@ ruby_DATA = swilena_display.rb
include makefile.swig + +clean-local: + rm -f *.cxx Index: tools/swilena/src/Makefile.am --- tools/swilena/src/Makefile.am Sun, 11 Apr 2004 19:23:53 +0200 thivol_d (oln/v/25_Makefile.a 1.2 600) +++ tools/swilena/src/Makefile.am Mon, 12 Apr 2004 01:08:03 +0200 thivol_d (oln/v/25_Makefile.a 1.3 600) @@ -3,4 +3,7 @@ ## Makefile.am for swilena/src ##
+distclean-local: + rm -f *.i makefile.swig + include makefile.swig
"Damien" == Damien Thivolle damien@lrde.epita.fr writes:
+clean-local:
- rm -f *.cxx
CLEANFILES.
Index: tools/swilena/src/Makefile.am --- tools/swilena/src/Makefile.am Sun, 11 Apr 2004 19:23:53 +0200 thivol_d (oln/v/25_Makefile.a 1.2 600) +++ tools/swilena/src/Makefile.am Mon, 12 Apr 2004 01:08:03 +0200 thivol_d (oln/v/25_Makefile.a 1.3 600) @@ -3,4 +3,7 @@ ## Makefile.am for swilena/src ##
+distclean-local:
- rm -f *.i makefile.swig
Ici aussi.
Akim Demaille wrote:
"Damien" == Damien Thivolle damien@lrde.epita.fr writes:
+clean-local:
- rm -f *.cxx
CLEANFILES.
J'ai changé cela dans le patch 10.178.
Index: tools/swilena/src/Makefile.am --- tools/swilena/src/Makefile.am Sun, 11 Apr 2004 19:23:53 +0200 thivol_d (oln/v/25_Makefile.a 1.2 600) +++ tools/swilena/src/Makefile.am Mon, 12 Apr 2004 01:08:03 +0200 thivol_d (oln/v/25_Makefile.a 1.3 600) @@ -3,4 +3,7 @@ ## Makefile.am for swilena/src ##
+distclean-local:
- rm -f *.i makefile.swig
Ici aussi.
Changé dans la 10.181.