From 06d51b2248d27a966566fcdfdebaaaef80b188fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1nchez=20Acosta?= Date: Sat, 8 Feb 2003 02:04:29 +0000 Subject: [PATCH] makefile.in ---------------------------------------------------------------------- svn path=/trunk/gtk-sharp/; revision=11335 --- gnomeprint/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 gnomeprint/Makefile 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 -