summaryrefslogtreecommitdiff
path: root/iup/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/Makefile')
-rwxr-xr-xiup/src/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/iup/src/Makefile b/iup/src/Makefile
index 028047f..e666555 100755
--- a/iup/src/Makefile
+++ b/iup/src/Makefile
@@ -1,9 +1,12 @@
-.PHONY: do_all iup iupgtk
-do_all: iup iupgtk
+.PHONY: do_all iup iupgtk iupmot
+do_all: iup
iup:
- @$(MAKE) --no-print-directory -f ../tecmake_compact.mak
+ @$(MAKE) --no-print-directory -f ../tecmake.mak
iupgtk:
- @$(MAKE) --no-print-directory -f ../tecmake_compact.mak USE_GTK=Yes
+ @$(MAKE) --no-print-directory -f ../tecmake.mak USE_GTK=Yes
+
+iupmot:
+ @$(MAKE) --no-print-directory -f ../tecmake.mak USE_MOTIF=Yes