This file is indexed.

/usr/lib/openturns/examples/Makefile.am is in openturns-examples 0.15-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
#                                               -*- Makefile -*-
#
#  Makefile.am
#
#  (C) Copyright 2005-2011 EDF-EADS-Phimeca
#
#  This library is free software; you can redistribute it and/or
#  modify it under the terms of the GNU Lesser General Public
#  License as published by the Free Software Foundation; either
#  version 2.1 of the License.
#
#  This library is distributed in the hope that it will be useful
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#  Lesser General Public License for more details.
#
#  You should have received a copy of the GNU Lesser General Public
#  License along with this library; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
#
#  @author: $LastChangedBy: dutka $
#  @date:   $LastChangedDate: 2007-11-09 09:20:02 +0100 (Fri, 09 Nov 2007) $
#  Id:      $Id: Makefile.am 631 2007-11-09 08:20:02Z dutka $
#
bin_PROGRAMS = 
OT_CPPFLAGS  = $(OPENTURNS_CPPFLAGS) $(BOOST_CPPFLAGS)
OT_LDFLAGS   = $(OPENTURNS_LDFLAGS)
LDADD        = $(OPENTURNS_LIBS)

## Common
bin_PROGRAMS += t_ComparisonOperator_std
bin_PROGRAMS += t_Exception_std
bin_PROGRAMS += t_IdFactory_std
bin_PROGRAMS += t_Log_std
bin_PROGRAMS += t_Object_std
bin_PROGRAMS += t_PersistentObject_std
bin_PROGRAMS += t_Pointer_cast
bin_PROGRAMS += t_Pointer_std
bin_PROGRAMS += t_Study_save
bin_PROGRAMS += t_Study_load
bin_PROGRAMS += t_ResourceMap_std

## Type
bin_PROGRAMS += t_Collection_std
bin_PROGRAMS += t_Indices_std
bin_PROGRAMS += t_Interval_std
bin_PROGRAMS += t_Description_std
bin_PROGRAMS += t_Kronecker_std
bin_PROGRAMS += t_MatrixSolveLinearSystem_std
bin_PROGRAMS += t_Matrix_std
bin_PROGRAMS += t_NumericalPoint_description
bin_PROGRAMS += t_NumericalPoint_std
bin_PROGRAMS += t_SquareMatrixLapack_std
bin_PROGRAMS += t_SquareMatrix_std
bin_PROGRAMS += t_SymmetricMatrixLapack_std
bin_PROGRAMS += t_SymmetricMatrix_std
bin_PROGRAMS += t_SymmetricTensor_std
bin_PROGRAMS += t_Tensor_std
bin_PROGRAMS += t_Cache_std

## Func
bin_PROGRAMS += t_ComputedNumericalMathEvaluationImplementation_copy
bin_PROGRAMS += t_ComputedNumericalMathEvaluationImplementation_state
bin_PROGRAMS += t_ComputedNumericalMathEvaluationImplementation_std
bin_PROGRAMS += t_ComputedNumericalMathEvaluationImplementation_wrongarg
bin_PROGRAMS += t_ConstantNumericalMathGradientImplementation_std
bin_PROGRAMS += t_ConstantNumericalMathHessianImplementation_std
bin_PROGRAMS += t_LibraryLoader_load
bin_PROGRAMS += t_LibraryLoader_std
bin_PROGRAMS += t_Library_cpp
bin_PROGRAMS += t_Library_std
bin_PROGRAMS += t_LinearNumericalMathEvaluationImplementation_std
bin_PROGRAMS += t_LinearNumericalMathFunction_std
bin_PROGRAMS += t_LinearNumericalMathGradientImplementation_std
bin_PROGRAMS += t_MergeRandomAndConstantInput
bin_PROGRAMS += t_NumericalMathFunction_composition
bin_PROGRAMS += t_NumericalMathFunction_analytical
bin_PROGRAMS += t_NumericalMathFunction_exec
bin_PROGRAMS += t_NumericalMathFunction_exec_bug63
bin_PROGRAMS += t_NumericalMathFunction_exec_external
bin_PROGRAMS += t_NumericalMathFunction_exec_sample
bin_PROGRAMS += t_NumericalMathFunction_exec_threads
bin_PROGRAMS += t_NumericalMathFunction_grad
bin_PROGRAMS += t_NumericalMathFunction_hess
bin_PROGRAMS += t_NumericalMathFunction_sample
bin_PROGRAMS += t_NumericalMathFunction_std
bin_PROGRAMS += t_NumericalMathFunction_minimal
bin_PROGRAMS += t_NumericalMathFunction_wrapper_error
bin_PROGRAMS += t_QuadraticNumericalMathEvaluationImplementation_std

