~ubuntu-branches/ubuntu/raring/rheolef/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2012-05-14 14:02:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120514140209-dzbdlidkotyflf9e
Tags: 6.1-1
[ Pierre Saramito ]
* New upstream release 6.1 (minor changes):
  - support arbitrarily polynomial order Pk
  - source code supports g++-4.7 (closes: #671996)

[ Sylvestre Ledru ]
* update of the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
75
75
distdir = $(PACKAGE)-$(VERSION)
76
76
top_distdir = $(distdir)
77
77
am__remove_distdir = \
78
 
  if test -d "$(distdir)"; then \
79
 
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
      && rm -rf "$(distdir)" \
81
 
      || { sleep 5 && rm -rf "$(distdir)"; }; \
82
 
  else :; fi
 
78
  { test ! -d "$(distdir)" \
 
79
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
80
         && rm -fr "$(distdir)"; }; }
83
81
am__relativize = \
84
82
  dir0=`pwd`; \
85
83
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
108
106
DIST_ARCHIVES = $(distdir).tar.gz
109
107
GZIP_ENV = --best
110
108
distuninstallcheck_listfiles = find . -type f -print
111
 
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
112
 
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
113
109
distcleancheck_listfiles = find . -type f -print
114
110
pkglibdir = @pkglibdir@
115
111
ACLOCAL = @ACLOCAL@
139
135
CYGPATH_W = @CYGPATH_W@
140
136
DEFS = @DEFS@
141
137
DEPDIR = @DEPDIR@
142
 
DLLTOOL = @DLLTOOL@
143
138
DMALLOC = @DMALLOC@
144
139
DOT = @DOT@
145
140
DOXYGEN = @DOXYGEN@
228
223
MAKE = @MAKE@
229
224
MAKEINDEX = @MAKEINDEX@
230
225
MAKEINFO = @MAKEINFO@
231
 
MANIFEST_TOOL = @MANIFEST_TOOL@
232
226
MKDIR_P = @MKDIR_P@
233
227
MPIRUN = @MPIRUN@
234
228
NM = @NM@
265
259
TEXI2HTML = @TEXI2HTML@
266
260
TEXI2PDF = @TEXI2PDF@
267
261
USE_DISTRIBUTED = @USE_DISTRIBUTED@
 
262
USE_NEW_CODE = @USE_NEW_CODE@
268
263
VERSION = @VERSION@
269
264
abs_builddir = @abs_builddir@
270
265
abs_srcdir = @abs_srcdir@
271
266
abs_top_builddir = @abs_top_builddir@
272
267
abs_top_srcdir = @abs_top_srcdir@
273
268
ac_c = @ac_c@
274
 
ac_ct_AR = @ac_ct_AR@
275
269
ac_ct_CC = @ac_ct_CC@
276
270
ac_ct_CXX = @ac_ct_CXX@
277
271
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308
302
libexecdir = @libexecdir@
309
303
localedir = @localedir@
310
304
localstatedir = @localstatedir@
 
305
lt_ECHO = @lt_ECHO@
311
306
mandir = @mandir@
312
307
mkdir_p = @mkdir_p@
313
308
no_print_directory_option = @no_print_directory_option@
380
375
# -> used by refman.pdf and doxygen .html docs
381
376
@USE_NEW_CODE_TRUE@SKIT_LIB = skit/plib2
382
377
@USE_NEW_CODE_FALSE@FEM_LIB = nfem/lib          \
 
378
@USE_NEW_CODE_FALSE@         nfem/basis         \
383
379
@USE_NEW_CODE_FALSE@         nfem/bin           \
384
380
@USE_NEW_CODE_FALSE@         nfem/form_element
385
381
 
386
382
@USE_NEW_CODE_TRUE@FEM_LIB = nfem/pform_element \
 
383
@USE_NEW_CODE_TRUE@          nfem/pbasis        \
387
384
@USE_NEW_CODE_TRUE@          nfem/plib          \
388
385
@USE_NEW_CODE_TRUE@          nfem/pbin
389
386
 
398
395
        nfem/quadrature         \
399
396
        nfem/geo_element        \
400
397
        $(FEM_LIB)              \
401
 
        nfem/basis              \
402
398
        doc/usrman
403
399
 
404
400
all: all-recursive
405
401
 
406
402
.SUFFIXES:
407
 
am--refresh: Makefile
 
403
am--refresh:
408
404
        @:
409
405
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
410
406
        @for dep in $?; do \
655
651
        $(am__remove_distdir)
656
652
 
657
653
dist-bzip2: distdir
658
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
659
 
        $(am__remove_distdir)
660
 
 
661
 
dist-lzip: distdir
662
 
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
654
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
663
655
        $(am__remove_distdir)
664
656
 
665
657
dist-lzma: distdir
667
659
        $(am__remove_distdir)
668
660
 
669
661
dist-xz: distdir
670
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
662
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
671
663
        $(am__remove_distdir)
672
664
 
673
665
dist-tarZ: distdir
698
690
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
699
691
        *.tar.lzma*) \
700
692
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
701
 
        *.tar.lz*) \
702
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
703
693
        *.tar.xz*) \
704
694
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
705
695
        *.tar.Z*) \
719
709
          && am__cwd=`pwd` \
720
710
          && $(am__cd) $(distdir)/_build \
721
711
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
722
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
723
712
            $(DISTCHECK_CONFIGURE_FLAGS) \
724
713
          && $(MAKE) $(AM_MAKEFLAGS) \
725
714
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
748
737
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
749
738
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
750
739
distuninstallcheck:
751
 
        @test -n '$(distuninstallcheck_dir)' || { \
752
 
          echo 'ERROR: trying to run $@ with an empty' \
753
 
               '$$(distuninstallcheck_dir)' >&2; \
754
 
          exit 1; \
755
 
        }; \
756
 
        $(am__cd) '$(distuninstallcheck_dir)' || { \
757
 
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
758
 
          exit 1; \
759
 
        }; \
760
 
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
740
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
741
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
761
742
           || { echo "ERROR: files left after uninstall:" ; \
762
743
                if test -n "$(DESTDIR)"; then \
763
744
                  echo "  (check DESTDIR support)"; \
788
769
 
789
770
installcheck: installcheck-recursive
790
771
install-strip:
791
 
        if test -z '$(STRIP)'; then \
792
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
793
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
794
 
              install; \
795
 
        else \
796
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
797
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
798
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
799
 
        fi
 
772
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
773
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
774
          `test -z '$(STRIP)' || \
 
775
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
800
776
mostlyclean-generic:
801
777
 
802
778
clean-generic:
884
860
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
885
861
        all all-am am--refresh check check-am clean clean-generic \
886
862
        clean-libtool clean-local ctags ctags-recursive dist dist-all \
887
 
        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
888
 
        dist-xz dist-zip distcheck distclean distclean-generic \
 
863
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
 
864
        dist-zip distcheck distclean distclean-generic \
889
865
        distclean-libtool distclean-local distclean-tags \
890
866
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
891
867
        html-am info info-am install install-am install-data \