/[debburn]/nonameyet/trunk/rscsi/Makefile
ViewVC logotype

Contents of /nonameyet/trunk/rscsi/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations) (download)
Tue Aug 22 17:26:11 2006 UTC (6 years, 9 months ago) by blade
File size: 4515 byte(s)
Big bomb. Added CMakeLists.txt, inc/* files from a03 which serve the build system. BS for some parts still missing
1 # Include the progress variables for this target.
2 include progress.make
3
4 # CMAKE generated file: DO NOT EDIT!
5 # Generated by "Unix Makefiles" Generator, CMake Version 2.4
6
7 #=============================================================================
8 # Set environment variables for the build.
9
10 # The shell in which to execute make rules.
11 SHELL = /bin/sh
12
13 # The CMake executable.
14 CMAKE_COMMAND = /usr/bin/cmake
15
16 # The command to remove a file.
17 RM = /usr/bin/cmake -E remove -f
18
19 # The program to use to edit the cache.
20 CMAKE_EDIT_COMMAND = /usr/bin/ccmake
21
22 # The top-level source directory on which CMake was run.
23 CMAKE_SOURCE_DIR = /home/ed/debian/dev/talibus
24
25 # The top-level build directory on which CMake was run.
26 CMAKE_BINARY_DIR = /home/ed/debian/dev/talibus
27
28 # Default target executed when no arguments are given to make.
29 default_target: all
30
31 # Special rule for the target edit_cache
32 edit_cache:
33 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
34 cd /home/ed/debian/dev/talibus/rscsi && /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
35
36 # Special rule for the target edit_cache
37 edit_cache/fast: edit_cache
38
39 # Special rule for the target install
40 install: preinstall
41 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
42 cd /home/ed/debian/dev/talibus/rscsi && /usr/bin/cmake -P cmake_install.cmake
43
44 # Special rule for the target install
45 install/fast: preinstall/fast
46 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
47 cd /home/ed/debian/dev/talibus/rscsi && /usr/bin/cmake -P cmake_install.cmake
48
49 # Special rule for the target rebuild_cache
50 rebuild_cache:
51 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
52 cd /home/ed/debian/dev/talibus/rscsi && /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
53
54 # Special rule for the target rebuild_cache
55 rebuild_cache/fast: rebuild_cache
56
57 #=============================================================================
58 # Special targets provided by cmake.
59
60 # Suppress display of executed commands.
61 $(VERBOSE).SILENT:
62
63 # Disable implicit rules so canoncical targets will work.
64 .SUFFIXES:
65
66 .SUFFIXES: .hpux_make_needs_suffix_list
67
68 # The main all target
69 all: cmake_check_build_system
70 cd /home/ed/debian/dev/talibus && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/debian/dev/talibus/CMakeFiles $(CMAKE_ALL_PROGRESS)
71 cd /home/ed/debian/dev/talibus && $(MAKE) -f CMakeFiles/Makefile2 rscsi/all
72 $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/debian/dev/talibus/CMakeFiles 0
73
74 # The main clean target
75 clean:
76 cd /home/ed/debian/dev/talibus && $(MAKE) -f CMakeFiles/Makefile2 rscsi/clean
77
78 # The main clean target
79 clean/fast: clean
80
81 # Prepare targets for installation.
82 preinstall: all
83 cd /home/ed/debian/dev/talibus && $(MAKE) -f CMakeFiles/Makefile2 rscsi/preinstall
84
85 # Prepare targets for installation.
86 preinstall/fast:
87 cd /home/ed/debian/dev/talibus && $(MAKE) -f CMakeFiles/Makefile2 rscsi/preinstall
88
89 # clear depends
90 depend:
91 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
92
93 # Convenience name for target.
94 rscsi/CMakeFiles/rscsi.dir/rule:
95 cd /home/ed/debian/dev/talibus && $(MAKE) -f CMakeFiles/Makefile2 rscsi/CMakeFiles/rscsi.dir/rule
96
97 # Convenience name for target.
98 rscsi: rscsi/CMakeFiles/rscsi.dir/rule
99
100 # fast build rule for target.
101 rscsi/fast:
102 cd /home/ed/debian/dev/talibus && $(MAKE) -f rscsi/CMakeFiles/rscsi.dir/build.make rscsi/CMakeFiles/rscsi.dir/build
103
104 # target for object file
105 rscsi.o:
106 cd /home/ed/debian/dev/talibus && $(MAKE) -f rscsi/CMakeFiles/rscsi.dir/build.make rscsi/CMakeFiles/rscsi.dir/rscsi.o
107
108 # Help Target
109 help::
110 @echo "The following are some of the valid targets for this Makefile:"
111 @echo "... all (the default if no target is provided)"
112 @echo "... clean"
113 @echo "... depend"
114 @echo "... edit_cache"
115 @echo "... install"
116 @echo "... rebuild_cache"
117 @echo "... rscsi"
118 @echo "... rscsi.o"
119
120
121
122 #=============================================================================
123 # Special targets to cleanup operation of make.
124
125 # Special rule to run CMake to check the build system integrity.
126 # No rule that depends on this can have commands that come from listfiles
127 # because they might be regenerated.
128 cmake_check_build_system:
129 cd /home/ed/debian/dev/talibus && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
130

  ViewVC Help
Powered by ViewVC 1.1.5