## Solver
bin_PROGRAMS += t_Bisection_std
bin_PROGRAMS += t_Brent_std
bin_PROGRAMS += t_Secant_std

## Stat
bin_PROGRAMS += t_ConfidenceInterval_std
bin_PROGRAMS += t_CovarianceMatrixLapack_std
bin_PROGRAMS += t_IdentityMatrix_std
bin_PROGRAMS += t_LinearModelFactory_std
bin_PROGRAMS += t_LinearModel_std
bin_PROGRAMS += t_NumericalSample_big
bin_PROGRAMS += t_NumericalSample_computation
bin_PROGRAMS += t_NumericalSample_split
bin_PROGRAMS += t_NumericalSample_std
bin_PROGRAMS += t_NumericalSample_csv
bin_PROGRAMS += t_NumericalSample_csv_notfound
bin_PROGRAMS += t_HistoryStrategy_std
bin_PROGRAMS += t_TestResult_std
bin_PROGRAMS += t_RandomGenerator_std

## Diff
bin_PROGRAMS += t_CenteredFiniteDifferenceGradient_std
bin_PROGRAMS += t_CenteredFiniteDifferenceHessian_std
bin_PROGRAMS += t_NonCenteredFiniteDifferenceGradient_std

## Optim
bin_PROGRAMS += t_AbdoRackwitz_linear
bin_PROGRAMS += t_AbdoRackwitz_nonlinear
bin_PROGRAMS += t_AbdoRackwitz_std
bin_PROGRAMS += t_Cobyla_linear
bin_PROGRAMS += t_Cobyla_nonlinear
bin_PROGRAMS += t_Cobyla_std
bin_PROGRAMS += t_NearestPointChecker_std
bin_PROGRAMS += t_TNC_std
bin_PROGRAMS += t_TNC_linear
bin_PROGRAMS += t_TNC_nonlinear
bin_PROGRAMS += t_SQP_std
bin_PROGRAMS += t_SQP_linear
bin_PROGRAMS += t_SQP_nonlinear

## Graph
bin_PROGRAMS += t_BarPlot_std
bin_PROGRAMS += t_Cloud_std
bin_PROGRAMS += t_Contour_std
bin_PROGRAMS += t_Curve_std
bin_PROGRAMS += t_Graph_export
bin_PROGRAMS += t_Graph_mix
bin_PROGRAMS += t_Pie_std
bin_PROGRAMS += t_Staircase_std

## Model
bin_PROGRAMS += t_Event_std
bin_PROGRAMS += t_RandomVector_constant
bin_PROGRAMS += t_RandomVector_distribution
bin_PROGRAMS += t_RandomVector_function
bin_PROGRAMS += t_StandardEvent_std

