diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..17fb54b --- /dev/null +++ b/Makefile @@ -0,0 +1,518 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/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 "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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 + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named button-shortcut + +# Build rule for target. +button-shortcut: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 button-shortcut +.PHONY : button-shortcut + +# fast build rule for target. +button-shortcut/fast: + $(MAKE) -f example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build.make example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build +.PHONY : button-shortcut/fast + +#============================================================================= +# Target rules for targets named canny + +# Build rule for target. +canny: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 canny +.PHONY : canny + +# fast build rule for target. +canny/fast: + $(MAKE) -f example/src/canny/CMakeFiles/canny.dir/build.make example/src/canny/CMakeFiles/canny.dir/build +.PHONY : canny/fast + +#============================================================================= +# Target rules for targets named complex-layout + +# Build rule for target. +complex-layout: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 complex-layout +.PHONY : complex-layout + +# fast build rule for target. +complex-layout/fast: + $(MAKE) -f example/src/complext-layout/CMakeFiles/complex-layout.dir/build.make example/src/complext-layout/CMakeFiles/complex-layout.dir/build +.PHONY : complex-layout/fast + +#============================================================================= +# Target rules for targets named hello-world + +# Build rule for target. +hello-world: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 hello-world +.PHONY : hello-world + +# fast build rule for target. +hello-world/fast: + $(MAKE) -f example/src/hello-world/CMakeFiles/hello-world.dir/build.make example/src/hello-world/CMakeFiles/hello-world.dir/build +.PHONY : hello-world/fast + +#============================================================================= +# Target rules for targets named image-button + +# Build rule for target. +image-button: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image-button +.PHONY : image-button + +# fast build rule for target. +image-button/fast: + $(MAKE) -f example/src/image-button/CMakeFiles/image-button.dir/build.make example/src/image-button/CMakeFiles/image-button.dir/build +.PHONY : image-button/fast + +#============================================================================= +# Target rules for targets named interaction-area + +# Build rule for target. +interaction-area: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 interaction-area +.PHONY : interaction-area + +# fast build rule for target. +interaction-area/fast: + $(MAKE) -f example/src/interaction-area/CMakeFiles/interaction-area.dir/build.make example/src/interaction-area/CMakeFiles/interaction-area.dir/build +.PHONY : interaction-area/fast + +#============================================================================= +# Target rules for targets named main-app + +# Build rule for target. +main-app: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 main-app +.PHONY : main-app + +# fast build rule for target. +main-app/fast: + $(MAKE) -f example/src/main-app/CMakeFiles/main-app.dir/build.make example/src/main-app/CMakeFiles/main-app.dir/build +.PHONY : main-app/fast + +#============================================================================= +# Target rules for targets named mouse + +# Build rule for target. +mouse: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 mouse +.PHONY : mouse + +# fast build rule for target. +mouse/fast: + $(MAKE) -f example/src/mouse/CMakeFiles/mouse.dir/build.make example/src/mouse/CMakeFiles/mouse.dir/build +.PHONY : mouse/fast + +#============================================================================= +# Target rules for targets named mouse-complex + +# Build rule for target. +mouse-complex: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 mouse-complex +.PHONY : mouse-complex + +# fast build rule for target. +mouse-complex/fast: + $(MAKE) -f example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build.make example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build +.PHONY : mouse-complex/fast + +#============================================================================= +# Target rules for targets named mouse-complex-buttons + +# Build rule for target. +mouse-complex-buttons: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 mouse-complex-buttons +.PHONY : mouse-complex-buttons + +# fast build rule for target. +mouse-complex-buttons/fast: + $(MAKE) -f example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build.make example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build +.PHONY : mouse-complex-buttons/fast + +#============================================================================= +# Target rules for targets named multiple-files + +# Build rule for target. +multiple-files: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 multiple-files +.PHONY : multiple-files + +# fast build rule for target. +multiple-files/fast: + $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/build +.PHONY : multiple-files/fast + +#============================================================================= +# Target rules for targets named multiple-windows + +# Build rule for target. +multiple-windows: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 multiple-windows +.PHONY : multiple-windows + +# fast build rule for target. +multiple-windows/fast: + $(MAKE) -f example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build.make example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build +.PHONY : multiple-windows/fast + +#============================================================================= +# Target rules for targets named multiple-windows-complex + +# Build rule for target. +multiple-windows-complex: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 multiple-windows-complex +.PHONY : multiple-windows-complex + +# fast build rule for target. +multiple-windows-complex/fast: + $(MAKE) -f example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build.make example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build +.PHONY : multiple-windows-complex/fast + +#============================================================================= +# Target rules for targets named multiple-windows-complex-dynamic + +# Build rule for target. +multiple-windows-complex-dynamic: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 multiple-windows-complex-dynamic +.PHONY : multiple-windows-complex-dynamic + +# fast build rule for target. +multiple-windows-complex-dynamic/fast: + $(MAKE) -f example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build.make example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build +.PHONY : multiple-windows-complex-dynamic/fast + +#============================================================================= +# Target rules for targets named multiple-windows-complex-mouse + +# Build rule for target. +multiple-windows-complex-mouse: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 multiple-windows-complex-mouse +.PHONY : multiple-windows-complex-mouse + +# fast build rule for target. +multiple-windows-complex-mouse/fast: + $(MAKE) -f example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build.make example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build +.PHONY : multiple-windows-complex-mouse/fast + +#============================================================================= +# Target rules for targets named nested-rows-columns + +# Build rule for target. +nested-rows-columns: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 nested-rows-columns +.PHONY : nested-rows-columns + +# fast build rule for target. +nested-rows-columns/fast: + $(MAKE) -f example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build.make example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build +.PHONY : nested-rows-columns/fast + +#============================================================================= +# Target rules for targets named on-image + +# Build rule for target. +on-image: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 on-image +.PHONY : on-image + +# fast build rule for target. +on-image/fast: + $(MAKE) -f example/src/on-image/CMakeFiles/on-image.dir/build.make example/src/on-image/CMakeFiles/on-image.dir/build +.PHONY : on-image/fast + +#============================================================================= +# Target rules for targets named row-column + +# Build rule for target. +row-column: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 row-column +.PHONY : row-column + +# fast build rule for target. +row-column/fast: + $(MAKE) -f example/src/row-column/CMakeFiles/row-column.dir/build.make example/src/row-column/CMakeFiles/row-column.dir/build +.PHONY : row-column/fast + +#============================================================================= +# Target rules for targets named sparkline + +# Build rule for target. +sparkline: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 sparkline +.PHONY : sparkline + +# fast build rule for target. +sparkline/fast: + $(MAKE) -f example/src/sparkline/CMakeFiles/sparkline.dir/build.make example/src/sparkline/CMakeFiles/sparkline.dir/build +.PHONY : sparkline/fast + +#============================================================================= +# Target rules for targets named trackbar + +# Build rule for target. +trackbar: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 trackbar +.PHONY : trackbar + +# fast build rule for target. +trackbar/fast: + $(MAKE) -f example/src/trackbar/CMakeFiles/trackbar.dir/build.make example/src/trackbar/CMakeFiles/trackbar.dir/build +.PHONY : trackbar/fast + +#============================================================================= +# Target rules for targets named trackbar-complex + +# Build rule for target. +trackbar-complex: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 trackbar-complex +.PHONY : trackbar-complex + +# fast build rule for target. +trackbar-complex/fast: + $(MAKE) -f example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build.make example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build +.PHONY : trackbar-complex/fast + +#============================================================================= +# Target rules for targets named trackbar-sparkline + +# Build rule for target. +trackbar-sparkline: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 trackbar-sparkline +.PHONY : trackbar-sparkline + +# fast build rule for target. +trackbar-sparkline/fast: + $(MAKE) -f example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build.make example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build +.PHONY : trackbar-sparkline/fast + +#============================================================================= +# Target rules for targets named ui-enhanced-canny + +# Build rule for target. +ui-enhanced-canny: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 ui-enhanced-canny +.PHONY : ui-enhanced-canny + +# fast build rule for target. +ui-enhanced-canny/fast: + $(MAKE) -f example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build.make example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build +.PHONY : ui-enhanced-canny/fast + +#============================================================================= +# Target rules for targets named ui-enhanced-window-component + +# Build rule for target. +ui-enhanced-window-component: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 ui-enhanced-window-component +.PHONY : ui-enhanced-window-component + +# fast build rule for target. +ui-enhanced-window-component/fast: + $(MAKE) -f example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build.make example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build +.PHONY : ui-enhanced-window-component/fast + +# 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" + @echo "... list_install_components" + @echo "... install/strip" + @echo "... install/local" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... button-shortcut" + @echo "... canny" + @echo "... complex-layout" + @echo "... hello-world" + @echo "... image-button" + @echo "... interaction-area" + @echo "... main-app" + @echo "... mouse" + @echo "... mouse-complex" + @echo "... mouse-complex-buttons" + @echo "... multiple-files" + @echo "... multiple-windows" + @echo "... multiple-windows-complex" + @echo "... multiple-windows-complex-dynamic" + @echo "... multiple-windows-complex-mouse" + @echo "... nested-rows-columns" + @echo "... on-image" + @echo "... row-column" + @echo "... sparkline" + @echo "... trackbar" + @echo "... trackbar-complex" + @echo "... trackbar-sparkline" + @echo "... ui-enhanced-canny" + @echo "... ui-enhanced-window-component" +.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: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cvui.h b/cvui.h index d4e47e7..b99b55a 100644 --- a/cvui.h +++ b/cvui.h @@ -421,7 +421,7 @@ void printf(cv::Mat& theWhere, int theX, int theY, const char *theFmt, ...); \param theFormat how the value of the counter should be presented, as it was printed by `stdio's printf()`. E.g. `"%d"` means the value will be displayed as an integer, `"%0d"` integer with one leading zero, etc. \return integer that corresponds to the current value of the counter. */ -int counter(cv::Mat& theWhere, int theX, int theY, int *theValue, int theStep = 1, const char *theFormat = "%d"); +int counter(cv::Mat& theWhere, int theX, int theY, int *theValue, int theMin = 0, int theMax = 100, int theStep = 1, const char *theFormat = "%d"); /** Display a counter for float values that the user can increase/descrease @@ -435,8 +435,7 @@ int counter(cv::Mat& theWhere, int theX, int theY, int *theValue, int theStep = \param theFormat how the value of the counter should be presented, as it was printed by `stdio's printf()`. E.g. `"%f"` means the value will be displayed as a regular float, `"%.2f"` float with two digits after the point, etc. \return a float that corresponds to the current value of the counter. */ -double counter(cv::Mat& theWhere, int theX, int theY, double *theValue, double theStep = 0.5, const char *theFormat = "%.2f"); - +double counter(cv::Mat& theWhere, int theX, int theY, double *theValue, double theMin = 0.0, double theMax = 100.0, double theStep = 0.5, const char *theFormat = "%.2f"); /** Display a trackbar for numeric values that the user can increase/decrease by clicking and/or dragging the marker right or left. This component uses templates @@ -912,7 +911,7 @@ void printf(const char *theFmt, ...); \sa endRow() \sa endColumn() */ -int counter(int *theValue, int theStep = 1, const char *theFormat = "%d"); +int counter(int *theValue, int theMin = 0, int theMax = 100, int theStep = 1, const char *theFormat = "%d"); /** Display a counter for float values that the user can increase/descrease @@ -931,7 +930,7 @@ int counter(int *theValue, int theStep = 1, const char *theFormat = "%d"); \sa endRow() \sa endColumn() */ -double counter(double *theValue, double theStep = 0.5, const char *theFormat = "%.2f"); +double counter(double *theValue, double theMin = 0.0, double theMax = 100.0, double theStep = 0.5, const char *theFormat = "%.2f"); /** Display a trackbar for numeric values that the user can increase/decrease @@ -1227,8 +1226,8 @@ namespace internal void image(cvui_block_t& theBlock, int theX, int theY, cv::Mat& theImage); bool checkbox(cvui_block_t& theBlock, int theX, int theY, const cv::String& theLabel, bool *theState, unsigned int theColor); void text(cvui_block_t& theBlock, int theX, int theY, const cv::String& theText, double theFontScale, unsigned int theColor, bool theUpdateLayout); - int counter(cvui_block_t& theBlock, int theX, int theY, int *theValue, int theStep, const char *theFormat); - double counter(cvui_block_t& theBlock, int theX, int theY, double *theValue, double theStep, const char *theFormat); + int counter(cvui_block_t& theBlock, int theX, int theY, int *theValue, int theMin, int theMax, int theStep, const char *theFormat); + double counter(cvui_block_t& theBlock, int theX, int theY, double *theValue, double theMin, double theMax, double theStep, const char *theFormat); void window(cvui_block_t& theBlock, int theX, int theY, int theWidth, int theHeight, const cv::String& theTitle); void rect(cvui_block_t& theBlock, int theX, int theY, int theWidth, int theHeight, unsigned int theBorderColor, unsigned int theFillingColor); void sparkline(cvui_block_t& theBlock, std::vector& theValues, int theX, int theY, int theWidth, int theHeight, unsigned int theColor); @@ -1754,18 +1753,22 @@ namespace internal } } - int counter(cvui_block_t& theBlock, int theX, int theY, int *theValue, int theStep, const char *theFormat) { + int counter(cvui_block_t& theBlock, int theX, int theY, int *theValue, int theMin, int theMax, int theStep, const char *theFormat) { cv::Rect aContentArea(theX + 22, theY, 48, 22); if (internal::button(theBlock, theX, theY, 22, 22, "-", false)) { + if((*theValue - theStep) >= theMin){ *theValue -= theStep; + } } sprintf_s(internal::gBuffer, theFormat, *theValue); render::counter(theBlock, aContentArea, internal::gBuffer); if (internal::button(theBlock, aContentArea.x + aContentArea.width, theY, 22, 22, "+", false)) { + if((*theValue + theStep) <= theMax){ *theValue += theStep; + } } // Update the layout flow @@ -1775,18 +1778,23 @@ namespace internal return *theValue; } - double counter(cvui_block_t& theBlock, int theX, int theY, double *theValue, double theStep, const char *theFormat) { + double counter(cvui_block_t& theBlock, int theX, int theY, double *theValue, double theMin, double theMax, double theStep, const char *theFormat) { + cv::Rect aContentArea(theX + 22, theY, 48, 22); if (internal::button(theBlock, theX, theY, 22, 22, "-", false)) { + if((*theValue - theStep) >= theMin){ *theValue -= theStep; + } } sprintf_s(internal::gBuffer, theFormat, *theValue); render::counter(theBlock, aContentArea, internal::gBuffer); if (internal::button(theBlock, aContentArea.x + aContentArea.width, theY, 22, 22, "+", false)) { + if((*theValue + theStep) <= theMax){ *theValue += theStep; + } } // Update the layout flow @@ -2292,14 +2300,14 @@ void printf(cv::Mat& theWhere, int theX, int theY, const char *theFmt, ...) { internal::text(internal::gScreen, theX, theY, internal::gBuffer, 0.4, 0xCECECE, true); } -int counter(cv::Mat& theWhere, int theX, int theY, int *theValue, int theStep, const char *theFormat) { +int counter(cv::Mat& theWhere, int theX, int theY, int *theValue, int theMin, int theMax, int theStep, const char *theFormat) { internal::gScreen.where = theWhere; - return internal::counter(internal::gScreen, theX, theY, theValue, theStep, theFormat); + return internal::counter(internal::gScreen, theX, theY, theValue, theMin, theMax, theStep, theFormat); } -double counter(cv::Mat& theWhere, int theX, int theY, double *theValue, double theStep, const char *theFormat) { +double counter(cv::Mat& theWhere, int theX, int theY, double *theValue, double theMin, double theMax, double theStep, const char *theFormat) { internal::gScreen.where = theWhere; - return internal::counter(internal::gScreen, theX, theY, theValue, theStep, theFormat); + return internal::counter(internal::gScreen, theX, theY, theValue, theMin, theMax, theStep, theFormat); } void window(cv::Mat& theWhere, int theX, int theY, int theWidth, int theHeight, const cv::String& theTitle) { @@ -2406,14 +2414,14 @@ void printf(const char *theFmt, ...) { internal::text(aBlock, aBlock.anchor.x, aBlock.anchor.y, internal::gBuffer, 0.4, 0xCECECE, true); } -int counter(int *theValue, int theStep, const char *theFormat) { +int counter(int *theValue, int theStep, int theMin, int theMax, const char *theFormat) { cvui_block_t& aBlock = internal::topBlock(); - return internal::counter(aBlock, aBlock.anchor.x, aBlock.anchor.y, theValue, theStep, theFormat); + return internal::counter(aBlock, aBlock.anchor.x, aBlock.anchor.y, theValue, theMin, theMax, theStep, theFormat); } -double counter(double *theValue, double theStep, const char *theFormat) { +double counter(double *theValue, double theStep, double theMin, double theMax, const char *theFormat) { cvui_block_t& aBlock = internal::topBlock(); - return internal::counter(aBlock, aBlock.anchor.x, aBlock.anchor.y, theValue, theStep, theFormat); + return internal::counter(aBlock, aBlock.anchor.x, aBlock.anchor.y, theValue, theMin, theMax, theStep, theFormat); } void window(int theWidth, int theHeight, const cv::String& theTitle) { diff --git a/cvui.py b/cvui.py index d98047d..c713ab4 100644 --- a/cvui.py +++ b/cvui.py @@ -422,16 +422,18 @@ def text(self, theBlock, theX, theY, theText, theFontScale, theColor, theUpdateL aTextSize.height += 1 self.updateLayoutFlow(theBlock, aTextSize) - def counter(self, theBlock, theX, theY, theValue, theStep, theFormat): + def counter(self, theBlock, theX, theY, theValue, theMin, theMax, theStep, theFormat): aContentArea = Rect(theX + 22, theY, 48, 22) if self.buttonWH(theBlock, theX, theY, 22, 22, '-', False): + if((theValue[0] - theStep) >= theMin): theValue[0] -= theStep aText = theFormat % theValue[0] self._render.counter(theBlock, aContentArea, aText) if self.buttonWH(theBlock, aContentArea.x + aContentArea.width, theY, 22, 22, "+", False): + if((theValue[0] + theStep) <= theMax): theValue[0] += theStep # Update the layout flow @@ -727,7 +729,7 @@ def text(self, theBlock, theText, thePos, theFontScale, theColor): aPosition = (int(thePos.x), int(thePos.y)) cv2.putText(theBlock.where, theText, aPosition, cv2.FONT_HERSHEY_SIMPLEX, theFontScale, self._internal.hexToScalar(theColor), 1, cv2.LINE_AA) - def counter(self, theBlock, theShape, theValue): + def counter(self, theBlock, theShape, theValue, theMin, theMax): self.rectangle(theBlock.where, theShape, (0x29, 0x29, 0x29), CVUI_FILLED) # fill self.rectangle(theBlock.where, theShape, (0x45, 0x45, 0x45)) # border @@ -1551,7 +1553,7 @@ def printf(theWhere, theX, theY, theFmt): """ print('This is wrapper function to help code autocompletion.') -def counter(theWhere, theX, theY, theValue, theStep = 1, theFormat = '%d'): +def counter(theWhere, theX, theY, theValue, theMin = 0, theMax = 100, theStep = 1, theFormat = '%d'): """ Display a counter for integer values that the user can increase/descrease by clicking the up and down arrows. @@ -2223,7 +2225,7 @@ def printf(theFmt): """ print('This is wrapper function to help code autocompletion.') -def counter(theValue, theStep = 1, theFormat = '%d'): +def counter(theValue, theMin = 0, theMax = 100, theStep = 1, theFormat = '%d'): """ Display a counter for integer values that the user can increase/descrease by clicking the up and down arrows. @@ -2503,30 +2505,34 @@ def printf(*theArgs): def counter(*theArgs): if isinstance(theArgs[0], np.ndarray): - # Signature: counter(theWhere, theX, theY, theValue, theStep = 1, theFormat = "") + # Signature: counter(theWhere, theX, theY, theValue, theMin = 0, theMax = 100, theStep = 1, theFormat = "") aWhere = theArgs[0] aX = theArgs[1] aY = theArgs[2] aValue = theArgs[3] - aStep = theArgs[4] if len(theArgs) >= 5 else 1 - aFormat = theArgs[5] if len(theArgs) >= 6 else '' + aMin = the[4] if len(theArgs) >= 5 else 0 + aMax = the[5] if len(theArgs) >= 6 else 100 + aStep = theArgs[6] if len(theArgs) >= 7 else 1 + aFormat = theArgs[7] if len(theArgs) >= 8 else '' __internal.screen.where = aWhere aBlock = __internal.screen else: - # Signature: counter(theValue, theStep = 1, theFormat = "%d") + # Signature: counter(theValue, theMin, theMax, theStep = 1, theFormat = "%d") aBlock = __internal.topBlock() aX = aBlock.anchor.x aY = aBlock.anchor.y aValue = theArgs[0] - aStep = theArgs[1] if len(theArgs) >= 2 else 1 - aFormat = theArgs[2] if len(theArgs) >= 3 else '' + aMin = theArgs[1] if len(theArgs) >= 2 else 0 + aMax = theArgs[2] if len(theArgs) > 3 else 100 + aStep = theArgs[3] if len(theArgs) >= 4 else 1 + aFormat = theArgs[4] if len(theArgs) >= 5 else '' if not aFormat: aIsInt = isinstance(aValue[0], int) == True and isinstance(aStep, int) aFormat = '%d' if aIsInt else '%.1f' - return __internal.counter(aBlock, aX, aY, aValue, aStep, aFormat) + return __internal.counter(aBlock, aX, aY, aValue, aMin, aMax, aStep, aFormat) def checkbox(*theArgs): if isinstance(theArgs[0], np.ndarray): diff --git a/docs/components/counter.md b/docs/components/counter.md index 60f7747..48f512a 100644 --- a/docs/components/counter.md +++ b/docs/components/counter.md @@ -13,6 +13,8 @@ int counter ( int theX, int theY, int *theValue, + int theMin, + int theMax, int theStep = 1, const char *theFormat = "%d" ) @@ -24,6 +26,8 @@ double counter ( int theX, int theY, double *theValue, + double theMin, + double theMax, double theStep = 0.5, const char *theFormat = "%.2f" ) @@ -37,7 +41,7 @@ Below is an example showing a counter. The result on the screen is shown in Figu ```cpp int count = 2; -cvui::counter(frame, 90, 50, &count); +cvui::counter(frame, 90, 50, &count, 0, 10); ``` ![Counter]({{ site.url }}/img/counter.png) diff --git a/example/src/button-shortcut/Makefile b/example/src/button-shortcut/Makefile new file mode 100644 index 0000000..5129f98 --- /dev/null +++ b/example/src/button-shortcut/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 + +# The main all target +all: cmake_check_build_system + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/button-shortcut/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/button-shortcut/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/button-shortcut/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/button-shortcut/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/button-shortcut/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/button-shortcut/CMakeFiles/button-shortcut.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/button-shortcut/CMakeFiles/button-shortcut.dir/rule +.PHONY : example/src/button-shortcut/CMakeFiles/button-shortcut.dir/rule + +# Convenience name for target. +button-shortcut: example/src/button-shortcut/CMakeFiles/button-shortcut.dir/rule + +.PHONY : button-shortcut + +# fast build rule for target. +button-shortcut/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build.make example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build +.PHONY : button-shortcut/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build.make example/src/button-shortcut/CMakeFiles/button-shortcut.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build.make example/src/button-shortcut/CMakeFiles/button-shortcut.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/button-shortcut/CMakeFiles/button-shortcut.dir/build.make example/src/button-shortcut/CMakeFiles/button-shortcut.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... button-shortcut" + @echo "... edit_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/canny/Makefile b/example/src/canny/Makefile new file mode 100644 index 0000000..d15c634 --- /dev/null +++ b/example/src/canny/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/canny/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/canny/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/canny/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/canny/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/canny/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/canny/CMakeFiles/canny.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/canny/CMakeFiles/canny.dir/rule +.PHONY : example/src/canny/CMakeFiles/canny.dir/rule + +# Convenience name for target. +canny: example/src/canny/CMakeFiles/canny.dir/rule + +.PHONY : canny + +# fast build rule for target. +canny/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/canny/CMakeFiles/canny.dir/build.make example/src/canny/CMakeFiles/canny.dir/build +.PHONY : canny/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/canny/CMakeFiles/canny.dir/build.make example/src/canny/CMakeFiles/canny.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/canny/CMakeFiles/canny.dir/build.make example/src/canny/CMakeFiles/canny.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/canny/CMakeFiles/canny.dir/build.make example/src/canny/CMakeFiles/canny.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... canny" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/complext-layout/Makefile b/example/src/complext-layout/Makefile new file mode 100644 index 0000000..fdda9b1 --- /dev/null +++ b/example/src/complext-layout/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/complext-layout/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/complext-layout/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/complext-layout/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/complext-layout/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/complext-layout/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/complext-layout/CMakeFiles/complex-layout.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/complext-layout/CMakeFiles/complex-layout.dir/rule +.PHONY : example/src/complext-layout/CMakeFiles/complex-layout.dir/rule + +# Convenience name for target. +complex-layout: example/src/complext-layout/CMakeFiles/complex-layout.dir/rule + +.PHONY : complex-layout + +# fast build rule for target. +complex-layout/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/complext-layout/CMakeFiles/complex-layout.dir/build.make example/src/complext-layout/CMakeFiles/complex-layout.dir/build +.PHONY : complex-layout/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/complext-layout/CMakeFiles/complex-layout.dir/build.make example/src/complext-layout/CMakeFiles/complex-layout.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/complext-layout/CMakeFiles/complex-layout.dir/build.make example/src/complext-layout/CMakeFiles/complex-layout.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/complext-layout/CMakeFiles/complex-layout.dir/build.make example/src/complext-layout/CMakeFiles/complex-layout.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... complex-layout" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/hello-world/Makefile b/example/src/hello-world/Makefile new file mode 100644 index 0000000..05478cc --- /dev/null +++ b/example/src/hello-world/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/hello-world/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/hello-world/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/hello-world/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/hello-world/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/hello-world/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/hello-world/CMakeFiles/hello-world.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/hello-world/CMakeFiles/hello-world.dir/rule +.PHONY : example/src/hello-world/CMakeFiles/hello-world.dir/rule + +# Convenience name for target. +hello-world: example/src/hello-world/CMakeFiles/hello-world.dir/rule + +.PHONY : hello-world + +# fast build rule for target. +hello-world/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/hello-world/CMakeFiles/hello-world.dir/build.make example/src/hello-world/CMakeFiles/hello-world.dir/build +.PHONY : hello-world/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/hello-world/CMakeFiles/hello-world.dir/build.make example/src/hello-world/CMakeFiles/hello-world.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/hello-world/CMakeFiles/hello-world.dir/build.make example/src/hello-world/CMakeFiles/hello-world.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/hello-world/CMakeFiles/hello-world.dir/build.make example/src/hello-world/CMakeFiles/hello-world.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... hello-world" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/hello-world/main.cpp b/example/src/hello-world/main.cpp index 6e02270..846f503 100644 --- a/example/src/hello-world/main.cpp +++ b/example/src/hello-world/main.cpp @@ -49,4 +49,4 @@ int main(int argc, const char *argv[]) } return 0; -} \ No newline at end of file +} diff --git a/example/src/image-button/Makefile b/example/src/image-button/Makefile new file mode 100644 index 0000000..0cb4c63 --- /dev/null +++ b/example/src/image-button/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/image-button/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/image-button/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/image-button/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/image-button/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/image-button/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/image-button/CMakeFiles/image-button.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/image-button/CMakeFiles/image-button.dir/rule +.PHONY : example/src/image-button/CMakeFiles/image-button.dir/rule + +# Convenience name for target. +image-button: example/src/image-button/CMakeFiles/image-button.dir/rule + +.PHONY : image-button + +# fast build rule for target. +image-button/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/image-button/CMakeFiles/image-button.dir/build.make example/src/image-button/CMakeFiles/image-button.dir/build +.PHONY : image-button/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/image-button/CMakeFiles/image-button.dir/build.make example/src/image-button/CMakeFiles/image-button.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/image-button/CMakeFiles/image-button.dir/build.make example/src/image-button/CMakeFiles/image-button.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/image-button/CMakeFiles/image-button.dir/build.make example/src/image-button/CMakeFiles/image-button.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... image-button" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/interaction-area/Makefile b/example/src/interaction-area/Makefile new file mode 100644 index 0000000..41b3ef8 --- /dev/null +++ b/example/src/interaction-area/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/interaction-area/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/interaction-area/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/interaction-area/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/interaction-area/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/interaction-area/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/interaction-area/CMakeFiles/interaction-area.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/interaction-area/CMakeFiles/interaction-area.dir/rule +.PHONY : example/src/interaction-area/CMakeFiles/interaction-area.dir/rule + +# Convenience name for target. +interaction-area: example/src/interaction-area/CMakeFiles/interaction-area.dir/rule + +.PHONY : interaction-area + +# fast build rule for target. +interaction-area/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/interaction-area/CMakeFiles/interaction-area.dir/build.make example/src/interaction-area/CMakeFiles/interaction-area.dir/build +.PHONY : interaction-area/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/interaction-area/CMakeFiles/interaction-area.dir/build.make example/src/interaction-area/CMakeFiles/interaction-area.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/interaction-area/CMakeFiles/interaction-area.dir/build.make example/src/interaction-area/CMakeFiles/interaction-area.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/interaction-area/CMakeFiles/interaction-area.dir/build.make example/src/interaction-area/CMakeFiles/interaction-area.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... interaction-area" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/main-app/Makefile b/example/src/main-app/Makefile new file mode 100644 index 0000000..5d2fbe2 --- /dev/null +++ b/example/src/main-app/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/main-app/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/main-app/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/main-app/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/main-app/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/main-app/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/main-app/CMakeFiles/main-app.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/main-app/CMakeFiles/main-app.dir/rule +.PHONY : example/src/main-app/CMakeFiles/main-app.dir/rule + +# Convenience name for target. +main-app: example/src/main-app/CMakeFiles/main-app.dir/rule + +.PHONY : main-app + +# fast build rule for target. +main-app/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/main-app/CMakeFiles/main-app.dir/build.make example/src/main-app/CMakeFiles/main-app.dir/build +.PHONY : main-app/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/main-app/CMakeFiles/main-app.dir/build.make example/src/main-app/CMakeFiles/main-app.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/main-app/CMakeFiles/main-app.dir/build.make example/src/main-app/CMakeFiles/main-app.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/main-app/CMakeFiles/main-app.dir/build.make example/src/main-app/CMakeFiles/main-app.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... main-app" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/main-app/main-app b/example/src/main-app/main-app new file mode 100755 index 0000000..2115847 Binary files /dev/null and b/example/src/main-app/main-app differ diff --git a/example/src/main-app/main-app.py b/example/src/main-app/main-app.py index 92a07ce..ebe86bd 100644 --- a/example/src/main-app/main-app.py +++ b/example/src/main-app/main-app.py @@ -58,13 +58,13 @@ def main(): # The counter component can be used to alter int variables. Use # the 4th parameter of the function to point it to the variable # to be changed. - cvui.counter(frame, 200, 120, count) + cvui.counter(frame, 200, 120, count, 0, 10) # Counter can be used with doubles too. You can also specify # the counter's step (how much it should change # its value after each button press), as well as the format # used to print the value. - cvui.counter(frame, 320, 120, countFloat, 0.1, '%.1f') + cvui.counter(frame, 320, 120, countFloat, 0, 10, 0.1, '%.1f') # The trackbar component can be used to create scales. # It works with all numerical types (including chars). diff --git a/example/src/main-app/main.cpp b/example/src/main-app/main.cpp index a804cc3..f35d5f9 100644 --- a/example/src/main-app/main.cpp +++ b/example/src/main-app/main.cpp @@ -63,13 +63,13 @@ int main(int argc, const char *argv[]) // The counter component can be used to alter int variables. Use // the 4th parameter of the function to point it to the variable // to be changed. - cvui::counter(frame, 200, 120, &count); + cvui::counter(frame, 200, 120, &count,0,100,10); // Counter can be used with doubles too. You can also specify // the counter's step (how much it should change // its value after each button press), as well as the format // used to print the value. - cvui::counter(frame, 320, 120, &countFloat, 0.1, "%.1f"); + cvui::counter(frame, 320, 120, &countFloat, 0.0, 10.0, 0.1, "%.1f"); // The trackbar component can be used to create scales. // It works with all numerical types (including chars). @@ -101,4 +101,4 @@ int main(int argc, const char *argv[]) } return 0; -} \ No newline at end of file +} diff --git a/example/src/mouse-complex-buttons/Makefile b/example/src/mouse-complex-buttons/Makefile new file mode 100644 index 0000000..676554c --- /dev/null +++ b/example/src/mouse-complex-buttons/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/mouse-complex-buttons/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex-buttons/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex-buttons/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex-buttons/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex-buttons/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/rule +.PHONY : example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/rule + +# Convenience name for target. +mouse-complex-buttons: example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/rule + +.PHONY : mouse-complex-buttons + +# fast build rule for target. +mouse-complex-buttons/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build.make example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build +.PHONY : mouse-complex-buttons/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build.make example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build.make example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/build.make example/src/mouse-complex-buttons/CMakeFiles/mouse-complex-buttons.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... mouse-complex-buttons" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/mouse-complex/Makefile b/example/src/mouse-complex/Makefile new file mode 100644 index 0000000..acabbd8 --- /dev/null +++ b/example/src/mouse-complex/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/mouse-complex/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/mouse-complex/CMakeFiles/mouse-complex.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse-complex/CMakeFiles/mouse-complex.dir/rule +.PHONY : example/src/mouse-complex/CMakeFiles/mouse-complex.dir/rule + +# Convenience name for target. +mouse-complex: example/src/mouse-complex/CMakeFiles/mouse-complex.dir/rule + +.PHONY : mouse-complex + +# fast build rule for target. +mouse-complex/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build.make example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build +.PHONY : mouse-complex/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build.make example/src/mouse-complex/CMakeFiles/mouse-complex.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build.make example/src/mouse-complex/CMakeFiles/mouse-complex.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse-complex/CMakeFiles/mouse-complex.dir/build.make example/src/mouse-complex/CMakeFiles/mouse-complex.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... mouse-complex" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/mouse/Makefile b/example/src/mouse/Makefile new file mode 100644 index 0000000..d8323b0 --- /dev/null +++ b/example/src/mouse/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/mouse/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/mouse/CMakeFiles/mouse.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/mouse/CMakeFiles/mouse.dir/rule +.PHONY : example/src/mouse/CMakeFiles/mouse.dir/rule + +# Convenience name for target. +mouse: example/src/mouse/CMakeFiles/mouse.dir/rule + +.PHONY : mouse + +# fast build rule for target. +mouse/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse/CMakeFiles/mouse.dir/build.make example/src/mouse/CMakeFiles/mouse.dir/build +.PHONY : mouse/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse/CMakeFiles/mouse.dir/build.make example/src/mouse/CMakeFiles/mouse.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse/CMakeFiles/mouse.dir/build.make example/src/mouse/CMakeFiles/mouse.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/mouse/CMakeFiles/mouse.dir/build.make example/src/mouse/CMakeFiles/mouse.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... mouse" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/multiple-files/Makefile b/example/src/multiple-files/Makefile new file mode 100644 index 0000000..5267608 --- /dev/null +++ b/example/src/multiple-files/Makefile @@ -0,0 +1,288 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/multiple-files/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-files/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-files/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-files/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-files/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/multiple-files/CMakeFiles/multiple-files.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-files/CMakeFiles/multiple-files.dir/rule +.PHONY : example/src/multiple-files/CMakeFiles/multiple-files.dir/rule + +# Convenience name for target. +multiple-files: example/src/multiple-files/CMakeFiles/multiple-files.dir/rule + +.PHONY : multiple-files + +# fast build rule for target. +multiple-files/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/build +.PHONY : multiple-files/fast + +Class1.o: Class1.cpp.o + +.PHONY : Class1.o + +# target to build an object file +Class1.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/Class1.cpp.o +.PHONY : Class1.cpp.o + +Class1.i: Class1.cpp.i + +.PHONY : Class1.i + +# target to preprocess a source file +Class1.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/Class1.cpp.i +.PHONY : Class1.cpp.i + +Class1.s: Class1.cpp.s + +.PHONY : Class1.s + +# target to generate assembly for a file +Class1.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/Class1.cpp.s +.PHONY : Class1.cpp.s + +Class2.o: Class2.cpp.o + +.PHONY : Class2.o + +# target to build an object file +Class2.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/Class2.cpp.o +.PHONY : Class2.cpp.o + +Class2.i: Class2.cpp.i + +.PHONY : Class2.i + +# target to preprocess a source file +Class2.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/Class2.cpp.i +.PHONY : Class2.cpp.i + +Class2.s: Class2.cpp.s + +.PHONY : Class2.s + +# target to generate assembly for a file +Class2.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/Class2.cpp.s +.PHONY : Class2.cpp.s + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-files/CMakeFiles/multiple-files.dir/build.make example/src/multiple-files/CMakeFiles/multiple-files.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... multiple-files" + @echo "... edit_cache" + @echo "... Class1.o" + @echo "... Class1.i" + @echo "... Class1.s" + @echo "... Class2.o" + @echo "... Class2.i" + @echo "... Class2.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/multiple-windows-complex-dynamic/Makefile b/example/src/multiple-windows-complex-dynamic/Makefile new file mode 100644 index 0000000..10c184f --- /dev/null +++ b/example/src/multiple-windows-complex-dynamic/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/multiple-windows-complex-dynamic/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-dynamic/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-dynamic/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-dynamic/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-dynamic/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/rule +.PHONY : example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/rule + +# Convenience name for target. +multiple-windows-complex-dynamic: example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/rule + +.PHONY : multiple-windows-complex-dynamic + +# fast build rule for target. +multiple-windows-complex-dynamic/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build.make example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build +.PHONY : multiple-windows-complex-dynamic/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build.make example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build.make example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/build.make example/src/multiple-windows-complex-dynamic/CMakeFiles/multiple-windows-complex-dynamic.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... multiple-windows-complex-dynamic" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/multiple-windows-complex-mouse/Makefile b/example/src/multiple-windows-complex-mouse/Makefile new file mode 100644 index 0000000..613862a --- /dev/null +++ b/example/src/multiple-windows-complex-mouse/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/multiple-windows-complex-mouse/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-mouse/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-mouse/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-mouse/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-mouse/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/rule +.PHONY : example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/rule + +# Convenience name for target. +multiple-windows-complex-mouse: example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/rule + +.PHONY : multiple-windows-complex-mouse + +# fast build rule for target. +multiple-windows-complex-mouse/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build.make example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build +.PHONY : multiple-windows-complex-mouse/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build.make example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build.make example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/build.make example/src/multiple-windows-complex-mouse/CMakeFiles/multiple-windows-complex-mouse.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... multiple-windows-complex-mouse" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/multiple-windows-complex/Makefile b/example/src/multiple-windows-complex/Makefile new file mode 100644 index 0000000..a3dbda6 --- /dev/null +++ b/example/src/multiple-windows-complex/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/multiple-windows-complex/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/rule +.PHONY : example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/rule + +# Convenience name for target. +multiple-windows-complex: example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/rule + +.PHONY : multiple-windows-complex + +# fast build rule for target. +multiple-windows-complex/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build.make example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build +.PHONY : multiple-windows-complex/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build.make example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build.make example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/build.make example/src/multiple-windows-complex/CMakeFiles/multiple-windows-complex.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... multiple-windows-complex" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/multiple-windows-complex/main.cpp b/example/src/multiple-windows-complex/main.cpp index 5d3b4df..b03de33 100644 --- a/example/src/multiple-windows-complex/main.cpp +++ b/example/src/multiple-windows-complex/main.cpp @@ -63,7 +63,7 @@ int main(int argc, const char *argv[]) cvui::window(80, 80, "window"); cvui::rect(50, 50, 0x00ff00, 0xff0000); cvui::sparkline(window1_values, 50, 50); - cvui::counter(&window1_value); + cvui::counter(&window1_value,0.0,10.0); cvui::button(100, 30, "Fixed"); cvui::image(img); cvui::button(img, imgGray, imgRed); @@ -132,7 +132,7 @@ int main(int argc, const char *argv[]) cvui::window(80, 80, "window"); cvui::rect(50, 50, 0x00ff00, 0xff0000); cvui::sparkline(window2_values, 50, 50); - cvui::counter(&window2_value); + cvui::counter(&window2_value,0.0,100.0); cvui::button(100, 30, "Fixed"); cvui::image(img); cvui::button(img, imgGray, imgRed); @@ -196,4 +196,4 @@ int main(int argc, const char *argv[]) } return 0; -} \ No newline at end of file +} diff --git a/example/src/multiple-windows-complex/multiple-windows-complex b/example/src/multiple-windows-complex/multiple-windows-complex new file mode 100755 index 0000000..2d37732 Binary files /dev/null and b/example/src/multiple-windows-complex/multiple-windows-complex differ diff --git a/example/src/multiple-windows-complex/multiple-windows-complex.py b/example/src/multiple-windows-complex/multiple-windows-complex.py index 11ba6fb..6ca4ac0 100644 --- a/example/src/multiple-windows-complex/multiple-windows-complex.py +++ b/example/src/multiple-windows-complex/multiple-windows-complex.py @@ -68,7 +68,7 @@ def main(): cvui.window(80, 80, 'window') cvui.rect(50, 50, 0x00ff00, 0xff0000) cvui.sparkline(window1_values, 50, 50) - cvui.counter(window1_value) + cvui.counter(window1_value,0,10) cvui.button(100, 30, 'Fixed') cvui.image(img) cvui.button(img, imgGray, imgRed) @@ -137,7 +137,7 @@ def main(): cvui.window(80, 80, 'window') cvui.rect(50, 50, 0x00ff00, 0xff0000) cvui.sparkline(window2_values, 50, 50) - cvui.counter(window2_value) + cvui.counter(window2_value,0,10) cvui.button(100, 30, 'Fixed') cvui.image(img) cvui.button(img, imgGray, imgRed) @@ -199,4 +199,4 @@ def main(): break if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/example/src/multiple-windows/Makefile b/example/src/multiple-windows/Makefile new file mode 100644 index 0000000..bd68478 --- /dev/null +++ b/example/src/multiple-windows/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/multiple-windows/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/multiple-windows/CMakeFiles/multiple-windows.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/multiple-windows/CMakeFiles/multiple-windows.dir/rule +.PHONY : example/src/multiple-windows/CMakeFiles/multiple-windows.dir/rule + +# Convenience name for target. +multiple-windows: example/src/multiple-windows/CMakeFiles/multiple-windows.dir/rule + +.PHONY : multiple-windows + +# fast build rule for target. +multiple-windows/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build.make example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build +.PHONY : multiple-windows/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build.make example/src/multiple-windows/CMakeFiles/multiple-windows.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build.make example/src/multiple-windows/CMakeFiles/multiple-windows.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/multiple-windows/CMakeFiles/multiple-windows.dir/build.make example/src/multiple-windows/CMakeFiles/multiple-windows.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... multiple-windows" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/nested-rows-columns/Makefile b/example/src/nested-rows-columns/Makefile new file mode 100644 index 0000000..78e6edd --- /dev/null +++ b/example/src/nested-rows-columns/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/nested-rows-columns/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/nested-rows-columns/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/nested-rows-columns/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/nested-rows-columns/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/nested-rows-columns/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/rule +.PHONY : example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/rule + +# Convenience name for target. +nested-rows-columns: example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/rule + +.PHONY : nested-rows-columns + +# fast build rule for target. +nested-rows-columns/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build.make example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build +.PHONY : nested-rows-columns/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build.make example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build.make example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/build.make example/src/nested-rows-columns/CMakeFiles/nested-rows-columns.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... nested-rows-columns" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/on-image/Makefile b/example/src/on-image/Makefile new file mode 100644 index 0000000..ca2481f --- /dev/null +++ b/example/src/on-image/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/on-image/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/on-image/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/on-image/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/on-image/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/on-image/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/on-image/CMakeFiles/on-image.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/on-image/CMakeFiles/on-image.dir/rule +.PHONY : example/src/on-image/CMakeFiles/on-image.dir/rule + +# Convenience name for target. +on-image: example/src/on-image/CMakeFiles/on-image.dir/rule + +.PHONY : on-image + +# fast build rule for target. +on-image/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/on-image/CMakeFiles/on-image.dir/build.make example/src/on-image/CMakeFiles/on-image.dir/build +.PHONY : on-image/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/on-image/CMakeFiles/on-image.dir/build.make example/src/on-image/CMakeFiles/on-image.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/on-image/CMakeFiles/on-image.dir/build.make example/src/on-image/CMakeFiles/on-image.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/on-image/CMakeFiles/on-image.dir/build.make example/src/on-image/CMakeFiles/on-image.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... on-image" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/row-column/Makefile b/example/src/row-column/Makefile new file mode 100644 index 0000000..729c897 --- /dev/null +++ b/example/src/row-column/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 + +# The main all target +all: cmake_check_build_system + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/row-column/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/row-column/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/row-column/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/row-column/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/row-column/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/row-column/CMakeFiles/row-column.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/row-column/CMakeFiles/row-column.dir/rule +.PHONY : example/src/row-column/CMakeFiles/row-column.dir/rule + +# Convenience name for target. +row-column: example/src/row-column/CMakeFiles/row-column.dir/rule + +.PHONY : row-column + +# fast build rule for target. +row-column/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/row-column/CMakeFiles/row-column.dir/build.make example/src/row-column/CMakeFiles/row-column.dir/build +.PHONY : row-column/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/row-column/CMakeFiles/row-column.dir/build.make example/src/row-column/CMakeFiles/row-column.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/row-column/CMakeFiles/row-column.dir/build.make example/src/row-column/CMakeFiles/row-column.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/row-column/CMakeFiles/row-column.dir/build.make example/src/row-column/CMakeFiles/row-column.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... row-column" + @echo "... edit_cache" + @echo "... install/strip" + @echo "... install/local" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/row-column/main.cpp b/example/src/row-column/main.cpp index 8aeaaf1..6686a39 100644 --- a/example/src/row-column/main.cpp +++ b/example/src/row-column/main.cpp @@ -72,7 +72,7 @@ int main(int argc, const char *argv[]) cvui::window(80, 80, "window"); cvui::rect(50, 50, 0x00ff00, 0xff0000); cvui::sparkline(values, 50, 50); - cvui::counter(&value); + cvui::counter(&value,0.0,10.0); cvui::button(100, 30, "Fixed"); cvui::image(img); cvui::button(img, imgGray, imgRed); @@ -156,4 +156,4 @@ int main(int argc, const char *argv[]) } return 0; -} \ No newline at end of file +} diff --git a/example/src/row-column/row-column b/example/src/row-column/row-column new file mode 100755 index 0000000..c7b6cd5 Binary files /dev/null and b/example/src/row-column/row-column differ diff --git a/example/src/row-column/row-column.py b/example/src/row-column/row-column.py index 899e08f..8a72686 100644 --- a/example/src/row-column/row-column.py +++ b/example/src/row-column/row-column.py @@ -71,7 +71,7 @@ def main(): cvui.window(80, 80, 'window') cvui.rect(50, 50, 0x00ff00, 0xff0000); cvui.sparkline(values, 50, 50); - cvui.counter(value) + cvui.counter(value,0,10) cvui.button(100, 30, 'Fixed') cvui.image(img) cvui.button(img, imgGray, imgRed) diff --git a/example/src/sparkline/Makefile b/example/src/sparkline/Makefile new file mode 100644 index 0000000..fd5dfd9 --- /dev/null +++ b/example/src/sparkline/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/sparkline/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/sparkline/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/sparkline/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/sparkline/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/sparkline/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/sparkline/CMakeFiles/sparkline.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/sparkline/CMakeFiles/sparkline.dir/rule +.PHONY : example/src/sparkline/CMakeFiles/sparkline.dir/rule + +# Convenience name for target. +sparkline: example/src/sparkline/CMakeFiles/sparkline.dir/rule + +.PHONY : sparkline + +# fast build rule for target. +sparkline/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/sparkline/CMakeFiles/sparkline.dir/build.make example/src/sparkline/CMakeFiles/sparkline.dir/build +.PHONY : sparkline/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/sparkline/CMakeFiles/sparkline.dir/build.make example/src/sparkline/CMakeFiles/sparkline.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/sparkline/CMakeFiles/sparkline.dir/build.make example/src/sparkline/CMakeFiles/sparkline.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/sparkline/CMakeFiles/sparkline.dir/build.make example/src/sparkline/CMakeFiles/sparkline.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... sparkline" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/trackbar-complex/Makefile b/example/src/trackbar-complex/Makefile new file mode 100644 index 0000000..cdddadf --- /dev/null +++ b/example/src/trackbar-complex/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/trackbar-complex/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-complex/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-complex/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-complex/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-complex/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/rule +.PHONY : example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/rule + +# Convenience name for target. +trackbar-complex: example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/rule + +.PHONY : trackbar-complex + +# fast build rule for target. +trackbar-complex/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build.make example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build +.PHONY : trackbar-complex/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build.make example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build.make example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/build.make example/src/trackbar-complex/CMakeFiles/trackbar-complex.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... trackbar-complex" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/trackbar-sparkline/Makefile b/example/src/trackbar-sparkline/Makefile new file mode 100644 index 0000000..1de6a7b --- /dev/null +++ b/example/src/trackbar-sparkline/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/trackbar-sparkline/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-sparkline/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-sparkline/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-sparkline/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-sparkline/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/rule +.PHONY : example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/rule + +# Convenience name for target. +trackbar-sparkline: example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/rule + +.PHONY : trackbar-sparkline + +# fast build rule for target. +trackbar-sparkline/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build.make example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build +.PHONY : trackbar-sparkline/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build.make example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build.make example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/build.make example/src/trackbar-sparkline/CMakeFiles/trackbar-sparkline.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... trackbar-sparkline" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/trackbar/Makefile b/example/src/trackbar/Makefile new file mode 100644 index 0000000..21ffe5f --- /dev/null +++ b/example/src/trackbar/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/trackbar/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/trackbar/CMakeFiles/trackbar.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/trackbar/CMakeFiles/trackbar.dir/rule +.PHONY : example/src/trackbar/CMakeFiles/trackbar.dir/rule + +# Convenience name for target. +trackbar: example/src/trackbar/CMakeFiles/trackbar.dir/rule + +.PHONY : trackbar + +# fast build rule for target. +trackbar/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar/CMakeFiles/trackbar.dir/build.make example/src/trackbar/CMakeFiles/trackbar.dir/build +.PHONY : trackbar/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar/CMakeFiles/trackbar.dir/build.make example/src/trackbar/CMakeFiles/trackbar.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar/CMakeFiles/trackbar.dir/build.make example/src/trackbar/CMakeFiles/trackbar.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/trackbar/CMakeFiles/trackbar.dir/build.make example/src/trackbar/CMakeFiles/trackbar.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... trackbar" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/ui-enhanced-canny/Makefile b/example/src/ui-enhanced-canny/Makefile new file mode 100644 index 0000000..576b2e3 --- /dev/null +++ b/example/src/ui-enhanced-canny/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/ui-enhanced-canny/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-canny/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-canny/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-canny/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-canny/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/rule +.PHONY : example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/rule + +# Convenience name for target. +ui-enhanced-canny: example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/rule + +.PHONY : ui-enhanced-canny + +# fast build rule for target. +ui-enhanced-canny/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build.make example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build +.PHONY : ui-enhanced-canny/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build.make example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build.make example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/build.make example/src/ui-enhanced-canny/CMakeFiles/ui-enhanced-canny.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... ui-enhanced-canny" + @echo "... install/local" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/example/src/ui-enhanced-window-component/Makefile b/example/src/ui-enhanced-window-component/Makefile new file mode 100644 index 0000000..de3086e --- /dev/null +++ b/example/src/ui-enhanced-window-component/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# 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/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/seuleee/my_cvui/cvui + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/seuleee/my_cvui/cvui + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/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/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/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 install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/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/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles /home/seuleee/my_cvui/cvui/example/src/ui-enhanced-window-component/CMakeFiles/progress.marks + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-window-component/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/seuleee/my_cvui/cvui/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-window-component/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-window-component/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-window-component/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/rule: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f CMakeFiles/Makefile2 example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/rule +.PHONY : example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/rule + +# Convenience name for target. +ui-enhanced-window-component: example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/rule + +.PHONY : ui-enhanced-window-component + +# fast build rule for target. +ui-enhanced-window-component/fast: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build.make example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build +.PHONY : ui-enhanced-window-component/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build.make example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build.make example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/seuleee/my_cvui/cvui && $(MAKE) -f example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/build.make example/src/ui-enhanced-window-component/CMakeFiles/ui-enhanced-window-component.dir/main.cpp.s +.PHONY : main.cpp.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" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... ui-enhanced-window-component" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... main.o" + @echo "... main.i" + @echo "... main.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/seuleee/my_cvui/cvui && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system +