diff options
author | sanine <sanine.not@pm.me> | 2022-08-25 14:58:38 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-25 14:58:38 -0500 |
commit | a20cdab55ba066301da138c4df945608524e741a (patch) | |
tree | cc97c99ae382c4ddd6693a8fc65d12a96da28bec /build/examples | |
parent | 37c97e345d12f95dde44e1d1a4c2f2aadd4615bc (diff) |
remove build
Diffstat (limited to 'build/examples')
17 files changed, 0 insertions, 486 deletions
diff --git a/build/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/build/examples/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 74f1c9c..0000000 --- a/build/examples/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.21 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/kate/documents/code/lib/c/mossrose") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/kate/documents/code/lib/c/mossrose/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}) diff --git a/build/examples/CMakeFiles/example.dir/DependInfo.cmake b/build/examples/CMakeFiles/example.dir/DependInfo.cmake deleted file mode 100644 index 2e07f3b..0000000 --- a/build/examples/CMakeFiles/example.dir/DependInfo.cmake +++ /dev/null @@ -1,21 +0,0 @@ - -# 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/kate/documents/code/lib/c/mossrose/examples/example.c" "examples/CMakeFiles/example.dir/example.c.o" "gcc" "examples/CMakeFiles/example.dir/example.c.o.d" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles/mossrose.dir/DependInfo.cmake" - "/home/kate/documents/code/lib/c/mossrose/build/portaudio/CMakeFiles/portaudio.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/examples/CMakeFiles/example.dir/build.make b/build/examples/CMakeFiles/example.dir/build.make deleted file mode 100644 index 7638e60..0000000 --- a/build/examples/CMakeFiles/example.dir/build.make +++ /dev/null @@ -1,113 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.21 - -# 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/local/bin/cmake - -# The command to remove a file. -RM = /usr/local/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/kate/documents/code/lib/c/mossrose - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/kate/documents/code/lib/c/mossrose/build - -# Include any dependencies generated for this target. -include examples/CMakeFiles/example.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/CMakeFiles/example.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/CMakeFiles/example.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/CMakeFiles/example.dir/flags.make - -examples/CMakeFiles/example.dir/example.c.o: examples/CMakeFiles/example.dir/flags.make -examples/CMakeFiles/example.dir/example.c.o: ../examples/example.c -examples/CMakeFiles/example.dir/example.c.o: examples/CMakeFiles/example.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object examples/CMakeFiles/example.dir/example.c.o" - cd /home/kate/documents/code/lib/c/mossrose/build/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT examples/CMakeFiles/example.dir/example.c.o -MF CMakeFiles/example.dir/example.c.o.d -o CMakeFiles/example.dir/example.c.o -c /home/kate/documents/code/lib/c/mossrose/examples/example.c - -examples/CMakeFiles/example.dir/example.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/example.dir/example.c.i" - cd /home/kate/documents/code/lib/c/mossrose/build/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/kate/documents/code/lib/c/mossrose/examples/example.c > CMakeFiles/example.dir/example.c.i - -examples/CMakeFiles/example.dir/example.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/example.dir/example.c.s" - cd /home/kate/documents/code/lib/c/mossrose/build/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/kate/documents/code/lib/c/mossrose/examples/example.c -o CMakeFiles/example.dir/example.c.s - -# Object files for target example -example_OBJECTS = \ -"CMakeFiles/example.dir/example.c.o" - -# External object files for target example -example_EXTERNAL_OBJECTS = - -examples/example: examples/CMakeFiles/example.dir/example.c.o -examples/example: examples/CMakeFiles/example.dir/build.make -examples/example: libmossrose.a -examples/example: portaudio/libportaudio.so -examples/example: /usr/lib/x86_64-linux-gnu/libasound.so -examples/example: examples/CMakeFiles/example.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable example" - cd /home/kate/documents/code/lib/c/mossrose/build/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/example.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -examples/CMakeFiles/example.dir/build: examples/example -.PHONY : examples/CMakeFiles/example.dir/build - -examples/CMakeFiles/example.dir/clean: - cd /home/kate/documents/code/lib/c/mossrose/build/examples && $(CMAKE_COMMAND) -P CMakeFiles/example.dir/cmake_clean.cmake -.PHONY : examples/CMakeFiles/example.dir/clean - -examples/CMakeFiles/example.dir/depend: - cd /home/kate/documents/code/lib/c/mossrose/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kate/documents/code/lib/c/mossrose /home/kate/documents/code/lib/c/mossrose/examples /home/kate/documents/code/lib/c/mossrose/build /home/kate/documents/code/lib/c/mossrose/build/examples /home/kate/documents/code/lib/c/mossrose/build/examples/CMakeFiles/example.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : examples/CMakeFiles/example.dir/depend - diff --git a/build/examples/CMakeFiles/example.dir/cmake_clean.cmake b/build/examples/CMakeFiles/example.dir/cmake_clean.cmake deleted file mode 100644 index d77d834..0000000 --- a/build/examples/CMakeFiles/example.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/example.dir/example.c.o" - "CMakeFiles/example.dir/example.c.o.d" - "example" - "example.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/example.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/examples/CMakeFiles/example.dir/compiler_depend.internal b/build/examples/CMakeFiles/example.dir/compiler_depend.internal deleted file mode 100644 index 4a15cbd..0000000 --- a/build/examples/CMakeFiles/example.dir/compiler_depend.internal +++ /dev/null @@ -1,9 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.21 - -examples/CMakeFiles/example.dir/example.c.o - /home/kate/documents/code/lib/c/mossrose/examples/example.c - /usr/include/stdc-predef.h - /home/kate/documents/code/lib/c/mossrose/src/mossrose.h - /home/kate/documents/code/lib/c/mossrose/portaudio/include/portaudio.h - diff --git a/build/examples/CMakeFiles/example.dir/compiler_depend.make b/build/examples/CMakeFiles/example.dir/compiler_depend.make deleted file mode 100644 index d8bae0a..0000000 --- a/build/examples/CMakeFiles/example.dir/compiler_depend.make +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.21 - -examples/CMakeFiles/example.dir/example.c.o: ../examples/example.c \ - /usr/include/stdc-predef.h \ - ../src/mossrose.h \ - ../portaudio/include/portaudio.h - - -../portaudio/include/portaudio.h: - -/usr/include/stdc-predef.h: - -../src/mossrose.h: - -../examples/example.c: diff --git a/build/examples/CMakeFiles/example.dir/compiler_depend.ts b/build/examples/CMakeFiles/example.dir/compiler_depend.ts deleted file mode 100644 index 82206ab..0000000 --- a/build/examples/CMakeFiles/example.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for example. diff --git a/build/examples/CMakeFiles/example.dir/depend.make b/build/examples/CMakeFiles/example.dir/depend.make deleted file mode 100644 index 1438e1c..0000000 --- a/build/examples/CMakeFiles/example.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for example. -# This may be replaced when dependencies are built. diff --git a/build/examples/CMakeFiles/example.dir/example.c.o b/build/examples/CMakeFiles/example.dir/example.c.o Binary files differdeleted file mode 100644 index 7ba8d10..0000000 --- a/build/examples/CMakeFiles/example.dir/example.c.o +++ /dev/null diff --git a/build/examples/CMakeFiles/example.dir/example.c.o.d b/build/examples/CMakeFiles/example.dir/example.c.o.d deleted file mode 100644 index e123383..0000000 --- a/build/examples/CMakeFiles/example.dir/example.c.o.d +++ /dev/null @@ -1,6 +0,0 @@ -examples/CMakeFiles/example.dir/example.c.o: \ - /home/kate/documents/code/lib/c/mossrose/examples/example.c \ - /usr/include/stdc-predef.h \ - /home/kate/documents/code/lib/c/mossrose/src/mossrose.h \ - /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ - /home/kate/documents/code/lib/c/mossrose/portaudio/include/portaudio.h diff --git a/build/examples/CMakeFiles/example.dir/flags.make b/build/examples/CMakeFiles/example.dir/flags.make deleted file mode 100644 index 15df530..0000000 --- a/build/examples/CMakeFiles/example.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.21 - -# compile C with /usr/bin/cc -C_DEFINES = - -C_INCLUDES = -I/home/kate/documents/code/lib/c/mossrose/src -I/home/kate/documents/code/lib/c/mossrose/portaudio/include - -C_FLAGS = - diff --git a/build/examples/CMakeFiles/example.dir/link.txt b/build/examples/CMakeFiles/example.dir/link.txt deleted file mode 100644 index 5999fa9..0000000 --- a/build/examples/CMakeFiles/example.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc -rdynamic CMakeFiles/example.dir/example.c.o -o example -Wl,-rpath,/home/kate/documents/code/lib/c/mossrose/build/portaudio ../libmossrose.a ../portaudio/libportaudio.so -lasound -lm -lpthread diff --git a/build/examples/CMakeFiles/example.dir/progress.make b/build/examples/CMakeFiles/example.dir/progress.make deleted file mode 100644 index abadeb0..0000000 --- a/build/examples/CMakeFiles/example.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 - diff --git a/build/examples/CMakeFiles/progress.marks b/build/examples/CMakeFiles/progress.marks deleted file mode 100644 index d6b2404..0000000 --- a/build/examples/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -19 diff --git a/build/examples/Makefile b/build/examples/Makefile deleted file mode 100644 index ca4e2cc..0000000 --- a/build/examples/Makefile +++ /dev/null @@ -1,231 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.21 - -# 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/local/bin/cmake - -# The command to remove a file. -RM = /usr/local/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/kate/documents/code/lib/c/mossrose - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/kate/documents/code/lib/c/mossrose/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/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/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/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/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..." - /usr/local/bin/cmake -P cmake_install.cmake -.PHONY : install/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 rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/local/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 - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/kate/documents/code/lib/c/mossrose/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles /home/kate/documents/code/lib/c/mossrose/build/examples//CMakeFiles/progress.marks - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/kate/documents/code/lib/c/mossrose/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/CMakeFiles/example.dir/rule: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/example.dir/rule -.PHONY : examples/CMakeFiles/example.dir/rule - -# Convenience name for target. -example: examples/CMakeFiles/example.dir/rule -.PHONY : example - -# fast build rule for target. -example/fast: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/build -.PHONY : example/fast - -example.o: example.c.o -.PHONY : example.o - -# target to build an object file -example.c.o: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/example.c.o -.PHONY : example.c.o - -example.i: example.c.i -.PHONY : example.i - -# target to preprocess a source file -example.c.i: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/example.c.i -.PHONY : example.c.i - -example.s: example.c.s -.PHONY : example.s - -# target to generate assembly for a file -example.c.s: - cd /home/kate/documents/code/lib/c/mossrose/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/example.c.s -.PHONY : example.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 "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... rebuild_cache" - @echo "... example" - @echo "... example.o" - @echo "... example.i" - @echo "... example.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/kate/documents/code/lib/c/mossrose/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/cmake_install.cmake b/build/examples/cmake_install.cmake deleted file mode 100644 index 956fd8f..0000000 --- a/build/examples/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: /home/kate/documents/code/lib/c/mossrose/examples - -# 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() - diff --git a/build/examples/example b/build/examples/example Binary files differdeleted file mode 100755 index 606dd31..0000000 --- a/build/examples/example +++ /dev/null |