## Distribution
bin_PROGRAMS += t_Beta_std
bin_PROGRAMS += t_BetaFactory_std
bin_PROGRAMS += t_ChiSquare_std
bin_PROGRAMS += t_ChiSquareFactory_std
bin_PROGRAMS += t_ComposedCopula_std
bin_PROGRAMS += t_ComposedDistribution_std
bin_PROGRAMS += t_ComposedDistribution_big
bin_PROGRAMS += t_Epanechnikov_std
bin_PROGRAMS += t_Exponential_std
bin_PROGRAMS += t_ExponentialFactory_std
bin_PROGRAMS += t_Gamma_std
bin_PROGRAMS += t_GammaFactory_std
bin_PROGRAMS += t_Geometric_std
bin_PROGRAMS += t_GeometricFactory_std
bin_PROGRAMS += t_Gumbel_std
bin_PROGRAMS += t_GumbelFactory_std
bin_PROGRAMS += t_Histogram_std
bin_PROGRAMS += t_IndependentCopula_std
bin_PROGRAMS += t_KernelMixture_std
bin_PROGRAMS += t_KernelSmoothing_std
bin_PROGRAMS += t_Laplace_std
bin_PROGRAMS += t_LaplaceFactory_std
bin_PROGRAMS += t_LogNormal_std
bin_PROGRAMS += t_LogNormalFactory_std
bin_PROGRAMS += t_Logistic_std
bin_PROGRAMS += t_LogisticFactory_std
bin_PROGRAMS += t_Mixture_std
bin_PROGRAMS += t_MultiNomial_std
bin_PROGRAMS += t_NonCentralStudent_std
bin_PROGRAMS += t_Normal_std
bin_PROGRAMS += t_Normal_wrongarg
bin_PROGRAMS += t_Normal_big
bin_PROGRAMS += t_NormalFactory_std
bin_PROGRAMS += t_NormalCopula_std
bin_PROGRAMS += t_NormalCopulaFactory_std
bin_PROGRAMS += t_FrankCopula_std
bin_PROGRAMS += t_FrankCopulaFactory_std
bin_PROGRAMS += t_ClaytonCopula_std
bin_PROGRAMS += t_ClaytonCopulaFactory_std
bin_PROGRAMS += t_GumbelCopula_std
bin_PROGRAMS += t_GumbelCopulaFactory_std
bin_PROGRAMS += t_Poisson_std
bin_PROGRAMS += t_PoissonFactory_std
bin_PROGRAMS += t_RandomMixture_std
bin_PROGRAMS += t_Rayleigh_std
bin_PROGRAMS += t_RayleighFactory_std
bin_PROGRAMS += t_Student_std
bin_PROGRAMS += t_StudentFactory_std
bin_PROGRAMS += t_Triangular_std
bin_PROGRAMS += t_TriangularFactory_std
bin_PROGRAMS += t_TruncatedDistribution_std
bin_PROGRAMS += t_TruncatedNormal_std
bin_PROGRAMS += t_TruncatedNormalFactory_std
bin_PROGRAMS += t_Uniform_std
bin_PROGRAMS += t_UniformFactory_std
bin_PROGRAMS += t_UserDefined_std
bin_PROGRAMS += t_UserDefinedFactory_std
bin_PROGRAMS += t_Weibull_std
bin_PROGRAMS += t_WeibullFactory_std
bin_PROGRAMS += t_Distributions_draw

## IsoProbabilisticTransformation
bin_PROGRAMS += t_IsoProbabilisticTransformation_IndependentCopula
bin_PROGRAMS += t_IsoProbabilisticTransformation_EllipticalCopula
bin_PROGRAMS += t_IsoProbabilisticTransformation_EllipticalDistribution

## Experiments
bin_PROGRAMS += t_Axial_std
bin_PROGRAMS += t_Composite_std
bin_PROGRAMS += t_Factorial_std
bin_PROGRAMS += t_Box_std
bin_PROGRAMS += t_MinMax_computation

## MetaModel
bin_PROGRAMS += t_LinearLeastSquares_std
bin_PROGRAMS += t_LinearTaylor_std
bin_PROGRAMS += t_QuadraticLeastSquares_std
bin_PROGRAMS += t_QuadraticTaylor_std
bin_PROGRAMS += t_FunctionalChaos_ishigami
bin_PROGRAMS += t_FunctionalChaos_gsobol

## QuadraticCumul
bin_PROGRAMS += t_QuadraticCumul_std
bin_PROGRAMS += t_QuadraticCumul_run
bin_PROGRAMS += t_QuadraticCumul_importanceFactors

## Analytical
bin_PROGRAMS += t_AnalyticalResult_std
bin_PROGRAMS += t_FORM_std
bin_PROGRAMS += t_FORM_sensitivity
bin_PROGRAMS += t_FORM_sensitivity2
bin_PROGRAMS += t_FORM_draw
bin_PROGRAMS += t_FORM_SQP
bin_PROGRAMS += t_FORM_AbdoRackwitz
bin_PROGRAMS += t_SORM_std
bin_PROGRAMS += t_StrongMaximumTest_other
bin_PROGRAMS += t_StrongMaximumTest_std
bin_PROGRAMS += t_StrongMaximumTest_tabulatedValues

## Simulation
bin_PROGRAMS += t_Wilks_std
bin_PROGRAMS += t_ImportanceSampling_std
bin_PROGRAMS += t_PostAnalyticalControlledImportanceSampling_std
bin_PROGRAMS += t_PostAnalyticalImportanceSampling_std
bin_PROGRAMS += t_LHS_std
bin_PROGRAMS += t_MonteCarlo_std
bin_PROGRAMS += t_MonteCarlo_draw
bin_PROGRAMS += t_DirectionalSampling_std

