Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/numeric/ublas/doc/samples/Jamfile @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 13.5 KB
Line 
1#
2#   Copyright (c) 2000-2002
3#   Joerg Walter, Mathias Koch
4#
5#   Permission to use, copy, modify, distribute and sell this software
6#   and its documentation for any purpose is hereby granted without fee,
7#   provided that the above copyright notice appear in all copies and
8#   that both that copyright notice and this permission notice appear
9#   in supporting documentation.  The authors make no representations
10#   about the suitability of this software for any purpose.
11#   It is provided "as is" without express or implied warranty.
12#
13#   The authors gratefully acknowledge the support of
14#   GeNeSys mbH & Co. KG in producing this work.
15#
16
17subproject libs/numeric/ublas/doc/samples ;
18
19exe unbounded_array
20    : unbounded_array.cpp
21    : <include>$(BOOST_ROOT)
22      <sysinclude>$(BOOST_ROOT)
23      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
24      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
25    ;
26
27exe bounded_array
28    : bounded_array.cpp
29    : <include>$(BOOST_ROOT)
30      <sysinclude>$(BOOST_ROOT)
31      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
32      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
33    ;
34
35exe range
36    : range.cpp
37    : <include>$(BOOST_ROOT)
38      <sysinclude>$(BOOST_ROOT)
39      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
40      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
41    ;
42
43exe slice
44    : slice.cpp
45    : <include>$(BOOST_ROOT)
46      <sysinclude>$(BOOST_ROOT)
47      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
48      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
49    ;
50
51exe map_array
52    : map_array.cpp
53    : <include>$(BOOST_ROOT)
54      <sysinclude>$(BOOST_ROOT)
55      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
56      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
57    ;
58
59exe vector
60    : vector.cpp
61    : <include>$(BOOST_ROOT)
62      <sysinclude>$(BOOST_ROOT)
63      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
64      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
65    ;
66
67exe unit_vector
68    : unit_vector.cpp
69    : <include>$(BOOST_ROOT)
70      <sysinclude>$(BOOST_ROOT)
71      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
72      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
73    ;
74
75exe zero_vector
76    : zero_vector.cpp
77    : <include>$(BOOST_ROOT)
78      <sysinclude>$(BOOST_ROOT)
79      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
80      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
81    ;
82
83exe mapped_vector
84    : mapped_vector.cpp
85    : <include>$(BOOST_ROOT)
86      <sysinclude>$(BOOST_ROOT)
87      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
88      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
89    ;
90
91exe compressed_vector
92    : compressed_vector.cpp
93    : <include>$(BOOST_ROOT)
94      <sysinclude>$(BOOST_ROOT)
95      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
96      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
97    ;
98
99exe coordinate_vector
100    : coordinate_vector.cpp
101    : <include>$(BOOST_ROOT)
102      <sysinclude>$(BOOST_ROOT)
103      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
104      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
105    ;
106
107exe vector_range
108    : vector_range.cpp
109    : <include>$(BOOST_ROOT)
110      <sysinclude>$(BOOST_ROOT)
111      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
112      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
113    ;
114
115exe vector_range_project
116    : vector_range_project.cpp
117    : <include>$(BOOST_ROOT)
118      <sysinclude>$(BOOST_ROOT)
119      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
120      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
121    ;
122
123exe vector_slice
124    : vector_slice.cpp
125    : <include>$(BOOST_ROOT)
126      <sysinclude>$(BOOST_ROOT)
127      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
128      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
129    ;
130
131exe vector_slice_project
132    : vector_slice_project.cpp
133    : <include>$(BOOST_ROOT)
134      <sysinclude>$(BOOST_ROOT)
135      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
136      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
137    ;
138
139exe vector_unary
140    : vector_unary.cpp
141    : <include>$(BOOST_ROOT)
142      <sysinclude>$(BOOST_ROOT)
143      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
144      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
145    ;
146
147exe vector_binary
148    : vector_binary.cpp
149    : <include>$(BOOST_ROOT)
150      <sysinclude>$(BOOST_ROOT)
151      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
152      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
153    ;
154
155exe vector_binary_outer
156    : vector_binary_outer.cpp
157    : <include>$(BOOST_ROOT)
158      <sysinclude>$(BOOST_ROOT)
159      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
160      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
161    ;
162
163exe vector_binary_scalar
164    : vector_binary_scalar.cpp
165    : <include>$(BOOST_ROOT)
166      <sysinclude>$(BOOST_ROOT)
167      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
168      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
169    ;
170
171exe vector_unary_redux
172    : vector_unary_redux.cpp
173    : <include>$(BOOST_ROOT)
174      <sysinclude>$(BOOST_ROOT)
175      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
176      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
177    ;
178
179exe vector_binary_redux
180    : vector_binary_redux.cpp
181    : <include>$(BOOST_ROOT)
182      <sysinclude>$(BOOST_ROOT)
183      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
184      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
185    ;
186
187exe matrix
188    : matrix.cpp
189    : <include>$(BOOST_ROOT)
190      <sysinclude>$(BOOST_ROOT)
191      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
192      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
193    ;
194
195exe identity_matrix
196    : identity_matrix.cpp
197    : <include>$(BOOST_ROOT)
198      <sysinclude>$(BOOST_ROOT)
199      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
200      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
201    ;
202
203exe zero_matrix
204    : zero_matrix.cpp
205    : <include>$(BOOST_ROOT)
206      <sysinclude>$(BOOST_ROOT)
207      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
208      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
209    ;
210
211exe mapped_matrix
212    : mapped_matrix.cpp
213    : <include>$(BOOST_ROOT)
214      <sysinclude>$(BOOST_ROOT)
215      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
216      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
217    ;
218
219exe compressed_matrix
220    : compressed_matrix.cpp
221    : <include>$(BOOST_ROOT)
222      <sysinclude>$(BOOST_ROOT)
223      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
224      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
225    ;
226
227exe coordinate_matrix
228    : coordinate_matrix.cpp
229    : <include>$(BOOST_ROOT)
230      <sysinclude>$(BOOST_ROOT)
231      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
232      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
233    ;
234
235exe matrix_row
236    : matrix_row.cpp
237    : <include>$(BOOST_ROOT)
238      <sysinclude>$(BOOST_ROOT)
239      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
240      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
241    ;
242
243exe matrix_row_project
244    : matrix_row_project.cpp
245    : <include>$(BOOST_ROOT)
246      <sysinclude>$(BOOST_ROOT)
247      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
248      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
249    ;
250
251exe matrix_column
252    : matrix_column.cpp
253    : <include>$(BOOST_ROOT)
254      <sysinclude>$(BOOST_ROOT)
255      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
256      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
257    ;
258
259exe matrix_column_project
260    : matrix_column_project.cpp
261    : <include>$(BOOST_ROOT)
262      <sysinclude>$(BOOST_ROOT)
263      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
264      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
265    ;
266
267exe matrix_vector_range
268    : matrix_vector_range.cpp
269    : <include>$(BOOST_ROOT)
270      <sysinclude>$(BOOST_ROOT)
271      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
272      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
273    ;
274
275exe matrix_vector_slice
276    : matrix_vector_slice.cpp
277    : <include>$(BOOST_ROOT)
278      <sysinclude>$(BOOST_ROOT)
279      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
280      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
281    ;
282
283exe matrix_range
284    : matrix_range.cpp
285    : <include>$(BOOST_ROOT)
286      <sysinclude>$(BOOST_ROOT)
287      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
288      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
289    ;
290
291exe matrix_range_project
292    : matrix_range_project.cpp
293    : <include>$(BOOST_ROOT)
294      <sysinclude>$(BOOST_ROOT)
295      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
296      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
297    ;
298
299exe matrix_slice
300    : matrix_slice.cpp
301    : <include>$(BOOST_ROOT)
302      <sysinclude>$(BOOST_ROOT)
303      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
304      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
305    ;
306
307exe matrix_slice_project
308    : matrix_slice_project.cpp
309    : <include>$(BOOST_ROOT)
310      <sysinclude>$(BOOST_ROOT)
311      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
312      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
313    ;
314
315exe matrix_unary
316    : matrix_unary.cpp
317    : <include>$(BOOST_ROOT)
318      <sysinclude>$(BOOST_ROOT)
319      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
320      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
321    ;
322
323exe matrix_binary
324    : matrix_binary.cpp
325    : <include>$(BOOST_ROOT)
326      <sysinclude>$(BOOST_ROOT)
327      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
328      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
329    ;
330
331exe matrix_binary_scalar
332    : matrix_binary_scalar.cpp
333    : <include>$(BOOST_ROOT)
334      <sysinclude>$(BOOST_ROOT)
335      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
336      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
337    ;
338
339exe matrix_vector_binary
340    : matrix_vector_binary.cpp
341    : <include>$(BOOST_ROOT)
342      <sysinclude>$(BOOST_ROOT)
343      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
344      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
345    ;
346
347exe matrix_vector_solve
348    : matrix_vector_solve.cpp
349    : <include>$(BOOST_ROOT)
350      <sysinclude>$(BOOST_ROOT)
351      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
352      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
353    ;
354
355exe matrix_matrix_binary
356    : matrix_matrix_binary.cpp
357    : <include>$(BOOST_ROOT)
358      <sysinclude>$(BOOST_ROOT)
359      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
360      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
361    ;
362
363exe matrix_matrix_solve
364    : matrix_matrix_solve.cpp
365    : <include>$(BOOST_ROOT)
366      <sysinclude>$(BOOST_ROOT)
367      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
368      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
369    ;
370
371exe banded_matrix
372    : banded_matrix.cpp
373    : <include>$(BOOST_ROOT)
374      <sysinclude>$(BOOST_ROOT)
375      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
376      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
377    ;
378
379exe banded_adaptor
380    : banded_adaptor.cpp
381    : <include>$(BOOST_ROOT)
382      <sysinclude>$(BOOST_ROOT)
383      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
384      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
385    ;
386
387exe hermitian_matrix
388    : hermitian_matrix.cpp
389    : <include>$(BOOST_ROOT)
390      <sysinclude>$(BOOST_ROOT)
391      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
392      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
393    ;
394
395exe hermitian_adaptor
396    : hermitian_adaptor.cpp
397    : <include>$(BOOST_ROOT)
398      <sysinclude>$(BOOST_ROOT)
399      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
400      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
401    ;
402
403exe symmetric_matrix
404    : symmetric_matrix.cpp
405    : <include>$(BOOST_ROOT)
406      <sysinclude>$(BOOST_ROOT)
407      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
408      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
409    ;
410
411exe symmetric_adaptor
412    : symmetric_adaptor.cpp
413    : <include>$(BOOST_ROOT)
414      <sysinclude>$(BOOST_ROOT)
415      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
416      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
417    ;
418
419exe triangular_matrix
420    : triangular_matrix.cpp
421    : <include>$(BOOST_ROOT)
422      <sysinclude>$(BOOST_ROOT)
423      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
424      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
425    ;
426
427exe triangular_adaptor
428    : triangular_adaptor.cpp
429    : <include>$(BOOST_ROOT)
430      <sysinclude>$(BOOST_ROOT)
431      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
432      <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
433    ;
Note: See TracBrowser for help on using the repository browser.