rebuild project for use with md4c library

This commit is contained in:
Rosia E Evans 2023-09-15 13:00:49 +01:00
parent 18fbad5c7d
commit 6d98202f38
135 changed files with 19527 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rosia/Programming/Cpp/BlogParser")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rosia/Programming/Cpp/BlogParser/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View file

@ -0,0 +1,19 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/rosia/Programming/Cpp/BlogParser/Libs/md4c-html.c" "Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o" "gcc" "Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View file

@ -0,0 +1,111 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rosia/Programming/Cpp/BlogParser
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rosia/Programming/Cpp/BlogParser/build
# Include any dependencies generated for this target.
include Libs/CMakeFiles/md4c-html.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include Libs/CMakeFiles/md4c-html.dir/compiler_depend.make
# Include the progress variables for this target.
include Libs/CMakeFiles/md4c-html.dir/progress.make
# Include the compile flags for this target's objects.
include Libs/CMakeFiles/md4c-html.dir/flags.make
Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o: Libs/CMakeFiles/md4c-html.dir/flags.make
Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o: ../Libs/md4c-html.c
Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o: Libs/CMakeFiles/md4c-html.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o -MF CMakeFiles/md4c-html.dir/md4c-html.c.o.d -o CMakeFiles/md4c-html.dir/md4c-html.c.o -c /home/rosia/Programming/Cpp/BlogParser/Libs/md4c-html.c
Libs/CMakeFiles/md4c-html.dir/md4c-html.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c-html.dir/md4c-html.c.i"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Libs/md4c-html.c > CMakeFiles/md4c-html.dir/md4c-html.c.i
Libs/CMakeFiles/md4c-html.dir/md4c-html.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c-html.dir/md4c-html.c.s"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Libs/md4c-html.c -o CMakeFiles/md4c-html.dir/md4c-html.c.s
# Object files for target md4c-html
md4c__html_OBJECTS = \
"CMakeFiles/md4c-html.dir/md4c-html.c.o"
# External object files for target md4c-html
md4c__html_EXTERNAL_OBJECTS =
Libs/libmd4c-html.a: Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o
Libs/libmd4c-html.a: Libs/CMakeFiles/md4c-html.dir/build.make
Libs/libmd4c-html.a: Libs/CMakeFiles/md4c-html.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libmd4c-html.a"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c-html.dir/cmake_clean_target.cmake
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/md4c-html.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
Libs/CMakeFiles/md4c-html.dir/build: Libs/libmd4c-html.a
.PHONY : Libs/CMakeFiles/md4c-html.dir/build
Libs/CMakeFiles/md4c-html.dir/clean:
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c-html.dir/cmake_clean.cmake
.PHONY : Libs/CMakeFiles/md4c-html.dir/clean
Libs/CMakeFiles/md4c-html.dir/depend:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Libs /home/rosia/Programming/Cpp/BlogParser/build /home/rosia/Programming/Cpp/BlogParser/build/Libs /home/rosia/Programming/Cpp/BlogParser/build/Libs/CMakeFiles/md4c-html.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : Libs/CMakeFiles/md4c-html.dir/depend

View file

@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/md4c-html.dir/md4c-html.c.o"
"CMakeFiles/md4c-html.dir/md4c-html.c.o.d"
"libmd4c-html.a"
"libmd4c-html.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/md4c-html.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View file

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libmd4c-html.a"
)

View file

@ -0,0 +1,2 @@
# Empty compiler generated dependencies file for md4c-html.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for md4c-html.

View file

@ -0,0 +1,2 @@
# Empty dependencies file for md4c-html.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES =
C_INCLUDES =
C_FLAGS =

View file

@ -0,0 +1,2 @@
/usr/bin/ar qc libmd4c-html.a CMakeFiles/md4c-html.dir/md4c-html.c.o
/usr/bin/ranlib libmd4c-html.a

View file

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 5
CMAKE_PROGRESS_2 = 6

View file

@ -0,0 +1,19 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/rosia/Programming/Cpp/BlogParser/Libs/md4c.c" "Libs/CMakeFiles/md4c.dir/md4c.c.o" "gcc" "Libs/CMakeFiles/md4c.dir/md4c.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View file

@ -0,0 +1,111 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rosia/Programming/Cpp/BlogParser
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rosia/Programming/Cpp/BlogParser/build
# Include any dependencies generated for this target.
include Libs/CMakeFiles/md4c.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include Libs/CMakeFiles/md4c.dir/compiler_depend.make
# Include the progress variables for this target.
include Libs/CMakeFiles/md4c.dir/progress.make
# Include the compile flags for this target's objects.
include Libs/CMakeFiles/md4c.dir/flags.make
Libs/CMakeFiles/md4c.dir/md4c.c.o: Libs/CMakeFiles/md4c.dir/flags.make
Libs/CMakeFiles/md4c.dir/md4c.c.o: ../Libs/md4c.c
Libs/CMakeFiles/md4c.dir/md4c.c.o: Libs/CMakeFiles/md4c.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object Libs/CMakeFiles/md4c.dir/md4c.c.o"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Libs/CMakeFiles/md4c.dir/md4c.c.o -MF CMakeFiles/md4c.dir/md4c.c.o.d -o CMakeFiles/md4c.dir/md4c.c.o -c /home/rosia/Programming/Cpp/BlogParser/Libs/md4c.c
Libs/CMakeFiles/md4c.dir/md4c.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c.dir/md4c.c.i"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Libs/md4c.c > CMakeFiles/md4c.dir/md4c.c.i
Libs/CMakeFiles/md4c.dir/md4c.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c.dir/md4c.c.s"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Libs/md4c.c -o CMakeFiles/md4c.dir/md4c.c.s
# Object files for target md4c
md4c_OBJECTS = \
"CMakeFiles/md4c.dir/md4c.c.o"
# External object files for target md4c
md4c_EXTERNAL_OBJECTS =
Libs/libmd4c.a: Libs/CMakeFiles/md4c.dir/md4c.c.o
Libs/libmd4c.a: Libs/CMakeFiles/md4c.dir/build.make
Libs/libmd4c.a: Libs/CMakeFiles/md4c.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libmd4c.a"
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c.dir/cmake_clean_target.cmake
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/md4c.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
Libs/CMakeFiles/md4c.dir/build: Libs/libmd4c.a
.PHONY : Libs/CMakeFiles/md4c.dir/build
Libs/CMakeFiles/md4c.dir/clean:
cd /home/rosia/Programming/Cpp/BlogParser/build/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c.dir/cmake_clean.cmake
.PHONY : Libs/CMakeFiles/md4c.dir/clean
Libs/CMakeFiles/md4c.dir/depend:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Libs /home/rosia/Programming/Cpp/BlogParser/build /home/rosia/Programming/Cpp/BlogParser/build/Libs /home/rosia/Programming/Cpp/BlogParser/build/Libs/CMakeFiles/md4c.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : Libs/CMakeFiles/md4c.dir/depend

View file

@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/md4c.dir/md4c.c.o"
"CMakeFiles/md4c.dir/md4c.c.o.d"
"libmd4c.a"
"libmd4c.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/md4c.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View file

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libmd4c.a"
)

View file

@ -0,0 +1,2 @@
# Empty compiler generated dependencies file for md4c.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for md4c.

View file

@ -0,0 +1,2 @@
# Empty dependencies file for md4c.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES =
C_INCLUDES =
C_FLAGS =

View file

@ -0,0 +1,2 @@
/usr/bin/ar qc libmd4c.a CMakeFiles/md4c.dir/md4c.c.o
/usr/bin/ranlib libmd4c.a

View file

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4

View file

@ -0,0 +1 @@
4

224
build/Libs/Makefile Normal file
View file

@ -0,0 +1,224 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# 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:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rosia/Programming/Cpp/BlogParser
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rosia/Programming/Cpp/BlogParser/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/rosia/Programming/Cpp/BlogParser/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles /home/rosia/Programming/Cpp/BlogParser/build/Libs//CMakeFiles/progress.marks
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libs/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libs/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libs/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libs/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
Libs/CMakeFiles/md4c.dir/rule:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libs/CMakeFiles/md4c.dir/rule
.PHONY : Libs/CMakeFiles/md4c.dir/rule
# Convenience name for target.
md4c: Libs/CMakeFiles/md4c.dir/rule
.PHONY : md4c
# fast build rule for target.
md4c/fast:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c.dir/build.make Libs/CMakeFiles/md4c.dir/build
.PHONY : md4c/fast
# Convenience name for target.
Libs/CMakeFiles/md4c-html.dir/rule:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libs/CMakeFiles/md4c-html.dir/rule
.PHONY : Libs/CMakeFiles/md4c-html.dir/rule
# Convenience name for target.
md4c-html: Libs/CMakeFiles/md4c-html.dir/rule
.PHONY : md4c-html
# fast build rule for target.
md4c-html/fast:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c-html.dir/build.make Libs/CMakeFiles/md4c-html.dir/build
.PHONY : md4c-html/fast
md4c-html.o: md4c-html.c.o
.PHONY : md4c-html.o
# target to build an object file
md4c-html.c.o:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c-html.dir/build.make Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o
.PHONY : md4c-html.c.o
md4c-html.i: md4c-html.c.i
.PHONY : md4c-html.i
# target to preprocess a source file
md4c-html.c.i:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c-html.dir/build.make Libs/CMakeFiles/md4c-html.dir/md4c-html.c.i
.PHONY : md4c-html.c.i
md4c-html.s: md4c-html.c.s
.PHONY : md4c-html.s
# target to generate assembly for a file
md4c-html.c.s:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c-html.dir/build.make Libs/CMakeFiles/md4c-html.dir/md4c-html.c.s
.PHONY : md4c-html.c.s
md4c.o: md4c.c.o
.PHONY : md4c.o
# target to build an object file
md4c.c.o:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c.dir/build.make Libs/CMakeFiles/md4c.dir/md4c.c.o
.PHONY : md4c.c.o
md4c.i: md4c.c.i
.PHONY : md4c.i
# target to preprocess a source file
md4c.c.i:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c.dir/build.make Libs/CMakeFiles/md4c.dir/md4c.c.i
.PHONY : md4c.c.i
md4c.s: md4c.c.s
.PHONY : md4c.s
# target to generate assembly for a file
md4c.c.s:
cd /home/rosia/Programming/Cpp/BlogParser/build && $(MAKE) $(MAKESILENT) -f Libs/CMakeFiles/md4c.dir/build.make Libs/CMakeFiles/md4c.dir/md4c.c.s
.PHONY : md4c.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 "... edit_cache"
@echo "... rebuild_cache"
@echo "... md4c"
@echo "... md4c-html"
@echo "... md4c-html.o"
@echo "... md4c-html.i"
@echo "... md4c-html.s"
@echo "... md4c.o"
@echo "... md4c.i"
@echo "... md4c.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 /home/rosia/Programming/Cpp/BlogParser/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View file

@ -0,0 +1,44 @@
# Install script for directory: /home/rosia/Programming/Cpp/BlogParser/Libs
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()