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

« back to all changes in this revision

Viewing changes to lib/src/Uncertainty/Algorithm/Analytical/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-05-10 17:27:55 UTC
  • mfrom: (1.1.4 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100510172755-cb5ynskknqqi5rhp
Tags: 0.13.2-2ubuntu1
* Merge with Debian testing. No changes left.
* ubuntu_fix-python-2.6.patch: fix detection of python 2.6 libs, to not use
  LOCALMODLIBS. This pulls a dependency on SSL and makes the package FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
host_triplet = @host@
36
36
DIST_COMMON = $(otinclude_HEADERS) $(srcdir)/Makefile.am \
37
37
        $(srcdir)/Makefile.in $(top_srcdir)/config/common.am
 
38
@WIN32_FALSE@am__append_1 = -DINSTALL_PATH=\"$(prefix)\" \
 
39
@WIN32_FALSE@   -DDATA_PATH=\"$(datadir)\" \
 
40
@WIN32_FALSE@   -DSYSCONFIG_PATH=\"$(sysconfdir)\"
 
41
@WIN32_TRUE@am__append_2 = -DINSTALL_PATH=\"$(win32_prefix)\" \
 
42
@WIN32_TRUE@    -DDATA_PATH=\"$(win32_prefix)/share\" \
 
43
@WIN32_TRUE@    -DSYSCONFIG_PATH=\"$(win32_prefix)/etc\"
38
44
subdir = src/Uncertainty/Algorithm/Analytical
39
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
46
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_blas.m4 \
60
66
CONFIG_HEADER = $(top_builddir)/include/OTconfig.h
61
67
CONFIG_CLEAN_FILES =
62
68
LTLIBRARIES = $(noinst_LTLIBRARIES)
63
 
libOTAnalytical_la_DEPENDENCIES = $(builddir)/FORM/libOTFORM.la \
64
 
        $(builddir)/SORM/libOTSORM.la
 
69
libOTAnalytical_la_LIBADD =
65
70
am_libOTAnalytical_la_OBJECTS = StrongMaximumTest.lo Analytical.lo \
66
 
        AnalyticalResult.lo
 
71
        AnalyticalResult.lo FORM.lo FORMResult.lo SORM.lo \
 
72
        SORMResult.lo
67
73
libOTAnalytical_la_OBJECTS = $(am_libOTAnalytical_la_OBJECTS)
68
74
libOTAnalytical_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
69
75
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
82
88
        $(LDFLAGS) -o $@
83
89
SOURCES = $(libOTAnalytical_la_SOURCES)
84
90
DIST_SOURCES = $(libOTAnalytical_la_SOURCES)
85
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86
 
        html-recursive info-recursive install-data-recursive \
87
 
        install-dvi-recursive install-exec-recursive \
88
 
        install-html-recursive install-info-recursive \
89
 
        install-pdf-recursive install-ps-recursive install-recursive \
90
 
        installcheck-recursive installdirs-recursive pdf-recursive \
91
 
        ps-recursive uninstall-recursive
92
91
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93
92
am__vpath_adj = case $$p in \
94
93
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
97
am__installdirs = "$(DESTDIR)$(otincludedir)"
99
98
otincludeHEADERS_INSTALL = $(INSTALL_HEADER)
100
99
HEADERS = $(otinclude_HEADERS)
101
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
102
 
  distclean-recursive maintainer-clean-recursive
103
100
ETAGS = etags
104
101
CTAGS = ctags
105
 
DIST_SUBDIRS = $(SUBDIRS)
106
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
103
ACLOCAL = @ACLOCAL@
108
104
AMTAR = @AMTAR@
196
192
SET_MAKE = @SET_MAKE@
197
193
SHELL = @SHELL@
198
194
STRIP = @STRIP@
199
 
SVNVERSION = @SVNVERSION@
200
195
THREADFLAGS = @THREADFLAGS@
201
196
VERSION = @VERSION@
202
197
WGET = @WGET@
234
229
#
235
230
#  common.am
236
231
#
237
 
#  (C) Copyright 2005-2007 EDF-EADS-Phimeca
 
232
#  (C) Copyright 2005-2010 EDF-EADS-Phimeca
238
233
#
239
234
#  This library is free software; you can redistribute it and/or
240
235
#  modify it under the terms of the GNU Lesser General Public
251
246
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
252
247
#
253
248
#  Author: $LastChangedBy: dutka $
254
 
#  Date:   $LastChangedDate: 2008-10-30 16:57:39 +0100 (jeu. 30 oct. 2008) $
255
 
#  Id:     $Id: common.am 992 2008-10-30 15:57:39Z dutka $
 
249
#  Date:   $LastChangedDate: 2010-02-04 16:44:49 +0100 (jeu. 04 févr. 2010) $
 
250
#  Id:     $Id: common.am 1473 2010-02-04 15:44:49Z dutka $
256
251
#
257
252
builddir = @builddir@
258
253
datadir = @datadir@
296
291
srcdir = @srcdir@
297
292
sysconfdir = @sysconfdir@
298
293
target_alias = @target_alias@
 
294
temporary_directory = @temporary_directory@
299
295
top_build_prefix = @top_build_prefix@
300
296
top_builddir = @top_builddir@
301
297
top_srcdir = @top_srcdir@
 
298
win32 = @win32@
 
299
win32_prefix = @win32_prefix@
 
300
 
 
301
#                                               -*- Makefile -*-
 
302
#
 
303
#  Makefile.am
 
304
#
 
305
#  (C) Copyright 2005-2010 EDF-EADS-Phimeca
 
306
#
 
307
#  This library is free software; you can redistribute it and/or
 
308
#  modify it under the terms of the GNU Lesser General Public
 
309
#  License as published by the Free Software Foundation; either
 
310
#  version 2.1 of the License.
 
311
#
 
312
#  This library is distributed in the hope that it will be useful
 
313
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
314
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
315
#  Lesser General Public License for more details.
 
316
#
 
317
#  You should have received a copy of the GNU Lesser General Public
 
318
#  License along with this library; if not, write to the Free Software
 
319
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
320
#
 
321
#  @author: $LastChangedBy: dutka $
 
322
#  @date:   $LastChangedDate: 2010-02-04 16:44:49 +0100 (jeu. 04 févr. 2010) $
 
323
#  Id:      $Id: Makefile.am 1473 2010-02-04 15:44:49Z dutka $
 
324
#
302
325
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
303
 
        $(OT_CPPFLAGS) -DINSTALL_PATH=\"$(prefix)\" \
304
 
        -DDATA_PATH=\"$(datadir)\" -DSYSCONFIG_PATH=\"$(sysconfdir)\" \
 
326
        $(OT_CPPFLAGS) $(am__append_1) $(am__append_2) \
305
327
        -DLIBINSTALL_PATH=\"$(pkglibdir)\" \
306
328
        -I$(srcdir)/../../../Base/Common \
307
329
        -I$(srcdir)/../../../Base/Type -I$(srcdir)/../../../Base/Func \
314
336
AM_CFLAGS = $(OT_CFLAGS)
315
337
AM_FFLAGS = $(OT_FFLAGS)
316
338
AM_CXXFLAGS = $(OT_CXXFLAGS)
317
 
 
318
 
#                                               -*- Makefile -*-
319
 
#
320
 
#  Makefile.am
321
 
#
322
 
#  (C) Copyright 2005-2007 EDF-EADS-Phimeca
323
 
#
324
 
#  This library is free software; you can redistribute it and/or
325
 
#  modify it under the terms of the GNU Lesser General Public
326
 
#  License as published by the Free Software Foundation; either
327
 
#  version 2.1 of the License.
328
 
#
329
 
#  This library is distributed in the hope that it will be useful
330
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
331
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
332
 
#  Lesser General Public License for more details.
333
 
#
334
 
#  You should have received a copy of the GNU Lesser General Public
335
 
#  License along with this library; if not, write to the Free Software
336
 
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
337
 
#
338
 
#  @author: $LastChangedBy: dutka $
339
 
#  @date:   $LastChangedDate: 2009-04-08 18:07:10 +0200 (mer. 08 avril 2009) $
340
 
#  Id:      $Id: Makefile.am 1211 2009-04-08 16:07:10Z dutka $
341
 
#
342
 
SUBDIRS = FORM SORM
343
339
otincludedir = $(includedir)/openturns
344
340
otinclude_HEADERS = \
345
341
        OTAnalytical.hxx \
346
342
        StrongMaximumTest.hxx \
347
343
        Analytical.hxx \
348
 
        AnalyticalResult.hxx
 
344
        AnalyticalResult.hxx \
 
345
        FORM.hxx  \
 
346
        FORMResult.hxx \
 
347
        SORM.hxx  \
 
348
        SORMResult.hxx
349
349
 
350
350
noinst_LTLIBRARIES = libOTAnalytical.la
351
351
libOTAnalytical_la_SOURCES = \
352
352
        StrongMaximumTest.cxx \
353
353
        Analytical.cxx \
354
 
        AnalyticalResult.cxx
 
354
        AnalyticalResult.cxx \
 
355
        FORM.cxx \
 
356
        FORMResult.cxx \
 
357
        SORM.cxx \
 
358
        SORMResult.cxx
355
359
 
356
 
libOTAnalytical_la_LDFLAGS = -no-undefined
357
 
libOTAnalytical_la_LIBADD = $(builddir)/FORM/libOTFORM.la \
358
 
        $(builddir)/SORM/libOTSORM.la
359
 
all: all-recursive
 
360
libOTAnalytical_la_LDFLAGS = -no-undefined  -version-info=0:0:0
 
361
all: all-am
360
362
 
361
363
.SUFFIXES:
362
364
.SUFFIXES: .cxx .lo .o .obj
409
411
 
410
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Analytical.Plo@am__quote@
411
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AnalyticalResult.Plo@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FORM.Plo@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FORMResult.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SORM.Plo@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SORMResult.Plo@am__quote@
412
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StrongMaximumTest.Plo@am__quote@
413
419
 
414
420
.cxx.o:
455
461
          rm -f "$(DESTDIR)$(otincludedir)/$$f"; \
456
462
        done
457
463
 
458
 
# This directory's subdirectories are mostly independent; you can cd
459
 
# into them and run `make' without going through this Makefile.
460
 
# To change the values of `make' variables: instead of editing Makefiles,
461
 
# (1) if the variable is set in `config.status', edit `config.status'
462
 
#     (which will cause the Makefiles to be regenerated when you run `make');
463
 
# (2) otherwise, pass the desired values on the `make' command line.
464
 
$(RECURSIVE_TARGETS):
465
 
        @failcom='exit 1'; \
466
 
        for f in x $$MAKEFLAGS; do \
467
 
          case $$f in \
468
 
            *=* | --[!k]*);; \
