about summary refs log tree commit diff
path: root/MacOSX/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'MacOSX/Makefile.am')
-rw-r--r--MacOSX/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/MacOSX/Makefile.am b/MacOSX/Makefile.am
new file mode 100644
index 00000000..b08dac34
--- /dev/null
+++ b/MacOSX/Makefile.am
@@ -0,0 +1,12 @@
+# $Id: Makefile.am,v 1.1 2001/12/12 17:21:58 alex Exp $
+
+# $Log: Makefile.am,v $
+# Revision 1.1  2001/12/12 17:21:58  alex
+# - Projektdatei fuer den Mac OS X Project Builder erstellt.
+#
+
+maintainer-clean-local:
+	rm -f Makefile Makefile.in
+	rm -rf build
+
+# -eof-