# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.7 # 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.7.2/bin/cmake # The command to remove a file. RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build #============================================================================= # Targets provided globally by CMake. # Special rule for the target install/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/local/Cellar/cmake/3.7.2/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 install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /usr/local/Cellar/cmake/3.7.2/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..." /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake .PHONY : install/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.7.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." /usr/local/Cellar/cmake/3.7.2/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/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/local/Cellar/cmake/3.7.2/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 test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." /usr/local/Cellar/cmake/3.7.2/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 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 # The main all target all: cmake_check_build_system cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/extensions/CMakeFiles/progress.marks cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 extensions/all $(CMAKE_COMMAND) -E cmake_progress_start /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 extensions/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 extensions/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 extensions/preinstall .PHONY : preinstall/fast # clear depends depend: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. extensions/CMakeFiles/libcmarkextensions_static.dir/rule: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 extensions/CMakeFiles/libcmarkextensions_static.dir/rule .PHONY : extensions/CMakeFiles/libcmarkextensions_static.dir/rule # Convenience name for target. libcmarkextensions_static: extensions/CMakeFiles/libcmarkextensions_static.dir/rule .PHONY : libcmarkextensions_static # fast build rule for target. libcmarkextensions_static/fast: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/build .PHONY : libcmarkextensions_static/fast autolink.o: autolink.c.o .PHONY : autolink.o # target to build an object file autolink.c.o: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.o .PHONY : autolink.c.o autolink.i: autolink.c.i .PHONY : autolink.i # target to preprocess a source file autolink.c.i: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.i .PHONY : autolink.c.i autolink.s: autolink.c.s .PHONY : autolink.s # target to generate assembly for a file autolink.c.s: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.s .PHONY : autolink.c.s core-extensions.o: core-extensions.c.o .PHONY : core-extensions.o # target to build an object file core-extensions.c.o: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.o .PHONY : core-extensions.c.o core-extensions.i: core-extensions.c.i .PHONY : core-extensions.i # target to preprocess a source file core-extensions.c.i: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.i .PHONY : core-extensions.c.i core-extensions.s: core-extensions.c.s .PHONY : core-extensions.s # target to generate assembly for a file core-extensions.c.s: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.s .PHONY : core-extensions.c.s ext_scanners.o: ext_scanners.c.o .PHONY : ext_scanners.o # target to build an object file ext_scanners.c.o: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.o .PHONY : ext_scanners.c.o ext_scanners.i: ext_scanners.c.i .PHONY : ext_scanners.i # target to preprocess a source file ext_scanners.c.i: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.i .PHONY : ext_scanners.c.i ext_scanners.s: ext_scanners.c.s .PHONY : ext_scanners.s # target to generate assembly for a file ext_scanners.c.s: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.s .PHONY : ext_scanners.c.s strikethrough.o: strikethrough.c.o .PHONY : strikethrough.o # target to build an object file strikethrough.c.o: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.o .PHONY : strikethrough.c.o strikethrough.i: strikethrough.c.i .PHONY : strikethrough.i # target to preprocess a source file strikethrough.c.i: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.i .PHONY : strikethrough.c.i strikethrough.s: strikethrough.c.s .PHONY : strikethrough.s # target to generate assembly for a file strikethrough.c.s: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.s .PHONY : strikethrough.c.s table.o: table.c.o .PHONY : table.o # target to build an object file table.c.o: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.o .PHONY : table.c.o table.i: table.c.i .PHONY : table.i # target to preprocess a source file table.c.i: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.i .PHONY : table.c.i table.s: table.c.s .PHONY : table.s # target to generate assembly for a file table.c.s: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.s .PHONY : table.c.s tagfilter.o: tagfilter.c.o .PHONY : tagfilter.o # target to build an object file tagfilter.c.o: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/tagfilter.c.o .PHONY : tagfilter.c.o tagfilter.i: tagfilter.c.i .PHONY : tagfilter.i # target to preprocess a source file tagfilter.c.i: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/tagfilter.c.i .PHONY : tagfilter.c.i tagfilter.s: tagfilter.c.s .PHONY : tagfilter.s # target to generate assembly for a file tagfilter.c.s: cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f extensions/CMakeFiles/libcmarkextensions_static.dir/build.make extensions/CMakeFiles/libcmarkextensions_static.dir/tagfilter.c.s .PHONY : tagfilter.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 "... install/strip" @echo "... install" @echo "... rebuild_cache" @echo "... edit_cache" @echo "... install/local" @echo "... test" @echo "... list_install_components" @echo "... libcmarkextensions_static" @echo "... autolink.o" @echo "... autolink.i" @echo "... autolink.s" @echo "... core-extensions.o" @echo "... core-extensions.i" @echo "... core-extensions.s" @echo "... ext_scanners.o" @echo "... ext_scanners.i" @echo "... ext_scanners.s" @echo "... strikethrough.o" @echo "... strikethrough.i" @echo "... strikethrough.s" @echo "... table.o" @echo "... table.i" @echo "... table.s" @echo "... tagfilter.o" @echo "... tagfilter.i" @echo "... tagfilter.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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system