2003-03-14 Charles Iliya Krempeaux <charles@reptile.ca>

* sample/Makefile.in : Modified it to make it so "make clean"
	  will clean the "sample/rsvg" directory too.  And made it so
	  a "make distclean" will do a distclean to the "sample/rsvg"
	  too.
	* sample/rsvg/Makefile.in : Added the "distclean" rule to
	  it.

svn path=/trunk/gtk-sharp/; revision=12545
This commit is contained in:
Charles Iliya Krempeaux 2003-03-15 18:52:24 +00:00
parent 9083728e6d
commit 9b0fec6fb3
3 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2003-03-14 Charles Iliya Krempeaux <charles@reptile.ca>
* sample/Makefile.in : Modified it to make it so "make clean"
will clean the "sample/rsvg" directory too. And made it so
a "make distclean" will do a distclean to the "sample/rsvg"
too.
* sample/rsvg/Makefile.in : Added the "distclean" rule to
it.
2003-03-14 Rodrigo Moya <rodrigo@ximian.com> 2003-03-14 Rodrigo Moya <rodrigo@ximian.com>
* configure.in: * configure.in:

View file

@ -61,8 +61,11 @@ glade-test.exe: GladeTest.cs test.glade
clean: clean:
rm -f *.exe rm -f *.exe
@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean @ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean
@ENABLE_GNOME_TRUE@ $(MAKE) -C rsvg clean
distclean: clean distclean: clean
@ENABLE_RSVG_TRUE@ $(MAKE) -C rsvg distclean
unix: unix:
@echo "'make unix' is broken for now." @echo "'make unix' is broken for now."

View file

@ -8,3 +8,6 @@ all:
clean: clean:
rm -f *.exe rm -f *.exe
distclean: clean
@ENABLE_RSVG_TRUE@ rm -f Makefile