summaryrefslogtreecommitdiff
path: root/new/unix
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-15 19:17:21 -0400
committerPietro Gagliardi <[email protected]>2015-04-15 19:17:21 -0400
commit7cc70e1727e9463be631373e43608bb801891fc4 (patch)
tree8bd7e37c9953c1f83b5517cf5cb037ad405c1c27 /new/unix
parent35af32a3a6f257217a82e0249741e5f196c0123d (diff)
Added the Unix build rules.
Diffstat (limited to 'new/unix')
-rw-r--r--new/unix/GNUmakeinc.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/new/unix/GNUmakeinc.mk b/new/unix/GNUmakeinc.mk
new file mode 100644
index 0000000..4f707b3
--- /dev/null
+++ b/new/unix/GNUmakeinc.mk
@@ -0,0 +1,18 @@
+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