aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 23:31:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 23:31:09 +0000
commit00c64f5e81f67ca6a5b6ea6f05adacba7eaa9caf (patch)
tree6b31638b52ebee6f0498954d680ff00507a5b931 /externals/Makefile
parent743160eb6a696f9a5bee59edd097e154e1bffe02 (diff)
fixed cyclone build and removed unused pdvjtools targets
svn path=/trunk/; revision=14501
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 71804439..e3807096 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -432,7 +432,7 @@ cxc_clean:
# CYCLONE
cyclone:
make -C $(externals_src)/miXed/cyclone -f Makefile.libdir \
- PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"
+ PD_PATH=$(pd_src) PD_INCLUDE=$(DESTDIR)$(includedir)
cyclone_install:
make -C $(externals_src)/miXed/cyclone -f Makefile.libdir \
@@ -1397,18 +1397,6 @@ pdp_opengl_clean:
#------------------------------------------------------------------------------#
-# PDVJTOOLS
-pdvjtools:
- make -C $(externals_src)/pdvjtools PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"
-
-pdvjtools_install:
- make -C $(externals_src)/pdvjtools DESTDIR="$(DESTDIR)" objectsdir="$(objectsdir)" install
-
-pdvjtools_clean:
- make -C $(externals_src)/pdvjtools clean
-
-
-#------------------------------------------------------------------------------#
# PIDIP
PIDIP_NAME=pidip
$(externals_src)/pidip/configure: $(externals_src)/pidip/configure.ac