~uhh-ssd/+junk/Probe_Control

« back to all changes in this revision

Viewing changes to plplot/plplot-5.9.9/Makefile

  • Committer: Joachim Erfle
  • Date: 2012-06-15 16:09:06 UTC
  • Revision ID: joachim.erfle@desy.de-20120615160906-popdt8a9d8ob1oyw
added stripmeasurements

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# CMAKE generated file: DO NOT EDIT!
 
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
 
3
 
 
4
# Default target executed when no arguments are given to make.
 
5
default_target: all
 
6
.PHONY : default_target
 
7
 
 
8
#=============================================================================
 
9
# Special targets provided by cmake.
 
10
 
 
11
# Disable implicit rules so canonical targets will work.
 
12
.SUFFIXES:
 
13
 
 
14
# Remove some rules from gmake that .SUFFIXES does not remove.
 
15
SUFFIXES =
 
16
 
 
17
.SUFFIXES: .hpux_make_needs_suffix_list
 
18
 
 
19
# Suppress display of executed commands.
 
20
$(VERBOSE).SILENT:
 
21
 
 
22
# A target that is always out of date.
 
23
cmake_force:
 
24
.PHONY : cmake_force
 
25
 
 
26
#=============================================================================
 
27
# Set environment variables for the build.
 
28
 
 
29
# The shell in which to execute make rules.
 
30
SHELL = /bin/sh
 
31
 
 
32
# The CMake executable.
 
33
CMAKE_COMMAND = /usr/bin/cmake
 
34
 
 
35
# The command to remove a file.
 
36
RM = /usr/bin/cmake -E remove -f
 
37
 
 
38
# The top-level source directory on which CMake was run.
 
39
CMAKE_SOURCE_DIR = /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9
 
40
 
 
41
# The top-level build directory on which CMake was run.
 
42
CMAKE_BINARY_DIR = /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9
 
43
 
 
44
#=============================================================================
 
45
# Targets provided globally by CMake.
 
46
 
 
47
# Special rule for the target edit_cache
 
48
edit_cache:
 
49
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
 
50
        /usr/bin/cmake -i .
 
51
.PHONY : edit_cache
 
52
 
 
53
# Special rule for the target edit_cache
 
54
edit_cache/fast: edit_cache
 
55
.PHONY : edit_cache/fast
 
56
 
 
57
# Special rule for the target install
 
58
install: preinstall
 
59
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
60
        /usr/bin/cmake -P cmake_install.cmake
 
61
.PHONY : install
 
62
 
 
63
# Special rule for the target install
 
64
install/fast: preinstall/fast
 
65
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
66
        /usr/bin/cmake -P cmake_install.cmake
 
67
.PHONY : install/fast
 
68
 
 
69
# Special rule for the target install/local
 
70
install/local: preinstall
 
71
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 
72
        /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 
73
.PHONY : install/local
 
74
 
 
75
# Special rule for the target install/local
 
76
install/local/fast: install/local
 
77
.PHONY : install/local/fast
 
78
 
 
79
# Special rule for the target install/strip
 
80
install/strip: preinstall
 
81
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 
82
        /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 
83
.PHONY : install/strip
 
84
 
 
85
# Special rule for the target install/strip
 
86
install/strip/fast: install/strip
 
87
.PHONY : install/strip/fast
 
88
 
 
89
# Special rule for the target list_install_components
 
90
list_install_components:
 
91
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
 
92
.PHONY : list_install_components
 
93
 
 
94
# Special rule for the target list_install_components
 
95
list_install_components/fast: list_install_components
 
96
.PHONY : list_install_components/fast
 
97
 
 
98
# Special rule for the target package
 
99
package: preinstall
 
100
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
 
101
        /usr/bin/cpack --config ./CPackConfig.cmake
 
102
.PHONY : package
 
103
 
 
104
# Special rule for the target package
 
105
package/fast: package
 
106
.PHONY : package/fast
 
107
 
 
108
# Special rule for the target package_source
 
109
package_source:
 
110
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
 
111
        /usr/bin/cpack --config ./CPackSourceConfig.cmake /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/CPackSourceConfig.cmake
 
112
.PHONY : package_source
 
113
 
 
114
# Special rule for the target package_source
 
115
package_source/fast: package_source
 
116
.PHONY : package_source/fast
 
117
 
 
118
# Special rule for the target rebuild_cache
 
119
rebuild_cache:
 
120
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 
121
        /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
122
.PHONY : rebuild_cache
 
