From a152f015339205e449a54f4512d600bcbb510674 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Fri, 16 Jul 2010 13:34:01 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@126 ed2142bd-67ad-457f-ba7c-d818d4011675 --- example/Makefile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile index c14fb22..9f2203b 100644 --- a/example/Makefile +++ b/example/Makefile @@ -16,6 +16,9 @@ SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list +# Produce verbose output by default. +VERBOSE = 1 + # Suppress display of executed commands. $(VERBOSE).SILENT: @@ -42,7 +45,7 @@ CMAKE_EDIT_COMMAND = /usr/bin/ccmake CMAKE_SOURCE_DIR = /home/astrojhgu/src/opt_utilities # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/astrojhgu/src/opt_utilities +CMAKE_BINARY_DIR = /home/public/src/opt_utilities #============================================================================= # Targets provided globally by CMake. @@ -69,14 +72,14 @@ rebuild_cache/fast: rebuild_cache # The main all target all: cmake_check_build_system - cd /home/astrojhgu/src/opt_utilities && $(CMAKE_COMMAND) -E cmake_progress_start /home/astrojhgu/src/opt_utilities/CMakeFiles /home/astrojhgu/src/opt_utilities/example/CMakeFiles/progress.make - cd /home/astrojhgu/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/astrojhgu/src/opt_utilities/CMakeFiles 0 + cd /home/public/src/opt_utilities && $(CMAKE_COMMAND) -E cmake_progress_start /home/public/src/opt_utilities/CMakeFiles /home/public/src/opt_utilities/example/CMakeFiles/progress.make + cd /home/public/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/public/src/opt_utilities/CMakeFiles 0 .PHONY : all # The main clean target clean: - cd /home/astrojhgu/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/clean + cd /home/public/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/clean .PHONY : clean # The main clean target @@ -85,17 +88,17 @@ clean/fast: clean # Prepare targets for installation. preinstall: all - cd /home/astrojhgu/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/preinstall + cd /home/public/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: - cd /home/astrojhgu/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/preinstall + cd /home/public/src/opt_utilities && $(MAKE) -f CMakeFiles/Makefile2 example/preinstall .PHONY : preinstall/fast # clear depends depend: - cd /home/astrojhgu/src/opt_utilities && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 + cd /home/public/src/opt_utilities && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Help Target @@ -117,6 +120,6 @@ help: # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: - cd /home/astrojhgu/src/opt_utilities && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 + cd /home/public/src/opt_utilities && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system -- cgit v1.2.2