469
 
            *k*) failcom='fail=yes';; \
470
 
          esac; \
471
 
        done; \
472
 
        dot_seen=no; \
473
 
        target=`echo $@ | sed s/-recursive//`; \
474
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
475
 
          echo "Making $$target in $$subdir"; \
476
 
          if test "$$subdir" = "."; then \
477
 
            dot_seen=yes; \
478
 
            local_target="$$target-am"; \
479
 
          else \
480
 
            local_target="$$target"; \
481
 
          fi; \
482
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
483
 
          || eval $$failcom; \
484
 
        done; \
485
 
        if test "$$dot_seen" = "no"; then \
486
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
487
 
        fi; test -z "$$fail"
488
 
 
489
 
$(RECURSIVE_CLEAN_TARGETS):
490
 
        @failcom='exit 1'; \
491
 
        for f in x $$MAKEFLAGS; do \
492
 
          case $$f in \
493
 
            *=* | --[!k]*);; \
494
 
            *k*) failcom='fail=yes';; \
495
 
          esac; \
496
 
        done; \
497
 
        dot_seen=no; \
498
 
        case "$@" in \
499
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
500
 
          *) list='$(SUBDIRS)' ;; \
501
 
        esac; \
502
 
        rev=''; for subdir in $$list; do \
503
 
          if test "$$subdir" = "."; then :; else \
