~dlh/armagetronad/os-x-toolkit

12 by Daniel Lee Harple
Added Makefile
1
ARCH ?= i386,x86_64
16 by Daniel Lee Harple
Bump to 10.8
2
SDK ?= /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
3
VERSION_MIN ?= 10.8
12 by Daniel Lee Harple
Added Makefile
4
5
MANIFEST = libraries Makefile os-x-toolkit.rb
13 by Daniel Lee Harple
Create a .tgz
6
TAR_FILE = os-x-toolkit-r`bzr revno`.tgz
7
8
tgz:
9
	rm -rf os-x-toolkit-*.tgz
10
	tar cfz ${TAR_FILE} ${MANIFEST}
11
12
release: tgz
13
	scp ${TAR_FILE} gc:sites/generalconsumption.org/armagetronad/download/os-x-toolkit
12 by Daniel Lee Harple
Added Makefile
14
15
build-all:
16
	ruby os-x-toolkit.rb --arch ${ARCH} --sdk ${SDK} --version-min ${VERSION_MIN} --all
17
18
clean:
19
	rm -rf libraries/Frameworks libraries/i386 libraries/x86_64 libraries/ppc