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.
1568 lines
58 KiB
1568 lines
58 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..."
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /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..."
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /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
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(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/src/CMakeFiles/progress.marks
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 src/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:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 src/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
src/CMakeFiles/log4cplus.dir/rule:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/log4cplus.dir/rule
|
|
.PHONY : src/CMakeFiles/log4cplus.dir/rule
|
|
|
|
# Convenience name for target.
|
|
log4cplus: src/CMakeFiles/log4cplus.dir/rule
|
|
.PHONY : log4cplus
|
|
|
|
# fast build rule for target.
|
|
log4cplus/fast:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/build
|
|
.PHONY : log4cplus/fast
|
|
|
|
appender.o: appender.cxx.o
|
|
.PHONY : appender.o
|
|
|
|
# target to build an object file
|
|
appender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/appender.cxx.o
|
|
.PHONY : appender.cxx.o
|
|
|
|
appender.i: appender.cxx.i
|
|
.PHONY : appender.i
|
|
|
|
# target to preprocess a source file
|
|
appender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/appender.cxx.i
|
|
.PHONY : appender.cxx.i
|
|
|
|
appender.s: appender.cxx.s
|
|
.PHONY : appender.s
|
|
|
|
# target to generate assembly for a file
|
|
appender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/appender.cxx.s
|
|
.PHONY : appender.cxx.s
|
|
|
|
appenderattachableimpl.o: appenderattachableimpl.cxx.o
|
|
.PHONY : appenderattachableimpl.o
|
|
|
|
# target to build an object file
|
|
appenderattachableimpl.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/appenderattachableimpl.cxx.o
|
|
.PHONY : appenderattachableimpl.cxx.o
|
|
|
|
appenderattachableimpl.i: appenderattachableimpl.cxx.i
|
|
.PHONY : appenderattachableimpl.i
|
|
|
|
# target to preprocess a source file
|
|
appenderattachableimpl.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/appenderattachableimpl.cxx.i
|
|
.PHONY : appenderattachableimpl.cxx.i
|
|
|
|
appenderattachableimpl.s: appenderattachableimpl.cxx.s
|
|
.PHONY : appenderattachableimpl.s
|
|
|
|
# target to generate assembly for a file
|
|
appenderattachableimpl.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/appenderattachableimpl.cxx.s
|
|
.PHONY : appenderattachableimpl.cxx.s
|
|
|
|
asyncappender.o: asyncappender.cxx.o
|
|
.PHONY : asyncappender.o
|
|
|
|
# target to build an object file
|
|
asyncappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/asyncappender.cxx.o
|
|
.PHONY : asyncappender.cxx.o
|
|
|
|
asyncappender.i: asyncappender.cxx.i
|
|
.PHONY : asyncappender.i
|
|
|
|
# target to preprocess a source file
|
|
asyncappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/asyncappender.cxx.i
|
|
.PHONY : asyncappender.cxx.i
|
|
|
|
asyncappender.s: asyncappender.cxx.s
|
|
.PHONY : asyncappender.s
|
|
|
|
# target to generate assembly for a file
|
|
asyncappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/asyncappender.cxx.s
|
|
.PHONY : asyncappender.cxx.s
|
|
|
|
clogger.o: clogger.cxx.o
|
|
.PHONY : clogger.o
|
|
|
|
# target to build an object file
|
|
clogger.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/clogger.cxx.o
|
|
.PHONY : clogger.cxx.o
|
|
|
|
clogger.i: clogger.cxx.i
|
|
.PHONY : clogger.i
|
|
|
|
# target to preprocess a source file
|
|
clogger.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/clogger.cxx.i
|
|
.PHONY : clogger.cxx.i
|
|
|
|
clogger.s: clogger.cxx.s
|
|
.PHONY : clogger.s
|
|
|
|
# target to generate assembly for a file
|
|
clogger.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/clogger.cxx.s
|
|
.PHONY : clogger.cxx.s
|
|
|
|
configurator.o: configurator.cxx.o
|
|
.PHONY : configurator.o
|
|
|
|
# target to build an object file
|
|
configurator.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/configurator.cxx.o
|
|
.PHONY : configurator.cxx.o
|
|
|
|
configurator.i: configurator.cxx.i
|
|
.PHONY : configurator.i
|
|
|
|
# target to preprocess a source file
|
|
configurator.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/configurator.cxx.i
|
|
.PHONY : configurator.cxx.i
|
|
|
|
configurator.s: configurator.cxx.s
|
|
.PHONY : configurator.s
|
|
|
|
# target to generate assembly for a file
|
|
configurator.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/configurator.cxx.s
|
|
.PHONY : configurator.cxx.s
|
|
|
|
consoleappender.o: consoleappender.cxx.o
|
|
.PHONY : consoleappender.o
|
|
|
|
# target to build an object file
|
|
consoleappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/consoleappender.cxx.o
|
|
.PHONY : consoleappender.cxx.o
|
|
|
|
consoleappender.i: consoleappender.cxx.i
|
|
.PHONY : consoleappender.i
|
|
|
|
# target to preprocess a source file
|
|
consoleappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/consoleappender.cxx.i
|
|
.PHONY : consoleappender.cxx.i
|
|
|
|
consoleappender.s: consoleappender.cxx.s
|
|
.PHONY : consoleappender.s
|
|
|
|
# target to generate assembly for a file
|
|
consoleappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/consoleappender.cxx.s
|
|
.PHONY : consoleappender.cxx.s
|
|
|
|
cygwin-win32.o: cygwin-win32.cxx.o
|
|
.PHONY : cygwin-win32.o
|
|
|
|
# target to build an object file
|
|
cygwin-win32.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/cygwin-win32.cxx.o
|
|
.PHONY : cygwin-win32.cxx.o
|
|
|
|
cygwin-win32.i: cygwin-win32.cxx.i
|
|
.PHONY : cygwin-win32.i
|
|
|
|
# target to preprocess a source file
|
|
cygwin-win32.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/cygwin-win32.cxx.i
|
|
.PHONY : cygwin-win32.cxx.i
|
|
|
|
cygwin-win32.s: cygwin-win32.cxx.s
|
|
.PHONY : cygwin-win32.s
|
|
|
|
# target to generate assembly for a file
|
|
cygwin-win32.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/cygwin-win32.cxx.s
|
|
.PHONY : cygwin-win32.cxx.s
|
|
|
|
env.o: env.cxx.o
|
|
.PHONY : env.o
|
|
|
|
# target to build an object file
|
|
env.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/env.cxx.o
|
|
.PHONY : env.cxx.o
|
|
|
|
env.i: env.cxx.i
|
|
.PHONY : env.i
|
|
|
|
# target to preprocess a source file
|
|
env.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/env.cxx.i
|
|
.PHONY : env.cxx.i
|
|
|
|
env.s: env.cxx.s
|
|
.PHONY : env.s
|
|
|
|
# target to generate assembly for a file
|
|
env.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/env.cxx.s
|
|
.PHONY : env.cxx.s
|
|
|
|
factory.o: factory.cxx.o
|
|
.PHONY : factory.o
|
|
|
|
# target to build an object file
|
|
factory.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/factory.cxx.o
|
|
.PHONY : factory.cxx.o
|
|
|
|
factory.i: factory.cxx.i
|
|
.PHONY : factory.i
|
|
|
|
# target to preprocess a source file
|
|
factory.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/factory.cxx.i
|
|
.PHONY : factory.cxx.i
|
|
|
|
factory.s: factory.cxx.s
|
|
.PHONY : factory.s
|
|
|
|
# target to generate assembly for a file
|
|
factory.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/factory.cxx.s
|
|
.PHONY : factory.cxx.s
|
|
|
|
fileappender.o: fileappender.cxx.o
|
|
.PHONY : fileappender.o
|
|
|
|
# target to build an object file
|
|
fileappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/fileappender.cxx.o
|
|
.PHONY : fileappender.cxx.o
|
|
|
|
fileappender.i: fileappender.cxx.i
|
|
.PHONY : fileappender.i
|
|
|
|
# target to preprocess a source file
|
|
fileappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/fileappender.cxx.i
|
|
.PHONY : fileappender.cxx.i
|
|
|
|
fileappender.s: fileappender.cxx.s
|
|
.PHONY : fileappender.s
|
|
|
|
# target to generate assembly for a file
|
|
fileappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/fileappender.cxx.s
|
|
.PHONY : fileappender.cxx.s
|
|
|
|
fileinfo.o: fileinfo.cxx.o
|
|
.PHONY : fileinfo.o
|
|
|
|
# target to build an object file
|
|
fileinfo.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/fileinfo.cxx.o
|
|
.PHONY : fileinfo.cxx.o
|
|
|
|
fileinfo.i: fileinfo.cxx.i
|
|
.PHONY : fileinfo.i
|
|
|
|
# target to preprocess a source file
|
|
fileinfo.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/fileinfo.cxx.i
|
|
.PHONY : fileinfo.cxx.i
|
|
|
|
fileinfo.s: fileinfo.cxx.s
|
|
.PHONY : fileinfo.s
|
|
|
|
# target to generate assembly for a file
|
|
fileinfo.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/fileinfo.cxx.s
|
|
.PHONY : fileinfo.cxx.s
|
|
|
|
filter.o: filter.cxx.o
|
|
.PHONY : filter.o
|
|
|
|
# target to build an object file
|
|
filter.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/filter.cxx.o
|
|
.PHONY : filter.cxx.o
|
|
|
|
filter.i: filter.cxx.i
|
|
.PHONY : filter.i
|
|
|
|
# target to preprocess a source file
|
|
filter.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/filter.cxx.i
|
|
.PHONY : filter.cxx.i
|
|
|
|
filter.s: filter.cxx.s
|
|
.PHONY : filter.s
|
|
|
|
# target to generate assembly for a file
|
|
filter.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/filter.cxx.s
|
|
.PHONY : filter.cxx.s
|
|
|
|
global-init.o: global-init.cxx.o
|
|
.PHONY : global-init.o
|
|
|
|
# target to build an object file
|
|
global-init.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/global-init.cxx.o
|
|
.PHONY : global-init.cxx.o
|
|
|
|
global-init.i: global-init.cxx.i
|
|
.PHONY : global-init.i
|
|
|
|
# target to preprocess a source file
|
|
global-init.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/global-init.cxx.i
|
|
.PHONY : global-init.cxx.i
|
|
|
|
global-init.s: global-init.cxx.s
|
|
.PHONY : global-init.s
|
|
|
|
# target to generate assembly for a file
|
|
global-init.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/global-init.cxx.s
|
|
.PHONY : global-init.cxx.s
|
|
|
|
hierarchy.o: hierarchy.cxx.o
|
|
.PHONY : hierarchy.o
|
|
|
|
# target to build an object file
|
|
hierarchy.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/hierarchy.cxx.o
|
|
.PHONY : hierarchy.cxx.o
|
|
|
|
hierarchy.i: hierarchy.cxx.i
|
|
.PHONY : hierarchy.i
|
|
|
|
# target to preprocess a source file
|
|
hierarchy.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/hierarchy.cxx.i
|
|
.PHONY : hierarchy.cxx.i
|
|
|
|
hierarchy.s: hierarchy.cxx.s
|
|
.PHONY : hierarchy.s
|
|
|
|
# target to generate assembly for a file
|
|
hierarchy.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/hierarchy.cxx.s
|
|
.PHONY : hierarchy.cxx.s
|
|
|
|
hierarchylocker.o: hierarchylocker.cxx.o
|
|
.PHONY : hierarchylocker.o
|
|
|
|
# target to build an object file
|
|
hierarchylocker.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/hierarchylocker.cxx.o
|
|
.PHONY : hierarchylocker.cxx.o
|
|
|
|
hierarchylocker.i: hierarchylocker.cxx.i
|
|
.PHONY : hierarchylocker.i
|
|
|
|
# target to preprocess a source file
|
|
hierarchylocker.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/hierarchylocker.cxx.i
|
|
.PHONY : hierarchylocker.cxx.i
|
|
|
|
hierarchylocker.s: hierarchylocker.cxx.s
|
|
.PHONY : hierarchylocker.s
|
|
|
|
# target to generate assembly for a file
|
|
hierarchylocker.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/hierarchylocker.cxx.s
|
|
.PHONY : hierarchylocker.cxx.s
|
|
|
|
layout.o: layout.cxx.o
|
|
.PHONY : layout.o
|
|
|
|
# target to build an object file
|
|
layout.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/layout.cxx.o
|
|
.PHONY : layout.cxx.o
|
|
|
|
layout.i: layout.cxx.i
|
|
.PHONY : layout.i
|
|
|
|
# target to preprocess a source file
|
|
layout.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/layout.cxx.i
|
|
.PHONY : layout.cxx.i
|
|
|
|
layout.s: layout.cxx.s
|
|
.PHONY : layout.s
|
|
|
|
# target to generate assembly for a file
|
|
layout.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/layout.cxx.s
|
|
.PHONY : layout.cxx.s
|
|
|
|
lockfile.o: lockfile.cxx.o
|
|
.PHONY : lockfile.o
|
|
|
|
# target to build an object file
|
|
lockfile.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/lockfile.cxx.o
|
|
.PHONY : lockfile.cxx.o
|
|
|
|
lockfile.i: lockfile.cxx.i
|
|
.PHONY : lockfile.i
|
|
|
|
# target to preprocess a source file
|
|
lockfile.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/lockfile.cxx.i
|
|
.PHONY : lockfile.cxx.i
|
|
|
|
lockfile.s: lockfile.cxx.s
|
|
.PHONY : lockfile.s
|
|
|
|
# target to generate assembly for a file
|
|
lockfile.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/lockfile.cxx.s
|
|
.PHONY : lockfile.cxx.s
|
|
|
|
log4judpappender.o: log4judpappender.cxx.o
|
|
.PHONY : log4judpappender.o
|
|
|
|
# target to build an object file
|
|
log4judpappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/log4judpappender.cxx.o
|
|
.PHONY : log4judpappender.cxx.o
|
|
|
|
log4judpappender.i: log4judpappender.cxx.i
|
|
.PHONY : log4judpappender.i
|
|
|
|
# target to preprocess a source file
|
|
log4judpappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/log4judpappender.cxx.i
|
|
.PHONY : log4judpappender.cxx.i
|
|
|
|
log4judpappender.s: log4judpappender.cxx.s
|
|
.PHONY : log4judpappender.s
|
|
|
|
# target to generate assembly for a file
|
|
log4judpappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/log4judpappender.cxx.s
|
|
.PHONY : log4judpappender.cxx.s
|
|
|
|
logger.o: logger.cxx.o
|
|
.PHONY : logger.o
|
|
|
|
# target to build an object file
|
|
logger.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/logger.cxx.o
|
|
.PHONY : logger.cxx.o
|
|
|
|
logger.i: logger.cxx.i
|
|
.PHONY : logger.i
|
|
|
|
# target to preprocess a source file
|
|
logger.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/logger.cxx.i
|
|
.PHONY : logger.cxx.i
|
|
|
|
logger.s: logger.cxx.s
|
|
.PHONY : logger.s
|
|
|
|
# target to generate assembly for a file
|
|
logger.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/logger.cxx.s
|
|
.PHONY : logger.cxx.s
|
|
|
|
loggerimpl.o: loggerimpl.cxx.o
|
|
.PHONY : loggerimpl.o
|
|
|
|
# target to build an object file
|
|
loggerimpl.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggerimpl.cxx.o
|
|
.PHONY : loggerimpl.cxx.o
|
|
|
|
loggerimpl.i: loggerimpl.cxx.i
|
|
.PHONY : loggerimpl.i
|
|
|
|
# target to preprocess a source file
|
|
loggerimpl.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggerimpl.cxx.i
|
|
.PHONY : loggerimpl.cxx.i
|
|
|
|
loggerimpl.s: loggerimpl.cxx.s
|
|
.PHONY : loggerimpl.s
|
|
|
|
# target to generate assembly for a file
|
|
loggerimpl.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggerimpl.cxx.s
|
|
.PHONY : loggerimpl.cxx.s
|
|
|
|
loggingevent.o: loggingevent.cxx.o
|
|
.PHONY : loggingevent.o
|
|
|
|
# target to build an object file
|
|
loggingevent.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggingevent.cxx.o
|
|
.PHONY : loggingevent.cxx.o
|
|
|
|
loggingevent.i: loggingevent.cxx.i
|
|
.PHONY : loggingevent.i
|
|
|
|
# target to preprocess a source file
|
|
loggingevent.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggingevent.cxx.i
|
|
.PHONY : loggingevent.cxx.i
|
|
|
|
loggingevent.s: loggingevent.cxx.s
|
|
.PHONY : loggingevent.s
|
|
|
|
# target to generate assembly for a file
|
|
loggingevent.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggingevent.cxx.s
|
|
.PHONY : loggingevent.cxx.s
|
|
|
|
loggingmacros.o: loggingmacros.cxx.o
|
|
.PHONY : loggingmacros.o
|
|
|
|
# target to build an object file
|
|
loggingmacros.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggingmacros.cxx.o
|
|
.PHONY : loggingmacros.cxx.o
|
|
|
|
loggingmacros.i: loggingmacros.cxx.i
|
|
.PHONY : loggingmacros.i
|
|
|
|
# target to preprocess a source file
|
|
loggingmacros.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggingmacros.cxx.i
|
|
.PHONY : loggingmacros.cxx.i
|
|
|
|
loggingmacros.s: loggingmacros.cxx.s
|
|
.PHONY : loggingmacros.s
|
|
|
|
# target to generate assembly for a file
|
|
loggingmacros.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loggingmacros.cxx.s
|
|
.PHONY : loggingmacros.cxx.s
|
|
|
|
loglevel.o: loglevel.cxx.o
|
|
.PHONY : loglevel.o
|
|
|
|
# target to build an object file
|
|
loglevel.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loglevel.cxx.o
|
|
.PHONY : loglevel.cxx.o
|
|
|
|
loglevel.i: loglevel.cxx.i
|
|
.PHONY : loglevel.i
|
|
|
|
# target to preprocess a source file
|
|
loglevel.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loglevel.cxx.i
|
|
.PHONY : loglevel.cxx.i
|
|
|
|
loglevel.s: loglevel.cxx.s
|
|
.PHONY : loglevel.s
|
|
|
|
# target to generate assembly for a file
|
|
loglevel.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loglevel.cxx.s
|
|
.PHONY : loglevel.cxx.s
|
|
|
|
loglog.o: loglog.cxx.o
|
|
.PHONY : loglog.o
|
|
|
|
# target to build an object file
|
|
loglog.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loglog.cxx.o
|
|
.PHONY : loglog.cxx.o
|
|
|
|
loglog.i: loglog.cxx.i
|
|
.PHONY : loglog.i
|
|
|
|
# target to preprocess a source file
|
|
loglog.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loglog.cxx.i
|
|
.PHONY : loglog.cxx.i
|
|
|
|
loglog.s: loglog.cxx.s
|
|
.PHONY : loglog.s
|
|
|
|
# target to generate assembly for a file
|
|
loglog.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/loglog.cxx.s
|
|
.PHONY : loglog.cxx.s
|
|
|
|
logloguser.o: logloguser.cxx.o
|
|
.PHONY : logloguser.o
|
|
|
|
# target to build an object file
|
|
logloguser.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/logloguser.cxx.o
|
|
.PHONY : logloguser.cxx.o
|
|
|
|
logloguser.i: logloguser.cxx.i
|
|
.PHONY : logloguser.i
|
|
|
|
# target to preprocess a source file
|
|
logloguser.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/logloguser.cxx.i
|
|
.PHONY : logloguser.cxx.i
|
|
|
|
logloguser.s: logloguser.cxx.s
|
|
.PHONY : logloguser.s
|
|
|
|
# target to generate assembly for a file
|
|
logloguser.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/logloguser.cxx.s
|
|
.PHONY : logloguser.cxx.s
|
|
|
|
mdc.o: mdc.cxx.o
|
|
.PHONY : mdc.o
|
|
|
|
# target to build an object file
|
|
mdc.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/mdc.cxx.o
|
|
.PHONY : mdc.cxx.o
|
|
|
|
mdc.i: mdc.cxx.i
|
|
.PHONY : mdc.i
|
|
|
|
# target to preprocess a source file
|
|
mdc.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/mdc.cxx.i
|
|
.PHONY : mdc.cxx.i
|
|
|
|
mdc.s: mdc.cxx.s
|
|
.PHONY : mdc.s
|
|
|
|
# target to generate assembly for a file
|
|
mdc.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/mdc.cxx.s
|
|
.PHONY : mdc.cxx.s
|
|
|
|
ndc.o: ndc.cxx.o
|
|
.PHONY : ndc.o
|
|
|
|
# target to build an object file
|
|
ndc.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/ndc.cxx.o
|
|
.PHONY : ndc.cxx.o
|
|
|
|
ndc.i: ndc.cxx.i
|
|
.PHONY : ndc.i
|
|
|
|
# target to preprocess a source file
|
|
ndc.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/ndc.cxx.i
|
|
.PHONY : ndc.cxx.i
|
|
|
|
ndc.s: ndc.cxx.s
|
|
.PHONY : ndc.s
|
|
|
|
# target to generate assembly for a file
|
|
ndc.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/ndc.cxx.s
|
|
.PHONY : ndc.cxx.s
|
|
|
|
nullappender.o: nullappender.cxx.o
|
|
.PHONY : nullappender.o
|
|
|
|
# target to build an object file
|
|
nullappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/nullappender.cxx.o
|
|
.PHONY : nullappender.cxx.o
|
|
|
|
nullappender.i: nullappender.cxx.i
|
|
.PHONY : nullappender.i
|
|
|
|
# target to preprocess a source file
|
|
nullappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/nullappender.cxx.i
|
|
.PHONY : nullappender.cxx.i
|
|
|
|
nullappender.s: nullappender.cxx.s
|
|
.PHONY : nullappender.s
|
|
|
|
# target to generate assembly for a file
|
|
nullappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/nullappender.cxx.s
|
|
.PHONY : nullappender.cxx.s
|
|
|
|
objectregistry.o: objectregistry.cxx.o
|
|
.PHONY : objectregistry.o
|
|
|
|
# target to build an object file
|
|
objectregistry.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/objectregistry.cxx.o
|
|
.PHONY : objectregistry.cxx.o
|
|
|
|
objectregistry.i: objectregistry.cxx.i
|
|
.PHONY : objectregistry.i
|
|
|
|
# target to preprocess a source file
|
|
objectregistry.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/objectregistry.cxx.i
|
|
.PHONY : objectregistry.cxx.i
|
|
|
|
objectregistry.s: objectregistry.cxx.s
|
|
.PHONY : objectregistry.s
|
|
|
|
# target to generate assembly for a file
|
|
objectregistry.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/objectregistry.cxx.s
|
|
.PHONY : objectregistry.cxx.s
|
|
|
|
patternlayout.o: patternlayout.cxx.o
|
|
.PHONY : patternlayout.o
|
|
|
|
# target to build an object file
|
|
patternlayout.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/patternlayout.cxx.o
|
|
.PHONY : patternlayout.cxx.o
|
|
|
|
patternlayout.i: patternlayout.cxx.i
|
|
.PHONY : patternlayout.i
|
|
|
|
# target to preprocess a source file
|
|
patternlayout.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/patternlayout.cxx.i
|
|
.PHONY : patternlayout.cxx.i
|
|
|
|
patternlayout.s: patternlayout.cxx.s
|
|
.PHONY : patternlayout.s
|
|
|
|
# target to generate assembly for a file
|
|
patternlayout.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/patternlayout.cxx.s
|
|
.PHONY : patternlayout.cxx.s
|
|
|
|
pointer.o: pointer.cxx.o
|
|
.PHONY : pointer.o
|
|
|
|
# target to build an object file
|
|
pointer.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/pointer.cxx.o
|
|
.PHONY : pointer.cxx.o
|
|
|
|
pointer.i: pointer.cxx.i
|
|
.PHONY : pointer.i
|
|
|
|
# target to preprocess a source file
|
|
pointer.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/pointer.cxx.i
|
|
.PHONY : pointer.cxx.i
|
|
|
|
pointer.s: pointer.cxx.s
|
|
.PHONY : pointer.s
|
|
|
|
# target to generate assembly for a file
|
|
pointer.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/pointer.cxx.s
|
|
.PHONY : pointer.cxx.s
|
|
|
|
property.o: property.cxx.o
|
|
.PHONY : property.o
|
|
|
|
# target to build an object file
|
|
property.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/property.cxx.o
|
|
.PHONY : property.cxx.o
|
|
|
|
property.i: property.cxx.i
|
|
.PHONY : property.i
|
|
|
|
# target to preprocess a source file
|
|
property.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/property.cxx.i
|
|
.PHONY : property.cxx.i
|
|
|
|
property.s: property.cxx.s
|
|
.PHONY : property.s
|
|
|
|
# target to generate assembly for a file
|
|
property.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/property.cxx.s
|
|
.PHONY : property.cxx.s
|
|
|
|
queue.o: queue.cxx.o
|
|
.PHONY : queue.o
|
|
|
|
# target to build an object file
|
|
queue.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/queue.cxx.o
|
|
.PHONY : queue.cxx.o
|
|
|
|
queue.i: queue.cxx.i
|
|
.PHONY : queue.i
|
|
|
|
# target to preprocess a source file
|
|
queue.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/queue.cxx.i
|
|
.PHONY : queue.cxx.i
|
|
|
|
queue.s: queue.cxx.s
|
|
.PHONY : queue.s
|
|
|
|
# target to generate assembly for a file
|
|
queue.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/queue.cxx.s
|
|
.PHONY : queue.cxx.s
|
|
|
|
rootlogger.o: rootlogger.cxx.o
|
|
.PHONY : rootlogger.o
|
|
|
|
# target to build an object file
|
|
rootlogger.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/rootlogger.cxx.o
|
|
.PHONY : rootlogger.cxx.o
|
|
|
|
rootlogger.i: rootlogger.cxx.i
|
|
.PHONY : rootlogger.i
|
|
|
|
# target to preprocess a source file
|
|
rootlogger.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/rootlogger.cxx.i
|
|
.PHONY : rootlogger.cxx.i
|
|
|
|
rootlogger.s: rootlogger.cxx.s
|
|
.PHONY : rootlogger.s
|
|
|
|
# target to generate assembly for a file
|
|
rootlogger.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/rootlogger.cxx.s
|
|
.PHONY : rootlogger.cxx.s
|
|
|
|
sleep.o: sleep.cxx.o
|
|
.PHONY : sleep.o
|
|
|
|
# target to build an object file
|
|
sleep.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/sleep.cxx.o
|
|
.PHONY : sleep.cxx.o
|
|
|
|
sleep.i: sleep.cxx.i
|
|
.PHONY : sleep.i
|
|
|
|
# target to preprocess a source file
|
|
sleep.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/sleep.cxx.i
|
|
.PHONY : sleep.cxx.i
|
|
|
|
sleep.s: sleep.cxx.s
|
|
.PHONY : sleep.s
|
|
|
|
# target to generate assembly for a file
|
|
sleep.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/sleep.cxx.s
|
|
.PHONY : sleep.cxx.s
|
|
|
|
snprintf.o: snprintf.cxx.o
|
|
.PHONY : snprintf.o
|
|
|
|
# target to build an object file
|
|
snprintf.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/snprintf.cxx.o
|
|
.PHONY : snprintf.cxx.o
|
|
|
|
snprintf.i: snprintf.cxx.i
|
|
.PHONY : snprintf.i
|
|
|
|
# target to preprocess a source file
|
|
snprintf.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/snprintf.cxx.i
|
|
.PHONY : snprintf.cxx.i
|
|
|
|
snprintf.s: snprintf.cxx.s
|
|
.PHONY : snprintf.s
|
|
|
|
# target to generate assembly for a file
|
|
snprintf.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/snprintf.cxx.s
|
|
.PHONY : snprintf.cxx.s
|
|
|
|
socket-unix.o: socket-unix.cxx.o
|
|
.PHONY : socket-unix.o
|
|
|
|
# target to build an object file
|
|
socket-unix.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socket-unix.cxx.o
|
|
.PHONY : socket-unix.cxx.o
|
|
|
|
socket-unix.i: socket-unix.cxx.i
|
|
.PHONY : socket-unix.i
|
|
|
|
# target to preprocess a source file
|
|
socket-unix.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socket-unix.cxx.i
|
|
.PHONY : socket-unix.cxx.i
|
|
|
|
socket-unix.s: socket-unix.cxx.s
|
|
.PHONY : socket-unix.s
|
|
|
|
# target to generate assembly for a file
|
|
socket-unix.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socket-unix.cxx.s
|
|
.PHONY : socket-unix.cxx.s
|
|
|
|
socket.o: socket.cxx.o
|
|
.PHONY : socket.o
|
|
|
|
# target to build an object file
|
|
socket.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socket.cxx.o
|
|
.PHONY : socket.cxx.o
|
|
|
|
socket.i: socket.cxx.i
|
|
.PHONY : socket.i
|
|
|
|
# target to preprocess a source file
|
|
socket.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socket.cxx.i
|
|
.PHONY : socket.cxx.i
|
|
|
|
socket.s: socket.cxx.s
|
|
.PHONY : socket.s
|
|
|
|
# target to generate assembly for a file
|
|
socket.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socket.cxx.s
|
|
.PHONY : socket.cxx.s
|
|
|
|
socketappender.o: socketappender.cxx.o
|
|
.PHONY : socketappender.o
|
|
|
|
# target to build an object file
|
|
socketappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socketappender.cxx.o
|
|
.PHONY : socketappender.cxx.o
|
|
|
|
socketappender.i: socketappender.cxx.i
|
|
.PHONY : socketappender.i
|
|
|
|
# target to preprocess a source file
|
|
socketappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socketappender.cxx.i
|
|
.PHONY : socketappender.cxx.i
|
|
|
|
socketappender.s: socketappender.cxx.s
|
|
.PHONY : socketappender.s
|
|
|
|
# target to generate assembly for a file
|
|
socketappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socketappender.cxx.s
|
|
.PHONY : socketappender.cxx.s
|
|
|
|
socketbuffer.o: socketbuffer.cxx.o
|
|
.PHONY : socketbuffer.o
|
|
|
|
# target to build an object file
|
|
socketbuffer.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socketbuffer.cxx.o
|
|
.PHONY : socketbuffer.cxx.o
|
|
|
|
socketbuffer.i: socketbuffer.cxx.i
|
|
.PHONY : socketbuffer.i
|
|
|
|
# target to preprocess a source file
|
|
socketbuffer.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socketbuffer.cxx.i
|
|
.PHONY : socketbuffer.cxx.i
|
|
|
|
socketbuffer.s: socketbuffer.cxx.s
|
|
.PHONY : socketbuffer.s
|
|
|
|
# target to generate assembly for a file
|
|
socketbuffer.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/socketbuffer.cxx.s
|
|
.PHONY : socketbuffer.cxx.s
|
|
|
|
stringhelper-clocale.o: stringhelper-clocale.cxx.o
|
|
.PHONY : stringhelper-clocale.o
|
|
|
|
# target to build an object file
|
|
stringhelper-clocale.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-clocale.cxx.o
|
|
.PHONY : stringhelper-clocale.cxx.o
|
|
|
|
stringhelper-clocale.i: stringhelper-clocale.cxx.i
|
|
.PHONY : stringhelper-clocale.i
|
|
|
|
# target to preprocess a source file
|
|
stringhelper-clocale.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-clocale.cxx.i
|
|
.PHONY : stringhelper-clocale.cxx.i
|
|
|
|
stringhelper-clocale.s: stringhelper-clocale.cxx.s
|
|
.PHONY : stringhelper-clocale.s
|
|
|
|
# target to generate assembly for a file
|
|
stringhelper-clocale.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-clocale.cxx.s
|
|
.PHONY : stringhelper-clocale.cxx.s
|
|
|
|
stringhelper-cxxlocale.o: stringhelper-cxxlocale.cxx.o
|
|
.PHONY : stringhelper-cxxlocale.o
|
|
|
|
# target to build an object file
|
|
stringhelper-cxxlocale.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-cxxlocale.cxx.o
|
|
.PHONY : stringhelper-cxxlocale.cxx.o
|
|
|
|
stringhelper-cxxlocale.i: stringhelper-cxxlocale.cxx.i
|
|
.PHONY : stringhelper-cxxlocale.i
|
|
|
|
# target to preprocess a source file
|
|
stringhelper-cxxlocale.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-cxxlocale.cxx.i
|
|
.PHONY : stringhelper-cxxlocale.cxx.i
|
|
|
|
stringhelper-cxxlocale.s: stringhelper-cxxlocale.cxx.s
|
|
.PHONY : stringhelper-cxxlocale.s
|
|
|
|
# target to generate assembly for a file
|
|
stringhelper-cxxlocale.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-cxxlocale.cxx.s
|
|
.PHONY : stringhelper-cxxlocale.cxx.s
|
|
|
|
stringhelper-iconv.o: stringhelper-iconv.cxx.o
|
|
.PHONY : stringhelper-iconv.o
|
|
|
|
# target to build an object file
|
|
stringhelper-iconv.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-iconv.cxx.o
|
|
.PHONY : stringhelper-iconv.cxx.o
|
|
|
|
stringhelper-iconv.i: stringhelper-iconv.cxx.i
|
|
.PHONY : stringhelper-iconv.i
|
|
|
|
# target to preprocess a source file
|
|
stringhelper-iconv.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-iconv.cxx.i
|
|
.PHONY : stringhelper-iconv.cxx.i
|
|
|
|
stringhelper-iconv.s: stringhelper-iconv.cxx.s
|
|
.PHONY : stringhelper-iconv.s
|
|
|
|
# target to generate assembly for a file
|
|
stringhelper-iconv.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper-iconv.cxx.s
|
|
.PHONY : stringhelper-iconv.cxx.s
|
|
|
|
stringhelper.o: stringhelper.cxx.o
|
|
.PHONY : stringhelper.o
|
|
|
|
# target to build an object file
|
|
stringhelper.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper.cxx.o
|
|
.PHONY : stringhelper.cxx.o
|
|
|
|
stringhelper.i: stringhelper.cxx.i
|
|
.PHONY : stringhelper.i
|
|
|
|
# target to preprocess a source file
|
|
stringhelper.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper.cxx.i
|
|
.PHONY : stringhelper.cxx.i
|
|
|
|
stringhelper.s: stringhelper.cxx.s
|
|
.PHONY : stringhelper.s
|
|
|
|
# target to generate assembly for a file
|
|
stringhelper.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/stringhelper.cxx.s
|
|
.PHONY : stringhelper.cxx.s
|
|
|
|
syncprims.o: syncprims.cxx.o
|
|
.PHONY : syncprims.o
|
|
|
|
# target to build an object file
|
|
syncprims.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/syncprims.cxx.o
|
|
.PHONY : syncprims.cxx.o
|
|
|
|
syncprims.i: syncprims.cxx.i
|
|
.PHONY : syncprims.i
|
|
|
|
# target to preprocess a source file
|
|
syncprims.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/syncprims.cxx.i
|
|
.PHONY : syncprims.cxx.i
|
|
|
|
syncprims.s: syncprims.cxx.s
|
|
.PHONY : syncprims.s
|
|
|
|
# target to generate assembly for a file
|
|
syncprims.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/syncprims.cxx.s
|
|
.PHONY : syncprims.cxx.s
|
|
|
|
syslogappender.o: syslogappender.cxx.o
|
|
.PHONY : syslogappender.o
|
|
|
|
# target to build an object file
|
|
syslogappender.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/syslogappender.cxx.o
|
|
.PHONY : syslogappender.cxx.o
|
|
|
|
syslogappender.i: syslogappender.cxx.i
|
|
.PHONY : syslogappender.i
|
|
|
|
# target to preprocess a source file
|
|
syslogappender.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/syslogappender.cxx.i
|
|
.PHONY : syslogappender.cxx.i
|
|
|
|
syslogappender.s: syslogappender.cxx.s
|
|
.PHONY : syslogappender.s
|
|
|
|
# target to generate assembly for a file
|
|
syslogappender.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/syslogappender.cxx.s
|
|
.PHONY : syslogappender.cxx.s
|
|
|
|
threads.o: threads.cxx.o
|
|
.PHONY : threads.o
|
|
|
|
# target to build an object file
|
|
threads.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/threads.cxx.o
|
|
.PHONY : threads.cxx.o
|
|
|
|
threads.i: threads.cxx.i
|
|
.PHONY : threads.i
|
|
|
|
# target to preprocess a source file
|
|
threads.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/threads.cxx.i
|
|
.PHONY : threads.cxx.i
|
|
|
|
threads.s: threads.cxx.s
|
|
.PHONY : threads.s
|
|
|
|
# target to generate assembly for a file
|
|
threads.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/threads.cxx.s
|
|
.PHONY : threads.cxx.s
|
|
|
|
timehelper.o: timehelper.cxx.o
|
|
.PHONY : timehelper.o
|
|
|
|
# target to build an object file
|
|
timehelper.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/timehelper.cxx.o
|
|
.PHONY : timehelper.cxx.o
|
|
|
|
timehelper.i: timehelper.cxx.i
|
|
.PHONY : timehelper.i
|
|
|
|
# target to preprocess a source file
|
|
timehelper.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/timehelper.cxx.i
|
|
.PHONY : timehelper.cxx.i
|
|
|
|
timehelper.s: timehelper.cxx.s
|
|
.PHONY : timehelper.s
|
|
|
|
# target to generate assembly for a file
|
|
timehelper.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/timehelper.cxx.s
|
|
.PHONY : timehelper.cxx.s
|
|
|
|
tls.o: tls.cxx.o
|
|
.PHONY : tls.o
|
|
|
|
# target to build an object file
|
|
tls.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/tls.cxx.o
|
|
.PHONY : tls.cxx.o
|
|
|
|
tls.i: tls.cxx.i
|
|
.PHONY : tls.i
|
|
|
|
# target to preprocess a source file
|
|
tls.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/tls.cxx.i
|
|
.PHONY : tls.cxx.i
|
|
|
|
tls.s: tls.cxx.s
|
|
.PHONY : tls.s
|
|
|
|
# target to generate assembly for a file
|
|
tls.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/tls.cxx.s
|
|
.PHONY : tls.cxx.s
|
|
|
|
version.o: version.cxx.o
|
|
.PHONY : version.o
|
|
|
|
# target to build an object file
|
|
version.cxx.o:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/version.cxx.o
|
|
.PHONY : version.cxx.o
|
|
|
|
version.i: version.cxx.i
|
|
.PHONY : version.i
|
|
|
|
# target to preprocess a source file
|
|
version.cxx.i:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/version.cxx.i
|
|
.PHONY : version.cxx.i
|
|
|
|
version.s: version.cxx.s
|
|
.PHONY : version.s
|
|
|
|
# target to generate assembly for a file
|
|
version.cxx.s:
|
|
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/version.cxx.s
|
|
.PHONY : version.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 "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... log4cplus"
|
|
@echo "... package"
|
|
@echo "... package_source"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... appender.o"
|
|
@echo "... appender.i"
|
|
@echo "... appender.s"
|
|
@echo "... appenderattachableimpl.o"
|
|
@echo "... appenderattachableimpl.i"
|
|
@echo "... appenderattachableimpl.s"
|
|
@echo "... asyncappender.o"
|
|
@echo "... asyncappender.i"
|
|
@echo "... asyncappender.s"
|
|
@echo "... clogger.o"
|
|
@echo "... clogger.i"
|
|
@echo "... clogger.s"
|
|
@echo "... configurator.o"
|
|
@echo "... configurator.i"
|
|
@echo "... configurator.s"
|
|
@echo "... consoleappender.o"
|
|
@echo "... consoleappender.i"
|
|
@echo "... consoleappender.s"
|
|
@echo "... cygwin-win32.o"
|
|
@echo "... cygwin-win32.i"
|
|
@echo "... cygwin-win32.s"
|
|
@echo "... env.o"
|
|
@echo "... env.i"
|
|
@echo "... env.s"
|
|
@echo "... factory.o"
|
|
@echo "... factory.i"
|
|
@echo "... factory.s"
|
|
@echo "... fileappender.o"
|
|
@echo "... fileappender.i"
|
|
@echo "... fileappender.s"
|
|
@echo "... fileinfo.o"
|
|
@echo "... fileinfo.i"
|
|
@echo "... fileinfo.s"
|
|
@echo "... filter.o"
|
|
@echo "... filter.i"
|
|
@echo "... filter.s"
|
|
@echo "... global-init.o"
|
|
@echo "... global-init.i"
|
|
@echo "... global-init.s"
|
|
@echo "... hierarchy.o"
|
|
@echo "... hierarchy.i"
|
|
@echo "... hierarchy.s"
|
|
@echo "... hierarchylocker.o"
|
|
@echo "... hierarchylocker.i"
|
|
@echo "... hierarchylocker.s"
|
|
@echo "... layout.o"
|
|
@echo "... layout.i"
|
|
@echo "... layout.s"
|
|
@echo "... lockfile.o"
|
|
@echo "... lockfile.i"
|
|
@echo "... lockfile.s"
|
|
@echo "... log4judpappender.o"
|
|
@echo "... log4judpappender.i"
|
|
@echo "... log4judpappender.s"
|
|
@echo "... logger.o"
|
|
@echo "... logger.i"
|
|
@echo "... logger.s"
|
|
@echo "... loggerimpl.o"
|
|
@echo "... loggerimpl.i"
|
|
@echo "... loggerimpl.s"
|
|
@echo "... loggingevent.o"
|
|
@echo "... loggingevent.i"
|
|
@echo "... loggingevent.s"
|
|
@echo "... loggingmacros.o"
|
|
@echo "... loggingmacros.i"
|
|
@echo "... loggingmacros.s"
|
|
@echo "... loglevel.o"
|
|
@echo "... loglevel.i"
|
|
@echo "... loglevel.s"
|
|
@echo "... loglog.o"
|
|
@echo "... loglog.i"
|
|
@echo "... loglog.s"
|
|
@echo "... logloguser.o"
|
|
@echo "... logloguser.i"
|
|
@echo "... logloguser.s"
|
|
@echo "... mdc.o"
|
|
@echo "... mdc.i"
|
|
@echo "... mdc.s"
|
|
@echo "... ndc.o"
|
|
@echo "... ndc.i"
|
|
@echo "... ndc.s"
|
|
@echo "... nullappender.o"
|
|
@echo "... nullappender.i"
|
|
@echo "... nullappender.s"
|
|
@echo "... objectregistry.o"
|
|
@echo "... objectregistry.i"
|
|
@echo "... objectregistry.s"
|
|
@echo "... patternlayout.o"
|
|
@echo "... patternlayout.i"
|
|
@echo "... patternlayout.s"
|
|
@echo "... pointer.o"
|
|
@echo "... pointer.i"
|
|
@echo "... pointer.s"
|
|
@echo "... property.o"
|
|
@echo "... property.i"
|
|
@echo "... property.s"
|
|
@echo "... queue.o"
|
|
@echo "... queue.i"
|
|
@echo "... queue.s"
|
|
@echo "... rootlogger.o"
|
|
@echo "... rootlogger.i"
|
|
@echo "... rootlogger.s"
|
|
@echo "... sleep.o"
|
|
@echo "... sleep.i"
|
|
@echo "... sleep.s"
|
|
@echo "... snprintf.o"
|
|
@echo "... snprintf.i"
|
|
@echo "... snprintf.s"
|
|
@echo "... socket-unix.o"
|
|
@echo "... socket-unix.i"
|
|
@echo "... socket-unix.s"
|
|
@echo "... socket.o"
|
|
@echo "... socket.i"
|
|
@echo "... socket.s"
|
|
@echo "... socketappender.o"
|
|
@echo "... socketappender.i"
|
|
@echo "... socketappender.s"
|
|
@echo "... socketbuffer.o"
|
|
@echo "... socketbuffer.i"
|
|
@echo "... socketbuffer.s"
|
|
@echo "... stringhelper-clocale.o"
|
|
@echo "... stringhelper-clocale.i"
|
|
@echo "... stringhelper-clocale.s"
|
|
@echo "... stringhelper-cxxlocale.o"
|
|
@echo "... stringhelper-cxxlocale.i"
|
|
@echo "... stringhelper-cxxlocale.s"
|
|
@echo "... stringhelper-iconv.o"
|
|
@echo "... stringhelper-iconv.i"
|
|
@echo "... stringhelper-iconv.s"
|
|
@echo "... stringhelper.o"
|
|
@echo "... stringhelper.i"
|
|
@echo "... stringhelper.s"
|
|
@echo "... syncprims.o"
|
|
@echo "... syncprims.i"
|
|
@echo "... syncprims.s"
|
|
@echo "... syslogappender.o"
|
|
@echo "... syslogappender.i"
|
|
@echo "... syslogappender.s"
|
|
@echo "... threads.o"
|
|
@echo "... threads.i"
|
|
@echo "... threads.s"
|
|
@echo "... timehelper.o"
|
|
@echo "... timehelper.i"
|
|
@echo "... timehelper.s"
|
|
@echo "... tls.o"
|
|
@echo "... tls.i"
|
|
@echo "... tls.s"
|
|
@echo "... version.o"
|
|
@echo "... version.i"
|
|
@echo "... version.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/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|