## StatTests
bin_PROGRAMS += t_FittingTest_std
bin_PROGRAMS += t_VisualTest_std
bin_PROGRAMS += t_HypothesisTest_std
bin_PROGRAMS += t_HypothesisTest_correlation
bin_PROGRAMS += t_LinearModelTest_std
bin_PROGRAMS += t_NormalityTest_std

## Waarts
bin_PROGRAMS += t_Waarts_25_quadratic_terms
bin_PROGRAMS += t_Waarts_concave
bin_PROGRAMS += t_Waarts_convex
bin_PROGRAMS += t_Waarts_discontinuous_lsf
bin_PROGRAMS += t_Waarts_noisy_lsf
bin_PROGRAMS += t_Waarts_oblate
bin_PROGRAMS += t_Waarts_RS2
bin_PROGRAMS += t_Waarts_saddle
bin_PROGRAMS += t_Waarts_system_series

####################

## Common
t_ComparisonOperator_std_SOURCES                                   = t_ComparisonOperator_std.cxx
t_Exception_std_SOURCES                                            = t_Exception_std.cxx
t_IdFactory_std_SOURCES                                            = t_IdFactory_std.cxx
t_Log_std_SOURCES                                                  = t_Log_std.cxx
t_Object_std_SOURCES                                               = t_Object_std.cxx
t_PersistentObject_std_SOURCES                                     = t_PersistentObject_std.cxx
t_Pointer_cast_SOURCES                                             = t_Pointer_cast.cxx
t_Pointer_std_SOURCES                                              = t_Pointer_std.cxx
t_Study_save_SOURCES                                               = t_Study_save.cxx
t_Study_load_SOURCES                                               = t_Study_load.cxx
t_ResourceMap_std_SOURCES                                          = t_ResourceMap_std.cxx

## Type
t_Collection_std_SOURCES                                           = t_Collection_std.cxx
t_Indices_std_SOURCES                                              = t_Indices_std.cxx
t_Interval_std_SOURCES                                             = t_Interval_std.cxx
t_Description_std_SOURCES                                          = t_Description_std.cxx
t_Kronecker_std_SOURCES                                            = t_Kronecker_std.cxx
t_MatrixSolveLinearSystem_std_SOURCES                              = t_MatrixSolveLinearSystem_std.cxx
t_Matrix_std_SOURCES                                               = t_Matrix_std.cxx
t_NumericalPoint_description_SOURCES                               = t_NumericalPoint_description.cxx
t_NumericalPoint_std_SOURCES                                       = t_NumericalPoint_std.cxx
t_SquareMatrixLapack_std_SOURCES                                   = t_SquareMatrixLapack_std.cxx
t_SquareMatrix_std_SOURCES                                         = t_SquareMatrix_std.cxx
t_SymmetricMatrixLapack_std_SOURCES                                = t_SymmetricMatrixLapack_std.cxx
t_SymmetricMatrix_std_SOURCES                                      = t_SymmetricMatrix_std.cxx
t_SymmetricTensor_std_SOURCES                                      = t_SymmetricTensor_std.cxx
t_Tensor_std_SOURCES                                               = t_Tensor_std.cxx
t_Cache_std_SOURCES                                                = t_Cache_std.cxx

## Func
t_ComputedNumericalMathEvaluationImplementation_copy_SOURCES       = t_ComputedNumericalMathEvaluationImplementation_copy.cxx
t_ComputedNumericalMathEvaluationImplementation_state_SOURCES      = t_ComputedNumericalMathEvaluationImplementation_state.cxx
t_ComputedNumericalMathEvaluationImplementation_std_SOURCES        = t_ComputedNumericalMathEvaluationImplementation_std.cxx
t_ComputedNumericalMathEvaluationImplementation_wrongarg_SOURCES   = t_ComputedNumericalMathEvaluationImplementation_wrongarg.cxx
t_ConstantNumericalMathGradientImplementation_std_SOURCES          = t_ConstantNumericalMathGradientImplementation_std.cxx
t_ConstantNumericalMathHessianImplementation_std_SOURCES           = t_ConstantNumericalMathHessianImplementation_std.cxx
t_LibraryLoader_load_SOURCES                                       = t_LibraryLoader_load.cxx
t_LibraryLoader_std_SOURCES                                        = t_LibraryLoader_std.cxx
t_Library_cpp_SOURCES                                              = t_Library_cpp.cxx
t_Library_std_SOURCES                                              = t_Library_std.cxx
t_LinearNumericalMathEvaluationImplementation_std_SOURCES          = t_LinearNumericalMathEvaluationImplementation_std.cxx
t_LinearNumericalMathFunction_std_SOURCES                          = t_LinearNumericalMathFunction_std.cxx
t_LinearNumericalMathGradientImplementation_std_SOURCES            = t_LinearNumericalMathGradientImplementation_std.cxx
t_MergeRandomAndConstantInput_SOURCES                              = t_MergeRandomAndConstantInput.cxx
t_NumericalMathFunction_composition_SOURCES                        = t_NumericalMathFunction_composition.cxx
t_NumericalMathFunction_analytical_SOURCES                         = t_NumericalMathFunction_analytical.cxx
t_NumericalMathFunction_exec_SOURCES                               = t_NumericalMathFunction_exec.cxx
t_NumericalMathFunction_exec_bug63_SOURCES                         = t_NumericalMathFunction_exec_bug63.cxx
t_NumericalMathFunction_exec_external_SOURCES                      = t_NumericalMathFunction_exec_external.cxx
t_NumericalMathFunction_exec_sample_SOURCES                        = t_NumericalMathFunction_exec_sample.cxx
t_NumericalMathFunction_exec_threads_SOURCES                       = t_NumericalMathFunction_exec_threads.cxx
t_NumericalMathFunction_grad_SOURCES                               = t_NumericalMathFunction_grad.cxx
t_NumericalMathFunction_hess_SOURCES                               = t_NumericalMathFunction_hess.cxx
t_NumericalMathFunction_sample_SOURCES                             = t_NumericalMathFunction_sample.cxx
t_NumericalMathFunction_std_SOURCES                                = t_NumericalMathFunction_std.cxx
t_NumericalMathFunction_minimal_SOURCES                            = t_NumericalMathFunction_minimal.cxx
t_NumericalMathFunction_wrapper_error_SOURCES                      = t_NumericalMathFunction_wrapper_error.cxx
t_QuadraticNumericalMathEvaluationImplementation_std_SOURCES       = t_QuadraticNumericalMathEvaluationImplementation_std.cxx

## Solver
t_Bisection_std_SOURCES                                            = t_Bisection_std.cxx
t_Brent_std_SOURCES                                                = t_Brent_std.cxx
t_Secant_std_SOURCES                                               = t_Secant_std.cxx

## Stat
t_ConfidenceInterval_std_SOURCES                                   = t_ConfidenceInterval_std.cxx
t_CovarianceMatrixLapack_std_SOURCES                               = t_CovarianceMatrixLapack_std.cxx
t_IdentityMatrix_std_SOURCES                                       = t_IdentityMatrix_std.cxx
t_LinearModelFactory_std_SOURCES                                   = t_LinearModelFactory_std.cxx
t_LinearModel_std_SOURCES                                          = t_LinearModel_std.cxx
t_NumericalSample_big_SOURCES                                      = t_NumericalSample_big.cxx
t_NumericalSample_computation_SOURCES                              = t_NumericalSample_computation.cxx
t_NumericalSample_split_SOURCES                                    = t_NumericalSample_split.cxx
t_NumericalSample_std_SOURCES                                      = t_NumericalSample_std.cxx
t_NumericalSample_csv_SOURCES                                      = t_NumericalSample_csv.cxx
t_NumericalSample_csv_notfound_SOURCES                             = t_NumericalSample_csv_notfound.cxx
t_HistoryStrategy_std_SOURCES                                      = t_HistoryStrategy_std.cxx
t_TestResult_std_SOURCES                                           = t_TestResult_std.cxx
t_RandomGenerator_std_SOURCES                                      = t_RandomGenerator_std.cxx

## Diff
t_CenteredFiniteDifferenceGradient_std_SOURCES                     = t_CenteredFiniteDifferenceGradient_std.cxx
t_CenteredFiniteDifferenceHessian_std_SOURCES                      = t_CenteredFiniteDifferenceHessian_std.cxx
t_NonCenteredFiniteDifferenceGradient_std_SOURCES                  = t_NonCenteredFiniteDifferenceGradient_std.cxx

