root/bdm/Makefile @ 200

Revision 200, 17.4 kB (checked in by smidl, 16 years ago)

BM has now function _e() returning posterior of correct type

Line 
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.6
3
4# Default target executed when no arguments are given to make.
5default_target: all
6.PHONY : default_target
7
8#=============================================================================
9# Special targets provided by cmake.
10
11# Disable implicit rules so canoncical targets will work.
12.SUFFIXES:
13
14# Remove some rules from gmake that .SUFFIXES does not remove.
15SUFFIXES =
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.
23cmake_force:
24.PHONY : cmake_force
25
26#=============================================================================
27# Set environment variables for the build.
28
29# The shell in which to execute make rules.
30SHELL = /bin/sh
31
32# The CMake executable.
33CMAKE_COMMAND = /usr/bin/cmake
34
35# The command to remove a file.
36RM = /usr/bin/cmake -E remove -f
37
38# The program to use to edit the cache.
39CMAKE_EDIT_COMMAND = /usr/bin/ccmake
40
41# The top-level source directory on which CMake was run.
42CMAKE_SOURCE_DIR = /home/smidl/work/git/mixpp
43
44# The top-level build directory on which CMake was run.
45CMAKE_BINARY_DIR = /home/smidl/work/git/mixpp
46
47#=============================================================================
48# Targets provided globally by CMake.
49
50# Special rule for the target edit_cache
51edit_cache:
52        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
53        cd /home/smidl/work/git/mixpp/bdm && /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
54.PHONY : edit_cache
55
56# Special rule for the target edit_cache
57edit_cache/fast: edit_cache
58.PHONY : edit_cache/fast
59
60# Special rule for the target rebuild_cache
61rebuild_cache:
62        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
63        cd /home/smidl/work/git/mixpp/bdm && /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
64.PHONY : rebuild_cache
65
66# Special rule for the target rebuild_cache
67rebuild_cache/fast: rebuild_cache
68.PHONY : rebuild_cache/fast
69
70# The main all target
71all: cmake_check_build_system
72        cd /home/smidl/work/git/mixpp && $(CMAKE_COMMAND) -E cmake_progress_start /home/smidl/work/git/mixpp/CMakeFiles /home/smidl/work/git/mixpp/bdm/CMakeFiles/progress.make
73        cd /home/smidl/work/git/mixpp && $(MAKE) -f CMakeFiles/Makefile2 bdm/all
74        $(CMAKE_COMMAND) -E cmake_progress_start /home/smidl/work/git/mixpp/CMakeFiles 0
75.PHONY : all
76
77# The main clean target
78clean:
79        cd /home/smidl/work/git/mixpp && $(MAKE) -f CMakeFiles/Makefile2 bdm/clean
80.PHONY : clean
81
82# The main clean target
83clean/fast: clean
84.PHONY : clean/fast
85
86# Prepare targets for installation.
87preinstall: all
88        cd /home/smidl/work/git/mixpp && $(MAKE) -f CMakeFiles/Makefile2 bdm/preinstall
89.PHONY : preinstall
90
91# Prepare targets for installation.
92preinstall/fast:
93        cd /home/smidl/work/git/mixpp && $(MAKE) -f CMakeFiles/Makefile2 bdm/preinstall
94.PHONY : preinstall/fast
95
96# clear depends
97depend:
98        cd /home/smidl/work/git/mixpp && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
99.PHONY : depend
100
101# Convenience name for target.
102bdm/CMakeFiles/bdm.dir/rule:
103        cd /home/smidl/work/git/mixpp && $(MAKE) -f CMakeFiles/Makefile2 bdm/CMakeFiles/bdm.dir/rule
104.PHONY : bdm/CMakeFiles/bdm.dir/rule
105
106# Convenience name for target.
107bdm: bdm/CMakeFiles/bdm.dir/rule
108.PHONY : bdm
109
110# fast build rule for target.
111bdm/fast:
112        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/build
113.PHONY : bdm/fast
114
115estim/arx.o: estim/arx.cpp.o
116.PHONY : estim/arx.o
117
118# target to build an object file
119estim/arx.cpp.o:
120        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/arx.cpp.o
121.PHONY : estim/arx.cpp.o
122
123estim/arx.i: estim/arx.cpp.i
124.PHONY : estim/arx.i
125
126# target to preprocess a source file
127estim/arx.cpp.i:
128        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/arx.cpp.i
129.PHONY : estim/arx.cpp.i
130
131estim/arx.s: estim/arx.cpp.s
132.PHONY : estim/arx.s
133
134# target to generate assembly for a file
135estim/arx.cpp.s:
136        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/arx.cpp.s
137.PHONY : estim/arx.cpp.s
138
139estim/libKF.o: estim/libKF.cpp.o
140.PHONY : estim/libKF.o
141
142# target to build an object file
143estim/libKF.cpp.o:
144        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/libKF.cpp.o
145.PHONY : estim/libKF.cpp.o
146
147estim/libKF.i: estim/libKF.cpp.i
148.PHONY : estim/libKF.i
149
150# target to preprocess a source file
151estim/libKF.cpp.i:
152        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/libKF.cpp.i
153.PHONY : estim/libKF.cpp.i
154
155estim/libKF.s: estim/libKF.cpp.s
156.PHONY : estim/libKF.s
157
158# target to generate assembly for a file
159estim/libKF.cpp.s:
160        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/libKF.cpp.s
161.PHONY : estim/libKF.cpp.s
162
163estim/libPF.o: estim/libPF.cpp.o
164.PHONY : estim/libPF.o
165
166# target to build an object file
167estim/libPF.cpp.o:
168        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/libPF.cpp.o
169.PHONY : estim/libPF.cpp.o
170
171estim/libPF.i: estim/libPF.cpp.i
172.PHONY : estim/libPF.i
173
174# target to preprocess a source file
175estim/libPF.cpp.i:
176        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/libPF.cpp.i
177.PHONY : estim/libPF.cpp.i
178
179estim/libPF.s: estim/libPF.cpp.s
180.PHONY : estim/libPF.s
181
182# target to generate assembly for a file
183estim/libPF.cpp.s:
184        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/libPF.cpp.s
185.PHONY : estim/libPF.cpp.s
186
187estim/merger.o: estim/merger.cpp.o
188.PHONY : estim/merger.o
189
190# target to build an object file
191estim/merger.cpp.o:
192        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/merger.cpp.o
193.PHONY : estim/merger.cpp.o
194
195estim/merger.i: estim/merger.cpp.i
196.PHONY : estim/merger.i
197
198# target to preprocess a source file
199estim/merger.cpp.i:
200        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/merger.cpp.i
201.PHONY : estim/merger.cpp.i
202
203estim/merger.s: estim/merger.cpp.s
204.PHONY : estim/merger.s
205
206# target to generate assembly for a file
207estim/merger.cpp.s:
208        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/merger.cpp.s
209.PHONY : estim/merger.cpp.s
210
211estim/mixef.o: estim/mixef.cpp.o
212.PHONY : estim/mixef.o
213
214# target to build an object file
215estim/mixef.cpp.o:
216        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/mixef.cpp.o
217.PHONY : estim/mixef.cpp.o
218
219estim/mixef.i: estim/mixef.cpp.i
220.PHONY : estim/mixef.i
221
222# target to preprocess a source file
223estim/mixef.cpp.i:
224        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/mixef.cpp.i
225.PHONY : estim/mixef.cpp.i
226
227estim/mixef.s: estim/mixef.cpp.s
228.PHONY : estim/mixef.s
229
230# target to generate assembly for a file
231estim/mixef.cpp.s:
232        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/estim/mixef.cpp.s
233.PHONY : estim/mixef.cpp.s
234
235itpp_ext.o: itpp_ext.cpp.o
236.PHONY : itpp_ext.o
237
238# target to build an object file
239itpp_ext.cpp.o:
240        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/itpp_ext.cpp.o
241.PHONY : itpp_ext.cpp.o
242
243itpp_ext.i: itpp_ext.cpp.i
244.PHONY : itpp_ext.i
245
246# target to preprocess a source file
247itpp_ext.cpp.i:
248        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/itpp_ext.cpp.i
249.PHONY : itpp_ext.cpp.i
250
251itpp_ext.s: itpp_ext.cpp.s
252.PHONY : itpp_ext.s
253
254# target to generate assembly for a file
255itpp_ext.cpp.s:
256        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/itpp_ext.cpp.s
257.PHONY : itpp_ext.cpp.s
258
259math/chmat.o: math/chmat.cpp.o
260.PHONY : math/chmat.o
261
262# target to build an object file
263math/chmat.cpp.o:
264        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/math/chmat.cpp.o
265.PHONY : math/chmat.cpp.o
266
267math/chmat.i: math/chmat.cpp.i
268.PHONY : math/chmat.i
269
270# target to preprocess a source file
271math/chmat.cpp.i:
272        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/math/chmat.cpp.i
273.PHONY : math/chmat.cpp.i
274
275math/chmat.s: math/chmat.cpp.s
276.PHONY : math/chmat.s
277
278# target to generate assembly for a file
279math/chmat.cpp.s:
280        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/math/chmat.cpp.s
281.PHONY : math/chmat.cpp.s
282
283math/libDC.o: math/libDC.cpp.o
284.PHONY : math/libDC.o
285
286# target to build an object file
287math/libDC.cpp.o:
288        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/math/libDC.cpp.o
289.PHONY : math/libDC.cpp.o
290
291math/libDC.i: math/libDC.cpp.i
292.PHONY : math/libDC.i
293
294# target to preprocess a source file
295math/libDC.cpp.i:
296        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/math/libDC.cpp.i
297.PHONY : math/libDC.cpp.i
298
299math/libDC.s: math/libDC.cpp.s
300.PHONY : math/libDC.s
301
302# target to generate assembly for a file
303math/libDC.cpp.s:
304        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/math/libDC.cpp.s
305.PHONY : math/libDC.cpp.s
306
307osutils.o: osutils.cpp.o
308.PHONY : osutils.o
309
310# target to build an object file
311osutils.cpp.o:
312        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/osutils.cpp.o
313.PHONY : osutils.cpp.o
314
315osutils.i: osutils.cpp.i
316.PHONY : osutils.i
317
318# target to preprocess a source file
319osutils.cpp.i:
320        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/osutils.cpp.i
321.PHONY : osutils.cpp.i
322
323osutils.s: osutils.cpp.s
324.PHONY : osutils.s
325
326# target to generate assembly for a file
327osutils.cpp.s:
328        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/osutils.cpp.s
329.PHONY : osutils.cpp.s
330
331stat/emix.o: stat/emix.cpp.o
332.PHONY : stat/emix.o
333
334# target to build an object file
335stat/emix.cpp.o:
336        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/emix.cpp.o
337.PHONY : stat/emix.cpp.o
338
339stat/emix.i: stat/emix.cpp.i
340.PHONY : stat/emix.i
341
342# target to preprocess a source file
343stat/emix.cpp.i:
344        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/emix.cpp.i
345.PHONY : stat/emix.cpp.i
346
347stat/emix.s: stat/emix.cpp.s
348.PHONY : stat/emix.s
349
350# target to generate assembly for a file
351stat/emix.cpp.s:
352        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/emix.cpp.s
353.PHONY : stat/emix.cpp.s
354
355stat/libBM.o: stat/libBM.cpp.o
356.PHONY : stat/libBM.o
357
358# target to build an object file
359stat/libBM.cpp.o:
360        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libBM.cpp.o
361.PHONY : stat/libBM.cpp.o
362
363stat/libBM.i: stat/libBM.cpp.i
364.PHONY : stat/libBM.i
365
366# target to preprocess a source file
367stat/libBM.cpp.i:
368        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libBM.cpp.i
369.PHONY : stat/libBM.cpp.i
370
371stat/libBM.s: stat/libBM.cpp.s
372.PHONY : stat/libBM.s
373
374# target to generate assembly for a file
375stat/libBM.cpp.s:
376        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libBM.cpp.s
377.PHONY : stat/libBM.cpp.s
378
379stat/libDS.o: stat/libDS.cpp.o
380.PHONY : stat/libDS.o
381
382# target to build an object file
383stat/libDS.cpp.o:
384        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libDS.cpp.o
385.PHONY : stat/libDS.cpp.o
386
387stat/libDS.i: stat/libDS.cpp.i
388.PHONY : stat/libDS.i
389
390# target to preprocess a source file
391stat/libDS.cpp.i:
392        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libDS.cpp.i
393.PHONY : stat/libDS.cpp.i
394
395stat/libDS.s: stat/libDS.cpp.s
396.PHONY : stat/libDS.s
397
398# target to generate assembly for a file
399stat/libDS.cpp.s:
400        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libDS.cpp.s
401.PHONY : stat/libDS.cpp.s
402
403stat/libEF.o: stat/libEF.cpp.o
404.PHONY : stat/libEF.o
405
406# target to build an object file
407stat/libEF.cpp.o:
408        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libEF.cpp.o
409.PHONY : stat/libEF.cpp.o
410
411stat/libEF.i: stat/libEF.cpp.i
412.PHONY : stat/libEF.i
413
414# target to preprocess a source file
415stat/libEF.cpp.i:
416        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libEF.cpp.i
417.PHONY : stat/libEF.cpp.i
418
419stat/libEF.s: stat/libEF.cpp.s
420.PHONY : stat/libEF.s
421
422# target to generate assembly for a file
423stat/libEF.cpp.s:
424        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libEF.cpp.s
425.PHONY : stat/libEF.cpp.s
426
427stat/libFN.o: stat/libFN.cpp.o
428.PHONY : stat/libFN.o
429
430# target to build an object file
431stat/libFN.cpp.o:
432        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libFN.cpp.o
433.PHONY : stat/libFN.cpp.o
434
435stat/libFN.i: stat/libFN.cpp.i
436.PHONY : stat/libFN.i
437
438# target to preprocess a source file
439stat/libFN.cpp.i:
440        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libFN.cpp.i
441.PHONY : stat/libFN.cpp.i
442
443stat/libFN.s: stat/libFN.cpp.s
444.PHONY : stat/libFN.s
445
446# target to generate assembly for a file
447stat/libFN.cpp.s:
448        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/libFN.cpp.s
449.PHONY : stat/libFN.cpp.s
450
451stat/loggers.o: stat/loggers.cpp.o
452.PHONY : stat/loggers.o
453
454# target to build an object file
455stat/loggers.cpp.o:
456        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/loggers.cpp.o
457.PHONY : stat/loggers.cpp.o
458
459stat/loggers.i: stat/loggers.cpp.i
460.PHONY : stat/loggers.i
461
462# target to preprocess a source file
463stat/loggers.cpp.i:
464        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/loggers.cpp.i
465.PHONY : stat/loggers.cpp.i
466
467stat/loggers.s: stat/loggers.cpp.s
468.PHONY : stat/loggers.s
469
470# target to generate assembly for a file
471stat/loggers.cpp.s:
472        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/stat/loggers.cpp.s
473.PHONY : stat/loggers.cpp.s
474
475userinfo.o: userinfo.cpp.o
476.PHONY : userinfo.o
477
478# target to build an object file
479userinfo.cpp.o:
480        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/userinfo.cpp.o
481.PHONY : userinfo.cpp.o
482
483userinfo.i: userinfo.cpp.i
484.PHONY : userinfo.i
485
486# target to preprocess a source file
487userinfo.cpp.i:
488        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/userinfo.cpp.i
489.PHONY : userinfo.cpp.i
490
491userinfo.s: userinfo.cpp.s
492.PHONY : userinfo.s
493
494# target to generate assembly for a file
495userinfo.cpp.s:
496        cd /home/smidl/work/git/mixpp && $(MAKE) -f bdm/CMakeFiles/bdm.dir/build.make bdm/CMakeFiles/bdm.dir/userinfo.cpp.s
497.PHONY : userinfo.cpp.s
498
499# Help Target
500help:
501        @echo "The following are some of the valid targets for this Makefile:"
502        @echo "... all (the default if no target is provided)"
503        @echo "... clean"
504        @echo "... depend"
505        @echo "... bdm"
506        @echo "... edit_cache"
507        @echo "... rebuild_cache"
508        @echo "... estim/arx.o"
509        @echo "... estim/arx.i"
510        @echo "... estim/arx.s"
511        @echo "... estim/libKF.o"
512        @echo "... estim/libKF.i"
513        @echo "... estim/libKF.s"
514        @echo "... estim/libPF.o"
515        @echo "... estim/libPF.i"
516        @echo "... estim/libPF.s"
517        @echo "... estim/merger.o"
518        @echo "... estim/merger.i"
519        @echo "... estim/merger.s"
520        @echo "... estim/mixef.o"
521        @echo "... estim/mixef.i"
522        @echo "... estim/mixef.s"
523        @echo "... itpp_ext.o"
524        @echo "... itpp_ext.i"
525        @echo "... itpp_ext.s"
526        @echo "... math/chmat.o"
527        @echo "... math/chmat.i"
528        @echo "... math/chmat.s"
529        @echo "... math/libDC.o"
530        @echo "... math/libDC.i"
531        @echo "... math/libDC.s"
532        @echo "... osutils.o"
533        @echo "... osutils.i"
534        @echo "... osutils.s"
535        @echo "... stat/emix.o"
536        @echo "... stat/emix.i"
537        @echo "... stat/emix.s"
538        @echo "... stat/libBM.o"
539        @echo "... stat/libBM.i"
540        @echo "... stat/libBM.s"
541        @echo "... stat/libDS.o"
542        @echo "... stat/libDS.i"
543        @echo "... stat/libDS.s"
544        @echo "... stat/libEF.o"
545        @echo "... stat/libEF.i"
546        @echo "... stat/libEF.s"
547        @echo "... stat/libFN.o"
548        @echo "... stat/libFN.i"
549        @echo "... stat/libFN.s"
550        @echo "... stat/loggers.o"
551        @echo "... stat/loggers.i"
552        @echo "... stat/loggers.s"
553        @echo "... userinfo.o"
554        @echo "... userinfo.i"
555        @echo "... userinfo.s"
556.PHONY : help
557
558
559
560#=============================================================================
561# Special targets to cleanup operation of make.
562
563# Special rule to run CMake to check the build system integrity.
564# No rule that depends on this can have commands that come from listfiles
565# because they might be regenerated.
566cmake_check_build_system:
567        cd /home/smidl/work/git/mixpp && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
568.PHONY : cmake_check_build_system
Note: See TracBrowser for help on using the browser.