~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
subdir = src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_blas.m4 \
41
 
        $(top_srcdir)/m4/acx_lapack.m4 $(top_srcdir)/m4/bnv_have_qt.m4 \
42
 
        $(top_srcdir)/m4/ot_check_bc.m4 \
43
 
        $(top_srcdir)/m4/ot_check_boost.m4 \
 
41
        $(top_srcdir)/m4/acx_lapack.m4 $(top_srcdir)/m4/ot_check_bc.m4 \
44
42
        $(top_srcdir)/m4/ot_check_dot.m4 \
45
43
        $(top_srcdir)/m4/ot_check_doxygen.m4 \
 
44
        $(top_srcdir)/m4/ot_check_libxml2.m4 \
46
45
        $(top_srcdir)/m4/ot_check_openturns.m4 \
47
 
        $(top_srcdir)/m4/ot_check_qt.m4 $(top_srcdir)/m4/ot_check_r.m4 \
 
46
        $(top_srcdir)/m4/ot_check_r.m4 \
48
47
        $(top_srcdir)/m4/ot_check_r_packages.m4 \
49
48
        $(top_srcdir)/m4/ot_check_regex.m4 \
50
49
        $(top_srcdir)/m4/ot_check_rm.m4 \
51
 
        $(top_srcdir)/m4/ot_check_xercesc.m4 \
 
50
        $(top_srcdir)/m4/ot_check_threads.m4 \
52
51
        $(top_srcdir)/m4/ot_debug.m4 \
53
52
        $(top_srcdir)/m4/ot_get_object_default_name.m4 \
54
53
        $(top_srcdir)/configure.ac
60
59
LTLIBRARIES = $(noinst_LTLIBRARIES)
61
60
libOTNatafEllipticalCopula_la_LIBADD =
62
61
am_libOTNatafEllipticalCopula_la_OBJECTS =  \
63
 
        NatafEllipticalCopulaFunction.lo \
 
62
        NatafEllipticalCopulaEvaluation.lo \
64
63
        NatafEllipticalCopulaGradient.lo \
65
64
        NatafEllipticalCopulaHessian.lo \
66
 
        InverseNatafEllipticalCopulaFunction.lo \
 
65
        InverseNatafEllipticalCopulaEvaluation.lo \
67
66
        InverseNatafEllipticalCopulaGradient.lo \
68
67
        InverseNatafEllipticalCopulaHessian.lo
69
68
libOTNatafEllipticalCopula_la_OBJECTS =  \
123
122
DOT = @DOT@
124
123
DOXYGEN = @DOXYGEN@
125
124
DSYMUTIL = @DSYMUTIL@
126
 
ECHO = @ECHO@
 
125
DUMPBIN = @DUMPBIN@
127
126
ECHO_C = @ECHO_C@
128
127
ECHO_N = @ECHO_N@
129
128
ECHO_T = @ECHO_T@
131
130
EXEEXT = @EXEEXT@
132
131
F77 = @F77@
133
132
FFLAGS = @FFLAGS@
 
133
FGREP = @FGREP@
134
134
FLIBS = @FLIBS@
135
135
GREP = @GREP@
136
136
INSTALL = @INSTALL@
139
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
140
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141
141
LAPACK_LIBS = @LAPACK_LIBS@
 
142
LD = @LD@
142
143
LDFLAGS = @LDFLAGS@
143
144
LEX = @LEX@
144
145
LEXLIB = @LEXLIB@
146
147
LIBOBJS = @LIBOBJS@
147
148
LIBS = @LIBS@
148
149
LIBTOOL = @LIBTOOL@
 
150
LIPO = @LIPO@
149
151
LN_S = @LN_S@
150
152
LTLIBOBJS = @LTLIBOBJS@
151
153
MAKEINFO = @MAKEINFO@
152
154
MKDIR_P = @MKDIR_P@
 
155
NM = @NM@
153
156
NMEDIT = @NMEDIT@
154
157
OBJEXT = @OBJEXT@
 
158
OTOOL = @OTOOL@
 
159
OTOOL64 = @OTOOL64@
155
160
OT_CFLAGS = @OT_CFLAGS@
156
161
OT_CPPFLAGS = @OT_CPPFLAGS@
157
162
OT_CXXFLAGS = @OT_CXXFLAGS@
163
168
PACKAGE_TARNAME = @PACKAGE_TARNAME@
164
169
PACKAGE_VERSION = @PACKAGE_VERSION@
165
170
PATH_SEPARATOR = @PATH_SEPARATOR@
166
 
QT_CXXFLAGS = @QT_CXXFLAGS@
167
 
QT_DIR = @QT_DIR@
168
 
QT_LIBS = @QT_LIBS@
169
 
QT_MOC = @QT_MOC@
170
 
QT_UIC = @QT_UIC@
171
171
RANLIB = @RANLIB@
172
172
RM = @RM@
 
173
R_PACKAGES = @R_PACKAGES@
173
174
SED = @SED@
174
175
SET_MAKE = @SET_MAKE@
175
176
SHELL = @SHELL@
176
177
STRIP = @STRIP@
177
178
SVNVERSION = @SVNVERSION@
 
179
THREADFLAGS = @THREADFLAGS@
178
180
VERSION = @VERSION@
179
181
WITH_BC = @WITH_BC@
180
182
WITH_DOT = @WITH_DOT@
 
183
WITH_LIBXML2 = @WITH_LIBXML2@
181
184
WITH_REGEX = @WITH_REGEX@
182
 
WITH_XERCESC = @WITH_XERCESC@
183
 
XMKMF = @XMKMF@
184
 
X_CFLAGS = @X_CFLAGS@
185
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
186
 
X_LIBS = @X_LIBS@
187
 