## Optim
t_AbdoRackwitz_linear_SOURCES                                      = t_AbdoRackwitz_linear.cxx
t_AbdoRackwitz_nonlinear_SOURCES                                   = t_AbdoRackwitz_nonlinear.cxx
t_AbdoRackwitz_std_SOURCES                                         = t_AbdoRackwitz_std.cxx
t_Cobyla_linear_SOURCES                                            = t_Cobyla_linear.cxx
t_Cobyla_nonlinear_SOURCES                                         = t_Cobyla_nonlinear.cxx
t_Cobyla_std_SOURCES                                               = t_Cobyla_std.cxx
t_NearestPointChecker_std_SOURCES                                  = t_NearestPointChecker_std.cxx
t_TNC_std_SOURCES                                                  = t_TNC_std.cxx
t_TNC_linear_SOURCES                                               = t_TNC_linear.cxx
t_TNC_nonlinear_SOURCES                                            = t_TNC_nonlinear.cxx
t_SQP_std_SOURCES                                                  = t_SQP_std.cxx
t_SQP_linear_SOURCES                                               = t_SQP_linear.cxx
t_SQP_nonlinear_SOURCES                                            = t_SQP_nonlinear.cxx

## Graph
t_BarPlot_std_SOURCES                                              = t_BarPlot_std.cxx
t_Cloud_std_SOURCES                                                = t_Cloud_std.cxx
t_Contour_std_SOURCES                                              = t_Contour_std.cxx
t_Curve_std_SOURCES                                                = t_Curve_std.cxx
t_Graph_export_SOURCES                                             = t_Graph_export.cxx
t_Graph_mix_SOURCES                                                = t_Graph_mix.cxx
t_Pie_std_SOURCES                                                  = t_Pie_std.cxx
t_Staircase_std_SOURCES                                            = t_Staircase_std.cxx

## Model
t_Event_std_SOURCES                                                = t_Event_std.cxx
t_RandomVector_constant_SOURCES                                    = t_RandomVector_constant.cxx
t_RandomVector_distribution_SOURCES                                = t_RandomVector_distribution.cxx
t_RandomVector_function_SOURCES                                    = t_RandomVector_function.cxx
t_StandardEvent_std_SOURCES                                        = t_StandardEvent_std.cxx

