Browse Source

Resave all projects

v7.0.9
Tom Poole 2 years ago
parent
commit
5e52056b9f
7 changed files with 35 additions and 0 deletions
  1. +5
    -0
      examples/DemoRunner/Builds/LinuxMakefile/Makefile
  2. +5
    -0
      extras/AudioPerformanceTest/Builds/LinuxMakefile/Makefile
  3. +5
    -0
      extras/AudioPluginHost/Builds/LinuxMakefile/Makefile
  4. +5
    -0
      extras/BinaryBuilder/Builds/LinuxMakefile/Makefile
  5. +5
    -0
      extras/NetworkGraphicsDemo/Builds/LinuxMakefile/Makefile
  6. +5
    -0
      extras/Projucer/Builds/LinuxMakefile/Makefile
  7. +5
    -0
      extras/UnitTestRunner/Builds/LinuxMakefile/Makefile

+ 5
- 0
examples/DemoRunner/Builds/LinuxMakefile/Makefile View File

@@ -253,6 +253,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning DemoRunner
$(V_AT)$(CLEANCMD)


+ 5
- 0
extras/AudioPerformanceTest/Builds/LinuxMakefile/Makefile View File

@@ -175,6 +175,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning AudioPerformanceTest
$(V_AT)$(CLEANCMD)


+ 5
- 0
extras/AudioPluginHost/Builds/LinuxMakefile/Makefile View File

@@ -235,6 +235,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning AudioPluginHost
$(V_AT)$(CLEANCMD)


+ 5
- 0
extras/BinaryBuilder/Builds/LinuxMakefile/Makefile View File

@@ -103,6 +103,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning BinaryBuilder
$(V_AT)$(CLEANCMD)


+ 5
- 0
extras/NetworkGraphicsDemo/Builds/LinuxMakefile/Makefile View File

@@ -199,6 +199,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning NetworkGraphicsDemo
$(V_AT)$(CLEANCMD)


+ 5
- 0
extras/Projucer/Builds/LinuxMakefile/Makefile View File

@@ -439,6 +439,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning Projucer
$(V_AT)$(CLEANCMD)


+ 5
- 0
extras/UnitTestRunner/Builds/LinuxMakefile/Makefile View File

@@ -217,6 +217,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"

$(JUCE_OBJDIR)/cxxfs.cmd:
-$(V_AT)mkdir -p $(@D)
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"

clean:
@echo Cleaning UnitTestRunner
$(V_AT)$(CLEANCMD)


Loading…
Cancel
Save