You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
441 lines
15 KiB
441 lines
15 KiB
# 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 = /opt/local/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /opt/local/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The program to use to edit the cache.
|
|
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
|
|
|
|
#=============================================================================
|
|
# 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..."
|
|
/opt/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
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/opt/local/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/opt/local/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: install/local
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: install/strip
|
|
.PHONY : install/strip/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target package
|
|
package: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
|
/opt/local/bin/cpack --config ./CPackConfig.cmake
|
|
.PHONY : package
|
|
|
|
# Special rule for the target package
|
|
package/fast: package
|
|
.PHONY : package/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..."
|
|
/opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/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 rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/opt/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 test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
|
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
|
|
.PHONY : test
|
|
|
|
# Special rule for the target test
|
|
test/fast: test
|
|
.PHONY : test/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/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 log4cplus
|
|
|
|
# Build rule for target.
|
|
log4cplus: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 log4cplus
|
|
.PHONY : log4cplus
|
|
|
|
# fast build rule for target.
|
|
log4cplus/fast:
|
|
$(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/build
|
|
.PHONY : log4cplus/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named loggingserver
|
|
|
|
# Build rule for target.
|
|
loggingserver: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 loggingserver
|
|
.PHONY : loggingserver
|
|
|
|
# fast build rule for target.
|
|
loggingserver/fast:
|
|
$(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/build
|
|
.PHONY : loggingserver/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named appender_test
|
|
|
|
# Build rule for target.
|
|
appender_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 appender_test
|
|
.PHONY : appender_test
|
|
|
|
# fast build rule for target.
|
|
appender_test/fast:
|
|
$(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/build
|
|
.PHONY : appender_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named configandwatch_test
|
|
|
|
# Build rule for target.
|
|
configandwatch_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 configandwatch_test
|
|
.PHONY : configandwatch_test
|
|
|
|
# fast build rule for target.
|
|
configandwatch_test/fast:
|
|
$(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build
|
|
.PHONY : configandwatch_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named customloglevel_test
|
|
|
|
# Build rule for target.
|
|
customloglevel_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 customloglevel_test
|
|
.PHONY : customloglevel_test
|
|
|
|
# fast build rule for target.
|
|
customloglevel_test/fast:
|
|
$(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build
|
|
.PHONY : customloglevel_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fileappender_test
|
|
|
|
# Build rule for target.
|
|
fileappender_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 fileappender_test
|
|
.PHONY : fileappender_test
|
|
|
|
# fast build rule for target.
|
|
fileappender_test/fast:
|
|
$(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/build
|
|
.PHONY : fileappender_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named filter_test
|
|
|
|
# Build rule for target.
|
|
filter_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 filter_test
|
|
.PHONY : filter_test
|
|
|
|
# fast build rule for target.
|
|
filter_test/fast:
|
|
$(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/build
|
|
.PHONY : filter_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named hierarchy_test
|
|
|
|
# Build rule for target.
|
|
hierarchy_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 hierarchy_test
|
|
.PHONY : hierarchy_test
|
|
|
|
# fast build rule for target.
|
|
hierarchy_test/fast:
|
|
$(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build
|
|
.PHONY : hierarchy_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named loglog_test
|
|
|
|
# Build rule for target.
|
|
loglog_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 loglog_test
|
|
.PHONY : loglog_test
|
|
|
|
# fast build rule for target.
|
|
loglog_test/fast:
|
|
$(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/build
|
|
.PHONY : loglog_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ndc_test
|
|
|
|
# Build rule for target.
|
|
ndc_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 ndc_test
|
|
.PHONY : ndc_test
|
|
|
|
# fast build rule for target.
|
|
ndc_test/fast:
|
|
$(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/build
|
|
.PHONY : ndc_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ostream_test
|
|
|
|
# Build rule for target.
|
|
ostream_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 ostream_test
|
|
.PHONY : ostream_test
|
|
|
|
# fast build rule for target.
|
|
ostream_test/fast:
|
|
$(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/build
|
|
.PHONY : ostream_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named patternlayout_test
|
|
|
|
# Build rule for target.
|
|
patternlayout_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 patternlayout_test
|
|
.PHONY : patternlayout_test
|
|
|
|
# fast build rule for target.
|
|
patternlayout_test/fast:
|
|
$(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build
|
|
.PHONY : patternlayout_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named performance_test
|
|
|
|
# Build rule for target.
|
|
performance_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 performance_test
|
|
.PHONY : performance_test
|
|
|
|
# fast build rule for target.
|
|
performance_test/fast:
|
|
$(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/build
|
|
.PHONY : performance_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named priority_test
|
|
|
|
# Build rule for target.
|
|
priority_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 priority_test
|
|
.PHONY : priority_test
|
|
|
|
# fast build rule for target.
|
|
priority_test/fast:
|
|
$(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/build
|
|
.PHONY : priority_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named propertyconfig_test
|
|
|
|
# Build rule for target.
|
|
propertyconfig_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 propertyconfig_test
|
|
.PHONY : propertyconfig_test
|
|
|
|
# fast build rule for target.
|
|
propertyconfig_test/fast:
|
|
$(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build
|
|
.PHONY : propertyconfig_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named thread_test
|
|
|
|
# Build rule for target.
|
|
thread_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 thread_test
|
|
.PHONY : thread_test
|
|
|
|
# fast build rule for target.
|
|
thread_test/fast:
|
|
$(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/build
|
|
.PHONY : thread_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named timeformat_test
|
|
|
|
# Build rule for target.
|
|
timeformat_test: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 timeformat_test
|
|
.PHONY : timeformat_test
|
|
|
|
# fast build rule for target.
|
|
timeformat_test/fast:
|
|
$(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/build
|
|
.PHONY : timeformat_test/fast
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... package"
|
|
@echo "... package_source"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... log4cplus"
|
|
@echo "... loggingserver"
|
|
@echo "... appender_test"
|
|
@echo "... configandwatch_test"
|
|
@echo "... customloglevel_test"
|
|
@echo "... fileappender_test"
|
|
@echo "... filter_test"
|
|
@echo "... hierarchy_test"
|
|
@echo "... loglog_test"
|
|
@echo "... ndc_test"
|
|
@echo "... ostream_test"
|
|
@echo "... patternlayout_test"
|
|
@echo "... performance_test"
|
|
@echo "... priority_test"
|
|
@echo "... propertyconfig_test"
|
|
@echo "... thread_test"
|
|
@echo "... timeformat_test"
|
|
.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
|
|
|