123
 
 
124
# Special rule for the target rebuild_cache
 
125
rebuild_cache/fast: rebuild_cache
 
126
.PHONY : rebuild_cache/fast
 
127
 
 
128
# The main all target
 
129
all: cmake_check_build_system
 
130
        $(CMAKE_COMMAND) -E cmake_progress_start /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/CMakeFiles /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/CMakeFiles/progress.marks
 
131
        $(MAKE) -f CMakeFiles/Makefile2 all
 
132
        $(CMAKE_COMMAND) -E cmake_progress_start /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/CMakeFiles 0
 
133
.PHONY : all
 
134
 
 
135
# The main clean target
 
136
clean:
 
137
        $(MAKE) -f CMakeFiles/Makefile2 clean
 
138
.PHONY : clean
 
139
 
 
140
# The main clean target
 
141
clean/fast: clean
 
142
.PHONY : clean/fast
 
143
 
 
144
# Prepare targets for installation.
 
145
preinstall: all
 
146
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
 
147
.PHONY : preinstall
 
148
 
 
149
# Prepare targets for installation.
 
150
preinstall/fast:
 
151
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
 
152
.PHONY : preinstall/fast
 
153
 
 
154
# clear depends
 
155
depend:
 
156
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
157
.PHONY : depend
 
158
 
 
159
#=============================================================================
 
160
# Target rules for targets named csirocsa
 
161
 
 
162
# Build rule for target.
 
163
csirocsa: cmake_check_build_system
 
164
        $(MAKE) -f CMakeFiles/Makefile2 csirocsa
 
165
.PHONY : csirocsa
 
166
 
 
167
# fast build rule for target.
 
168
csirocsa/fast:
 
169
        $(MAKE) -f lib/csa/CMakeFiles/csirocsa.dir/build.make lib/csa/CMakeFiles/csirocsa.dir/build
 
170
.PHONY : csirocsa/fast
 
171
 
 
172
#=============================================================================
 
173
# Target rules for targets named deltaT-gen
 
174
 
 
175
# Build rule for target.
 
176
deltaT-gen: cmake_check_build_system
 
177
        $(MAKE) -f CMakeFiles/Makefile2 deltaT-gen
 
178
.PHONY : deltaT-gen
 
179
 
 
180
# fast build rule for target.
 
181
deltaT-gen/fast:
 
182
        $(MAKE) -f lib/qsastime/CMakeFiles/deltaT-gen.dir/build.make lib/qsastime/CMakeFiles/deltaT-gen.dir/build
 
183
.PHONY : deltaT-gen/fast
 
184
 
 
185
#=============================================================================
 
186
# Target rules for targets named deltaT.h_built
 
187
 
 
188
# Build rule for target.
 
189
deltaT.h_built: cmake_check_build_system
 
190
        $(MAKE) -f CMakeFiles/Makefile2 deltaT.h_built
 
191
.PHONY : deltaT.h_built
 
192
 
 
193
# fast build rule for target.
 
194
deltaT.h_built/fast:
 
195
        $(MAKE) -f lib/qsastime/CMakeFiles/deltaT.h_built.dir/build.make lib/qsastime/CMakeFiles/deltaT.h_built.dir/build
 
196
.PHONY : deltaT.h_built/fast
 
197
 
 
198
#=============================================================================
 
199
# Target rules for targets named qsastime
 
200
 
 
201
# Build rule for target.
 
202
qsastime: cmake_check_build_system
 
203
        $(MAKE) -f CMakeFiles/Makefile2 qsastime
 
204
.PHONY : qsastime
 
205
 
 
206
# fast build rule for target.
 
207
qsastime/fast:
 
208
        $(MAKE) -f lib/qsastime/CMakeFiles/qsastime.dir/build.make lib/qsastime/CMakeFiles/qsastime.dir/build
 
209
.PHONY : qsastime/fast
 
210
 
 
211
#=============================================================================
 
212
# Target rules for targets named tai-utc-gen
 
213
 
 
214
# Build rule for target.
 
215
tai-utc-gen: cmake_check_build_system
 
216
        $(MAKE) -f CMakeFiles/Makefile2 tai-utc-gen
 
217
.PHONY : tai-utc-gen
 
218
 
 
219
# fast build rule for target.
 
220
tai-utc-gen/fast:
 
221
        $(MAKE) -f lib/qsastime/CMakeFiles/tai-utc-gen.dir/build.make lib/qsastime/CMakeFiles/tai-utc-gen.dir/build
 
