110 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			110 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Automatically generated makefile, created by the Projucer
 | |
| # Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
 | |
| 
 | |
| # build with "V=1" for verbose builds
 | |
| ifeq ($(V), 1)
 | |
| V_AT =
 | |
| else
 | |
| V_AT = @
 | |
| endif
 | |
| 
 | |
| # (this disables dependency generation if multiple architectures are set)
 | |
| DEPFLAGS := $(if $(word 2, $(TARGET_ARCH)), , -MMD)
 | |
| 
 | |
| ifndef PKG_CONFIG
 | |
|   PKG_CONFIG=pkg-config
 | |
| endif
 | |
| 
 | |
| ifndef STRIP
 | |
|   STRIP=strip
 | |
| endif
 | |
| 
 | |
| ifndef AR
 | |
|   AR=ar
 | |
| endif
 | |
| 
 | |
| ifndef CONFIG
 | |
|   CONFIG=Debug
 | |
| endif
 | |
| 
 | |
| JUCE_ARCH_LABEL := $(shell uname -m)
 | |
| 
 | |
| ifeq ($(CONFIG),Debug)
 | |
|   JUCE_BINDIR := build
 | |
|   JUCE_LIBDIR := build
 | |
|   JUCE_OBJDIR := build/intermediate/Debug
 | |
|   JUCE_OUTDIR := build
 | |
| 
 | |
|   ifeq ($(TARGET_ARCH),)
 | |
|     TARGET_ARCH := 
 | |
|   endif
 | |
| 
 | |
|   JUCE_CPPFLAGS := $(DEPFLAGS) "-DLINUX=1" "-DDEBUG=1" "-D_DEBUG=1" "-DJUCE_DISPLAY_SPLASH_SCREEN=0" "-DJUCE_USE_DARK_SPLASH_SCREEN=1" "-DJUCE_PROJUCER_VERSION=0x70002" "-DJUCE_MODULE_AVAILABLE_juce_core=1" "-DJUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1" "-DJUCE_STANDALONE_APPLICATION=1" "-DJUCER_LINUX_MAKE_6D53C8B4=1" "-DJUCE_APP_VERSION=1.0.0" "-DJUCE_APP_VERSION_HEX=0x10000" $(shell $(PKG_CONFIG) --cflags libcurl) -pthread -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
 | |
|   JUCE_CPPFLAGS_CONSOLEAPP :=  "-DJucePlugin_Build_VST=0" "-DJucePlugin_Build_VST3=0" "-DJucePlugin_Build_AU=0" "-DJucePlugin_Build_AUv3=0" "-DJucePlugin_Build_AAX=0" "-DJucePlugin_Build_Standalone=0" "-DJucePlugin_Build_Unity=0" "-DJucePlugin_Build_LV2=0"
 | |
|   JUCE_TARGET_CONSOLEAPP := BinaryBuilder
 | |
| 
 | |
|   JUCE_CFLAGS += $(JUCE_CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 $(CFLAGS)
 | |
|   JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++14 $(CXXFLAGS)
 | |
|   JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) $(shell $(PKG_CONFIG) --libs libcurl) -fvisibility=hidden -lrt -ldl -lpthread $(LDFLAGS)
 | |
| 
 | |
|   CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
 | |
| endif
 | |
| 
 | |
| ifeq ($(CONFIG),Release)
 | |
|   JUCE_BINDIR := build
 | |
|   JUCE_LIBDIR := build
 | |
|   JUCE_OBJDIR := build/intermediate/Release
 | |
|   JUCE_OUTDIR := build
 | |
| 
 | |
|   ifeq ($(TARGET_ARCH),)
 | |
|     TARGET_ARCH := 
 | |
|   endif
 | |
| 
 | |
|   JUCE_CPPFLAGS := $(DEPFLAGS) "-DLINUX=1" "-DNDEBUG=1" "-DJUCE_DISPLAY_SPLASH_SCREEN=0" "-DJUCE_USE_DARK_SPLASH_SCREEN=1" "-DJUCE_PROJUCER_VERSION=0x70002" "-DJUCE_MODULE_AVAILABLE_juce_core=1" "-DJUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1" "-DJUCE_STANDALONE_APPLICATION=1" "-DJUCER_LINUX_MAKE_6D53C8B4=1" "-DJUCE_APP_VERSION=1.0.0" "-DJUCE_APP_VERSION_HEX=0x10000" $(shell $(PKG_CONFIG) --cflags libcurl) -pthread -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
 | |
