summaryrefslogtreecommitdiff
path: root/new/darwin/GNUmakeinc.mk
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-16 20:33:28 -0400
committerPietro Gagliardi <[email protected]>2015-04-16 20:33:28 -0400
commite34c561ed5bedeb180437ec165882b98d70d38c1 (patch)
treed095e5db16d7a23e883526c8c1d3c524639c97cf /new/darwin/GNUmakeinc.mk
parentde9d72299fb89a8b6cdc8963cd6b6ae708a81e80 (diff)
Split the rewrite into a new repository.
Diffstat (limited to 'new/darwin/GNUmakeinc.mk')
-rw-r--r--new/darwin/GNUmakeinc.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/new/darwin/GNUmakeinc.mk b/new/darwin/GNUmakeinc.mk
deleted file mode 100644
index 22ca1e3..0000000
--- a/new/darwin/GNUmakeinc.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-OSMFILES = \
- alloc.m \
- button.m \
- checkbox.m \
- entry.m \
- init.m \
- label.m \
- main.m \
- newcontrol.m \
- parent.m \
- tab.m \
- text.m \
- util.m \
- window.m
-
-xCFLAGS += -mmacosx-version-min=10.7 -DMACOSX_DEPLOYMENT_TARGET=10.7
-xLDFLAGS += -mmacosx-version-min=10.7 -lobjc -framework Foundation -framework AppKit
-
-OUT = new