summaryrefslogtreecommitdiff
path: root/new/unix/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/unix/GNUmakeinc.mk
parentde9d72299fb89a8b6cdc8963cd6b6ae708a81e80 (diff)
Split the rewrite into a new repository.
Diffstat (limited to 'new/unix/GNUmakeinc.mk')
-rw-r--r--new/unix/GNUmakeinc.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/new/unix/GNUmakeinc.mk b/new/unix/GNUmakeinc.mk
deleted file mode 100644
index 4f707b3..0000000
--- a/new/unix/GNUmakeinc.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-OSCFILES = \
- alloc.c \
- button.c \
- checkbox.c \
- entry.c \
- init.c \
- label.c \
- main.c \
- newcontrol.c \
- parent.c \
- tab.c \
- util.c \
- window.c
-
-xCFLAGS += `pkg-config --cflags gtk+-3.0`
-xLDFLAGS += `pkg-config --libs gtk+-3.0`
-
-OUT = new