mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 20:31:07 +00:00
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:
parent
9083728e6d
commit
9b0fec6fb3
|
@ -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>
|
||||
|
||||
* configure.in:
|
||||
|
|
|
@ -61,8 +61,11 @@ glade-test.exe: GladeTest.cs test.glade
|
|||
clean:
|
||||
rm -f *.exe
|
||||
@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean
|
||||
@ENABLE_GNOME_TRUE@ $(MAKE) -C rsvg clean
|
||||
|
||||
distclean: clean
|
||||
@ENABLE_RSVG_TRUE@ $(MAKE) -C rsvg distclean
|
||||
|
||||
|
||||
unix:
|
||||
@echo "'make unix' is broken for now."
|
||||
|
|
|
@ -8,3 +8,6 @@ all:
|
|||
|
||||
clean:
|
||||
rm -f *.exe
|
||||
|
||||
distclean: clean
|
||||
@ENABLE_RSVG_TRUE@ rm -f Makefile
|
||||
|
|
Loading…
Reference in a new issue