summaryrefslogtreecommitdiff
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
parent35af32a3a6f257217a82e0249741e5f196c0123d (diff)
Added the Unix build rules.
-rw-r--r--new/GNUmakefile2
-rw-r--r--new/unix/GNUmakeinc.mk18
2 files changed, 19 insertions, 1 deletions
diff --git a/new/GNUmakefile b/new/GNUmakefile
index 2735929..e6ed62c 100644
--- a/new/GNUmakefile
+++ b/new/GNUmakefile
@@ -54,4 +54,4 @@ $(OBJDIR):
mkdir -p $(OBJDIR)
ui.h: ui.idl
- idl2h < ui.h > ui.idl
+ idl2h < ui.idl > ui.h
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