From 8c6f738b86ccbf16cbebbdf287ed1d233f4e7fe9 Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Thu, 22 Oct 2009 21:09:31 +0000
Subject: [PATCH] Forgot the new .mk files in previous commit.

---
 GNUstep.mk    | 3 +++
 ObjectiveC.mk | 6 ++++++
 2 files changed, 9 insertions(+)
 create mode 100644 GNUstep.mk
 create mode 100644 ObjectiveC.mk

diff --git a/GNUstep.mk b/GNUstep.mk
new file mode 100644
index 0000000..a1ee86f
--- /dev/null
+++ b/GNUstep.mk
@@ -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
index 0000000..729b131
--- /dev/null
+++ b/ObjectiveC.mk
@@ -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 >$@
-- 
2.49.0