|   JUCE_CPPFLAGS_CONSOLEAPP :=  "-DJucePlugin_Build_VST=0" "-DJucePlugin_Build_VST3=0" "-DJucePlugin_Build_AU=0" "-DJucePlugin_Build_AUv3=0" "-DJucePlugin_Build_AAX=0" "-DJucePlugin_Build_Standalone=0" "-DJucePlugin_Build_Unity=0" "-DJucePlugin_Build_LV2=0"
 | |
|   JUCE_TARGET_CONSOLEAPP := BinaryBuilder
 | |
| 
 | |
|   JUCE_CFLAGS += $(JUCE_CPPFLAGS) $(TARGET_ARCH) -Os $(CFLAGS)
 | |
|   JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++14 $(CXXFLAGS)
 | |
|   JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) $(shell $(PKG_CONFIG) --libs libcurl) -fvisibility=hidden -lrt -ldl -lpthread $(LDFLAGS)
 | |
| 
 | |
|   CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
 | |
| endif
 | |
| 
 | |
| OBJECTS_CONSOLEAPP := \
 | |
|   $(JUCE_OBJDIR)/Main_90ebc5c2.o \
 | |
|   $(JUCE_OBJDIR)/include_juce_core_f26d17db.o \
 | |
| 
 | |
| .PHONY: clean all strip
 | |
| 
 | |
| all : $(JUCE_OUTDIR)/$(JUCE_TARGET_CONSOLEAPP)
 | |
| 
 | |
| $(JUCE_OUTDIR)/$(JUCE_TARGET_CONSOLEAPP) : $(OBJECTS_CONSOLEAPP) $(RESOURCES)
 | |
| 	@command -v $(PKG_CONFIG) >/dev/null 2>&1 || { echo >&2 "pkg-config not installed. Please, install it."; exit 1; }
 | |
| 	@$(PKG_CONFIG) --print-errors libcurl
 | |
| 	@echo Linking "BinaryBuilder - ConsoleApp"
 | |
| 	-$(V_AT)mkdir -p $(JUCE_BINDIR)
 | |
| 	-$(V_AT)mkdir -p $(JUCE_LIBDIR)
 | |
| 	-$(V_AT)mkdir -p $(JUCE_OUTDIR)
 | |
| 	$(V_AT)$(CXX) -o $(JUCE_OUTDIR)/$(JUCE_TARGET_CONSOLEAPP) $(OBJECTS_CONSOLEAPP) $(JUCE_LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
 | |
| 
 | |
| $(JUCE_OBJDIR)/Main_90ebc5c2.o: ../../Source/Main.cpp
 | |
| 	-$(V_AT)mkdir -p $(JUCE_OBJDIR)
 | |
| 	@echo "Compiling Main.cpp"
 | |
| 	$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_CONSOLEAPP) $(JUCE_CFLAGS_CONSOLEAPP) -o "$@" -c "$<"
 | |
| 
 | |
| $(JUCE_OBJDIR)/include_juce_core_f26d17db.o: ../../JuceLibraryCode/include_juce_core.cpp
 | |
| 	-$(V_AT)mkdir -p $(JUCE_OBJDIR)
 | |
| 	@echo "Compiling include_juce_core.cpp"
 | |
| 	$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_CONSOLEAPP) $(JUCE_CFLAGS_CONSOLEAPP) -o "$@" -c "$<"
 | |
| 
 | |
| clean:
 | |
| 	@echo Cleaning BinaryBuilder
 | |
| 	$(V_AT)$(CLEANCMD)
 | |
| 
 | |
| strip:
 | |
| 	@echo Stripping BinaryBuilder
 | |
| 	-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
 | |
| 
 | |
| -include $(OBJECTS_CONSOLEAPP:%.o=%.d)
 |