diff --git a/gnomeprint/Makefile b/gnomeprint/Makefile deleted file mode 100755 index 948a27609..000000000 --- a/gnomeprint/Makefile +++ /dev/null @@ -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 -