summaryrefslogtreecommitdiff
path: root/iup/src/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/src/Makefile
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
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