summaryrefslogtreecommitdiff
path: root/iup/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/Makefile')
-rwxr-xr-xiup/src/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/iup/src/Makefile b/iup/src/Makefile
new file mode 100755
index 0000000..028047f
--- /dev/null
+++ b/iup/src/Makefile
@@ -0,0 +1,9 @@
+
+.PHONY: do_all iup iupgtk
+do_all: iup iupgtk
+
+iup:
+ @$(MAKE) --no-print-directory -f ../tecmake_compact.mak
+
+iupgtk:
+ @$(MAKE) --no-print-directory -f ../tecmake_compact.mak USE_GTK=Yes