504
 
            rev="$$subdir $$rev"; \
505
 
          fi; \
506
 
        done; \
507
 
        rev="$$rev ."; \
508
 
        target=`echo $@ | sed s/-recursive//`; \
509
 
        for subdir in $$rev; do \
510
 
          echo "Making $$target in $$subdir"; \
511
 
          if test "$$subdir" = "."; then \
512
 
            local_target="$$target-am"; \
513
 
          else \
514
 
            local_target="$$target"; \
515
 
          fi; \
516
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
517
 
          || eval $$failcom; \
518
 
        done && test -z "$$fail"
519
 
tags-recursive:
520
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
521
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
522
 
        done
523
 
ctags-recursive:
524
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
525
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
526
 
        done
527
 
 
528
464
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
529
465
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
530
466
        unique=`for i in $$list; do \
535
471
        mkid -fID $$unique
536
472
tags: TAGS
537
473
 
538
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
474
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
539
475
                $(TAGS_FILES) $(LISP)
540
476
        tags=; \
541
477
        here=`pwd`; \
542
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
543
 
          include_option=--etags-include; \
544
 
          empty_fix=.; \
545
 
        else \
546
 
          include_option=--include; \
547
 
          empty_fix=; \
548
 
        fi; \
549
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
550
 
          if test "$$subdir" = .; then :; else \
551
 
            test ! -f $$subdir/TAGS || \
552
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
553
 
          fi; \
554
 
        done; \
555
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
556
479
        unique=`for i in $$list; do \
557
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
564
487
            $$tags $$unique; \
565
488
        fi
566
489
ctags: CTAGS
567
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
490
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
568
491
                $(TAGS_FILES) $(LISP)
569
492
        tags=; \
570
493
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
611
534
            || exit 1; \
612
535
          fi; \
613
536
        done
614
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
615
 
          if test "$$subdir" = .; then :; else \
616
 
            test -d "$(distdir)/$$subdir" \
617
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
618
 
            || exit 1; \
