diff options
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 14 |
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 |