Skip to content

Commit 40e529c

Browse files
authored
Merge pull request #10 from CyrilleBonamy/master
update in order to compile shared library
2 parents 1b8d76b + ef2463f commit 40e529c

10 files changed

Lines changed: 24162 additions & 4198 deletions

File tree

Makefile.in

Lines changed: 65 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15 from Makefile.am.
1+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -15,17 +15,7 @@
1515
@SET_MAKE@
1616

1717
VPATH = @srcdir@
18-
am__is_gnu_make = { \
19-
if test -z '$(MAKELEVEL)'; then \
20-
false; \
21-
elif test -n '$(MAKE_HOST)'; then \
22-
true; \
23-
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24-
true; \
25-
else \
26-
false; \
27-
fi; \
28-
}
18+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2919
am__make_running_with_option = \
3020
case $${target_option-} in \
3121
?) ;; \
@@ -86,13 +76,18 @@ POST_INSTALL = :
8676
NORMAL_UNINSTALL = :
8777
PRE_UNINSTALL = :
8878
POST_UNINSTALL = :
79+
build_triplet = @build@
80+
host_triplet = @host@
8981
subdir = .
82+
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
83+
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84+
$(top_srcdir)/configure $(am__configure_deps) \
85+
$(srcdir)/config.h.in $(include_HEADERS) COPYING compile \
86+
config.guess config.sub depcomp install-sh missing ltmain.sh
9087
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9188
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
9289
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9390
$(ACLOCAL_M4)
94-
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
95-
$(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
9691
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
9792
configure.lineno config.status.lineno
9893
mkinstalldirs = $(install_sh) -d
@@ -187,9 +182,6 @@ ETAGS = etags
187182
CTAGS = ctags
188183
CSCOPE = cscope
189184
DIST_SUBDIRS = $(SUBDIRS)
190-
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
191-
COPYING ChangeLog INSTALL NEWS README compile depcomp \
192-
install-sh missing
193185
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194186
distdir = $(PACKAGE)-$(VERSION)
195187
top_distdir = $(distdir)
@@ -235,6 +227,7 @@ distcleancheck_listfiles = find . -type f -print
235227
ACLOCAL = @ACLOCAL@
236228
AMTAR = @AMTAR@
237229
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
230+
AR = @AR@
238231
AUTOCONF = @AUTOCONF@
239232
AUTOHEADER = @AUTOHEADER@
240233
AUTOMAKE = @AUTOMAKE@
@@ -247,6 +240,9 @@ CPP = @CPP@
247240
CPPFLAGS = @CPPFLAGS@
248241
CYGPATH_W = @CYGPATH_W@
249242
DEFS = @DEFS@
243+
DLLTOOL = @DLLTOOL@
244+
DSYMUTIL = @DSYMUTIL@
245+
DUMPBIN = @DUMPBIN@
250246
ECHO_C = @ECHO_C@
251247
ECHO_N = @ECHO_N@
252248
ECHO_T = @ECHO_T@
@@ -260,20 +256,31 @@ FDFLAGS = @FDFLAGS@
260256
FFTWF = @FFTWF@
261257
FFTW_INC = @FFTW_INC@
262258
FFTW_LIB = @FFTW_LIB@
259+
FGREP = @FGREP@
263260
FORTRAN_LIB = @FORTRAN_LIB@
264261
GREP = @GREP@
265262
INSTALL = @INSTALL@
266263
INSTALL_DATA = @INSTALL_DATA@
267264
INSTALL_PROGRAM = @INSTALL_PROGRAM@
268265
INSTALL_SCRIPT = @INSTALL_SCRIPT@
269266
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267+
LD = @LD@
270268
LDFLAGS = @LDFLAGS@
271269
LIBOBJS = @LIBOBJS@
272270
LIBS = @LIBS@
271+
LIBTOOL = @LIBTOOL@
272+
LIPO = @LIPO@
273+
LN_S = @LN_S@
273274
LTLIBOBJS = @LTLIBOBJS@
274275
MAKEINFO = @MAKEINFO@
276+
MANIFEST_TOOL = @MANIFEST_TOOL@
275277
MKDIR_P = @MKDIR_P@
278+
NM = @NM@
279+
NMEDIT = @NMEDIT@
280+
OBJDUMP = @OBJDUMP@
276281
OBJEXT = @OBJEXT@
282+
OTOOL = @OTOOL@
283+
OTOOL64 = @OTOOL64@
277284
PACKAGE = @PACKAGE@
278285
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279286
PACKAGE_NAME = @PACKAGE_NAME@
@@ -283,6 +290,7 @@ PACKAGE_URL = @PACKAGE_URL@
283290
PACKAGE_VERSION = @PACKAGE_VERSION@
284291
PATH_SEPARATOR = @PATH_SEPARATOR@
285292
RANLIB = @RANLIB@
293+
SED = @SED@
286294
SET_MAKE = @SET_MAKE@
287295
SHELL = @SHELL@
288296
STRIP = @STRIP@
@@ -293,20 +301,30 @@ abs_builddir = @abs_builddir@
293301
abs_srcdir = @abs_srcdir@
294302
abs_top_builddir = @abs_top_builddir@
295303
abs_top_srcdir = @abs_top_srcdir@
304+
ac_ct_AR = @ac_ct_AR@
296305
ac_ct_CC = @ac_ct_CC@
306+
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297307
ac_ct_FC = @ac_ct_FC@
298308
am__leading_dot = @am__leading_dot@
299309
am__tar = @am__tar@
300310
am__untar = @am__untar@
301311
bindir = @bindir@
312+
build = @build@
302313
build_alias = @build_alias@
314+
build_cpu = @build_cpu@
315+
build_os = @build_os@
316+
build_vendor = @build_vendor@
303317
builddir = @builddir@
304318
datadir = @datadir@
305319
datarootdir = @datarootdir@
306320
docdir = @docdir@
307321
dvidir = @dvidir@
308322
exec_prefix = @exec_prefix@
323+
host = @host@
309324
host_alias = @host_alias@
325+
host_cpu = @host_cpu@
326+
host_os = @host_os@
327+
host_vendor = @host_vendor@
310328
htmldir = @htmldir@
311329
includedir = @includedir@
312330
infodir = @infodir@
@@ -360,6 +378,7 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
360378
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps Makefile'; \
361379
$(am__cd) $(top_srcdir) && \
362380
$(AUTOMAKE) --gnu --ignore-deps Makefile
381+
.PRECIOUS: Makefile
363382
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364383
@case '$?' in \
365384
*config.status*) \
@@ -393,6 +412,15 @@ $(srcdir)/config.h.in: $(am__configure_deps)
393412

