mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-19 23:01:51 -05:00
455 lines
16 KiB
Makefile
455 lines
16 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
SUFFIXES =
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
|
|
# Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/guest/HAM/sdrangel-master
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/guest/HAM/sdrangel-master
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: install/strip
|
|
|
|
.PHONY : install/strip/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: install/local
|
|
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
|
|
.PHONY : list_install_components/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /home/guest/HAM/sdrangel-master && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/HAM/sdrangel-master/CMakeFiles /home/guest/HAM/sdrangel-master/plugins/channelrx/demoddatv/CMakeFiles/progress.marks
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f CMakeFiles/Makefile2 plugins/channelrx/demoddatv/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/guest/HAM/sdrangel-master/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f CMakeFiles/Makefile2 plugins/channelrx/demoddatv/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f CMakeFiles/Makefile2 plugins/channelrx/demoddatv/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f CMakeFiles/Makefile2 plugins/channelrx/demoddatv/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/guest/HAM/sdrangel-master && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/rule:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f CMakeFiles/Makefile2 plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/rule
|
|
.PHONY : plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/rule
|
|
|
|
# Convenience name for target.
|
|
demoddatv: plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/rule
|
|
|
|
.PHONY : demoddatv
|
|
|
|
# fast build rule for target.
|
|
demoddatv/fast:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build
|
|
.PHONY : demoddatv/fast
|
|
|
|
# Convenience name for target.
|
|
plugins/channelrx/demoddatv/CMakeFiles/demoddatv_automoc.dir/rule:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f CMakeFiles/Makefile2 plugins/channelrx/demoddatv/CMakeFiles/demoddatv_automoc.dir/rule
|
|
.PHONY : plugins/channelrx/demoddatv/CMakeFiles/demoddatv_automoc.dir/rule
|
|
|
|
# Convenience name for target.
|
|
demoddatv_automoc: plugins/channelrx/demoddatv/CMakeFiles/demoddatv_automoc.dir/rule
|
|
|
|
.PHONY : demoddatv_automoc
|
|
|
|
# fast build rule for target.
|
|
demoddatv_automoc/fast:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv_automoc.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv_automoc.dir/build
|
|
.PHONY : demoddatv_automoc/fast
|
|
|
|
datvdemod.o: datvdemod.cpp.o
|
|
|
|
.PHONY : datvdemod.o
|
|
|
|
# target to build an object file
|
|
datvdemod.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemod.cpp.o
|
|
.PHONY : datvdemod.cpp.o
|
|
|
|
datvdemod.i: datvdemod.cpp.i
|
|
|
|
.PHONY : datvdemod.i
|
|
|
|
# target to preprocess a source file
|
|
datvdemod.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemod.cpp.i
|
|
.PHONY : datvdemod.cpp.i
|
|
|
|
datvdemod.s: datvdemod.cpp.s
|
|
|
|
.PHONY : datvdemod.s
|
|
|
|
# target to generate assembly for a file
|
|
datvdemod.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemod.cpp.s
|
|
.PHONY : datvdemod.cpp.s
|
|
|
|
datvdemodgui.o: datvdemodgui.cpp.o
|
|
|
|
.PHONY : datvdemodgui.o
|
|
|
|
# target to build an object file
|
|
datvdemodgui.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemodgui.cpp.o
|
|
.PHONY : datvdemodgui.cpp.o
|
|
|
|
datvdemodgui.i: datvdemodgui.cpp.i
|
|
|
|
.PHONY : datvdemodgui.i
|
|
|
|
# target to preprocess a source file
|
|
datvdemodgui.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemodgui.cpp.i
|
|
.PHONY : datvdemodgui.cpp.i
|
|
|
|
datvdemodgui.s: datvdemodgui.cpp.s
|
|
|
|
.PHONY : datvdemodgui.s
|
|
|
|
# target to generate assembly for a file
|
|
datvdemodgui.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemodgui.cpp.s
|
|
.PHONY : datvdemodgui.cpp.s
|
|
|
|
datvdemodplugin.o: datvdemodplugin.cpp.o
|
|
|
|
.PHONY : datvdemodplugin.o
|
|
|
|
# target to build an object file
|
|
datvdemodplugin.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemodplugin.cpp.o
|
|
.PHONY : datvdemodplugin.cpp.o
|
|
|
|
datvdemodplugin.i: datvdemodplugin.cpp.i
|
|
|
|
.PHONY : datvdemodplugin.i
|
|
|
|
# target to preprocess a source file
|
|
datvdemodplugin.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemodplugin.cpp.i
|
|
.PHONY : datvdemodplugin.cpp.i
|
|
|
|
datvdemodplugin.s: datvdemodplugin.cpp.s
|
|
|
|
.PHONY : datvdemodplugin.s
|
|
|
|
# target to generate assembly for a file
|
|
datvdemodplugin.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvdemodplugin.cpp.s
|
|
.PHONY : datvdemodplugin.cpp.s
|
|
|
|
datvideorender.o: datvideorender.cpp.o
|
|
|
|
.PHONY : datvideorender.o
|
|
|
|
# target to build an object file
|
|
datvideorender.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideorender.cpp.o
|
|
.PHONY : datvideorender.cpp.o
|
|
|
|
datvideorender.i: datvideorender.cpp.i
|
|
|
|
.PHONY : datvideorender.i
|
|
|
|
# target to preprocess a source file
|
|
datvideorender.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideorender.cpp.i
|
|
.PHONY : datvideorender.cpp.i
|
|
|
|
datvideorender.s: datvideorender.cpp.s
|
|
|
|
.PHONY : datvideorender.s
|
|
|
|
# target to generate assembly for a file
|
|
datvideorender.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideorender.cpp.s
|
|
.PHONY : datvideorender.cpp.s
|
|
|
|
datvideostream.o: datvideostream.cpp.o
|
|
|
|
.PHONY : datvideostream.o
|
|
|
|
# target to build an object file
|
|
datvideostream.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideostream.cpp.o
|
|
.PHONY : datvideostream.cpp.o
|
|
|
|
datvideostream.i: datvideostream.cpp.i
|
|
|
|
.PHONY : datvideostream.i
|
|
|
|
# target to preprocess a source file
|
|
datvideostream.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideostream.cpp.i
|
|
.PHONY : datvideostream.cpp.i
|
|
|
|
datvideostream.s: datvideostream.cpp.s
|
|
|
|
.PHONY : datvideostream.s
|
|
|
|
# target to generate assembly for a file
|
|
datvideostream.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideostream.cpp.s
|
|
.PHONY : datvideostream.cpp.s
|
|
|
|
datvscreen.o: datvscreen.cpp.o
|
|
|
|
.PHONY : datvscreen.o
|
|
|
|
# target to build an object file
|
|
datvscreen.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvscreen.cpp.o
|
|
.PHONY : datvscreen.cpp.o
|
|
|
|
datvscreen.i: datvscreen.cpp.i
|
|
|
|
.PHONY : datvscreen.i
|
|
|
|
# target to preprocess a source file
|
|
datvscreen.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvscreen.cpp.i
|
|
.PHONY : datvscreen.cpp.i
|
|
|
|
datvscreen.s: datvscreen.cpp.s
|
|
|
|
.PHONY : datvscreen.s
|
|
|
|
# target to generate assembly for a file
|
|
datvscreen.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvscreen.cpp.s
|
|
.PHONY : datvscreen.cpp.s
|
|
|
|
demoddatv_automoc.o: demoddatv_automoc.cpp.o
|
|
|
|
.PHONY : demoddatv_automoc.o
|
|
|
|
# target to build an object file
|
|
demoddatv_automoc.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/demoddatv_automoc.cpp.o
|
|
.PHONY : demoddatv_automoc.cpp.o
|
|
|
|
demoddatv_automoc.i: demoddatv_automoc.cpp.i
|
|
|
|
.PHONY : demoddatv_automoc.i
|
|
|
|
# target to preprocess a source file
|
|
demoddatv_automoc.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/demoddatv_automoc.cpp.i
|
|
.PHONY : demoddatv_automoc.cpp.i
|
|
|
|
demoddatv_automoc.s: demoddatv_automoc.cpp.s
|
|
|
|
.PHONY : demoddatv_automoc.s
|
|
|
|
# target to generate assembly for a file
|
|
demoddatv_automoc.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/demoddatv_automoc.cpp.s
|
|
.PHONY : demoddatv_automoc.cpp.s
|
|
|
|
glshaderarray.o: glshaderarray.cpp.o
|
|
|
|
.PHONY : glshaderarray.o
|
|
|
|
# target to build an object file
|
|
glshaderarray.cpp.o:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/glshaderarray.cpp.o
|
|
.PHONY : glshaderarray.cpp.o
|
|
|
|
glshaderarray.i: glshaderarray.cpp.i
|
|
|
|
.PHONY : glshaderarray.i
|
|
|
|
# target to preprocess a source file
|
|
glshaderarray.cpp.i:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/glshaderarray.cpp.i
|
|
.PHONY : glshaderarray.cpp.i
|
|
|
|
glshaderarray.s: glshaderarray.cpp.s
|
|
|
|
.PHONY : glshaderarray.s
|
|
|
|
# target to generate assembly for a file
|
|
glshaderarray.cpp.s:
|
|
cd /home/guest/HAM/sdrangel-master && $(MAKE) -f plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/glshaderarray.cpp.s
|
|
.PHONY : glshaderarray.cpp.s
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... install/strip"
|
|
@echo "... install/local"
|
|
@echo "... demoddatv"
|
|
@echo "... edit_cache"
|
|
@echo "... rebuild_cache"
|
|
@echo "... install"
|
|
@echo "... list_install_components"
|
|
@echo "... demoddatv_automoc"
|
|
@echo "... datvdemod.o"
|
|
@echo "... datvdemod.i"
|
|
@echo "... datvdemod.s"
|
|
@echo "... datvdemodgui.o"
|
|
@echo "... datvdemodgui.i"
|
|
@echo "... datvdemodgui.s"
|
|
@echo "... datvdemodplugin.o"
|
|
@echo "... datvdemodplugin.i"
|
|
@echo "... datvdemodplugin.s"
|
|
@echo "... datvideorender.o"
|
|
@echo "... datvideorender.i"
|
|
@echo "... datvideorender.s"
|
|
@echo "... datvideostream.o"
|
|
@echo "... datvideostream.i"
|
|
@echo "... datvideostream.s"
|
|
@echo "... datvscreen.o"
|
|
@echo "... datvscreen.i"
|
|
@echo "... datvscreen.s"
|
|
@echo "... demoddatv_automoc.o"
|
|
@echo "... demoddatv_automoc.i"
|
|
@echo "... demoddatv_automoc.s"
|
|
@echo "... glshaderarray.o"
|
|
@echo "... glshaderarray.i"
|
|
@echo "... glshaderarray.s"
|
|
.PHONY : help
|
|
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets to cleanup operation of make.
|
|
|
|
# Special rule to run CMake to check the build system integrity.
|
|
# No rule that depends on this can have commands that come from listfiles
|
|
# because they might be regenerated.
|
|
cmake_check_build_system:
|
|
cd /home/guest/HAM/sdrangel-master && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|