GtkSharp/gnomeprint/Makefile
Alejandro Sánchez Acosta 91c6de0cc4 Added Makefile to generate the libgnomeprint library.
----------------------------------------------------------------------

svn path=/trunk/gtk-sharp/; revision=11115
2003-02-02 17:49:37 +00:00

21 lines
462 B
Makefile
Executable file

# Generated automatically from Makefile.in by configure.
MCS=mcs
DESTDIR=
all: linux
windows:
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /out:gnomeprint-sharp.dll /recurse:*.cs
linux: gnomeprint-sharp.dll
gnomeprint-sharp.dll: generated/*.cs
$(MCS) --unsafe --target library -r glib-sharp.dll -o gnomeprint-sharp.dll --recurse '*.cs'
clean:
rm -f *.dll
rm -rf generated
install: all
cp gst-sharp.dll $(DESTDIR)/usr/local//lib || exit 1