[SCM] juce/master: use OUTDIR when possible

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Feb 10 20:53:48 UTC 2016


The following commit has been merged in the master branch:
commit 68ec76ea8dec068ee29aefeb54900388368a3379
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Feb 10 20:52:43 2016 +0100

    use OUTDIR when possible

diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile
index f08a4ad..a822401 100644
--- a/debian/libbuilder/Makefile
+++ b/debian/libbuilder/Makefile
@@ -67,12 +67,12 @@ JUCELIBS_LIBS   := $(JUCELIBS_LIBS)   $(shell pkg-config --libs   $(JUCELIBS))
 
 OUTDIR := build
 
-OBJDIR_DEBUG := build/intermediate/Debug
+OBJDIR_DEBUG := $(OUTDIR)/intermediate/Debug
 TARGET_DEBUG := libjuce_d.so
 JUCE_CFLAGS_DEBUG = -D "DEBUG=1" -D "_DEBUG=1" -g -ggdb -O0
 JUCE_LDLAGS_DEBUG =
 
-OBJDIR_RELEASE := build/intermediate/Release
+OBJDIR_RELEASE := $(OUTDIR)/intermediate/Release
 TARGET_RELEASE := libjuce.so
 JUCE_CFLAGS_RELEASE = -D "NDEBUG=1" -D "DEBUG=0" -O3
 JUCE_LDLAGS_RELEASE = -fvisibility=hidden

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list