mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 00:25:42 +00:00
makefile.in
---------------------------------------------------------------------- svn path=/trunk/gtk-sharp/; revision=11335
This commit is contained in:
parent
5eea705bc6
commit
06d51b2248
|
@ -1,21 +0,0 @@
|
|||
# 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
|
||||
|
Loading…
Reference in a new issue