summaryrefslogtreecommitdiff
path: root/iup/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-04 11:56:41 -0800
committerPixel <pixel@nobis-crew.org>2009-11-04 11:59:33 -0800
commitd577d991b97ae2b5ee1af23641bcffc3f83af5b2 (patch)
tree590639d50205d1bcfaff2a7d2dc6ebf3f373c7ed /iup/Makefile
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'iup/Makefile')
-rwxr-xr-xiup/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/iup/Makefile b/iup/Makefile
new file mode 100755
index 0000000..1bcb9c7
--- /dev/null
+++ b/iup/Makefile
@@ -0,0 +1,29 @@
+
+.PHONY: do_all iup iupgtk iupcd iupcontrols iupgl iup_pplot iupim iupimglib ledc iupview iuplua3 iuplua5 iupconsole
+#do_all: iup iupgtk iupcd iupcontrols iupgl iup_pplot iupim iupimglib ledc iupview iuplua3 iuplua5 iupconsole
+do_all: iup iupgtk iupcd iupcontrols iupgl iup_pplot iupim iupimglib ledc iupview iuplua5 iupconsole
+
+iup iupgtk:
+ @$(MAKE) --no-print-directory -C ./src/ $@
+iupcd:
+ @$(MAKE) --no-print-directory -C ./srccd/
+iupcontrols:
+ @$(MAKE) --no-print-directory -C ./srccontrols/
+iup_pplot:
+ @$(MAKE) --no-print-directory -C ./srcpplot/
+iupgl:
+ @$(MAKE) --no-print-directory -C ./srcgl/
+iupim:
+ @$(MAKE) --no-print-directory -C ./srcim/
+iupimglib:
+ @$(MAKE) --no-print-directory -C ./srcimglib/
+iuplua3:
+ @$(MAKE) --no-print-directory -C ./srclua3/
+iuplua5:
+ @$(MAKE) --no-print-directory -C ./srclua5/
+iupconsole:
+ @$(MAKE) --no-print-directory -C ./srcconsole/
+ledc:
+ @$(MAKE) --no-print-directory -C ./srcledc/
+iupview: iupcontrols iup
+ @$(MAKE) --no-print-directory -C ./srcview/