222
.PHONY : tai-utc-gen/fast
 
223
 
 
224
#=============================================================================
 
225
# Target rules for targets named tai-utc.h_built
 
226
 
 
227
# Build rule for target.
 
228
tai-utc.h_built: cmake_check_build_system
 
229
        $(MAKE) -f CMakeFiles/Makefile2 tai-utc.h_built
 
230
.PHONY : tai-utc.h_built
 
231
 
 
232
# fast build rule for target.
 
233
tai-utc.h_built/fast:
 
234
        $(MAKE) -f lib/qsastime/CMakeFiles/tai-utc.h_built.dir/build.make lib/qsastime/CMakeFiles/tai-utc.h_built.dir/build
 
235
.PHONY : tai-utc.h_built/fast
 
236
 
 
237
#=============================================================================
 
238
# Target rules for targets named plhershey-unicode-gen
 
239
 
 
240
# Build rule for target.
 
241
plhershey-unicode-gen: cmake_check_build_system
 
242
        $(MAKE) -f CMakeFiles/Makefile2 plhershey-unicode-gen
 
243
.PHONY : plhershey-unicode-gen
 
244
 
 
245
# fast build rule for target.
 
246
plhershey-unicode-gen/fast:
 
247
        $(MAKE) -f include/CMakeFiles/plhershey-unicode-gen.dir/build.make include/CMakeFiles/plhershey-unicode-gen.dir/build
 
248
.PHONY : plhershey-unicode-gen/fast
 
249
 
 
250
#=============================================================================
 
251
# Target rules for targets named plhershey-unicode.h_built
 
252
 
 
253
# Build rule for target.
 
254
plhershey-unicode.h_built: cmake_check_build_system
 
255
        $(MAKE) -f CMakeFiles/Makefile2 plhershey-unicode.h_built
 
256
.PHONY : plhershey-unicode.h_built
 
257
 
 
258
# fast build rule for target.
 
259
plhershey-unicode.h_built/fast:
 
260
        $(MAKE) -f include/CMakeFiles/plhershey-unicode.h_built.dir/build.make include/CMakeFiles/plhershey-unicode.h_built.dir/build
 
261
.PHONY : plhershey-unicode.h_built/fast
 
262
 
 
263
#=============================================================================
 
264
# Target rules for targets named plplotd
 
265
 
 
266
# Build rule for target.
 
267
plplotd: cmake_check_build_system
 
268
        $(MAKE) -f CMakeFiles/Makefile2 plplotd
 
269
.PHONY : plplotd
 
270
 
 
271
# fast build rule for target.
 
272
plplotd/fast:
 
273
        $(MAKE) -f src/CMakeFiles/plplotd.dir/build.make src/CMakeFiles/plplotd.dir/build
 
274
.PHONY : plplotd/fast
 
275
 
 
276
#=============================================================================
 
277
# Target rules for targets named plplotcxxd
 
278
 
 
279
# Build rule for target.
 
280
plplotcxxd: cmake_check_build_system
 
281
        $(MAKE) -f CMakeFiles/Makefile2 plplotcxxd
 
282
.PHONY : plplotcxxd
 
283
 
 
284
# fast build rule for target.
 
285
plplotcxxd/fast:
 
286
        $(MAKE) -f bindings/c++/CMakeFiles/plplotcxxd.dir/build.make bindings/c++/CMakeFiles/plplotcxxd.dir/build
 
287
.PHONY : plplotcxxd/fast
 
288
 
 
289
#=============================================================================
 
290
# Target rules for targets named parity_bit_check
 
291
 
 
292
# Build rule for target.
 
293
parity_bit_check: cmake_check_build_system
 
294
        $(MAKE) -f CMakeFiles/Makefile2 parity_bit_check
 
295
.PHONY : parity_bit_check
 
296
 
 
297
# fast build rule for target.
 
298
parity_bit_check/fast:
 
299
        $(MAKE) -f utils/CMakeFiles/parity_bit_check.dir/build.make utils/CMakeFiles/parity_bit_check.dir/build
 
300
.PHONY : parity_bit_check/fast
 
301
 
 
302
#=============================================================================
 
303
# Target rules for targets named pltek
 
304
 
 
305
# Build rule for target.
 
306
pltek: cmake_check_build_system
 
307
        $(MAKE) -f CMakeFiles/Makefile2 pltek
 
308
.PHONY : pltek
 
309
 
 
310
# fast build rule for target.
 
311
pltek/fast:
 
