aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Makefile')
-rw-r--r--Frameworks/PostgresKit/Makefile27
1 files changed, 27 insertions, 0 deletions
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