1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Linux: re-saved all projects to update broken linux Makefiles (see previous commit)

This commit is contained in:
hogliux 2017-05-09 13:00:00 +01:00
parent 3716bc6f66
commit 2ff6de2a94
19 changed files with 24 additions and 21 deletions

View file

@ -172,4 +172,4 @@ strip:
@echo Stripping BlocksDrawing
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -172,4 +172,4 @@ strip:
@echo Stripping BlocksMonitor
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -172,4 +172,4 @@ strip:
@echo Stripping BlocksSynth
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -178,4 +178,4 @@ strip:
@echo Stripping BouncingBallWavetableDemo
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -430,4 +430,4 @@ strip:
@echo Stripping JuceDemo
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -136,4 +136,4 @@ strip:
@echo Stripping HelloWorld
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -178,4 +178,4 @@ strip:
@echo Stripping MPETest
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -166,4 +166,4 @@ strip:
@echo Stripping MidiTest
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -184,4 +184,4 @@ strip:
@echo Stripping JUCE Network Graphics Demo
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -178,4 +178,4 @@ strip:
@echo Stripping OSCMonitor
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -142,4 +142,4 @@ strip:
@echo Stripping OSCReceiver
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -130,4 +130,4 @@ strip:
@echo Stripping OSCSender
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -209,4 +209,5 @@ strip:
@echo Stripping Surround
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_VST:%.o=%.d)
-include $(OBJECTS_SHARED_CODE:%.o=%.d)

View file

@ -224,4 +224,6 @@ strip:
@echo Stripping JuceDemoPlugin
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_VST:%.o=%.d)
-include $(OBJECTS_STANDALONE_PLUGIN:%.o=%.d)
-include $(OBJECTS_SHARED_CODE:%.o=%.d)

View file

@ -33,7 +33,7 @@ ifeq ($(CONFIG),Debug)
TARGET_ARCH := -march=native
endif
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DDEBUG=1 -D_DEBUG=1 -DJUCER_LINUX_MAKE_7346DA2A=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 $(shell pkg-config --cflags alsa freetype2 gtk+-x11-3.0 libcurl webkit2gtk-4.0 x11 xext xinerama) -pthread -I$(HOME)/SDKs/VST_SDK/VST3_SDK -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DDEBUG=1 -D_DEBUG=1 -DJUCER_LINUX_MAKE_7346DA2A=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 $(shell pkg-config --cflags alsa freetype2 gtk+-x11-3.0 libcurl webkit2gtk-4.0 x11 xext xinerama) -pthread -I$(HOME)/SDKs/VST3_SDK -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS_APP := -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0
JUCE_TARGET_APP := Plugin\ Host
@ -54,7 +54,7 @@ ifeq ($(CONFIG),Release)
TARGET_ARCH := -march=native
endif
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DNDEBUG=1 -DJUCER_LINUX_MAKE_7346DA2A=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 $(shell pkg-config --cflags alsa freetype2 gtk+-x11-3.0 libcurl webkit2gtk-4.0 x11 xext xinerama) -pthread -I$(HOME)/SDKs/VST_SDK/VST3_SDK -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DNDEBUG=1 -DJUCER_LINUX_MAKE_7346DA2A=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 $(shell pkg-config --cflags alsa freetype2 gtk+-x11-3.0 libcurl webkit2gtk-4.0 x11 xext xinerama) -pthread -I$(HOME)/SDKs/VST3_SDK -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS_APP := -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0
JUCE_TARGET_APP := Plugin\ Host
@ -208,4 +208,4 @@ strip:
@echo Stripping Plugin Host
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -160,4 +160,4 @@ strip:
@echo Stripping AudioPerformanceTest
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -430,4 +430,4 @@ strip:
@echo Stripping Projucer
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_APP:%.o=%.d)

View file

@ -178,4 +178,4 @@ strip:
@echo Stripping UnitTestRunner
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_CONSOLEAPP:%.o=%.d)

View file

@ -100,4 +100,4 @@ strip:
@echo Stripping BinaryBuilder
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
-include $(OBJECTS:%.o=%.d)
-include $(OBJECTS_CONSOLEAPP:%.o=%.d)