643 lines
24 KiB
Makefile
643 lines
24 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.12
|
|
|
|
# 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/stow/cmake/cmake-3.12.4/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/local/stow/cmake/cmake-3.12.4/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build
|
|
|
|
#=============================================================================
|
|
# 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/stow/cmake/cmake-3.12.4/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/stow/cmake/cmake-3.12.4/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 /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build/CMakeFiles /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build/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 printhandlerdemo
|
|
|
|
# Build rule for target.
|
|
printhandlerdemo: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 printhandlerdemo
|
|
.PHONY : printhandlerdemo
|
|
|
|
# fast build rule for target.
|
|
printhandlerdemo/fast:
|
|
$(MAKE) -f CMakeFiles/printhandlerdemo.dir/build.make CMakeFiles/printhandlerdemo.dir/build
|
|
.PHONY : printhandlerdemo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named libprinthandler
|
|
|
|
# Build rule for target.
|
|
libprinthandler: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 libprinthandler
|
|
.PHONY : libprinthandler
|
|
|
|
# fast build rule for target.
|
|
libprinthandler/fast:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/build
|
|
.PHONY : libprinthandler/fast
|
|
|
|
SRC/TC_Common/RegExp.o: SRC/TC_Common/RegExp.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/RegExp.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/RegExp.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/RegExp.cxx.o
|
|
.PHONY : SRC/TC_Common/RegExp.cxx.o
|
|
|
|
SRC/TC_Common/RegExp.i: SRC/TC_Common/RegExp.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/RegExp.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/RegExp.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/RegExp.cxx.i
|
|
.PHONY : SRC/TC_Common/RegExp.cxx.i
|
|
|
|
SRC/TC_Common/RegExp.s: SRC/TC_Common/RegExp.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/RegExp.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/RegExp.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/RegExp.cxx.s
|
|
.PHONY : SRC/TC_Common/RegExp.cxx.s
|
|
|
|
SRC/TC_Common/TC_Bit.o: SRC/TC_Common/TC_Bit.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_Bit.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_Bit.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_Bit.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_Bit.cxx.o
|
|
|
|
SRC/TC_Common/TC_Bit.i: SRC/TC_Common/TC_Bit.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_Bit.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_Bit.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_Bit.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_Bit.cxx.i
|
|
|
|
SRC/TC_Common/TC_Bit.s: SRC/TC_Common/TC_Bit.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_Bit.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_Bit.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_Bit.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_Bit.cxx.s
|
|
|
|
SRC/TC_Common/TC_MinGrid.o: SRC/TC_Common/TC_MinGrid.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_MinGrid.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_MinGrid.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_MinGrid.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_MinGrid.cxx.o
|
|
|
|
SRC/TC_Common/TC_MinGrid.i: SRC/TC_Common/TC_MinGrid.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_MinGrid.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_MinGrid.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_MinGrid.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_MinGrid.cxx.i
|
|
|
|
SRC/TC_Common/TC_MinGrid.s: SRC/TC_Common/TC_MinGrid.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_MinGrid.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_MinGrid.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_MinGrid.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_MinGrid.cxx.s
|
|
|
|
SRC/TC_Common/TC_Name.o: SRC/TC_Common/TC_Name.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_Name.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_Name.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_Name.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_Name.cxx.o
|
|
|
|
SRC/TC_Common/TC_Name.i: SRC/TC_Common/TC_Name.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_Name.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_Name.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_Name.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_Name.cxx.i
|
|
|
|
SRC/TC_Common/TC_Name.s: SRC/TC_Common/TC_Name.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_Name.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_Name.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_Name.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_Name.cxx.s
|
|
|
|
SRC/TC_Common/TC_NameLength.o: SRC/TC_Common/TC_NameLength.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_NameLength.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_NameLength.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_NameLength.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_NameLength.cxx.o
|
|
|
|
SRC/TC_Common/TC_NameLength.i: SRC/TC_Common/TC_NameLength.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_NameLength.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_NameLength.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_NameLength.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_NameLength.cxx.i
|
|
|
|
SRC/TC_Common/TC_NameLength.s: SRC/TC_Common/TC_NameLength.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_NameLength.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_NameLength.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_NameLength.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_NameLength.cxx.s
|
|
|
|
SRC/TC_Common/TC_NameType.o: SRC/TC_Common/TC_NameType.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_NameType.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_NameType.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_NameType.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_NameType.cxx.o
|
|
|
|
SRC/TC_Common/TC_NameType.i: SRC/TC_Common/TC_NameType.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_NameType.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_NameType.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_NameType.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_NameType.cxx.i
|
|
|
|
SRC/TC_Common/TC_NameType.s: SRC/TC_Common/TC_NameType.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_NameType.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_NameType.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_NameType.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_NameType.cxx.s
|
|
|
|
SRC/TC_Common/TC_SideIndex.o: SRC/TC_Common/TC_SideIndex.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_SideIndex.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_SideIndex.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_SideIndex.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_SideIndex.cxx.o
|
|
|
|
SRC/TC_Common/TC_SideIndex.i: SRC/TC_Common/TC_SideIndex.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_SideIndex.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_SideIndex.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_SideIndex.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_SideIndex.cxx.i
|
|
|
|
SRC/TC_Common/TC_SideIndex.s: SRC/TC_Common/TC_SideIndex.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_SideIndex.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_SideIndex.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_SideIndex.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_SideIndex.cxx.s
|
|
|
|
SRC/TC_Common/TC_SideName.o: SRC/TC_Common/TC_SideName.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_SideName.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_SideName.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_SideName.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_SideName.cxx.o
|
|
|
|
SRC/TC_Common/TC_SideName.i: SRC/TC_Common/TC_SideName.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_SideName.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_SideName.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_SideName.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_SideName.cxx.i
|
|
|
|
SRC/TC_Common/TC_SideName.s: SRC/TC_Common/TC_SideName.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_SideName.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_SideName.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_SideName.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_SideName.cxx.s
|
|
|
|
SRC/TC_Common/TC_StringUtils.o: SRC/TC_Common/TC_StringUtils.cxx.o
|
|
|
|
.PHONY : SRC/TC_Common/TC_StringUtils.o
|
|
|
|
# target to build an object file
|
|
SRC/TC_Common/TC_StringUtils.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_StringUtils.cxx.o
|
|
.PHONY : SRC/TC_Common/TC_StringUtils.cxx.o
|
|
|
|
SRC/TC_Common/TC_StringUtils.i: SRC/TC_Common/TC_StringUtils.cxx.i
|
|
|
|
.PHONY : SRC/TC_Common/TC_StringUtils.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TC_Common/TC_StringUtils.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_StringUtils.cxx.i
|
|
.PHONY : SRC/TC_Common/TC_StringUtils.cxx.i
|
|
|
|
SRC/TC_Common/TC_StringUtils.s: SRC/TC_Common/TC_StringUtils.cxx.s
|
|
|
|
.PHONY : SRC/TC_Common/TC_StringUtils.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TC_Common/TC_StringUtils.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TC_Common/TC_StringUtils.cxx.s
|
|
.PHONY : SRC/TC_Common/TC_StringUtils.cxx.s
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_CustomOutput.o: SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.o
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_CustomOutput.o
|
|
|
|
# target to build an object file
|
|
SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.o
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.o
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_CustomOutput.i: SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.i
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_CustomOutput.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.i
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.i
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_CustomOutput.s: SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.s
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_CustomOutput.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.s
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_CustomOutput.cxx.s
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_FileHandler.o: SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.o
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileHandler.o
|
|
|
|
# target to build an object file
|
|
SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.o
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.o
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_FileHandler.i: SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.i
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileHandler.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.i
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.i
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_FileHandler.s: SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.s
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileHandler.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.s
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileHandler.cxx.s
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_FileOutput.o: SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.o
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileOutput.o
|
|
|
|
# target to build an object file
|
|
SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.o
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.o
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_FileOutput.i: SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.i
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileOutput.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.i
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.i
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_FileOutput.s: SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.s
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileOutput.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.s
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_FileOutput.cxx.s
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandler.o: SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.o
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandler.o
|
|
|
|
# target to build an object file
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.o
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.o
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandler.i: SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.i
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandler.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.i
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.i
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandler.s: SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.s
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandler.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.s
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandler.cxx.s
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.o: SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.o
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.o
|
|
|
|
# target to build an object file
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.o
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.o
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.i: SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.i
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.i
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.i
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.s: SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.s
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.s
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.cxx.s
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_SkinHandler.o: SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.o
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_SkinHandler.o
|
|
|
|
# target to build an object file
|
|
SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.o:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.o
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.o
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_SkinHandler.i: SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.i
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_SkinHandler.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.i:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.i
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.i
|
|
|
|
SRC/TIO_InputOutputHandlers/TIO_SkinHandler.s: SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.s
|
|
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_SkinHandler.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.s:
|
|
$(MAKE) -f CMakeFiles/libprinthandler.dir/build.make CMakeFiles/libprinthandler.dir/SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.s
|
|
.PHONY : SRC/TIO_InputOutputHandlers/TIO_SkinHandler.cxx.s
|
|
|
|
SRC/main.o: SRC/main.cxx.o
|
|
|
|
.PHONY : SRC/main.o
|
|
|
|
# target to build an object file
|
|
SRC/main.cxx.o:
|
|
$(MAKE) -f CMakeFiles/printhandlerdemo.dir/build.make CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o
|
|
.PHONY : SRC/main.cxx.o
|
|
|
|
SRC/main.i: SRC/main.cxx.i
|
|
|
|
.PHONY : SRC/main.i
|
|
|
|
# target to preprocess a source file
|
|
SRC/main.cxx.i:
|
|
$(MAKE) -f CMakeFiles/printhandlerdemo.dir/build.make CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.i
|
|
.PHONY : SRC/main.cxx.i
|
|
|
|
SRC/main.s: SRC/main.cxx.s
|
|
|
|
.PHONY : SRC/main.s
|
|
|
|
# target to generate assembly for a file
|
|
SRC/main.cxx.s:
|
|
$(MAKE) -f CMakeFiles/printhandlerdemo.dir/build.make CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.s
|
|
.PHONY : SRC/main.cxx.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 "... edit_cache"
|
|
@echo "... printhandlerdemo"
|
|
@echo "... libprinthandler"
|
|
@echo "... SRC/TC_Common/RegExp.o"
|
|
@echo "... SRC/TC_Common/RegExp.i"
|
|
@echo "... SRC/TC_Common/RegExp.s"
|
|
@echo "... SRC/TC_Common/TC_Bit.o"
|
|
@echo "... SRC/TC_Common/TC_Bit.i"
|
|
@echo "... SRC/TC_Common/TC_Bit.s"
|
|
@echo "... SRC/TC_Common/TC_MinGrid.o"
|
|
@echo "... SRC/TC_Common/TC_MinGrid.i"
|
|
@echo "... SRC/TC_Common/TC_MinGrid.s"
|
|
@echo "... SRC/TC_Common/TC_Name.o"
|
|
@echo "... SRC/TC_Common/TC_Name.i"
|
|
@echo "... SRC/TC_Common/TC_Name.s"
|
|
@echo "... SRC/TC_Common/TC_NameLength.o"
|
|
@echo "... SRC/TC_Common/TC_NameLength.i"
|
|
@echo "... SRC/TC_Common/TC_NameLength.s"
|
|
@echo "... SRC/TC_Common/TC_NameType.o"
|
|
@echo "... SRC/TC_Common/TC_NameType.i"
|
|
@echo "... SRC/TC_Common/TC_NameType.s"
|
|
@echo "... SRC/TC_Common/TC_SideIndex.o"
|
|
@echo "... SRC/TC_Common/TC_SideIndex.i"
|
|
@echo "... SRC/TC_Common/TC_SideIndex.s"
|
|
@echo "... SRC/TC_Common/TC_SideName.o"
|
|
@echo "... SRC/TC_Common/TC_SideName.i"
|
|
@echo "... SRC/TC_Common/TC_SideName.s"
|
|
@echo "... SRC/TC_Common/TC_StringUtils.o"
|
|
@echo "... SRC/TC_Common/TC_StringUtils.i"
|
|
@echo "... SRC/TC_Common/TC_StringUtils.s"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_CustomOutput.o"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_CustomOutput.i"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_CustomOutput.s"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_FileHandler.o"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_FileHandler.i"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_FileHandler.s"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_FileOutput.o"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_FileOutput.i"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_FileOutput.s"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_PrintHandler.o"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_PrintHandler.i"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_PrintHandler.s"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.o"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.i"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_PrintHandlerExtern.s"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_SkinHandler.o"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_SkinHandler.i"
|
|
@echo "... SRC/TIO_InputOutputHandlers/TIO_SkinHandler.s"
|
|
@echo "... SRC/main.o"
|
|
@echo "... SRC/main.i"
|
|
@echo "... SRC/main.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
|
|
|