619
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
620
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
621
 
            (cd $$subdir && \
622
 
              $(MAKE) $(AM_MAKEFLAGS) \
623
 
                top_distdir="$$top_distdir" \
624
 
                distdir="$$distdir/$$subdir" \
625
 
                am__remove_distdir=: \
626
 
                am__skip_length_check=: \
627
 
                distdir) \
628
 
              || exit 1; \
629
 
          fi; \
630
 
        done
631
537
check-am: all-am
632
 
check: check-recursive
 
538
check: check-am
633
539
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
634
 
installdirs: installdirs-recursive
635
 
installdirs-am:
 
540
installdirs:
636
541
        for dir in "$(DESTDIR)$(otincludedir)"; do \
637
542
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638
543
        done
639
 
install: install-recursive
640
 
install-exec: install-exec-recursive
641
 
install-data: install-data-recursive
642
 
uninstall: uninstall-recursive
 
544
install: install-am
 
545
install-exec: install-exec-am
 
546
install-data: install-data-am
 
547
uninstall: uninstall-am
643
548
 
644
549
install-am: all-am
645
550
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
551
 
647
 
installcheck: installcheck-recursive
 
552
installcheck: installcheck-am
648
553
install-strip:
649
554
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650
555
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660
565
maintainer-clean-generic:
661
566
        @echo "This command is intended for maintainers to use"
662
567
        @echo "it deletes files that may require special tools to rebuild."
663
 
clean: clean-recursive
 
568
clean: clean-am
664
569
 
665
570
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
666
571
        mostlyclean-am
667
572
 
668
 
distclean: distclean-recursive
 
573
distclean: distclean-am
669
574
        -rm -rf ./$(DEPDIR)
670
575
        -rm -f Makefile
671
576
distclean-am: clean-am distclean-compile distclean-generic \
672
577
        distclean-tags
673
578
 
674
 
dvi: dvi-recursive
 
579
dvi: dvi-am
675
580
 
676
581
dvi-am:
677
582
 
678
 
html: html-recursive
 
583
html: html-am
679
584
 
680
 
info: info-recursive
 
585
info: info-am
681
586
 
682
587
info-am:
683
588
 
684
589
install-data-am: install-otincludeHEADERS
685
590
 
686
 
install-dvi: install-dvi-recursive
 
591
install-dvi: install-dvi-am
687
592
 
688
593
install-exec-am:
689
594
 
690
 
install-html: install-html-recursive
 
595
install-html: install-html-am
691
596
 
692
 
install-info: install-info-recursive
 
597
install-info: install-info-am
693
598
 
694
599
install-man:
695
600
 
696
 
install-pdf: install-pdf-recursive
 
601
install-pdf: install-pdf-am
697
602
 
698
 
install-ps: install-ps-recursive
 
603
install-ps: install-ps-am
699
604
 
700
605
installcheck-am:
701
606
 
702
 
maintainer-clean: maintainer-clean-recursive
 
607
maintainer-clean: maintainer-clean-am
703
608
        -rm -rf ./$(DEPDIR)
704
609
        -rm -f Makefile
705
610
maintainer-clean-am: distclean-am maintainer-clean-generic
706
611
 
707
 
mostlyclean: mostlyclean-recursive
 
612
mostlyclean: mostlyclean-am
708
613
 
709
614
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
710
615
        mostlyclean-libtool
711
616
 
712
 
pdf: pdf-recursive
 
617
pdf: pdf-am
713
618
 
714
619
pdf-am:
715
620
 
716
 
ps: ps-recursive
 
621
ps: ps-am
717
622
 
718
623
ps-am:
719
624
 
720
625
uninstall-am: uninstall-otincludeHEADERS
721
626
 
722
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
723
 
        install-strip
 
627
.MAKE: install-am install-strip
724
628
 
725
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
726
 
        all all-am check check-am clean clean-generic clean-libtool \
727
 
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
 
629
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
630
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
728
631
        distclean-compile distclean-generic distclean-libtool \
729
632
        distclean-tags distdir dvi dvi-am html html-am info info-am \
730
633
        install install-am install-data install-data-am install-dvi \
732
635
        install-html-am install-info install-info-am install-man \
733
636
        install-otincludeHEADERS install-pdf install-pdf-am install-ps \
734
637
        install-ps-am install-strip installcheck installcheck-am \
735
 
        installdirs installdirs-am maintainer-clean \
736
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
737
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
738
 
        tags tags-recursive uninstall uninstall-am \
739
 
        uninstall-otincludeHEADERS
 
638
        installdirs maintainer-clean maintainer-clean-generic \
 
639
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
640
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
641
        uninstall-am uninstall-otincludeHEADERS
740
642
 
741
643
 
742
644
#endif