GtkSharp/sample/rsvg/Makefile.in
Charles Iliya Krempeaux 9b0fec6fb3 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
2003-03-15 18:52:24 +00:00

14 lines
339 B
Makefile

all:
@ENABLE_RSVG_TRUE@ mcs svghelloworld.cs \
@ENABLE_RSVG_TRUE@ -r ../../gnome/gnome-sharp.dll \
@ENABLE_RSVG_TRUE@ -r ../../gtk/gtk-sharp.dll \
@ENABLE_RSVG_TRUE@ -r ../../gdk/gdk-sharp.dll \
@ENABLE_RSVG_TRUE@ -r ../../rsvg/rsvg-sharp.dll \
clean:
rm -f *.exe
distclean: clean
@ENABLE_RSVG_TRUE@ rm -f Makefile