summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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