## Distribution
t_Beta_std_SOURCES                                                 = t_Beta_std.cxx
t_BetaFactory_std_SOURCES                                          = t_BetaFactory_std.cxx
t_ChiSquare_std_SOURCES                                            = t_ChiSquare_std.cxx
t_ChiSquareFactory_std_SOURCES                                     = t_ChiSquareFactory_std.cxx
t_ComposedCopula_std_SOURCES                                       = t_ComposedCopula_std.cxx
t_ComposedDistribution_std_SOURCES                                 = t_ComposedDistribution_std.cxx
t_ComposedDistribution_big_SOURCES                                 = t_ComposedDistribution_big.cxx
t_Epanechnikov_std_SOURCES                                         = t_Epanechnikov_std.cxx
t_Exponential_std_SOURCES                                          = t_Exponential_std.cxx
t_ExponentialFactory_std_SOURCES                                   = t_ExponentialFactory_std.cxx
t_Gamma_std_SOURCES                                                = t_Gamma_std.cxx
t_GammaFactory_std_SOURCES                                         = t_GammaFactory_std.cxx
t_Geometric_std_SOURCES                                            = t_Geometric_std.cxx
t_GeometricFactory_std_SOURCES                                     = t_GeometricFactory_std.cxx
t_Gumbel_std_SOURCES                                               = t_Gumbel_std.cxx
t_GumbelFactory_std_SOURCES                                        = t_GumbelFactory_std.cxx
t_Histogram_std_SOURCES                                            = t_Histogram_std.cxx
t_IndependentCopula_std_SOURCES                                    = t_IndependentCopula_std.cxx
t_KernelMixture_std_SOURCES                                        = t_KernelMixture_std.cxx
t_KernelSmoothing_std_SOURCES                                      = t_KernelSmoothing_std.cxx
t_Laplace_std_SOURCES                                              = t_Laplace_std.cxx
t_LaplaceFactory_std_SOURCES                                       = t_LaplaceFactory_std.cxx
t_LogNormal_std_SOURCES                                            = t_LogNormal_std.cxx
t_LogNormalFactory_std_SOURCES                                     = t_LogNormalFactory_std.cxx
t_Logistic_std_SOURCES                                             = t_Logistic_std.cxx
t_LogisticFactory_std_SOURCES                                      = t_LogisticFactory_std.cxx
t_Mixture_std_SOURCES                                              = t_Mixture_std.cxx
t_MultiNomial_std_SOURCES                                          = t_MultiNomial_std.cxx
t_NonCentralStudent_std_SOURCES                                    = t_NonCentralStudent_std.cxx
t_Normal_std_SOURCES                                               = t_Normal_std.cxx
t_Normal_wrongarg_SOURCES                                          = t_Normal_wrongarg.cxx
t_Normal_big_SOURCES                                               = t_Normal_big.cxx
t_NormalFactory_std_SOURCES                                        = t_NormalFactory_std.cxx
t_NormalCopula_std_SOURCES                                         = t_NormalCopula_std.cxx
t_NormalCopulaFactory_std_SOURCES                                  = t_NormalCopulaFactory_std.cxx
t_FrankCopula_std_SOURCES                                          = t_FrankCopula_std.cxx
t_FrankCopulaFactory_std_SOURCES                                   = t_FrankCopulaFactory_std.cxx
t_ClaytonCopula_std_SOURCES                                        = t_ClaytonCopula_std.cxx
t_ClaytonCopulaFactory_std_SOURCES                                 = t_ClaytonCopulaFactory_std.cxx
t_GumbelCopula_std_SOURCES                                         = t_GumbelCopula_std.cxx
t_GumbelCopulaFactory_std_SOURCES                                  = t_GumbelCopulaFactory_std.cxx
t_Poisson_std_SOURCES                                              = t_Poisson_std.cxx
t_PoissonFactory_std_SOURCES                                       = t_PoissonFactory_std.cxx
t_RandomMixture_std_SOURCES                                        = t_RandomMixture_std.cxx
t_Rayleigh_std_SOURCES                                             = t_Rayleigh_std.cxx
t_RayleighFactory_std_SOURCES                                      = t_RayleighFactory_std.cxx
t_Student_std_SOURCES                                              = t_Student_std.cxx
t_StudentFactory_std_SOURCES                                       = t_StudentFactory_std.cxx
t_Triangular_std_SOURCES                                           = t_Triangular_std.cxx
t_TriangularFactory_std_SOURCES                                    = t_TriangularFactory_std.cxx
t_TruncatedDistribution_std_SOURCES                                = t_TruncatedDistribution_std.cxx
t_TruncatedNormal_std_SOURCES                                      = t_TruncatedNormal_std.cxx
t_TruncatedNormalFactory_std_SOURCES                               = t_TruncatedNormalFactory_std.cxx
t_Uniform_std_SOURCES                                              = t_Uniform_std.cxx
t_UniformFactory_std_SOURCES                                       = t_UniformFactory_std.cxx
t_UserDefined_std_SOURCES                                          = t_UserDefined_std.cxx
t_UserDefinedFactory_std_SOURCES                                   = t_UserDefinedFactory_std.cxx
t_Weibull_std_SOURCES                                              = t_Weibull_std.cxx
t_WeibullFactory_std_SOURCES                                       = t_WeibullFactory_std.cxx
t_Distributions_draw_SOURCES                                       = t_Distributions_draw.cxx

## IsoProbabilisticTransformation
t_IsoProbabilisticTransformation_IndependentCopula_SOURCES         = t_IsoProbabilisticTransformation_IndependentCopula.cxx
t_IsoProbabilisticTransformation_EllipticalCopula_SOURCES          = t_IsoProbabilisticTransformation_EllipticalCopula.cxx
t_IsoProbabilisticTransformation_EllipticalDistribution_SOURCES    = t_IsoProbabilisticTransformation_EllipticalDistribution.cxx

## Experiments
t_Axial_std_SOURCES                                                = t_Axial_std.cxx
t_Composite_std_SOURCES                                            = t_Composite_std.cxx
t_Factorial_std_SOURCES                                            = t_Factorial_std.cxx
t_Box_std_SOURCES                                                  = t_Box_std.cxx
t_MinMax_computation_SOURCES                                       = t_MinMax_computation.cxx