312
        $(MAKE) -f utils/CMakeFiles/pltek.dir/build.make utils/CMakeFiles/pltek.dir/build
 
313
.PHONY : pltek/fast
 
314
 
 
315
#=============================================================================
 
316
# Target rules for targets named docbook_plplot-structs_txt
 
317
 
 
318
# Build rule for target.
 
319
docbook_plplot-structs_txt: cmake_check_build_system
 
320
        $(MAKE) -f CMakeFiles/Makefile2 docbook_plplot-structs_txt
 
321
.PHONY : docbook_plplot-structs_txt
 
322
 
 
323
# fast build rule for target.
 
324
docbook_plplot-structs_txt/fast:
 
325
        $(MAKE) -f doc/docbook/src/CMakeFiles/docbook_plplot-structs_txt.dir/build.make doc/docbook/src/CMakeFiles/docbook_plplot-structs_txt.dir/build
 
326
.PHONY : docbook_plplot-structs_txt/fast
 
327
 
 
328
#=============================================================================
 
329
# Target rules for targets named docbook_plplot-symbols_txt
 
330
 
 
331
# Build rule for target.
 
332
docbook_plplot-symbols_txt: cmake_check_build_system
 
333
        $(MAKE) -f CMakeFiles/Makefile2 docbook_plplot-symbols_txt
 
334
.PHONY : docbook_plplot-symbols_txt
 
335
 
 
336
# fast build rule for target.
 
337
docbook_plplot-symbols_txt/fast:
 
338
        $(MAKE) -f doc/docbook/src/CMakeFiles/docbook_plplot-symbols_txt.dir/build.make doc/docbook/src/CMakeFiles/docbook_plplot-symbols_txt.dir/build
 
339
.PHONY : docbook_plplot-symbols_txt/fast
 
340
 
 
341
#=============================================================================
 
342
# Target rules for targets named validate
 
343
 
 
344
# Build rule for target.
 
345
validate: cmake_check_build_system
 
346
        $(MAKE) -f CMakeFiles/Makefile2 validate
 
347
.PHONY : validate
 
348
 
 
349
# fast build rule for target.
 
350
validate/fast:
 
351
        $(MAKE) -f doc/docbook/src/CMakeFiles/validate.dir/build.make doc/docbook/src/CMakeFiles/validate.dir/build
 
352
.PHONY : validate/fast
 
353
 
 
354
#=============================================================================
 
355
# Target rules for targets named create_staging
 
356
 
 
357
# Build rule for target.
 
358
create_staging: cmake_check_build_system
 
359
        $(MAKE) -f CMakeFiles/Makefile2 create_staging
 
360
.PHONY : create_staging
 
361
 
 
362
# fast build rule for target.
 
363
create_staging/fast:
 
364
        $(MAKE) -f www/CMakeFiles/create_staging.dir/build.make www/CMakeFiles/create_staging.dir/build
 
365
.PHONY : create_staging/fast
 
366
 
 
367
#=============================================================================
 
368
# Target rules for targets named create_staging_announce
 
369
 
 
370
# Build rule for target.
 
371
create_staging_announce: cmake_check_build_system
 
372
        $(MAKE) -f CMakeFiles/Makefile2 create_staging_announce
 
373
.PHONY : create_staging_announce
 
374
 
 
375
# fast build rule for target.
 
376
create_staging_announce/fast:
 
377
        $(MAKE) -f www/CMakeFiles/create_staging_announce.dir/build.make www/CMakeFiles/create_staging_announce.dir/build
 
378
.PHONY : create_staging_announce/fast
 
379
 
 
380
#=============================================================================
 
381
# Target rules for targets named www-install-base
 
382
 
 
383
# Build rule for target.
 
384
www-install-base: cmake_check_build_system
 
385
        $(MAKE) -f CMakeFiles/Makefile2 www-install-base
 
386
.PHONY : www-install-base
 
387
 
 
388
# fast build rule for target.
 
389
www-install-base/fast:
 
390
        $(MAKE) -f www/CMakeFiles/www-install-base.dir/build.make www/CMakeFiles/www-install-base.dir/build
 
391
.PHONY : www-install-base/fast
 
392
 
 
393
#=============================================================================
 
394
# Target rules for targets named generate_announcements
 
395
 
 
396
# Build rule for target.
 
397
generate_announcements: cmake_check_build_system
 
398
        $(MAKE) -f CMakeFiles/Makefile2 generate_announcements
 
399
.PHONY : generate_announcements
 
400
 
 
401
# fast build rule for target.
 
