From 9f9b1599232e2a93ee910b6a2888f911eedead70 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 8 Sep 2012 11:50:33 +0000 Subject: Add Tests directory, make file and test data SQL script. --- Frameworks/PostgresKit/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Frameworks/PostgresKit/Makefile (limited to 'Frameworks/PostgresKit/Makefile') diff --git a/Frameworks/PostgresKit/Makefile b/Frameworks/PostgresKit/Makefile new file mode 100644 index 00000000..8a01c273 --- /dev/null +++ b/Frameworks/PostgresKit/Makefile @@ -0,0 +1,27 @@ +# $Id$ + +CONFIG=Debug +OPTIONS= + +BUILD_CONFIG?=$(CONFIG) + +CP=ditto --rsrc +RM=rm + +.PHONY: postgreskit test clean clean-all latest + +querykit: + xcodebuild -project PostgresKit.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) build + +test: + xcodebuild -project PostgresKit.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" -target Tests $(OPTIONS) build + +clean: + xcodebuild -project PostgresKit.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) -nodependencies clean + +clean-all: + xcodebuild -project PostgresKit.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) clean + +latest: + svn update + make postgreskit \ No newline at end of file -- cgit v1.2.3