aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-18 04:32:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-18 04:32:43 +0000
commit8e6018ad9646d9c76e5b06a715d1f801ba04f55d (patch)
treeb33e68294023702b99337d7e239d349a7e816d83 /externals
parentb67632400b5bb4681e37694ce883c540b96d0c3a (diff)
new 'flatgui' lib made from the GUI objects of the old 'flatspace' lib
svn path=/trunk/; revision=15612
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 95c3f128..4acda4b3 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -125,7 +125,7 @@ CXXFLAGS = $(CFLAGS)
#
# WARNING! this MUST be all on one line because the automatic package
# building scripts rely on it being that way.
-LIB_TARGETS = adaptive arraysize bassemu boids bsaylor comport creb cw_binaural cxc cyclone earplug ekext ext13 extra freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-hexloader loaders-libdir loaders-pdlua loaders-tclpd log mapping markex maxlib mediasettings mjlib moocow moonlib motex mrpeach osc oscx pan pdcontainer pddp pdogg plugin pmpd sigpack smlib tof unauthorized vanilla vbap windowing zexy
+LIB_TARGETS = adaptive arraysize bassemu boids bsaylor comport creb cw_binaural cxc cyclone earplug ekext ext13 extra flatgui freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-hexloader loaders-libdir loaders-pdlua loaders-tclpd log mapping markex maxlib mediasettings mjlib moocow moonlib motex mrpeach osc oscx pan pdcontainer pddp pdogg plugin pmpd sigpack smlib tof unauthorized vanilla vbap windowing zexy
# this is for libraries that don't compile (yet) on all platforms
ifeq ($(OS_NAME),windows)
@@ -452,6 +452,20 @@ extra_clean:
#------------------------------------------------------------------------------#
+# FLATGUI
+flatgui:
+ make -C $(externals_src)/flatgui CFLAGS="$(CFLAGS)" \
+ PD_PATH=$(pd_src) PD_INCLUDE=$(pd_src)/src
+
+flatgui_install:
+ make -C $(externals_src)/flatgui STRIP="$(STRIP)" \
+ DESTDIR="$(DESTDIR)" objectsdir="$(objectsdir)" install
+
+flatgui_clean:
+ make -C $(externals_src)/flatgui clean
+
+
+#------------------------------------------------------------------------------#
# FLIB
FLIB_NAME=flib
# exclude the flib.c file for the single-file library