summaryrefslogtreecommitdiffstats
path: root/tclxml/Makefile.macosx.in.old
diff options
context:
space:
mode:
Diffstat (limited to 'tclxml/Makefile.macosx.in.old')
-rw-r--r--tclxml/Makefile.macosx.in.old21
1 files changed, 21 insertions, 0 deletions
diff --git a/tclxml/Makefile.macosx.in.old b/tclxml/Makefile.macosx.in.old
new file mode 100644
index 0000000..240c07c
--- /dev/null
+++ b/tclxml/Makefile.macosx.in.old
@@ -0,0 +1,21 @@
+########################
+#
+# Makefile to build TclXML/libxml2 for macosx.
+#
+# Usage:
+# cd tclxml-3.X
+# make -f Makefile.macosx
+#
+# $Id: Makefile.macosx.in.old,v 1.1.1.1 2009/01/16 22:11:49 joye Exp $
+#
+########################
+
+PACKAGE_VERSION := @PACKAGE_VERSION@
+
+LIBXML2_VERSION := $(shell eval echo $$(ls -dt ../libxml2* | head -1 | sed -e '1s/.*\-//'))
+
+all: build
+
+build:
+ cd macosx; xcodebuild -project tclxml.pbproj -target Make -buildstyle Deployment FRAMEWORK_VERSION=${PACKAGE_VERSION} LIBXML2_VERSION=${LIBXML2_VERSION}
+