diff options
author | sanine <sanine.not@pm.me> | 2022-08-25 14:54:53 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-25 14:54:53 -0500 |
commit | 37c97e345d12f95dde44e1d1a4c2f2aadd4615bc (patch) | |
tree | e1bb25bc855883062bdd7847ff2c04290f71c840 /build/examples | |
parent | 5634c7b04da619669f2f29f6798c03982be05180 (diff) |
add initial structure
Diffstat (limited to 'build/examples')
17 files changed, 486 insertions, 0 deletions
diff --git a/build/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/build/examples/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..74f1c9c --- /dev/null +++ b/build/examples/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# 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 new file mode 100644 index 0000000..2e07f3b --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/DependInfo.cmake @@ -0,0 +1,21 @@ + +# 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 new file mode 100644 index 0000000..7638e60 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/build.make @@ -0,0 +1,113 @@ +# 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 new file mode 100644 index 0000000..d77d834 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..4a15cbd --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/compiler_depend.internal @@ -0,0 +1,9 @@ +# 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 new file mode 100644 index 0000000..d8bae0a --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/compiler_depend.make @@ -0,0 +1,16 @@ +# 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 new file mode 100644 index 0000000..82206ab --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# 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 new file mode 100644 index 0000000..1438e1c --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/depend.make @@ -0,0 +1,2 @@ +# 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 differnew file mode 100644 index 0000000..7ba8d10 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/example.c.o diff --git a/build/examples/CMakeFiles/example.dir/example.c.o.d b/build/examples/CMakeFiles/example.dir/example.c.o.d new file mode 100644 index 0000000..e123383 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/example.c.o.d @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..15df530 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/flags.make @@ -0,0 +1,10 @@ +# 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 new file mode 100644 index 0000000..5999fa9 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/link.txt @@ -0,0 +1 @@ +/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 new file mode 100644 index 0000000..abadeb0 --- /dev/null +++ b/build/examples/CMakeFiles/example.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 + diff --git a/build/examples/CMakeFiles/progress.marks b/build/examples/CMakeFiles/progress.marks new file mode 100644 index 0000000..d6b2404 --- /dev/null +++ b/build/examples/CMakeFiles/progress.marks @@ -0,0 +1 @@ +19 diff --git a/build/examples/Makefile b/build/examples/Makefile new file mode 100644 index 0000000..ca4e2cc --- /dev/null +++ b/build/examples/Makefile @@ -0,0 +1,231 @@ +# 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 new file mode 100644 index 0000000..956fd8f --- /dev/null +++ b/build/examples/cmake_install.cmake @@ -0,0 +1,44 @@ +# 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 differnew file mode 100755 index 0000000..606dd31 --- /dev/null +++ b/build/examples/example |