You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
653 lines
17 KiB
Makefile
653 lines
17 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
SUFFIXES =
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The program to use to edit the cache.
|
|
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/shxy/iec103
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/shxy/iec103
|
|
|
|
#=============================================================================
|
|
# 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 -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
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/shxy/iec103/CMakeFiles /home/shxy/iec103/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/shxy/iec103/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 iec103
|
|
|
|
# Build rule for target.
|
|
iec103: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 iec103
|
|
.PHONY : iec103
|
|
|
|
# fast build rule for target.
|
|
iec103/fast:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/build
|
|
.PHONY : iec103/fast
|
|
|
|
DSFileSystem.o: DSFileSystem.cpp.o
|
|
.PHONY : DSFileSystem.o
|
|
|
|
# target to build an object file
|
|
DSFileSystem.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/DSFileSystem.cpp.o
|
|
.PHONY : DSFileSystem.cpp.o
|
|
|
|
DSFileSystem.i: DSFileSystem.cpp.i
|
|
.PHONY : DSFileSystem.i
|
|
|
|
# target to preprocess a source file
|
|
DSFileSystem.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/DSFileSystem.cpp.i
|
|
.PHONY : DSFileSystem.cpp.i
|
|
|
|
DSFileSystem.s: DSFileSystem.cpp.s
|
|
.PHONY : DSFileSystem.s
|
|
|
|
# target to generate assembly for a file
|
|
DSFileSystem.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/DSFileSystem.cpp.s
|
|
.PHONY : DSFileSystem.cpp.s
|
|
|
|
Inifile.o: Inifile.cpp.o
|
|
.PHONY : Inifile.o
|
|
|
|
# target to build an object file
|
|
Inifile.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/Inifile.cpp.o
|
|
.PHONY : Inifile.cpp.o
|
|
|
|
Inifile.i: Inifile.cpp.i
|
|
.PHONY : Inifile.i
|
|
|
|
# target to preprocess a source file
|
|
Inifile.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/Inifile.cpp.i
|
|
.PHONY : Inifile.cpp.i
|
|
|
|
Inifile.s: Inifile.cpp.s
|
|
.PHONY : Inifile.s
|
|
|
|
# target to generate assembly for a file
|
|
Inifile.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/Inifile.cpp.s
|
|
.PHONY : Inifile.cpp.s
|
|
|
|
MySQLAdo.o: MySQLAdo.cpp.o
|
|
.PHONY : MySQLAdo.o
|
|
|
|
# target to build an object file
|
|
MySQLAdo.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/MySQLAdo.cpp.o
|
|
.PHONY : MySQLAdo.cpp.o
|
|
|
|
MySQLAdo.i: MySQLAdo.cpp.i
|
|
.PHONY : MySQLAdo.i
|
|
|
|
# target to preprocess a source file
|
|
MySQLAdo.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/MySQLAdo.cpp.i
|
|
.PHONY : MySQLAdo.cpp.i
|
|
|
|
MySQLAdo.s: MySQLAdo.cpp.s
|
|
.PHONY : MySQLAdo.s
|
|
|
|
# target to generate assembly for a file
|
|
MySQLAdo.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/MySQLAdo.cpp.s
|
|
.PHONY : MySQLAdo.cpp.s
|
|
|
|
Profile_Hash.o: Profile_Hash.cpp.o
|
|
.PHONY : Profile_Hash.o
|
|
|
|
# target to build an object file
|
|
Profile_Hash.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/Profile_Hash.cpp.o
|
|
.PHONY : Profile_Hash.cpp.o
|
|
|
|
Profile_Hash.i: Profile_Hash.cpp.i
|
|
.PHONY : Profile_Hash.i
|
|
|
|
# target to preprocess a source file
|
|
Profile_Hash.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/Profile_Hash.cpp.i
|
|
.PHONY : Profile_Hash.cpp.i
|
|
|
|
Profile_Hash.s: Profile_Hash.cpp.s
|
|
.PHONY : Profile_Hash.s
|
|
|
|
# target to generate assembly for a file
|
|
Profile_Hash.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/Profile_Hash.cpp.s
|
|
.PHONY : Profile_Hash.cpp.s
|
|
|
|
basefunc.o: basefunc.cpp.o
|
|
.PHONY : basefunc.o
|
|
|
|
# target to build an object file
|
|
basefunc.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/basefunc.cpp.o
|
|
.PHONY : basefunc.cpp.o
|
|
|
|
basefunc.i: basefunc.cpp.i
|
|
.PHONY : basefunc.i
|
|
|
|
# target to preprocess a source file
|
|
basefunc.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/basefunc.cpp.i
|
|
.PHONY : basefunc.cpp.i
|
|
|
|
basefunc.s: basefunc.cpp.s
|
|
.PHONY : basefunc.s
|
|
|
|
# target to generate assembly for a file
|
|
basefunc.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/basefunc.cpp.s
|
|
.PHONY : basefunc.cpp.s
|
|
|
|
buban103.o: buban103.cpp.o
|
|
.PHONY : buban103.o
|
|
|
|
# target to build an object file
|
|
buban103.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/buban103.cpp.o
|
|
.PHONY : buban103.cpp.o
|
|
|
|
buban103.i: buban103.cpp.i
|
|
.PHONY : buban103.i
|
|
|
|
# target to preprocess a source file
|
|
buban103.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/buban103.cpp.i
|
|
.PHONY : buban103.cpp.i
|
|
|
|
buban103.s: buban103.cpp.s
|
|
.PHONY : buban103.s
|
|
|
|
# target to generate assembly for a file
|
|
buban103.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/buban103.cpp.s
|
|
.PHONY : buban103.cpp.s
|
|
|
|
buban104.o: buban104.cpp.o
|
|
.PHONY : buban104.o
|
|
|
|
# target to build an object file
|
|
buban104.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/buban104.cpp.o
|
|
.PHONY : buban104.cpp.o
|
|
|
|
buban104.i: buban104.cpp.i
|
|
.PHONY : buban104.i
|
|
|
|
# target to preprocess a source file
|
|
buban104.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/buban104.cpp.i
|
|
.PHONY : buban104.cpp.i
|
|
|
|
buban104.s: buban104.cpp.s
|
|
.PHONY : buban104.s
|
|
|
|
# target to generate assembly for a file
|
|
buban104.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/buban104.cpp.s
|
|
.PHONY : buban104.cpp.s
|
|
|
|
chainlist.o: chainlist.cpp.o
|
|
.PHONY : chainlist.o
|
|
|
|
# target to build an object file
|
|
chainlist.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/chainlist.cpp.o
|
|
.PHONY : chainlist.cpp.o
|
|
|
|
chainlist.i: chainlist.cpp.i
|
|
.PHONY : chainlist.i
|
|
|
|
# target to preprocess a source file
|
|
chainlist.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/chainlist.cpp.i
|
|
.PHONY : chainlist.cpp.i
|
|
|
|
chainlist.s: chainlist.cpp.s
|
|
.PHONY : chainlist.s
|
|
|
|
# target to generate assembly for a file
|
|
chainlist.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/chainlist.cpp.s
|
|
.PHONY : chainlist.cpp.s
|
|
|
|
commport.o: commport.cpp.o
|
|
.PHONY : commport.o
|
|
|
|
# target to build an object file
|
|
commport.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/commport.cpp.o
|
|
.PHONY : commport.cpp.o
|
|
|
|
commport.i: commport.cpp.i
|
|
.PHONY : commport.i
|
|
|
|
# target to preprocess a source file
|
|
commport.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/commport.cpp.i
|
|
.PHONY : commport.cpp.i
|
|
|
|
commport.s: commport.cpp.s
|
|
.PHONY : commport.s
|
|
|
|
# target to generate assembly for a file
|
|
commport.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/commport.cpp.s
|
|
.PHONY : commport.cpp.s
|
|
|
|
conf_close.o: conf_close.cpp.o
|
|
.PHONY : conf_close.o
|
|
|
|
# target to build an object file
|
|
conf_close.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_close.cpp.o
|
|
.PHONY : conf_close.cpp.o
|
|
|
|
conf_close.i: conf_close.cpp.i
|
|
.PHONY : conf_close.i
|
|
|
|
# target to preprocess a source file
|
|
conf_close.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_close.cpp.i
|
|
.PHONY : conf_close.cpp.i
|
|
|
|
conf_close.s: conf_close.cpp.s
|
|
.PHONY : conf_close.s
|
|
|
|
# target to generate assembly for a file
|
|
conf_close.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_close.cpp.s
|
|
.PHONY : conf_close.cpp.s
|
|
|
|
conf_open.o: conf_open.cpp.o
|
|
.PHONY : conf_open.o
|
|
|
|
# target to build an object file
|
|
conf_open.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_open.cpp.o
|
|
.PHONY : conf_open.cpp.o
|
|
|
|
conf_open.i: conf_open.cpp.i
|
|
.PHONY : conf_open.i
|
|
|
|
# target to preprocess a source file
|
|
conf_open.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_open.cpp.i
|
|
.PHONY : conf_open.cpp.i
|
|
|
|
conf_open.s: conf_open.cpp.s
|
|
.PHONY : conf_open.s
|
|
|
|
# target to generate assembly for a file
|
|
conf_open.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_open.cpp.s
|
|
.PHONY : conf_open.cpp.s
|
|
|
|
conf_read_key.o: conf_read_key.cpp.o
|
|
.PHONY : conf_read_key.o
|
|
|
|
# target to build an object file
|
|
conf_read_key.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_read_key.cpp.o
|
|
.PHONY : conf_read_key.cpp.o
|
|
|
|
conf_read_key.i: conf_read_key.cpp.i
|
|
.PHONY : conf_read_key.i
|
|
|
|
# target to preprocess a source file
|
|
conf_read_key.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_read_key.cpp.i
|
|
.PHONY : conf_read_key.cpp.i
|
|
|
|
conf_read_key.s: conf_read_key.cpp.s
|
|
.PHONY : conf_read_key.s
|
|
|
|
# target to generate assembly for a file
|
|
conf_read_key.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_read_key.cpp.s
|
|
.PHONY : conf_read_key.cpp.s
|
|
|
|
conf_write_key.o: conf_write_key.cpp.o
|
|
.PHONY : conf_write_key.o
|
|
|
|
# target to build an object file
|
|
conf_write_key.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_write_key.cpp.o
|
|
.PHONY : conf_write_key.cpp.o
|
|
|
|
conf_write_key.i: conf_write_key.cpp.i
|
|
.PHONY : conf_write_key.i
|
|
|
|
# target to preprocess a source file
|
|
conf_write_key.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_write_key.cpp.i
|
|
.PHONY : conf_write_key.cpp.i
|
|
|
|
conf_write_key.s: conf_write_key.cpp.s
|
|
.PHONY : conf_write_key.s
|
|
|
|
# target to generate assembly for a file
|
|
conf_write_key.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/conf_write_key.cpp.s
|
|
.PHONY : conf_write_key.cpp.s
|
|
|
|
display.o: display.cpp.o
|
|
.PHONY : display.o
|
|
|
|
# target to build an object file
|
|
display.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/display.cpp.o
|
|
.PHONY : display.cpp.o
|
|
|
|
display.i: display.cpp.i
|
|
.PHONY : display.i
|
|
|
|
# target to preprocess a source file
|
|
display.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/display.cpp.i
|
|
.PHONY : display.cpp.i
|
|
|
|
display.s: display.cpp.s
|
|
.PHONY : display.s
|
|
|
|
# target to generate assembly for a file
|
|
display.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/display.cpp.s
|
|
.PHONY : display.cpp.s
|
|
|
|
list_entry.o: list_entry.cpp.o
|
|
.PHONY : list_entry.o
|
|
|
|
# target to build an object file
|
|
list_entry.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/list_entry.cpp.o
|
|
.PHONY : list_entry.cpp.o
|
|
|
|
list_entry.i: list_entry.cpp.i
|
|
.PHONY : list_entry.i
|
|
|
|
# target to preprocess a source file
|
|
list_entry.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/list_entry.cpp.i
|
|
.PHONY : list_entry.cpp.i
|
|
|
|
list_entry.s: list_entry.cpp.s
|
|
.PHONY : list_entry.s
|
|
|
|
# target to generate assembly for a file
|
|
list_entry.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/list_entry.cpp.s
|
|
.PHONY : list_entry.cpp.s
|
|
|
|
netport.o: netport.cpp.o
|
|
.PHONY : netport.o
|
|
|
|
# target to build an object file
|
|
netport.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/netport.cpp.o
|
|
.PHONY : netport.cpp.o
|
|
|
|
netport.i: netport.cpp.i
|
|
.PHONY : netport.i
|
|
|
|
# target to preprocess a source file
|
|
netport.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/netport.cpp.i
|
|
.PHONY : netport.cpp.i
|
|
|
|
netport.s: netport.cpp.s
|
|
.PHONY : netport.s
|
|
|
|
# target to generate assembly for a file
|
|
netport.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/netport.cpp.s
|
|
.PHONY : netport.cpp.s
|
|
|
|
os_heap.o: os_heap.cpp.o
|
|
.PHONY : os_heap.o
|
|
|
|
# target to build an object file
|
|
os_heap.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/os_heap.cpp.o
|
|
.PHONY : os_heap.cpp.o
|
|
|
|
os_heap.i: os_heap.cpp.i
|
|
.PHONY : os_heap.i
|
|
|
|
# target to preprocess a source file
|
|
os_heap.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/os_heap.cpp.i
|
|
.PHONY : os_heap.cpp.i
|
|
|
|
os_heap.s: os_heap.cpp.s
|
|
.PHONY : os_heap.s
|
|
|
|
# target to generate assembly for a file
|
|
os_heap.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/os_heap.cpp.s
|
|
.PHONY : os_heap.cpp.s
|
|
|
|
scadaprotect.o: scadaprotect.cpp.o
|
|
.PHONY : scadaprotect.o
|
|
|
|
# target to build an object file
|
|
scadaprotect.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/scadaprotect.cpp.o
|
|
.PHONY : scadaprotect.cpp.o
|
|
|
|
scadaprotect.i: scadaprotect.cpp.i
|
|
.PHONY : scadaprotect.i
|
|
|
|
# target to preprocess a source file
|
|
scadaprotect.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/scadaprotect.cpp.i
|
|
.PHONY : scadaprotect.cpp.i
|
|
|
|
scadaprotect.s: scadaprotect.cpp.s
|
|
.PHONY : scadaprotect.s
|
|
|
|
# target to generate assembly for a file
|
|
scadaprotect.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/scadaprotect.cpp.s
|
|
.PHONY : scadaprotect.cpp.s
|
|
|
|
widgets.o: widgets.cpp.o
|
|
.PHONY : widgets.o
|
|
|
|
# target to build an object file
|
|
widgets.cpp.o:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/widgets.cpp.o
|
|
.PHONY : widgets.cpp.o
|
|
|
|
widgets.i: widgets.cpp.i
|
|
.PHONY : widgets.i
|
|
|
|
# target to preprocess a source file
|
|
widgets.cpp.i:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/widgets.cpp.i
|
|
.PHONY : widgets.cpp.i
|
|
|
|
widgets.s: widgets.cpp.s
|
|
.PHONY : widgets.s
|
|
|
|
# target to generate assembly for a file
|
|
widgets.cpp.s:
|
|
$(MAKE) -f CMakeFiles/iec103.dir/build.make CMakeFiles/iec103.dir/widgets.cpp.s
|
|
.PHONY : widgets.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 "... iec103"
|
|
@echo "... rebuild_cache"
|
|
@echo "... DSFileSystem.o"
|
|
@echo "... DSFileSystem.i"
|
|
@echo "... DSFileSystem.s"
|
|
@echo "... Inifile.o"
|
|
@echo "... Inifile.i"
|
|
@echo "... Inifile.s"
|
|
@echo "... MySQLAdo.o"
|
|
@echo "... MySQLAdo.i"
|
|
@echo "... MySQLAdo.s"
|
|
@echo "... Profile_Hash.o"
|
|
@echo "... Profile_Hash.i"
|
|
@echo "... Profile_Hash.s"
|
|
@echo "... basefunc.o"
|
|
@echo "... basefunc.i"
|
|
@echo "... basefunc.s"
|
|
@echo "... buban103.o"
|
|
@echo "... buban103.i"
|
|
@echo "... buban103.s"
|
|
@echo "... buban104.o"
|
|
@echo "... buban104.i"
|
|
@echo "... buban104.s"
|
|
@echo "... chainlist.o"
|
|
@echo "... chainlist.i"
|
|
@echo "... chainlist.s"
|
|
@echo "... commport.o"
|
|
@echo "... commport.i"
|
|
@echo "... commport.s"
|
|
@echo "... conf_close.o"
|
|
@echo "... conf_close.i"
|
|
@echo "... conf_close.s"
|
|
@echo "... conf_open.o"
|
|
@echo "... conf_open.i"
|
|
@echo "... conf_open.s"
|
|
@echo "... conf_read_key.o"
|
|
@echo "... conf_read_key.i"
|
|
@echo "... conf_read_key.s"
|
|
@echo "... conf_write_key.o"
|
|
@echo "... conf_write_key.i"
|
|
@echo "... conf_write_key.s"
|
|
@echo "... display.o"
|
|
@echo "... display.i"
|
|
@echo "... display.s"
|
|
@echo "... list_entry.o"
|
|
@echo "... list_entry.i"
|
|
@echo "... list_entry.s"
|
|
@echo "... netport.o"
|
|
@echo "... netport.i"
|
|
@echo "... netport.s"
|
|
@echo "... os_heap.o"
|
|
@echo "... os_heap.i"
|
|
@echo "... os_heap.s"
|
|
@echo "... scadaprotect.o"
|
|
@echo "... scadaprotect.i"
|
|
@echo "... scadaprotect.s"
|
|
@echo "... widgets.o"
|
|
@echo "... widgets.i"
|
|
@echo "... widgets.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
|
|
|