1049 lines
31 KiB
Makefile
1049 lines
31 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
|
|
|
|
# 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/local/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/local/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/wolverindev/TeaSpeak-Client/shared
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/wolverindev/TeaSpeak-Client/shared/out/linux_amd64
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# 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/local/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 edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
/usr/local/bin/ccmake -H$(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
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/TeaSpeak-Client/shared/out/linux_amd64/CMakeFiles /home/wolverindev/TeaSpeak-Client/shared/out/linux_amd64/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/TeaSpeak-Client/shared/out/linux_amd64/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TeaSpeak
|
|
|
|
# Build rule for target.
|
|
TeaSpeak: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 TeaSpeak
|
|
.PHONY : TeaSpeak
|
|
|
|
# fast build rule for target.
|
|
TeaSpeak/fast:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/build
|
|
.PHONY : TeaSpeak/fast
|
|
|
|
src/BasicChannel.o: src/BasicChannel.cpp.o
|
|
|
|
.PHONY : src/BasicChannel.o
|
|
|
|
# target to build an object file
|
|
src/BasicChannel.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/BasicChannel.cpp.o
|
|
.PHONY : src/BasicChannel.cpp.o
|
|
|
|
src/BasicChannel.i: src/BasicChannel.cpp.i
|
|
|
|
.PHONY : src/BasicChannel.i
|
|
|
|
# target to preprocess a source file
|
|
src/BasicChannel.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/BasicChannel.cpp.i
|
|
.PHONY : src/BasicChannel.cpp.i
|
|
|
|
src/BasicChannel.s: src/BasicChannel.cpp.s
|
|
|
|
.PHONY : src/BasicChannel.s
|
|
|
|
# target to generate assembly for a file
|
|
src/BasicChannel.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/BasicChannel.cpp.s
|
|
.PHONY : src/BasicChannel.cpp.s
|
|
|
|
src/Error.o: src/Error.cpp.o
|
|
|
|
.PHONY : src/Error.o
|
|
|
|
# target to build an object file
|
|
src/Error.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Error.cpp.o
|
|
.PHONY : src/Error.cpp.o
|
|
|
|
src/Error.i: src/Error.cpp.i
|
|
|
|
.PHONY : src/Error.i
|
|
|
|
# target to preprocess a source file
|
|
src/Error.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Error.cpp.i
|
|
.PHONY : src/Error.cpp.i
|
|
|
|
src/Error.s: src/Error.cpp.s
|
|
|
|
.PHONY : src/Error.s
|
|
|
|
# target to generate assembly for a file
|
|
src/Error.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Error.cpp.s
|
|
.PHONY : src/Error.cpp.s
|
|
|
|
src/EventLoop.o: src/EventLoop.cpp.o
|
|
|
|
.PHONY : src/EventLoop.o
|
|
|
|
# target to build an object file
|
|
src/EventLoop.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/EventLoop.cpp.o
|
|
.PHONY : src/EventLoop.cpp.o
|
|
|
|
src/EventLoop.i: src/EventLoop.cpp.i
|
|
|
|
.PHONY : src/EventLoop.i
|
|
|
|
# target to preprocess a source file
|
|
src/EventLoop.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/EventLoop.cpp.i
|
|
.PHONY : src/EventLoop.cpp.i
|
|
|
|
src/EventLoop.s: src/EventLoop.cpp.s
|
|
|
|
.PHONY : src/EventLoop.s
|
|
|
|
# target to generate assembly for a file
|
|
src/EventLoop.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/EventLoop.cpp.s
|
|
.PHONY : src/EventLoop.cpp.s
|
|
|
|
src/License.o: src/License.cpp.o
|
|
|
|
.PHONY : src/License.o
|
|
|
|
# target to build an object file
|
|
src/License.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/License.cpp.o
|
|
.PHONY : src/License.cpp.o
|
|
|
|
src/License.i: src/License.cpp.i
|
|
|
|
.PHONY : src/License.i
|
|
|
|
# target to preprocess a source file
|
|
src/License.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/License.cpp.i
|
|
.PHONY : src/License.cpp.i
|
|
|
|
src/License.s: src/License.cpp.s
|
|
|
|
.PHONY : src/License.s
|
|
|
|
# target to generate assembly for a file
|
|
src/License.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/License.cpp.s
|
|
.PHONY : src/License.cpp.s
|
|
|
|
src/PermissionManager.o: src/PermissionManager.cpp.o
|
|
|
|
.PHONY : src/PermissionManager.o
|
|
|
|
# target to build an object file
|
|
src/PermissionManager.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/PermissionManager.cpp.o
|
|
.PHONY : src/PermissionManager.cpp.o
|
|
|
|
src/PermissionManager.i: src/PermissionManager.cpp.i
|
|
|
|
.PHONY : src/PermissionManager.i
|
|
|
|
# target to preprocess a source file
|
|
src/PermissionManager.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/PermissionManager.cpp.i
|
|
.PHONY : src/PermissionManager.cpp.i
|
|
|
|
src/PermissionManager.s: src/PermissionManager.cpp.s
|
|
|
|
.PHONY : src/PermissionManager.s
|
|
|
|
# target to generate assembly for a file
|
|
src/PermissionManager.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/PermissionManager.cpp.s
|
|
.PHONY : src/PermissionManager.cpp.s
|
|
|
|
src/Properties.o: src/Properties.cpp.o
|
|
|
|
.PHONY : src/Properties.o
|
|
|
|
# target to build an object file
|
|
src/Properties.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Properties.cpp.o
|
|
.PHONY : src/Properties.cpp.o
|
|
|
|
src/Properties.i: src/Properties.cpp.i
|
|
|
|
.PHONY : src/Properties.i
|
|
|
|
# target to preprocess a source file
|
|
src/Properties.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Properties.cpp.i
|
|
.PHONY : src/Properties.cpp.i
|
|
|
|
src/Properties.s: src/Properties.cpp.s
|
|
|
|
.PHONY : src/Properties.s
|
|
|
|
# target to generate assembly for a file
|
|
src/Properties.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Properties.cpp.s
|
|
.PHONY : src/Properties.cpp.s
|
|
|
|
src/Variable.o: src/Variable.cpp.o
|
|
|
|
.PHONY : src/Variable.o
|
|
|
|
# target to build an object file
|
|
src/Variable.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Variable.cpp.o
|
|
.PHONY : src/Variable.cpp.o
|
|
|
|
src/Variable.i: src/Variable.cpp.i
|
|
|
|
.PHONY : src/Variable.i
|
|
|
|
# target to preprocess a source file
|
|
src/Variable.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Variable.cpp.i
|
|
.PHONY : src/Variable.cpp.i
|
|
|
|
src/Variable.s: src/Variable.cpp.s
|
|
|
|
.PHONY : src/Variable.s
|
|
|
|
# target to generate assembly for a file
|
|
src/Variable.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/Variable.cpp.s
|
|
.PHONY : src/Variable.cpp.s
|
|
|
|
src/bbcode/bbcodes.o: src/bbcode/bbcodes.cpp.o
|
|
|
|
.PHONY : src/bbcode/bbcodes.o
|
|
|
|
# target to build an object file
|
|
src/bbcode/bbcodes.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/bbcode/bbcodes.cpp.o
|
|
.PHONY : src/bbcode/bbcodes.cpp.o
|
|
|
|
src/bbcode/bbcodes.i: src/bbcode/bbcodes.cpp.i
|
|
|
|
.PHONY : src/bbcode/bbcodes.i
|
|
|
|
# target to preprocess a source file
|
|
src/bbcode/bbcodes.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/bbcode/bbcodes.cpp.i
|
|
.PHONY : src/bbcode/bbcodes.cpp.i
|
|
|
|
src/bbcode/bbcodes.s: src/bbcode/bbcodes.cpp.s
|
|
|
|
.PHONY : src/bbcode/bbcodes.s
|
|
|
|
# target to generate assembly for a file
|
|
src/bbcode/bbcodes.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/bbcode/bbcodes.cpp.s
|
|
.PHONY : src/bbcode/bbcodes.cpp.s
|
|
|
|
src/channel/TreeView.o: src/channel/TreeView.cpp.o
|
|
|
|
.PHONY : src/channel/TreeView.o
|
|
|
|
# target to build an object file
|
|
src/channel/TreeView.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/channel/TreeView.cpp.o
|
|
.PHONY : src/channel/TreeView.cpp.o
|
|
|
|
src/channel/TreeView.i: src/channel/TreeView.cpp.i
|
|
|
|
.PHONY : src/channel/TreeView.i
|
|
|
|
# target to preprocess a source file
|
|
src/channel/TreeView.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/channel/TreeView.cpp.i
|
|
.PHONY : src/channel/TreeView.cpp.i
|
|
|
|
src/channel/TreeView.s: src/channel/TreeView.cpp.s
|
|
|
|
.PHONY : src/channel/TreeView.s
|
|
|
|
# target to generate assembly for a file
|
|
src/channel/TreeView.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/channel/TreeView.cpp.s
|
|
.PHONY : src/channel/TreeView.cpp.s
|
|
|
|
src/linked_helper.o: src/linked_helper.cpp.o
|
|
|
|
.PHONY : src/linked_helper.o
|
|
|
|
# target to build an object file
|
|
src/linked_helper.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/linked_helper.cpp.o
|
|
.PHONY : src/linked_helper.cpp.o
|
|
|
|
src/linked_helper.i: src/linked_helper.cpp.i
|
|
|
|
.PHONY : src/linked_helper.i
|
|
|
|
# target to preprocess a source file
|
|
src/linked_helper.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/linked_helper.cpp.i
|
|
.PHONY : src/linked_helper.cpp.i
|
|
|
|
src/linked_helper.s: src/linked_helper.cpp.s
|
|
|
|
.PHONY : src/linked_helper.s
|
|
|
|
# target to generate assembly for a file
|
|
src/linked_helper.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/linked_helper.cpp.s
|
|
.PHONY : src/linked_helper.cpp.s
|
|
|
|
src/log/LogSinks.o: src/log/LogSinks.cpp.o
|
|
|
|
.PHONY : src/log/LogSinks.o
|
|
|
|
# target to build an object file
|
|
src/log/LogSinks.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/log/LogSinks.cpp.o
|
|
.PHONY : src/log/LogSinks.cpp.o
|
|
|
|
src/log/LogSinks.i: src/log/LogSinks.cpp.i
|
|
|
|
.PHONY : src/log/LogSinks.i
|
|
|
|
# target to preprocess a source file
|
|
src/log/LogSinks.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/log/LogSinks.cpp.i
|
|
.PHONY : src/log/LogSinks.cpp.i
|
|
|
|
src/log/LogSinks.s: src/log/LogSinks.cpp.s
|
|
|
|
.PHONY : src/log/LogSinks.s
|
|
|
|
# target to generate assembly for a file
|
|
src/log/LogSinks.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/log/LogSinks.cpp.s
|
|
.PHONY : src/log/LogSinks.cpp.s
|
|
|
|
src/log/LogUtils.o: src/log/LogUtils.cpp.o
|
|
|
|
.PHONY : src/log/LogUtils.o
|
|
|
|
# target to build an object file
|
|
src/log/LogUtils.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/log/LogUtils.cpp.o
|
|
.PHONY : src/log/LogUtils.cpp.o
|
|
|
|
src/log/LogUtils.i: src/log/LogUtils.cpp.i
|
|
|
|
.PHONY : src/log/LogUtils.i
|
|
|
|
# target to preprocess a source file
|
|
src/log/LogUtils.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/log/LogUtils.cpp.i
|
|
.PHONY : src/log/LogUtils.cpp.i
|
|
|
|
src/log/LogUtils.s: src/log/LogUtils.cpp.s
|
|
|
|
.PHONY : src/log/LogUtils.s
|
|
|
|
# target to generate assembly for a file
|
|
src/log/LogUtils.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/log/LogUtils.cpp.s
|
|
.PHONY : src/log/LogUtils.cpp.s
|
|
|
|
src/misc/base64.o: src/misc/base64.cpp.o
|
|
|
|
.PHONY : src/misc/base64.o
|
|
|
|
# target to build an object file
|
|
src/misc/base64.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/base64.cpp.o
|
|
.PHONY : src/misc/base64.cpp.o
|
|
|
|
src/misc/base64.i: src/misc/base64.cpp.i
|
|
|
|
.PHONY : src/misc/base64.i
|
|
|
|
# target to preprocess a source file
|
|
src/misc/base64.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/base64.cpp.i
|
|
.PHONY : src/misc/base64.cpp.i
|
|
|
|
src/misc/base64.s: src/misc/base64.cpp.s
|
|
|
|
.PHONY : src/misc/base64.s
|
|
|
|
# target to generate assembly for a file
|
|
src/misc/base64.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/base64.cpp.s
|
|
.PHONY : src/misc/base64.cpp.s
|
|
|
|
src/misc/digest.o: src/misc/digest.cpp.o
|
|
|
|
.PHONY : src/misc/digest.o
|
|
|
|
# target to build an object file
|
|
src/misc/digest.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/digest.cpp.o
|
|
.PHONY : src/misc/digest.cpp.o
|
|
|
|
src/misc/digest.i: src/misc/digest.cpp.i
|
|
|
|
.PHONY : src/misc/digest.i
|
|
|
|
# target to preprocess a source file
|
|
src/misc/digest.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/digest.cpp.i
|
|
.PHONY : src/misc/digest.cpp.i
|
|
|
|
src/misc/digest.s: src/misc/digest.cpp.s
|
|
|
|
.PHONY : src/misc/digest.s
|
|
|
|
# target to generate assembly for a file
|
|
src/misc/digest.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/digest.cpp.s
|
|
.PHONY : src/misc/digest.cpp.s
|
|
|
|
src/misc/memtracker.o: src/misc/memtracker.cpp.o
|
|
|
|
.PHONY : src/misc/memtracker.o
|
|
|
|
# target to build an object file
|
|
src/misc/memtracker.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/memtracker.cpp.o
|
|
.PHONY : src/misc/memtracker.cpp.o
|
|
|
|
src/misc/memtracker.i: src/misc/memtracker.cpp.i
|
|
|
|
.PHONY : src/misc/memtracker.i
|
|
|
|
# target to preprocess a source file
|
|
src/misc/memtracker.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/memtracker.cpp.i
|
|
.PHONY : src/misc/memtracker.cpp.i
|
|
|
|
src/misc/memtracker.s: src/misc/memtracker.cpp.s
|
|
|
|
.PHONY : src/misc/memtracker.s
|
|
|
|
# target to generate assembly for a file
|
|
src/misc/memtracker.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/memtracker.cpp.s
|
|
.PHONY : src/misc/memtracker.cpp.s
|
|
|
|
src/misc/rnd.o: src/misc/rnd.cpp.o
|
|
|
|
.PHONY : src/misc/rnd.o
|
|
|
|
# target to build an object file
|
|
src/misc/rnd.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/rnd.cpp.o
|
|
.PHONY : src/misc/rnd.cpp.o
|
|
|
|
src/misc/rnd.i: src/misc/rnd.cpp.i
|
|
|
|
.PHONY : src/misc/rnd.i
|
|
|
|
# target to preprocess a source file
|
|
src/misc/rnd.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/rnd.cpp.i
|
|
.PHONY : src/misc/rnd.cpp.i
|
|
|
|
src/misc/rnd.s: src/misc/rnd.cpp.s
|
|
|
|
.PHONY : src/misc/rnd.s
|
|
|
|
# target to generate assembly for a file
|
|
src/misc/rnd.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/rnd.cpp.s
|
|
.PHONY : src/misc/rnd.cpp.s
|
|
|
|
src/misc/time.o: src/misc/time.cpp.o
|
|
|
|
.PHONY : src/misc/time.o
|
|
|
|
# target to build an object file
|
|
src/misc/time.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/time.cpp.o
|
|
.PHONY : src/misc/time.cpp.o
|
|
|
|
src/misc/time.i: src/misc/time.cpp.i
|
|
|
|
.PHONY : src/misc/time.i
|
|
|
|
# target to preprocess a source file
|
|
src/misc/time.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/time.cpp.i
|
|
.PHONY : src/misc/time.cpp.i
|
|
|
|
src/misc/time.s: src/misc/time.cpp.s
|
|
|
|
.PHONY : src/misc/time.s
|
|
|
|
# target to generate assembly for a file
|
|
src/misc/time.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/misc/time.cpp.s
|
|
.PHONY : src/misc/time.cpp.s
|
|
|
|
src/protocol/AcknowledgeManager.o: src/protocol/AcknowledgeManager.cpp.o
|
|
|
|
.PHONY : src/protocol/AcknowledgeManager.o
|
|
|
|
# target to build an object file
|
|
src/protocol/AcknowledgeManager.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/AcknowledgeManager.cpp.o
|
|
.PHONY : src/protocol/AcknowledgeManager.cpp.o
|
|
|
|
src/protocol/AcknowledgeManager.i: src/protocol/AcknowledgeManager.cpp.i
|
|
|
|
.PHONY : src/protocol/AcknowledgeManager.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/AcknowledgeManager.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/AcknowledgeManager.cpp.i
|
|
.PHONY : src/protocol/AcknowledgeManager.cpp.i
|
|
|
|
src/protocol/AcknowledgeManager.s: src/protocol/AcknowledgeManager.cpp.s
|
|
|
|
.PHONY : src/protocol/AcknowledgeManager.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/AcknowledgeManager.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/AcknowledgeManager.cpp.s
|
|
.PHONY : src/protocol/AcknowledgeManager.cpp.s
|
|
|
|
src/protocol/CompressionHandler.o: src/protocol/CompressionHandler.cpp.o
|
|
|
|
.PHONY : src/protocol/CompressionHandler.o
|
|
|
|
# target to build an object file
|
|
src/protocol/CompressionHandler.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/CompressionHandler.cpp.o
|
|
.PHONY : src/protocol/CompressionHandler.cpp.o
|
|
|
|
src/protocol/CompressionHandler.i: src/protocol/CompressionHandler.cpp.i
|
|
|
|
.PHONY : src/protocol/CompressionHandler.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/CompressionHandler.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/CompressionHandler.cpp.i
|
|
.PHONY : src/protocol/CompressionHandler.cpp.i
|
|
|
|
src/protocol/CompressionHandler.s: src/protocol/CompressionHandler.cpp.s
|
|
|
|
.PHONY : src/protocol/CompressionHandler.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/CompressionHandler.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/CompressionHandler.cpp.s
|
|
.PHONY : src/protocol/CompressionHandler.cpp.s
|
|
|
|
src/protocol/CryptionHandler.o: src/protocol/CryptionHandler.cpp.o
|
|
|
|
.PHONY : src/protocol/CryptionHandler.o
|
|
|
|
# target to build an object file
|
|
src/protocol/CryptionHandler.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/CryptionHandler.cpp.o
|
|
.PHONY : src/protocol/CryptionHandler.cpp.o
|
|
|
|
src/protocol/CryptionHandler.i: src/protocol/CryptionHandler.cpp.i
|
|
|
|
.PHONY : src/protocol/CryptionHandler.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/CryptionHandler.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/CryptionHandler.cpp.i
|
|
.PHONY : src/protocol/CryptionHandler.cpp.i
|
|
|
|
src/protocol/CryptionHandler.s: src/protocol/CryptionHandler.cpp.s
|
|
|
|
.PHONY : src/protocol/CryptionHandler.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/CryptionHandler.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/CryptionHandler.cpp.s
|
|
.PHONY : src/protocol/CryptionHandler.cpp.s
|
|
|
|
src/protocol/Packet.o: src/protocol/Packet.cpp.o
|
|
|
|
.PHONY : src/protocol/Packet.o
|
|
|
|
# target to build an object file
|
|
src/protocol/Packet.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/Packet.cpp.o
|
|
.PHONY : src/protocol/Packet.cpp.o
|
|
|
|
src/protocol/Packet.i: src/protocol/Packet.cpp.i
|
|
|
|
.PHONY : src/protocol/Packet.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/Packet.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/Packet.cpp.i
|
|
.PHONY : src/protocol/Packet.cpp.i
|
|
|
|
src/protocol/Packet.s: src/protocol/Packet.cpp.s
|
|
|
|
.PHONY : src/protocol/Packet.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/Packet.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/Packet.cpp.s
|
|
.PHONY : src/protocol/Packet.cpp.s
|
|
|
|
src/protocol/buffers.o: src/protocol/buffers.cpp.o
|
|
|
|
.PHONY : src/protocol/buffers.o
|
|
|
|
# target to build an object file
|
|
src/protocol/buffers.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/buffers.cpp.o
|
|
.PHONY : src/protocol/buffers.cpp.o
|
|
|
|
src/protocol/buffers.i: src/protocol/buffers.cpp.i
|
|
|
|
.PHONY : src/protocol/buffers.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/buffers.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/buffers.cpp.i
|
|
.PHONY : src/protocol/buffers.cpp.i
|
|
|
|
src/protocol/buffers.s: src/protocol/buffers.cpp.s
|
|
|
|
.PHONY : src/protocol/buffers.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/buffers.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/buffers.cpp.s
|
|
.PHONY : src/protocol/buffers.cpp.s
|
|
|
|
src/protocol/buffers_allocator_c.o: src/protocol/buffers_allocator_c.cpp.o
|
|
|
|
.PHONY : src/protocol/buffers_allocator_c.o
|
|
|
|
# target to build an object file
|
|
src/protocol/buffers_allocator_c.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/buffers_allocator_c.cpp.o
|
|
.PHONY : src/protocol/buffers_allocator_c.cpp.o
|
|
|
|
src/protocol/buffers_allocator_c.i: src/protocol/buffers_allocator_c.cpp.i
|
|
|
|
.PHONY : src/protocol/buffers_allocator_c.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/buffers_allocator_c.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/buffers_allocator_c.cpp.i
|
|
.PHONY : src/protocol/buffers_allocator_c.cpp.i
|
|
|
|
src/protocol/buffers_allocator_c.s: src/protocol/buffers_allocator_c.cpp.s
|
|
|
|
.PHONY : src/protocol/buffers_allocator_c.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/buffers_allocator_c.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/buffers_allocator_c.cpp.s
|
|
.PHONY : src/protocol/buffers_allocator_c.cpp.s
|
|
|
|
src/protocol/ringbuffer.o: src/protocol/ringbuffer.cpp.o
|
|
|
|
.PHONY : src/protocol/ringbuffer.o
|
|
|
|
# target to build an object file
|
|
src/protocol/ringbuffer.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/ringbuffer.cpp.o
|
|
.PHONY : src/protocol/ringbuffer.cpp.o
|
|
|
|
src/protocol/ringbuffer.i: src/protocol/ringbuffer.cpp.i
|
|
|
|
.PHONY : src/protocol/ringbuffer.i
|
|
|
|
# target to preprocess a source file
|
|
src/protocol/ringbuffer.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/ringbuffer.cpp.i
|
|
.PHONY : src/protocol/ringbuffer.cpp.i
|
|
|
|
src/protocol/ringbuffer.s: src/protocol/ringbuffer.cpp.s
|
|
|
|
.PHONY : src/protocol/ringbuffer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/protocol/ringbuffer.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/protocol/ringbuffer.cpp.s
|
|
.PHONY : src/protocol/ringbuffer.cpp.s
|
|
|
|
src/qlz/QuickLZ.o: src/qlz/QuickLZ.cpp.o
|
|
|
|
.PHONY : src/qlz/QuickLZ.o
|
|
|
|
# target to build an object file
|
|
src/qlz/QuickLZ.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ.cpp.o
|
|
.PHONY : src/qlz/QuickLZ.cpp.o
|
|
|
|
src/qlz/QuickLZ.i: src/qlz/QuickLZ.cpp.i
|
|
|
|
.PHONY : src/qlz/QuickLZ.i
|
|
|
|
# target to preprocess a source file
|
|
src/qlz/QuickLZ.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ.cpp.i
|
|
.PHONY : src/qlz/QuickLZ.cpp.i
|
|
|
|
src/qlz/QuickLZ.s: src/qlz/QuickLZ.cpp.s
|
|
|
|
.PHONY : src/qlz/QuickLZ.s
|
|
|
|
# target to generate assembly for a file
|
|
src/qlz/QuickLZ.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ.cpp.s
|
|
.PHONY : src/qlz/QuickLZ.cpp.s
|
|
|
|
src/qlz/QuickLZ_L1.o: src/qlz/QuickLZ_L1.cpp.o
|
|
|
|
.PHONY : src/qlz/QuickLZ_L1.o
|
|
|
|
# target to build an object file
|
|
src/qlz/QuickLZ_L1.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ_L1.cpp.o
|
|
.PHONY : src/qlz/QuickLZ_L1.cpp.o
|
|
|
|
src/qlz/QuickLZ_L1.i: src/qlz/QuickLZ_L1.cpp.i
|
|
|
|
.PHONY : src/qlz/QuickLZ_L1.i
|
|
|
|
# target to preprocess a source file
|
|
src/qlz/QuickLZ_L1.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ_L1.cpp.i
|
|
.PHONY : src/qlz/QuickLZ_L1.cpp.i
|
|
|
|
src/qlz/QuickLZ_L1.s: src/qlz/QuickLZ_L1.cpp.s
|
|
|
|
.PHONY : src/qlz/QuickLZ_L1.s
|
|
|
|
# target to generate assembly for a file
|
|
src/qlz/QuickLZ_L1.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ_L1.cpp.s
|
|
.PHONY : src/qlz/QuickLZ_L1.cpp.s
|
|
|
|
src/qlz/QuickLZ_L3.o: src/qlz/QuickLZ_L3.cpp.o
|
|
|
|
.PHONY : src/qlz/QuickLZ_L3.o
|
|
|
|
# target to build an object file
|
|
src/qlz/QuickLZ_L3.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ_L3.cpp.o
|
|
.PHONY : src/qlz/QuickLZ_L3.cpp.o
|
|
|
|
src/qlz/QuickLZ_L3.i: src/qlz/QuickLZ_L3.cpp.i
|
|
|
|
.PHONY : src/qlz/QuickLZ_L3.i
|
|
|
|
# target to preprocess a source file
|
|
src/qlz/QuickLZ_L3.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ_L3.cpp.i
|
|
.PHONY : src/qlz/QuickLZ_L3.cpp.i
|
|
|
|
src/qlz/QuickLZ_L3.s: src/qlz/QuickLZ_L3.cpp.s
|
|
|
|
.PHONY : src/qlz/QuickLZ_L3.s
|
|
|
|
# target to generate assembly for a file
|
|
src/qlz/QuickLZ_L3.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/qlz/QuickLZ_L3.cpp.s
|
|
.PHONY : src/qlz/QuickLZ_L3.cpp.s
|
|
|
|
src/query/Command.o: src/query/Command.cpp.o
|
|
|
|
.PHONY : src/query/Command.o
|
|
|
|
# target to build an object file
|
|
src/query/Command.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/Command.cpp.o
|
|
.PHONY : src/query/Command.cpp.o
|
|
|
|
src/query/Command.i: src/query/Command.cpp.i
|
|
|
|
.PHONY : src/query/Command.i
|
|
|
|
# target to preprocess a source file
|
|
src/query/Command.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/Command.cpp.i
|
|
.PHONY : src/query/Command.cpp.i
|
|
|
|
src/query/Command.s: src/query/Command.cpp.s
|
|
|
|
.PHONY : src/query/Command.s
|
|
|
|
# target to generate assembly for a file
|
|
src/query/Command.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/Command.cpp.s
|
|
.PHONY : src/query/Command.cpp.s
|
|
|
|
src/query/command2.o: src/query/command2.cpp.o
|
|
|
|
.PHONY : src/query/command2.o
|
|
|
|
# target to build an object file
|
|
src/query/command2.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/command2.cpp.o
|
|
.PHONY : src/query/command2.cpp.o
|
|
|
|
src/query/command2.i: src/query/command2.cpp.i
|
|
|
|
.PHONY : src/query/command2.i
|
|
|
|
# target to preprocess a source file
|
|
src/query/command2.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/command2.cpp.i
|
|
.PHONY : src/query/command2.cpp.i
|
|
|
|
src/query/command2.s: src/query/command2.cpp.s
|
|
|
|
.PHONY : src/query/command2.s
|
|
|
|
# target to generate assembly for a file
|
|
src/query/command2.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/command2.cpp.s
|
|
.PHONY : src/query/command2.cpp.s
|
|
|
|
src/query/escape.o: src/query/escape.cpp.o
|
|
|
|
.PHONY : src/query/escape.o
|
|
|
|
# target to build an object file
|
|
src/query/escape.cpp.o:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/escape.cpp.o
|
|
.PHONY : src/query/escape.cpp.o
|
|
|
|
src/query/escape.i: src/query/escape.cpp.i
|
|
|
|
.PHONY : src/query/escape.i
|
|
|
|
# target to preprocess a source file
|
|
src/query/escape.cpp.i:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/escape.cpp.i
|
|
.PHONY : src/query/escape.cpp.i
|
|
|
|
src/query/escape.s: src/query/escape.cpp.s
|
|
|
|
.PHONY : src/query/escape.s
|
|
|
|
# target to generate assembly for a file
|
|
src/query/escape.cpp.s:
|
|
$(MAKE) -f CMakeFiles/TeaSpeak.dir/build.make CMakeFiles/TeaSpeak.dir/src/query/escape.cpp.s
|
|
.PHONY : src/query/escape.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 "... rebuild_cache"
|
|
@echo "... TeaSpeak"
|
|
@echo "... edit_cache"
|
|
@echo "... src/BasicChannel.o"
|
|
@echo "... src/BasicChannel.i"
|
|
@echo "... src/BasicChannel.s"
|
|
@echo "... src/Error.o"
|
|
@echo "... src/Error.i"
|
|
@echo "... src/Error.s"
|
|
@echo "... src/EventLoop.o"
|
|
@echo "... src/EventLoop.i"
|
|
@echo "... src/EventLoop.s"
|
|
@echo "... src/License.o"
|
|
@echo "... src/License.i"
|
|
@echo "... src/License.s"
|
|
@echo "... src/PermissionManager.o"
|
|
@echo "... src/PermissionManager.i"
|
|
@echo "... src/PermissionManager.s"
|
|
@echo "... src/Properties.o"
|
|
@echo "... src/Properties.i"
|
|
@echo "... src/Properties.s"
|
|
@echo "... src/Variable.o"
|
|
@echo "... src/Variable.i"
|
|
@echo "... src/Variable.s"
|
|
@echo "... src/bbcode/bbcodes.o"
|
|
@echo "... src/bbcode/bbcodes.i"
|
|
@echo "... src/bbcode/bbcodes.s"
|
|
@echo "... src/channel/TreeView.o"
|
|
@echo "... src/channel/TreeView.i"
|
|
@echo "... src/channel/TreeView.s"
|
|
@echo "... src/linked_helper.o"
|
|
@echo "... src/linked_helper.i"
|
|
@echo "... src/linked_helper.s"
|
|
@echo "... src/log/LogSinks.o"
|
|
@echo "... src/log/LogSinks.i"
|
|
@echo "... src/log/LogSinks.s"
|
|
@echo "... src/log/LogUtils.o"
|
|
@echo "... src/log/LogUtils.i"
|
|
@echo "... src/log/LogUtils.s"
|
|
@echo "... src/misc/base64.o"
|
|
@echo "... src/misc/base64.i"
|
|
@echo "... src/misc/base64.s"
|
|
@echo "... src/misc/digest.o"
|
|
@echo "... src/misc/digest.i"
|
|
@echo "... src/misc/digest.s"
|
|
@echo "... src/misc/memtracker.o"
|
|
@echo "... src/misc/memtracker.i"
|
|
@echo "... src/misc/memtracker.s"
|
|
@echo "... src/misc/rnd.o"
|
|
@echo "... src/misc/rnd.i"
|
|
@echo "... src/misc/rnd.s"
|
|
@echo "... src/misc/time.o"
|
|
@echo "... src/misc/time.i"
|
|
@echo "... src/misc/time.s"
|
|
@echo "... src/protocol/AcknowledgeManager.o"
|
|
@echo "... src/protocol/AcknowledgeManager.i"
|
|
@echo "... src/protocol/AcknowledgeManager.s"
|
|
@echo "... src/protocol/CompressionHandler.o"
|
|
@echo "... src/protocol/CompressionHandler.i"
|
|
@echo "... src/protocol/CompressionHandler.s"
|
|
@echo "... src/protocol/CryptionHandler.o"
|
|
@echo "... src/protocol/CryptionHandler.i"
|
|
@echo "... src/protocol/CryptionHandler.s"
|
|
@echo "... src/protocol/Packet.o"
|
|
@echo "... src/protocol/Packet.i"
|
|
@echo "... src/protocol/Packet.s"
|
|
@echo "... src/protocol/buffers.o"
|
|
@echo "... src/protocol/buffers.i"
|
|
@echo "... src/protocol/buffers.s"
|
|
@echo "... src/protocol/buffers_allocator_c.o"
|
|
@echo "... src/protocol/buffers_allocator_c.i"
|
|
@echo "... src/protocol/buffers_allocator_c.s"
|
|
@echo "... src/protocol/ringbuffer.o"
|
|
@echo "... src/protocol/ringbuffer.i"
|
|
@echo "... src/protocol/ringbuffer.s"
|
|
@echo "... src/qlz/QuickLZ.o"
|
|
@echo "... src/qlz/QuickLZ.i"
|
|
@echo "... src/qlz/QuickLZ.s"
|
|
@echo "... src/qlz/QuickLZ_L1.o"
|
|
@echo "... src/qlz/QuickLZ_L1.i"
|
|
@echo "... src/qlz/QuickLZ_L1.s"
|
|
@echo "... src/qlz/QuickLZ_L3.o"
|
|
@echo "... src/qlz/QuickLZ_L3.i"
|
|
@echo "... src/qlz/QuickLZ_L3.s"
|
|
@echo "... src/query/Command.o"
|
|
@echo "... src/query/Command.i"
|
|
@echo "... src/query/Command.s"
|
|
@echo "... src/query/command2.o"
|
|
@echo "... src/query/command2.i"
|
|
@echo "... src/query/command2.s"
|
|
@echo "... src/query/escape.o"
|
|
@echo "... src/query/escape.i"
|
|
@echo "... src/query/escape.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:
|
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|