From 00c64f5e81f67ca6a5b6ea6f05adacba7eaa9caf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 22 Nov 2010 23:31:09 +0000 Subject: fixed cyclone build and removed unused pdvjtools targets svn path=/trunk/; revision=14501 --- externals/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 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 \ @@ -1396,18 +1396,6 @@ pdp_opengl_clean: -rm -f -- $(externals_src)/pdp_opengl/*.*~ -#------------------------------------------------------------------------------# -# 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 -- cgit v1.2.1