X_PRE_LIBS = @X_PRE_LIBS@
188
185
YACC = @YACC@
189
186
YFLAGS = @YFLAGS@
190
187
abs_builddir = @abs_builddir@
194
191
ac_aux_dir = @ac_aux_dir@
195
192
ac_ct_CC = @ac_ct_CC@
196
193
ac_ct_CXX = @ac_ct_CXX@
 
194
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197
195
ac_ct_F77 = @ac_ct_F77@
198
196
am__include = @am__include@
199
197
am__leading_dot = @am__leading_dot@
228
226
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
229
227
#
230
228
#  Author: $LastChangedBy: dutka $
231
 
#  Date:   $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
232
 
#  Id:     $Id: common.am 862 2008-06-26 11:50:17Z dutka $
 
229
#  Date:   $LastChangedDate: 2008-10-30 16:57:39 +0100 (jeu 30 oct 2008) $
 
230
#  Id:     $Id: common.am 992 2008-10-30 15:57:39Z dutka $
233
231
#
234
232
builddir = @builddir@
235
233
datadir = @datadir@
248
246
install_sh = @install_sh@
249
247
libdir = @libdir@
250
248
libexecdir = @libexecdir@
 
249
libxml2_include_path = @libxml2_include_path@
 
250
libxml2_lib_name = @libxml2_lib_name@
 
251
libxml2_lib_path = @libxml2_lib_path@
251
252
localedir = @localedir@
252
253
localstatedir = @localstatedir@
 
254
lt_ECHO = @lt_ECHO@
253
255
mandir = @mandir@
254
256
mkdir_p = @mkdir_p@
255
257
oldincludedir = @oldincludedir@
271
273
target_alias = @target_alias@
272
274
top_builddir = @top_builddir@
273
275
top_srcdir = @top_srcdir@
274
 
xercesc_include_path = @xercesc_include_path@
275
 
xercesc_lib_name = @xercesc_lib_name@
276
 
xercesc_lib_path = @xercesc_lib_path@
277
 
xercesc_version = @xercesc_version@
278
276
 
279
277
#                                               -*- Makefile -*-
280
278
#
297
295
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
298
296
#
299
297
#  @author: $LastChangedBy: dutka $
300
 
#  @date:   $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
301
 
#  Id:      $Id: Makefile.am 862 2008-06-26 11:50:17Z dutka $
 
298
#  @date:   $LastChangedDate: 2008-09-13 22:37:56 +0200 (sam 13 sep 2008) $
 
299
#  Id:      $Id: Makefile.am 929 2008-09-13 20:37:56Z dutka $
302
300
#
303
301
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
304
 
        $(OT_CPPFLAGS) -I$(srcdir)/../../../../Base/Type \
 
302
        $(OT_CPPFLAGS) -DINSTALL_PATH=\"$(prefix)\" \
 
303
        -DDATA_PATH=\"$(datadir)\" -DSYSCONFIG_PATH=\"$(sysconfdir)\" \
 
304
        -DLIBINSTALL_PATH=\"$(pkglibdir)\" \
 
305
        -I$(srcdir)/../../../../Base/Type \
305
306
        -I$(srcdir)/../../../../Base/Func \
306
307
        -I$(srcdir)/../../../../Base/Common \
307
308
        -I$(srcdir)/../../../../Base/Stat \
313
314
AM_CXXFLAGS = $(OT_CXXFLAGS)
314
315
otincludedir = $(includedir)/openturns
315
316
otinclude_HEADERS = \
316
 
        NatafEllipticalCopulaFunction.hxx \
 
317
        NatafEllipticalCopulaEvaluation.hxx \
317
318
        NatafEllipticalCopulaGradient.hxx \
318
319
        NatafEllipticalCopulaHessian.hxx \
319
 
        InverseNatafEllipticalCopulaFunction.hxx \
 
320
        InverseNatafEllipticalCopulaEvaluation.hxx \
320
321
        InverseNatafEllipticalCopulaGradient.hxx \
321
322
        InverseNatafEllipticalCopulaHessian.hxx
322
323
 
323
324
noinst_LTLIBRARIES = libOTNatafEllipticalCopula.la
324
325
libOTNatafEllipticalCopula_la_SOURCES = \
325
 
        NatafEllipticalCopulaFunction.cxx \
 
326
        NatafEllipticalCopulaEvaluation.cxx \
326
327
        NatafEllipticalCopulaGradient.cxx \
327
328
        NatafEllipticalCopulaHessian.cxx \
328
 
        InverseNatafEllipticalCopulaFunction.cxx \
 
329
        InverseNatafEllipticalCopulaEvaluation.cxx \
329
330
        InverseNatafEllipticalCopulaGradient.cxx \
330
331
        InverseNatafEllipticalCopulaHessian.cxx
331
332
 
381
382
distclean-compile:
382
383
        -rm -f *.tab.c
383
384
 
384
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InverseNatafEllipticalCopulaFunction.Plo@am__quote@
 
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InverseNatafEllipticalCopulaEvaluation.Plo@am__quote@
385
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InverseNatafEllipticalCopulaGradient.Plo@am__quote@
386
387
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InverseNatafEllipticalCopulaHessian.Plo@am__quote@
387
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NatafEllipticalCopulaFunction.Plo@am__quote@
 
388
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NatafEllipticalCopulaEvaluation.Plo@am__quote@
388
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NatafEllipticalCopulaGradient.Plo@am__quote@
389
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NatafEllipticalCopulaHessian.Plo@am__quote@
390
391
 
611
612
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
612
613
        uninstall-am uninstall-otincludeHEADERS
613
614
 
 
615
 
 
616
#endif
614
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
615
618
# Otherwise a system limit (for SysV at least) may be exceeded.
616
619
.NOEXPORT: