]> git.saurik.com Git - cycript.git/commitdiff
Forgot the new .mk files in previous commit.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 21:09:31 +0000 (21:09 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 21:09:31 +0000 (21:09 +0000)
GNUstep.mk [new file with mode: 0644]
ObjectiveC.mk [new file with mode: 0644]

diff --git a/GNUstep.mk b/GNUstep.mk
new file mode 100644 (file)
index 0000000..a1ee86f
--- /dev/null
@@ -0,0 +1,3 @@
+flags += $(shell gnustep-config --objc-flags)
+link += $(shell gnustep-config --base-libs)
+include ObjectiveC.mk
diff --git a/ObjectiveC.mk b/ObjectiveC.mk
new file mode 100644 (file)
index 0000000..729b131
--- /dev/null
@@ -0,0 +1,6 @@
+filters += ObjectiveC
+header += Struct.hpp ObjectiveC.hpp
+code += ObjectiveC.o Library.o
+
+Struct.hpp:
+       $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@