402
generate_announcements/fast:
 
403
        $(MAKE) -f www/announce/CMakeFiles/generate_announcements.dir/build.make www/announce/CMakeFiles/generate_announcements.dir/build
 
404
.PHONY : generate_announcements/fast
 
405
 
 
406
#=============================================================================
 
407
# Target rules for targets named validate_announcement-5.3.0
 
408
 
 
409
# Build rule for target.
 
410
validate_announcement-5.3.0: cmake_check_build_system
 
411
        $(MAKE) -f CMakeFiles/Makefile2 validate_announcement-5.3.0
 
412
.PHONY : validate_announcement-5.3.0
 
413
 
 
414
# fast build rule for target.
 
415
validate_announcement-5.3.0/fast:
 
416
        $(MAKE) -f www/announce/CMakeFiles/validate_announcement-5.3.0.dir/build.make www/announce/CMakeFiles/validate_announcement-5.3.0.dir/build
 
417
.PHONY : validate_announcement-5.3.0/fast
 
418
 
 
419
#=============================================================================
 
420
# Target rules for targets named validate_announcement-5.3.1
 
421
 
 
422
# Build rule for target.
 
423
validate_announcement-5.3.1: cmake_check_build_system
 
424
        $(MAKE) -f CMakeFiles/Makefile2 validate_announcement-5.3.1
 
425
.PHONY : validate_announcement-5.3.1
 
426
 
 
427
# fast build rule for target.
 
428
validate_announcement-5.3.1/fast:
 
429
        $(MAKE) -f www/announce/CMakeFiles/validate_announcement-5.3.1.dir/build.make www/announce/CMakeFiles/validate_announcement-5.3.1.dir/build
 
430
.PHONY : validate_announcement-5.3.1/fast
 
431
 
 
432
#=============================================================================
 
433
# Target rules for targets named validate_announcements
 
434
 
 
435
# Build rule for target.
 
436
validate_announcements: cmake_check_build_system
 
437
        $(MAKE) -f CMakeFiles/Makefile2 validate_announcements
 
438
.PHONY : validate_announcements
 
439
 
 
440
# fast build rule for target.
 
441
validate_announcements/fast:
 
442
        $(MAKE) -f www/announce/CMakeFiles/validate_announcements.dir/build.make www/announce/CMakeFiles/validate_announcements.dir/build
 
443
.PHONY : validate_announcements/fast
 
444
 
 
445
# Help Target
 
446
help:
 
447
        @echo "The following are some of the valid targets for this Makefile:"
 
448
        @echo "... all (the default if no target is provided)"
 
449
        @echo "... clean"
 
450
        @echo "... depend"
 
451
        @echo "... edit_cache"
 
452
        @echo "... install"
 
453
        @echo "... install/local"
 
454
        @echo "... install/strip"
 
455
        @echo "... list_install_components"
 
456
        @echo "... package"
 
457
        @echo "... package_source"
 
458
        @echo "... rebuild_cache"
 
459
        @echo "... csirocsa"
 
460
        @echo "... deltaT-gen"
 
461
        @echo "... deltaT.h_built"
 
462
        @echo "... qsastime"
 
463
        @echo "... tai-utc-gen"
 
464
        @echo "... tai-utc.h_built"
 
465
        @echo "... plhershey-unicode-gen"
 
466
        @echo "... plhershey-unicode.h_built"
 
467
        @echo "... plplotd"
 
468
        @echo "... plplotcxxd"
 
469
        @echo "... parity_bit_check"
 
470
        @echo "... pltek"
 
471
        @echo "... docbook_plplot-structs_txt"
 
472
        @echo "... docbook_plplot-symbols_txt"
 
473
        @echo "... validate"
 
474
        @echo "... create_staging"
 
475
        @echo "... create_staging_announce"
 
476
        @echo "... www-install-base"
 
477
        @echo "... generate_announcements"
 
478
        @echo "... validate_announcement-5.3.0"
 
479
        @echo "... validate_announcement-5.3.1"
 
480
        @echo "... validate_announcements"
 
481
.PHONY : help
 
482
 
 
483
 
 
484
 
 
485
#=============================================================================
 
486
# Special targets to cleanup operation of make.
 
487
 
 
488
# Special rule to run CMake to check the build system integrity.
 
489
# No rule that depends on this can have commands that come from listfiles
 
490
# because they might be regenerated.
 
491
cmake_check_build_system:
 
492
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
493
.PHONY : cmake_check_build_system
 
494