487 lines
17 KiB
Makefile
487 lines
17 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
|
|
|
|
# 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/Cellar/cmake/3.14.4/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/local/Cellar/cmake/3.14.4/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/jerry/src/src.dualinventive.com/dinet/libdi
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
|
/usr/local/Cellar/cmake/3.14.4/bin/ctest --force-new-ctest-process $(ARGS)
|
|
.PHONY : test
|
|
|
|
# Special rule for the target test
|
|
test/fast: test
|
|
|
|
.PHONY : test/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/Cellar/cmake/3.14.4/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/local/Cellar/cmake/3.14.4/bin/cmake -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 package_source
|
|
package_source:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && /usr/local/Cellar/cmake/3.14.4/bin/cpack --config ./CPackSourceConfig.cmake /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/CPackSourceConfig.cmake
|
|
.PHONY : package_source
|
|
|
|
# Special rule for the target package_source
|
|
package_source/fast: package_source
|
|
|
|
.PHONY : package_source/fast
|
|
|
|
# Special rule for the target package
|
|
package: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && /usr/local/Cellar/cmake/3.14.4/bin/cpack --config ./CPackConfig.cmake
|
|
.PHONY : package
|
|
|
|
# Special rule for the target package
|
|
package/fast: package
|
|
|
|
.PHONY : package/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/CMakeFiles /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/3rdparty/mpack/test/CMakeFiles/progress.marks
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f CMakeFiles/Makefile2 3rdparty/mpack/test/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f CMakeFiles/Makefile2 3rdparty/mpack/test/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f CMakeFiles/Makefile2 3rdparty/mpack/test/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f CMakeFiles/Makefile2 3rdparty/mpack/test/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
3rdparty/mpack/test/CMakeFiles/mpack_test.dir/rule:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f CMakeFiles/Makefile2 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/rule
|
|
.PHONY : 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/rule
|
|
|
|
# Convenience name for target.
|
|
mpack_test: 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/rule
|
|
|
|
.PHONY : mpack_test
|
|
|
|
# fast build rule for target.
|
|
mpack_test/fast:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build
|
|
.PHONY : mpack_test/fast
|
|
|
|
__/src/mpack/mpack.o: __/src/mpack/mpack.c.o
|
|
|
|
.PHONY : __/src/mpack/mpack.o
|
|
|
|
# target to build an object file
|
|
__/src/mpack/mpack.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/__/src/mpack/mpack.c.o
|
|
.PHONY : __/src/mpack/mpack.c.o
|
|
|
|
__/src/mpack/mpack.i: __/src/mpack/mpack.c.i
|
|
|
|
.PHONY : __/src/mpack/mpack.i
|
|
|
|
# target to preprocess a source file
|
|
__/src/mpack/mpack.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/__/src/mpack/mpack.c.i
|
|
.PHONY : __/src/mpack/mpack.c.i
|
|
|
|
__/src/mpack/mpack.s: __/src/mpack/mpack.c.s
|
|
|
|
.PHONY : __/src/mpack/mpack.s
|
|
|
|
# target to generate assembly for a file
|
|
__/src/mpack/mpack.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/__/src/mpack/mpack.c.s
|
|
.PHONY : __/src/mpack/mpack.c.s
|
|
|
|
test-buffer.o: test-buffer.c.o
|
|
|
|
.PHONY : test-buffer.o
|
|
|
|
# target to build an object file
|
|
test-buffer.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-buffer.c.o
|
|
.PHONY : test-buffer.c.o
|
|
|
|
test-buffer.i: test-buffer.c.i
|
|
|
|
.PHONY : test-buffer.i
|
|
|
|
# target to preprocess a source file
|
|
test-buffer.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-buffer.c.i
|
|
.PHONY : test-buffer.c.i
|
|
|
|
test-buffer.s: test-buffer.c.s
|
|
|
|
.PHONY : test-buffer.s
|
|
|
|
# target to generate assembly for a file
|
|
test-buffer.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-buffer.c.s
|
|
.PHONY : test-buffer.c.s
|
|
|
|
test-common.o: test-common.c.o
|
|
|
|
.PHONY : test-common.o
|
|
|
|
# target to build an object file
|
|
test-common.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-common.c.o
|
|
.PHONY : test-common.c.o
|
|
|
|
test-common.i: test-common.c.i
|
|
|
|
.PHONY : test-common.i
|
|
|
|
# target to preprocess a source file
|
|
test-common.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-common.c.i
|
|
.PHONY : test-common.c.i
|
|
|
|
test-common.s: test-common.c.s
|
|
|
|
.PHONY : test-common.s
|
|
|
|
# target to generate assembly for a file
|
|
test-common.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-common.c.s
|
|
.PHONY : test-common.c.s
|
|
|
|
test-expect.o: test-expect.c.o
|
|
|
|
.PHONY : test-expect.o
|
|
|
|
# target to build an object file
|
|
test-expect.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-expect.c.o
|
|
.PHONY : test-expect.c.o
|
|
|
|
test-expect.i: test-expect.c.i
|
|
|
|
.PHONY : test-expect.i
|
|
|
|
# target to preprocess a source file
|
|
test-expect.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-expect.c.i
|
|
.PHONY : test-expect.c.i
|
|
|
|
test-expect.s: test-expect.c.s
|
|
|
|
.PHONY : test-expect.s
|
|
|
|
# target to generate assembly for a file
|
|
test-expect.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-expect.c.s
|
|
.PHONY : test-expect.c.s
|
|
|
|
test-file.o: test-file.c.o
|
|
|
|
.PHONY : test-file.o
|
|
|
|
# target to build an object file
|
|
test-file.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-file.c.o
|
|
.PHONY : test-file.c.o
|
|
|
|
test-file.i: test-file.c.i
|
|
|
|
.PHONY : test-file.i
|
|
|
|
# target to preprocess a source file
|
|
test-file.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-file.c.i
|
|
.PHONY : test-file.c.i
|
|
|
|
test-file.s: test-file.c.s
|
|
|
|
.PHONY : test-file.s
|
|
|
|
# target to generate assembly for a file
|
|
test-file.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-file.c.s
|
|
.PHONY : test-file.c.s
|
|
|
|
test-node.o: test-node.c.o
|
|
|
|
.PHONY : test-node.o
|
|
|
|
# target to build an object file
|
|
test-node.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-node.c.o
|
|
.PHONY : test-node.c.o
|
|
|
|
test-node.i: test-node.c.i
|
|
|
|
.PHONY : test-node.i
|
|
|
|
# target to preprocess a source file
|
|
test-node.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-node.c.i
|
|
.PHONY : test-node.c.i
|
|
|
|
test-node.s: test-node.c.s
|
|
|
|
.PHONY : test-node.s
|
|
|
|
# target to generate assembly for a file
|
|
test-node.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-node.c.s
|
|
.PHONY : test-node.c.s
|
|
|
|
test-reader.o: test-reader.c.o
|
|
|
|
.PHONY : test-reader.o
|
|
|
|
# target to build an object file
|
|
test-reader.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-reader.c.o
|
|
.PHONY : test-reader.c.o
|
|
|
|
test-reader.i: test-reader.c.i
|
|
|
|
.PHONY : test-reader.i
|
|
|
|
# target to preprocess a source file
|
|
test-reader.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-reader.c.i
|
|
.PHONY : test-reader.c.i
|
|
|
|
test-reader.s: test-reader.c.s
|
|
|
|
.PHONY : test-reader.s
|
|
|
|
# target to generate assembly for a file
|
|
test-reader.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-reader.c.s
|
|
.PHONY : test-reader.c.s
|
|
|
|
test-system.o: test-system.c.o
|
|
|
|
.PHONY : test-system.o
|
|
|
|
# target to build an object file
|
|
test-system.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-system.c.o
|
|
.PHONY : test-system.c.o
|
|
|
|
test-system.i: test-system.c.i
|
|
|
|
.PHONY : test-system.i
|
|
|
|
# target to preprocess a source file
|
|
test-system.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-system.c.i
|
|
.PHONY : test-system.c.i
|
|
|
|
test-system.s: test-system.c.s
|
|
|
|
.PHONY : test-system.s
|
|
|
|
# target to generate assembly for a file
|
|
test-system.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-system.c.s
|
|
.PHONY : test-system.c.s
|
|
|
|
test-write.o: test-write.c.o
|
|
|
|
.PHONY : test-write.o
|
|
|
|
# target to build an object file
|
|
test-write.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-write.c.o
|
|
.PHONY : test-write.c.o
|
|
|
|
test-write.i: test-write.c.i
|
|
|
|
.PHONY : test-write.i
|
|
|
|
# target to preprocess a source file
|
|
test-write.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-write.c.i
|
|
.PHONY : test-write.c.i
|
|
|
|
test-write.s: test-write.c.s
|
|
|
|
.PHONY : test-write.s
|
|
|
|
# target to generate assembly for a file
|
|
test-write.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test-write.c.s
|
|
.PHONY : test-write.c.s
|
|
|
|
test.o: test.c.o
|
|
|
|
.PHONY : test.o
|
|
|
|
# target to build an object file
|
|
test.c.o:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test.c.o
|
|
.PHONY : test.c.o
|
|
|
|
test.i: test.c.i
|
|
|
|
.PHONY : test.i
|
|
|
|
# target to preprocess a source file
|
|
test.c.i:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test.c.i
|
|
.PHONY : test.c.i
|
|
|
|
test.s: test.c.s
|
|
|
|
.PHONY : test.s
|
|
|
|
# target to generate assembly for a file
|
|
test.c.s:
|
|
cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(MAKE) -f 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/build.make 3rdparty/mpack/test/CMakeFiles/mpack_test.dir/test.c.s
|
|
.PHONY : test.c.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 "... test"
|
|
@echo "... edit_cache"
|
|
@echo "... rebuild_cache"
|
|
@echo "... package_source"
|
|
@echo "... package"
|
|
@echo "... mpack_test"
|
|
@echo "... __/src/mpack/mpack.o"
|
|
@echo "... __/src/mpack/mpack.i"
|
|
@echo "... __/src/mpack/mpack.s"
|
|
@echo "... test-buffer.o"
|
|
@echo "... test-buffer.i"
|
|
@echo "... test-buffer.s"
|
|
@echo "... test-common.o"
|
|
@echo "... test-common.i"
|
|
@echo "... test-common.s"
|
|
@echo "... test-expect.o"
|
|
@echo "... test-expect.i"
|
|
@echo "... test-expect.s"
|
|
@echo "... test-file.o"
|
|
@echo "... test-file.i"
|
|
@echo "... test-file.s"
|
|
@echo "... test-node.o"
|
|
@echo "... test-node.i"
|
|
@echo "... test-node.s"
|
|
@echo "... test-reader.o"
|
|
@echo "... test-reader.i"
|
|
@echo "... test-reader.s"
|
|
@echo "... test-system.o"
|
|
@echo "... test-system.i"
|
|
@echo "... test-system.s"
|
|
@echo "... test-write.o"
|
|
@echo "... test-write.i"
|
|
@echo "... test-write.s"
|
|
@echo "... test.o"
|
|
@echo "... test.i"
|
|
@echo "... test.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 /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|