394413
distclean-hdr:
395414
-rm -f config.h stamp-h1
415+
416+
mostlyclean-libtool:
417+
-rm -f *.lo
418+
419+
clean-libtool:
420+
-rm -rf .libs _libs
421+
422+
distclean-libtool:
423+
-rm -f libtool config.lt
396424
install-includeHEADERS: $(include_HEADERS)
397425
@$(NORMAL_INSTALL)
398426
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
@@ -602,15 +630,15 @@ dist-xz: distdir
602630
$(am__post_remove_distdir)
603631

604632
dist-tarZ: distdir
605-
@echo WARNING: "Support for distribution archives compressed with" \
606-
"legacy program 'compress' is deprecated." >&2
633+
@echo WARNING: "Support for shar distribution archives is" \
634+
"deprecated." >&2
607635
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
608636
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
609637
$(am__post_remove_distdir)
610638

611639
dist-shar: distdir
612-
@echo WARNING: "Support for shar distribution archives is" \
613-
"deprecated." >&2
640+
@echo WARNING: "Support for distribution archives compressed with" \
641+
"legacy program 'compress' is deprecated." >&2
614642
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
615643
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
616644
$(am__post_remove_distdir)
@@ -646,17 +674,17 @@ distcheck: dist
646674
esac
647675
chmod -R a-w $(distdir)
648676
chmod u+w $(distdir)
649-
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
677+
mkdir $(distdir)/_build $(distdir)/_inst
650678
chmod a-w $(distdir)
651679
test -d $(distdir)/_build || exit 0; \
652680
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
653681
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
654682
&& am__cwd=`pwd` \
655-
&& $(am__cd) $(distdir)/_build/sub \
656-
&& ../../configure \
683+
&& $(am__cd) $(distdir)/_build \
684+
&& ../configure \
657685
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
658686
$(DISTCHECK_CONFIGURE_FLAGS) \
659-
--srcdir=../.. --prefix="$$dc_install_base" \
687+
--srcdir=.. --prefix="$$dc_install_base" \
660688
&& $(MAKE) $(AM_MAKEFLAGS) \
661689
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
662690
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -749,12 +777,13 @@ maintainer-clean-generic:
749777
@echo "it deletes files that may require special tools to rebuild."
750778
clean: clean-recursive
751779

752-
clean-am: clean-generic clean-local mostlyclean-am
780+
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
753781

754782
distclean: distclean-recursive
755783
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
756784
-rm -f Makefile
757-
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
785+
distclean-am: clean-am distclean-generic distclean-hdr \
786+
distclean-libtool distclean-tags
758787

759788
dvi: dvi-recursive
760789

@@ -804,7 +833,7 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
804833

805834
mostlyclean: mostlyclean-recursive
806835

807-
mostlyclean-am: mostlyclean-generic
836+
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
808837

809838
pdf: pdf-recursive
810839

@@ -820,9 +849,10 @@ uninstall-am: uninstall-includeHEADERS
820849

821850
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
822851
am--refresh check check-am clean clean-cscope clean-generic \
823-
clean-local cscope cscopelist-am ctags ctags-am dist dist-all \
824-
dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
825-
dist-zip distcheck distclean distclean-generic distclean-hdr \
852+
clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
853+
dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
854+
dist-tarZ dist-xz dist-zip distcheck distclean \
855+
distclean-generic distclean-hdr distclean-libtool \
826856
distclean-tags distcleancheck distdir distuninstallcheck dvi \
827857
dvi-am html html-am info info-am install install-am \
828858
install-data install-data-am install-dvi install-dvi-am \
@@ -831,11 +861,9 @@ uninstall-am: uninstall-includeHEADERS
831861
install-man install-pdf install-pdf-am install-ps \
832862
install-ps-am install-strip installcheck installcheck-am \
833863
installdirs installdirs-am maintainer-clean \
834-
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
835-
pdf-am ps ps-am tags tags-am uninstall uninstall-am \
836-
uninstall-includeHEADERS
837-
838-
.PRECIOUS: Makefile
864+
maintainer-clean-generic mostlyclean mostlyclean-generic \
865+
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
866+
uninstall-am uninstall-includeHEADERS
839867

840868

841869
all-local:

0 commit comments

Comments
 (0)