## MetaModel
t_LinearLeastSquares_std_SOURCES                                   = t_LinearLeastSquares_std.cxx
t_LinearTaylor_std_SOURCES                                         = t_LinearTaylor_std.cxx
t_QuadraticLeastSquares_std_SOURCES                                = t_QuadraticLeastSquares_std.cxx
t_QuadraticTaylor_std_SOURCES                                      = t_QuadraticTaylor_std.cxx
t_FunctionalChaos_ishigami_SOURCES                                 = t_FunctionalChaos_ishigami.cxx
t_FunctionalChaos_gsobol_SOURCES                                   = t_FunctionalChaos_gsobol.cxx

## QuadraticCumul
t_QuadraticCumul_std_SOURCES                                       = t_QuadraticCumul_std.cxx
t_QuadraticCumul_run_SOURCES                                       = t_QuadraticCumul_run.cxx
t_QuadraticCumul_importanceFactors_SOURCES                         = t_QuadraticCumul_importanceFactors.cxx

## Analytical
t_AnalyticalResult_std_SOURCES                                                 = t_AnalyticalResult_std.cxx
t_FORM_std_SOURCES                                                 = t_FORM_std.cxx
t_FORM_sensitivity_SOURCES                                         = t_FORM_sensitivity.cxx
t_FORM_sensitivity2_SOURCES                                        = t_FORM_sensitivity2.cxx
t_FORM_draw_SOURCES                                                = t_FORM_draw.cxx
t_FORM_SQP_SOURCES                                                 = t_FORM_SQP.cxx
t_FORM_AbdoRackwitz_SOURCES                                        = t_FORM_AbdoRackwitz.cxx
t_SORM_std_SOURCES                                                 = t_SORM_std.cxx
t_StrongMaximumTest_other_SOURCES                                  = t_StrongMaximumTest_other.cxx 
t_StrongMaximumTest_std_SOURCES                                    = t_StrongMaximumTest_std.cxx 
t_StrongMaximumTest_tabulatedValues_SOURCES                        = t_StrongMaximumTest_tabulatedValues.cxx

## Simulation
t_Wilks_std_SOURCES                                                = t_Wilks_std.cxx
t_ImportanceSampling_std_SOURCES                                   = t_ImportanceSampling_std.cxx
t_PostAnalyticalControlledImportanceSampling_std_SOURCES           = t_PostAnalyticalControlledImportanceSampling_std.cxx
t_PostAnalyticalImportanceSampling_std_SOURCES                     = t_PostAnalyticalImportanceSampling_std.cxx
t_LHS_std_SOURCES                                                  = t_LHS_std.cxx
t_MonteCarlo_std_SOURCES                                           = t_MonteCarlo_std.cxx
t_MonteCarlo_draw_SOURCES                                          = t_MonteCarlo_draw.cxx
t_DirectionalSampling_std_SOURCES                                  = t_DirectionalSampling_std.cxx

## StatTests
t_FittingTest_std_SOURCES                                          = t_FittingTest_std.cxx
t_VisualTest_std_SOURCES                                           = t_VisualTest_std.cxx
t_HypothesisTest_std_SOURCES                                       = t_HypothesisTest_std.cxx
t_HypothesisTest_correlation_SOURCES                               = t_HypothesisTest_correlation.cxx
t_LinearModelTest_std_SOURCES                                      = t_LinearModelTest_std.cxx
t_NormalityTest_std_SOURCES                                        = t_NormalityTest_std.cxx

## Waarts
t_Waarts_25_quadratic_terms_SOURCES                                = t_Waarts_25_quadratic_terms.cxx
t_Waarts_concave_SOURCES                                           = t_Waarts_concave.cxx
t_Waarts_convex_SOURCES                                            = t_Waarts_convex.cxx
t_Waarts_discontinuous_lsf_SOURCES                                 = t_Waarts_discontinuous_lsf.cxx
t_Waarts_noisy_lsf_SOURCES                                         = t_Waarts_noisy_lsf.cxx
t_Waarts_oblate_SOURCES                                            = t_Waarts_oblate.cxx
t_Waarts_RS2_SOURCES                                               = t_Waarts_RS2.cxx
t_Waarts_saddle_SOURCES                                            = t_Waarts_saddle.cxx
t_Waarts_system_series_SOURCES                                     = t_Waarts_system_series.cxx