summaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-07-19 09:10:22 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-07-19 09:10:22 -0400
commit3e81b648cfb865117b3b434029a549b2672ed5bc (patch)
tree82821a191ecc258de67393e7b7f862b501cf9275 /build/Makefile
parent50506ef3771ce833d76cf29a16d5f1acc288453e (diff)
link libraries properly
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/Makefile b/build/Makefile
index e10303e..b8e7243 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -39,10 +39,10 @@ RM = /usr/bin/cmake -E remove -f
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /fileserver2/home/mjc/git/Instrument
+CMAKE_SOURCE_DIR = /fileserver2/home/mjclab2/git/Instrument
# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /fileserver2/home/mjc/git/Instrument/build
+CMAKE_BINARY_DIR = /fileserver2/home/mjclab2/git/Instrument/build
#=============================================================================
# Targets provided globally by CMake.
@@ -69,9 +69,9 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /fileserver2/home/mjc/git/Instrument/build/CMakeFiles /fileserver2/home/mjc/git/Instrument/build/CMakeFiles/progress.marks
+ $(CMAKE_COMMAND) -E cmake_progress_start /fileserver2/home/mjclab2/git/Instrument/build/CMakeFiles /fileserver2/home/mjclab2/git/Instrument/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
- $(CMAKE_COMMAND) -E cmake_progress_start /fileserver2/home/mjc/git/Instrument/build/CMakeFiles 0
+ $(CMAKE_COMMAND) -E cmake_progress_start /fileserver2/home/mjclab2/git/Instrument/build/CMakeFiles 0
.PHONY : all
# The main clean target