586 lines
24 KiB
Makefile
586 lines
24 KiB
Makefile
|
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||
|
|
|
||
|
|
# 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:
|
||
|
|
|
||
|
|
# Disable VCS-based implicit rules.
|
||
|
|
% : %,v
|
||
|
|
|
||
|
|
# Disable VCS-based implicit rules.
|
||
|
|
% : RCS/%
|
||
|
|
|
||
|
|
# Disable VCS-based implicit rules.
|
||
|
|
% : RCS/%,v
|
||
|
|
|
||
|
|
# Disable VCS-based implicit rules.
|
||
|
|
% : SCCS/s.%
|
||
|
|
|
||
|
|
# Disable VCS-based implicit rules.
|
||
|
|
% : s.%
|
||
|
|
|
||
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
||
|
|
|
||
|
|
# Command-line flag to silence nested $(MAKE).
|
||
|
|
$(VERBOSE)MAKESILENT = -s
|
||
|
|
|
||
|
|
#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 rm -f
|
||
|
|
|
||
|
|
# Escaping for special characters.
|
||
|
|
EQUALS = =
|
||
|
|
|
||
|
|
# The top-level source directory on which CMake was run.
|
||
|
|
CMAKE_SOURCE_DIR = /home/ganome/Projects/SCAR-719/repos/scar-chat7
|
||
|
|
|
||
|
|
# The top-level build directory on which CMake was run.
|
||
|
|
CMAKE_BINARY_DIR = /home/ganome/Projects/SCAR-719/repos/scar-chat7/build
|
||
|
|
|
||
|
|
#=============================================================================
|
||
|
|
# Targets provided globally by CMake.
|
||
|
|
|
||
|
|
# Special rule for the target edit_cache
|
||
|
|
edit_cache:
|
||
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
||
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||
|
|
.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 --regenerate-during-build -S$(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 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
|
||
|
|
|
||
|
|
# 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 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: preinstall/fast
|
||
|
|
@$(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/fast
|
||
|
|
|
||
|
|
# 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: preinstall/fast
|
||
|
|
@$(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/fast
|
||
|
|
|
||
|
|
# The main all target
|
||
|
|
all: cmake_check_build_system
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/CMakeFiles /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client//CMakeFiles/progress.marks
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/all
|
||
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/CMakeFiles 0
|
||
|
|
.PHONY : all
|
||
|
|
|
||
|
|
# The main clean target
|
||
|
|
clean:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/clean
|
||
|
|
.PHONY : clean
|
||
|
|
|
||
|
|
# The main clean target
|
||
|
|
clean/fast: clean
|
||
|
|
.PHONY : clean/fast
|
||
|
|
|
||
|
|
# Prepare targets for installation.
|
||
|
|
preinstall: all
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/preinstall
|
||
|
|
.PHONY : preinstall
|
||
|
|
|
||
|
|
# Prepare targets for installation.
|
||
|
|
preinstall/fast:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/preinstall
|
||
|
|
.PHONY : preinstall/fast
|
||
|
|
|
||
|
|
# clear depends
|
||
|
|
depend:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||
|
|
.PHONY : depend
|
||
|
|
|
||
|
|
# Convenience name for target.
|
||
|
|
client/CMakeFiles/scarchat.dir/rule:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/CMakeFiles/scarchat.dir/rule
|
||
|
|
.PHONY : client/CMakeFiles/scarchat.dir/rule
|
||
|
|
|
||
|
|
# Convenience name for target.
|
||
|
|
scarchat: client/CMakeFiles/scarchat.dir/rule
|
||
|
|
.PHONY : scarchat
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
scarchat/fast:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/build
|
||
|
|
.PHONY : scarchat/fast
|
||
|
|
|
||
|
|
# Convenience name for target.
|
||
|
|
client/CMakeFiles/scarchat_autogen_timestamp_deps.dir/rule:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/CMakeFiles/scarchat_autogen_timestamp_deps.dir/rule
|
||
|
|
.PHONY : client/CMakeFiles/scarchat_autogen_timestamp_deps.dir/rule
|
||
|
|
|
||
|
|
# Convenience name for target.
|
||
|
|
scarchat_autogen_timestamp_deps: client/CMakeFiles/scarchat_autogen_timestamp_deps.dir/rule
|
||
|
|
.PHONY : scarchat_autogen_timestamp_deps
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
scarchat_autogen_timestamp_deps/fast:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat_autogen_timestamp_deps.dir/build.make client/CMakeFiles/scarchat_autogen_timestamp_deps.dir/build
|
||
|
|
.PHONY : scarchat_autogen_timestamp_deps/fast
|
||
|
|
|
||
|
|
# Convenience name for target.
|
||
|
|
client/CMakeFiles/scarchat_autogen.dir/rule:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client/CMakeFiles/scarchat_autogen.dir/rule
|
||
|
|
.PHONY : client/CMakeFiles/scarchat_autogen.dir/rule
|
||
|
|
|
||
|
|
# Convenience name for target.
|
||
|
|
scarchat_autogen: client/CMakeFiles/scarchat_autogen.dir/rule
|
||
|
|
.PHONY : scarchat_autogen
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
scarchat_autogen/fast:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat_autogen.dir/build.make client/CMakeFiles/scarchat_autogen.dir/build
|
||
|
|
.PHONY : scarchat_autogen/fast
|
||
|
|
|
||
|
|
config/client_config.o: config/client_config.cpp.o
|
||
|
|
.PHONY : config/client_config.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
config/client_config.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/config/client_config.cpp.o
|
||
|
|
.PHONY : config/client_config.cpp.o
|
||
|
|
|
||
|
|
config/client_config.i: config/client_config.cpp.i
|
||
|
|
.PHONY : config/client_config.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
config/client_config.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/config/client_config.cpp.i
|
||
|
|
.PHONY : config/client_config.cpp.i
|
||
|
|
|
||
|
|
config/client_config.s: config/client_config.cpp.s
|
||
|
|
.PHONY : config/client_config.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
config/client_config.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/config/client_config.cpp.s
|
||
|
|
.PHONY : config/client_config.cpp.s
|
||
|
|
|
||
|
|
connection/client_connection.o: connection/client_connection.cpp.o
|
||
|
|
.PHONY : connection/client_connection.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
connection/client_connection.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
||
|
|
.PHONY : connection/client_connection.cpp.o
|
||
|
|
|
||
|
|
connection/client_connection.i: connection/client_connection.cpp.i
|
||
|
|
.PHONY : connection/client_connection.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
connection/client_connection.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.i
|
||
|
|
.PHONY : connection/client_connection.cpp.i
|
||
|
|
|
||
|
|
connection/client_connection.s: connection/client_connection.cpp.s
|
||
|
|
.PHONY : connection/client_connection.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
connection/client_connection.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.s
|
||
|
|
.PHONY : connection/client_connection.cpp.s
|
||
|
|
|
||
|
|
main.o: main.cpp.o
|
||
|
|
.PHONY : main.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
main.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/main.cpp.o
|
||
|
|
.PHONY : main.cpp.o
|
||
|
|
|
||
|
|
main.i: main.cpp.i
|
||
|
|
.PHONY : main.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
main.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/main.cpp.i
|
||
|
|
.PHONY : main.cpp.i
|
||
|
|
|
||
|
|
main.s: main.cpp.s
|
||
|
|
.PHONY : main.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
main.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/main.cpp.s
|
||
|
|
.PHONY : main.cpp.s
|
||
|
|
|
||
|
|
mainwindow.o: mainwindow.cpp.o
|
||
|
|
.PHONY : mainwindow.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
mainwindow.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
||
|
|
.PHONY : mainwindow.cpp.o
|
||
|
|
|
||
|
|
mainwindow.i: mainwindow.cpp.i
|
||
|
|
.PHONY : mainwindow.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
mainwindow.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/mainwindow.cpp.i
|
||
|
|
.PHONY : mainwindow.cpp.i
|
||
|
|
|
||
|
|
mainwindow.s: mainwindow.cpp.s
|
||
|
|
.PHONY : mainwindow.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
mainwindow.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/mainwindow.cpp.s
|
||
|
|
.PHONY : mainwindow.cpp.s
|
||
|
|
|
||
|
|
media/camera_capture.o: media/camera_capture.cpp.o
|
||
|
|
.PHONY : media/camera_capture.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
media/camera_capture.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o
|
||
|
|
.PHONY : media/camera_capture.cpp.o
|
||
|
|
|
||
|
|
media/camera_capture.i: media/camera_capture.cpp.i
|
||
|
|
.PHONY : media/camera_capture.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
media/camera_capture.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.i
|
||
|
|
.PHONY : media/camera_capture.cpp.i
|
||
|
|
|
||
|
|
media/camera_capture.s: media/camera_capture.cpp.s
|
||
|
|
.PHONY : media/camera_capture.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
media/camera_capture.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.s
|
||
|
|
.PHONY : media/camera_capture.cpp.s
|
||
|
|
|
||
|
|
media/screen_capture.o: media/screen_capture.cpp.o
|
||
|
|
.PHONY : media/screen_capture.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
media/screen_capture.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o
|
||
|
|
.PHONY : media/screen_capture.cpp.o
|
||
|
|
|
||
|
|
media/screen_capture.i: media/screen_capture.cpp.i
|
||
|
|
.PHONY : media/screen_capture.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
media/screen_capture.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.i
|
||
|
|
.PHONY : media/screen_capture.cpp.i
|
||
|
|
|
||
|
|
media/screen_capture.s: media/screen_capture.cpp.s
|
||
|
|
.PHONY : media/screen_capture.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
media/screen_capture.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.s
|
||
|
|
.PHONY : media/screen_capture.cpp.s
|
||
|
|
|
||
|
|
media/video_encoder.o: media/video_encoder.cpp.o
|
||
|
|
.PHONY : media/video_encoder.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
media/video_encoder.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o
|
||
|
|
.PHONY : media/video_encoder.cpp.o
|
||
|
|
|
||
|
|
media/video_encoder.i: media/video_encoder.cpp.i
|
||
|
|
.PHONY : media/video_encoder.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
media/video_encoder.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.i
|
||
|
|
.PHONY : media/video_encoder.cpp.i
|
||
|
|
|
||
|
|
media/video_encoder.s: media/video_encoder.cpp.s
|
||
|
|
.PHONY : media/video_encoder.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
media/video_encoder.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.s
|
||
|
|
.PHONY : media/video_encoder.cpp.s
|
||
|
|
|
||
|
|
scarchat_autogen/3YJK5W5UP7/qrc_resources.o: scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o
|
||
|
|
.PHONY : scarchat_autogen/3YJK5W5UP7/qrc_resources.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o
|
||
|
|
.PHONY : scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o
|
||
|
|
|
||
|
|
scarchat_autogen/3YJK5W5UP7/qrc_resources.i: scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.i
|
||
|
|
.PHONY : scarchat_autogen/3YJK5W5UP7/qrc_resources.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.i
|
||
|
|
.PHONY : scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.i
|
||
|
|
|
||
|
|
scarchat_autogen/3YJK5W5UP7/qrc_resources.s: scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.s
|
||
|
|
.PHONY : scarchat_autogen/3YJK5W5UP7/qrc_resources.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.s
|
||
|
|
.PHONY : scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.s
|
||
|
|
|
||
|
|
scarchat_autogen/mocs_compilation.o: scarchat_autogen/mocs_compilation.cpp.o
|
||
|
|
.PHONY : scarchat_autogen/mocs_compilation.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
scarchat_autogen/mocs_compilation.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
||
|
|
.PHONY : scarchat_autogen/mocs_compilation.cpp.o
|
||
|
|
|
||
|
|
scarchat_autogen/mocs_compilation.i: scarchat_autogen/mocs_compilation.cpp.i
|
||
|
|
.PHONY : scarchat_autogen/mocs_compilation.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
scarchat_autogen/mocs_compilation.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.i
|
||
|
|
.PHONY : scarchat_autogen/mocs_compilation.cpp.i
|
||
|
|
|
||
|
|
scarchat_autogen/mocs_compilation.s: scarchat_autogen/mocs_compilation.cpp.s
|
||
|
|
.PHONY : scarchat_autogen/mocs_compilation.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
scarchat_autogen/mocs_compilation.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.s
|
||
|
|
.PHONY : scarchat_autogen/mocs_compilation.cpp.s
|
||
|
|
|
||
|
|
ui/chat_widget.o: ui/chat_widget.cpp.o
|
||
|
|
.PHONY : ui/chat_widget.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
ui/chat_widget.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o
|
||
|
|
.PHONY : ui/chat_widget.cpp.o
|
||
|
|
|
||
|
|
ui/chat_widget.i: ui/chat_widget.cpp.i
|
||
|
|
.PHONY : ui/chat_widget.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
ui/chat_widget.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.i
|
||
|
|
.PHONY : ui/chat_widget.cpp.i
|
||
|
|
|
||
|
|
ui/chat_widget.s: ui/chat_widget.cpp.s
|
||
|
|
.PHONY : ui/chat_widget.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
ui/chat_widget.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.s
|
||
|
|
.PHONY : ui/chat_widget.cpp.s
|
||
|
|
|
||
|
|
ui/login_dialog.o: ui/login_dialog.cpp.o
|
||
|
|
.PHONY : ui/login_dialog.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
ui/login_dialog.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o
|
||
|
|
.PHONY : ui/login_dialog.cpp.o
|
||
|
|
|
||
|
|
ui/login_dialog.i: ui/login_dialog.cpp.i
|
||
|
|
.PHONY : ui/login_dialog.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
ui/login_dialog.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.i
|
||
|
|
.PHONY : ui/login_dialog.cpp.i
|
||
|
|
|
||
|
|
ui/login_dialog.s: ui/login_dialog.cpp.s
|
||
|
|
.PHONY : ui/login_dialog.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
ui/login_dialog.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.s
|
||
|
|
.PHONY : ui/login_dialog.cpp.s
|
||
|
|
|
||
|
|
ui/user_list_widget.o: ui/user_list_widget.cpp.o
|
||
|
|
.PHONY : ui/user_list_widget.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
ui/user_list_widget.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o
|
||
|
|
.PHONY : ui/user_list_widget.cpp.o
|
||
|
|
|
||
|
|
ui/user_list_widget.i: ui/user_list_widget.cpp.i
|
||
|
|
.PHONY : ui/user_list_widget.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
ui/user_list_widget.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.i
|
||
|
|
.PHONY : ui/user_list_widget.cpp.i
|
||
|
|
|
||
|
|
ui/user_list_widget.s: ui/user_list_widget.cpp.s
|
||
|
|
.PHONY : ui/user_list_widget.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
ui/user_list_widget.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.s
|
||
|
|
.PHONY : ui/user_list_widget.cpp.s
|
||
|
|
|
||
|
|
ui/video_grid_widget.o: ui/video_grid_widget.cpp.o
|
||
|
|
.PHONY : ui/video_grid_widget.o
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
ui/video_grid_widget.cpp.o:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
||
|
|
.PHONY : ui/video_grid_widget.cpp.o
|
||
|
|
|
||
|
|
ui/video_grid_widget.i: ui/video_grid_widget.cpp.i
|
||
|
|
.PHONY : ui/video_grid_widget.i
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
ui/video_grid_widget.cpp.i:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.i
|
||
|
|
.PHONY : ui/video_grid_widget.cpp.i
|
||
|
|
|
||
|
|
ui/video_grid_widget.s: ui/video_grid_widget.cpp.s
|
||
|
|
.PHONY : ui/video_grid_widget.s
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
ui/video_grid_widget.cpp.s:
|
||
|
|
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f client/CMakeFiles/scarchat.dir/build.make client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.s
|
||
|
|
.PHONY : ui/video_grid_widget.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 "... edit_cache"
|
||
|
|
@echo "... install"
|
||
|
|
@echo "... install/local"
|
||
|
|
@echo "... install/strip"
|
||
|
|
@echo "... list_install_components"
|
||
|
|
@echo "... rebuild_cache"
|
||
|
|
@echo "... scarchat_autogen"
|
||
|
|
@echo "... scarchat_autogen_timestamp_deps"
|
||
|
|
@echo "... scarchat"
|
||
|
|
@echo "... config/client_config.o"
|
||
|
|
@echo "... config/client_config.i"
|
||
|
|
@echo "... config/client_config.s"
|
||
|
|
@echo "... connection/client_connection.o"
|
||
|
|
@echo "... connection/client_connection.i"
|
||
|
|
@echo "... connection/client_connection.s"
|
||
|
|
@echo "... main.o"
|
||
|
|
@echo "... main.i"
|
||
|
|
@echo "... main.s"
|
||
|
|
@echo "... mainwindow.o"
|
||
|
|
@echo "... mainwindow.i"
|
||
|
|
@echo "... mainwindow.s"
|
||
|
|
@echo "... media/camera_capture.o"
|
||
|
|
@echo "... media/camera_capture.i"
|
||
|
|
@echo "... media/camera_capture.s"
|
||
|
|
@echo "... media/screen_capture.o"
|
||
|
|
@echo "... media/screen_capture.i"
|
||
|
|
@echo "... media/screen_capture.s"
|
||
|
|
@echo "... media/video_encoder.o"
|
||
|
|
@echo "... media/video_encoder.i"
|
||
|
|
@echo "... media/video_encoder.s"
|
||
|
|
@echo "... scarchat_autogen/3YJK5W5UP7/qrc_resources.o"
|
||
|
|
@echo "... scarchat_autogen/3YJK5W5UP7/qrc_resources.i"
|
||
|
|
@echo "... scarchat_autogen/3YJK5W5UP7/qrc_resources.s"
|
||
|
|
@echo "... scarchat_autogen/mocs_compilation.o"
|
||
|
|
@echo "... scarchat_autogen/mocs_compilation.i"
|
||
|
|
@echo "... scarchat_autogen/mocs_compilation.s"
|
||
|
|
@echo "... ui/chat_widget.o"
|
||
|
|
@echo "... ui/chat_widget.i"
|
||
|
|
@echo "... ui/chat_widget.s"
|
||
|
|
@echo "... ui/login_dialog.o"
|
||
|
|
@echo "... ui/login_dialog.i"
|
||
|
|
@echo "... ui/login_dialog.s"
|
||
|
|
@echo "... ui/user_list_widget.o"
|
||
|
|
@echo "... ui/user_list_widget.i"
|
||
|
|
@echo "... ui/user_list_widget.s"
|
||
|
|
@echo "... ui/video_grid_widget.o"
|
||
|
|
@echo "... ui/video_grid_widget.i"
|
||
|
|
@echo "... ui/video_grid_widget.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/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||
|
|
.PHONY : cmake_check_build_system
|
||
|
|
|