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, 0 insertions, 21 deletions
diff --git a/tclxml/Makefile.macosx.in.old b/tclxml/Makefile.macosx.in.old
deleted file mode 100644
index 240c07c..0000000
--- a/tclxml/Makefile.macosx.in.old
+++ /dev/null
@@ -1,21 +0,0 @@
-########################
-#
-# 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}
-