Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
72d373eb
Commit
72d373eb
authored
Aug 02, 2012
by
Thomas Jahns
🤸
Browse files
Update autotools.
* Now autoconf 2.69 and automake 1.11.5 are used.
parent
6deabc88
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
72d373eb
# Makefile.in generated by automake 1.11.
1
from Makefile.am.
# Makefile.in generated by automake 1.11.
5
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software
Foundation,
# Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009
, 2010, 2011
Free Software
#
Foundation,
Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -15,6 +15,23 @@
@SET_MAKE@
VPATH
=
@srcdir@
am__make_dryrun
=
\
{
\
am__dry
=
no
;
\
case
$$
MAKEFLAGS
in
\
*
\\
[
\ \
]
*
)
\
echo
'am--echo: ; @echo "AM" OK'
|
$(MAKE)
-f
- 2>/dev/null
\
|
grep
'^AM OK$$'
>
/dev/null
||
am__dry
=
yes
;;
\
*
)
\
for
am__flg
in
$$
MAKEFLAGS
;
do
\
case
$$
am__flg
in
\
*
=
*
|
--
*
)
;;
\
*
n
*
)
am__dry
=
yes
;
break
;;
\
esac
;
\
done
;;
\
esac
;
\
test
$$
am__dry
=
yes
;
\
}
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
...
...
@@ -71,6 +88,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-pdf-recursive install-ps-recursive install-recursive
\
installcheck-recursive installdirs-recursive pdf-recursive
\
ps-recursive uninstall-recursive
am__can_run_installinfo
=
\
case
$$
AM_UPDATE_INFO_DIR
in
\
n|no|NO
)
false
;;
\
*
)
(
install-info
--version
)
>
/dev/null 2>&1
;;
\
esac
RECURSIVE_CLEAN_TARGETS
=
mostlyclean-recursive clean-recursive
\
distclean-recursive maintainer-clean-recursive
AM_RECURSIVE_TARGETS
=
$
(
RECURSIVE_TARGETS:-recursive
=)
\
...
...
@@ -83,9 +105,11 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir
=
$(PACKAGE)
-
$(VERSION)
top_distdir
=
$(distdir)
am__remove_distdir
=
\
{
test
!
-d
"
$(distdir)
"
\
||
{
find
"
$(distdir)
"
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
&&
rm
-fr
"
$(distdir)
"
;
}
;
}
if
test
-d
"
$(distdir)
"
;
then
\
find
"
$(distdir)
"
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
&&
rm
-rf
"
$(distdir)
"
\
||
{
sleep
5
&&
rm
-rf
"
$(distdir)
"
;
}
;
\
else
:
;
fi
am__relativize
=
\
dir0
=
`
pwd
`
;
\
sed_first
=
's,^\([^/]*\)/.*$$,\1,'
;
\
...
...
@@ -114,6 +138,8 @@ am__relativize = \
DIST_ARCHIVES
=
$(distdir)
.tar.gz
GZIP_ENV
=
--best
distuninstallcheck_listfiles
=
find
.
-type
f
-print
am__distuninstallcheck_listfiles
=
$(distuninstallcheck_listfiles)
\
|
sed
's|^\./|
$(prefix)
/|'
|
grep
-v
'
$(infodir)
/dir$$'
distcleancheck_listfiles
=
find
.
-type
f
-print
ACLOCAL
=
@ACLOCAL@
AMTAR
=
@AMTAR@
...
...
@@ -302,7 +328,7 @@ CLEANFILES = `ls *~`
all
:
all-recursive
.SUFFIXES
:
am--refresh
:
am--refresh
:
Makefile
@
:
$(srcdir)/Makefile.in
:
@MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@
for
dep
in
$?
;
do
\
...
...
@@ -521,13 +547,10 @@ distdir: $(DISTFILES)
done
@
list
=
'
$(DIST_SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-d
"
$(distdir)
/
$$
subdir"
\
||
$(MKDIR_P)
"
$(distdir)
/
$$
subdir"
\
||
exit
1
;
\
fi
;
\
done
@
list
=
'
$(DIST_SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
$(am__make_dryrun)
\
||
test
-d
"
$(distdir)
/
$$
subdir"
\
||
$(MKDIR_P)
"
$(distdir)
/
$$
subdir"
\
||
exit
1
;
\
dir1
=
$$
subdir
;
dir2
=
"
$(distdir)
/
$$
subdir"
;
\
$(am__relativize)
;
\
new_distdir
=
$$
reldir
;
\
...
...
@@ -559,7 +582,11 @@ dist-gzip: distdir
$(am__remove_distdir)
dist-bzip2
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| bzip2
-9
-c
>
$(distdir)
.tar.bz2
tardir
=
$(distdir)
&&
$(am__tar)
|
BZIP2
=
$
${
BZIP2
--9
}
bzip2
-c
>
$(distdir)
.tar.bz2
$(am__remove_distdir)
dist-lzip
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| lzip
-c
$
${
LZIP_OPT
--9
}
>
$(distdir)
.tar.lz
$(am__remove_distdir)
dist-lzma
:
distdir
...
...
@@ -567,7 +594,7 @@ dist-lzma: distdir
$(am__remove_distdir)
dist-xz
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| xz
-c
>
$(distdir)
.tar.xz
tardir
=
$(distdir)
&&
$(am__tar)
|
XZ_OPT
=
$
${
XZ_OPT
--e
}
xz
-c
>
$(distdir)
.tar.xz
$(am__remove_distdir)
dist-tarZ
:
distdir
...
...
@@ -598,6 +625,8 @@ distcheck: dist
bzip2
-dc
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
*
.tar.lzma
*
)
\
lzma
-dc
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
*
.tar.lz
*
)
\
lzip
-dc
$(distdir)
.tar.lz |
$(am__untar)
;;
\
*
.tar.xz
*
)
\
xz
-dc
$(distdir)
.tar.xz |
$(am__untar)
;;
\
*
.tar.Z
*
)
\
...
...
@@ -617,6 +646,7 @@ distcheck: dist
&&
am__cwd
=
`
pwd
`
\
&&
$(am__cd)
$(distdir)
/_build
\
&&
../configure
--srcdir
=
..
--prefix
=
"
$$
dc_install_base"
\
$(AM_DISTCHECK_CONFIGURE_FLAGS)
\
$(DISTCHECK_CONFIGURE_FLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dvi
\
...
...
@@ -645,8 +675,16 @@ distcheck: dist
list
=
'
$(DIST_ARCHIVES)
'
;
for
i
in
$$
list
;
do
echo
$$
i
;
done
)
|
\
sed
-e
1h
-e
1s/./
=
/g
-e
1p
-e
1x
-e
'$$p'
-e
'$$x'
distuninstallcheck
:
@
$(am__cd)
'
$(distuninstallcheck_dir)
'
\
&&
test
`
$(distuninstallcheck_listfiles)
|
wc
-l
`
-le
1
\
@
test
-n
'
$(distuninstallcheck_dir)
'
||
{
\
echo
'ERROR: trying to run $@ with an empty'
\
'$
$(distuninstallcheck_dir)
'
>
&2
;
\
exit
1
;
\
}
;
\
$(am__cd)
'
$(distuninstallcheck_dir)
'
||
{
\
echo
'ERROR: cannot chdir into
$(distuninstallcheck_dir)
'
>
&2
;
\
exit
1
;
\
}
;
\
test
`
$(am__distuninstallcheck_listfiles)
|
wc
-l
`
-eq
0
\
||
{
echo
"ERROR: files left after uninstall:"
;
\
if
test
-n
"
$(DESTDIR)
"
;
then
\
echo
" (check DESTDIR support)"
;
\
...
...
@@ -677,10 +715,15 @@ install-am: all-am
installcheck
:
installcheck-recursive
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
if
test
-z
'
$(STRIP)
'
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
install
;
\
else
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
install
;
\
fi
mostlyclean-generic
:
clean-generic
:
...
...
@@ -769,18 +812,18 @@ uninstall-am:
.PHONY
:
$(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS
\
all all-am am--refresh check check-am clean clean-generic
\
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2
\
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz
dist-zip
\
distcheck distclean distclean-generic
distclean-libtool
\
distclean-tags distcleancheck distdir
distuninstallcheck dvi
\
dvi-am html html-am info info-am
install install-am
\
install-data install-data-am install-dvi
install-dvi-am
\
install-exec install-exec-am install-html
install-html-am
\
install-info install-info-am install-man
install-pdf
\
install-pdf-am install-ps install-ps-am
install-strip
\
installcheck installcheck-am installdirs
installdirs-am
\
maintainer-clean maintainer-clean-generic
mostlyclean
\
mostlyclean-generic mostlyclean-libtool pdf pdf-am
ps ps-am
\
tags tags-recursive uninstall uninstall-am
dist-gzip
dist-lzip
dist-lzma dist-shar dist-tarZ dist-xz
\
dist-zip
distcheck distclean distclean-generic
\
distclean-libtool
distclean-tags distcleancheck distdir
\
distuninstallcheck dvi
dvi-am html html-am info info-am
\
install install-am
install-data install-data-am install-dvi
\
install-dvi-am
install-exec install-exec-am install-html
\
install-html-am
install-info install-info-am install-man
\
install-pdf
install-pdf-am install-ps install-ps-am
\
install-strip
installcheck installcheck-am installdirs
\
installdirs-am
maintainer-clean maintainer-clean-generic
\
mostlyclean
mostlyclean-generic mostlyclean-libtool pdf pdf-am
\
ps ps-am
tags tags-recursive uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
...
...
aclocal.m4
View file @
72d373eb
# generated automatically by aclocal 1.11.
1
-*- Autoconf -*-
# generated automatically by aclocal 1.11.
5
-*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
# Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -13,18 +14,21 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6
8
],,
[m4_warning([this file was generated for autoconf 2.6
8
.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6
9
],,
[m4_warning([this file was generated for autoconf 2.6
9
.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
# Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 1
# AM_AUTOMAKE_VERSION(VERSION)
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
...
...
@@ -34,7 +38,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.11'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.11.
1
], [],
m4_if([$1], [1.11.
5
], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
...
...
@@ -50,19 +54,21 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.11.
1
])dnl
[AM_AUTOMAKE_VERSION([1.11.
5
])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001, 2003, 2005
Free Software Foundation, Inc.
# Copyright (C) 2001, 2003, 2005
, 2011
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 1
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
...
...
@@ -144,14 +150,14 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]])
fi])])
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
# Free Software Foundation, Inc.
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
,
#
2010, 2011
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 1
0
# serial 1
2
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# written in clear, in which case automake, when reading aclocal.m4,
...
...
@@ -191,6 +197,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
rm -rf conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
...
...
@@ -255,7 +262,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
break
fi
;;
msvisualcpp | msvcmsys)
msvc7 | msvc7msys |
msvisualcpp | msvcmsys)
# This compiler won't grok `-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
...
...
@@ -320,10 +327,13 @@ AC_DEFUN([AM_DEP_TRACK],
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
am__nodep='_no'
fi
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
AC_SUBST([AMDEPBACKSLASH])dnl
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
AC_SUBST([am__nodep])dnl
_AM_SUBST_NOTMAKE([am__nodep])dnl
])
# Generate code to set up dependency tracking. -*- Autoconf -*-
...
...
@@ -557,12 +567,15 @@ for _am_header in $config_headers :; do
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
# Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 1
# AM_PROG_INSTALL_SH
# ------------------
# Define $install_sh.
...
...
@@ -602,8 +615,8 @@ AC_SUBST([am__leading_dot])])
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
# Free Software Foundation, Inc.
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
,
#
2011
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -623,7 +636,7 @@ AC_DEFUN([AM_MAINTAINER_MODE],
[disable], [m4_define([am_maintainer_other], [enable])],
[m4_define([am_maintainer_other], [enable])
m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
AC_MSG_CHECKING([whether to
am_maintainer_other
maintainer-specific portions of Makefiles])
AC_MSG_CHECKING([whether to
enable
maintainer-specific portions of Makefiles])
dnl maintainer-mode's default is 'disable' unless 'enable' is passed
AC_ARG_ENABLE([maintainer-mode],
[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
...
...
@@ -734,12 +747,15 @@ else
fi
])
# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
# Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 1
# AM_PROG_MKDIR_P
# ---------------
# Check for `mkdir -p'.
...
...
@@ -762,13 +778,14 @@ esac
# Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
# Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial
4
# serial
5
# _AM_MANGLE_OPTION(NAME)
# -----------------------
...
...
@@ -776,13 +793,13 @@ AC_DEFUN([_AM_MANGLE_OPTION],
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
# _AM_SET_OPTION(NAME)
# --------------------
----------
# --------------------
# Set option NAME. Presently that only means defining a flag for this option.
AC_DEFUN([_AM_SET_OPTION],
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
# _AM_SET_OPTIONS(OPTIONS)
# ------------------------
----------
# ------------------------
# OPTIONS is a space-separated list of Automake options.
AC_DEFUN([_AM_SET_OPTIONS],
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
...
...
@@ -858,12 +875,14 @@ Check your system clock])
fi
AC_MSG_RESULT(yes)])
# Copyright (C) 2001, 2003, 2005
Free Software Foundation, Inc.
# Copyright (C) 2001, 2003, 2005
, 2011
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 1
# AM_PROG_INSTALL_STRIP
# ---------------------
# One issue with vendor `install' (even GNU) is that you can't
...
...
@@ -886,13 +905,13 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Copyright (C) 2006, 2008
Free Software Foundation, Inc.
# Copyright (C) 2006, 2008
, 2010
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial
2
# serial
3
# _AM_SUBST_NOTMAKE(VARIABLE)
# ---------------------------
...
...
@@ -901,13 +920,13 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
AC_DEFUN([_AM_SUBST_NOTMAKE])
# AM_SUBST_NOTMAKE(VARIABLE)
# --------------------------
-
# --------------------------
# Public sister of _AM_SUBST_NOTMAKE.
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004, 2005
Free Software Foundation, Inc.
# Copyright (C) 2004, 2005
, 2012
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -929,10 +948,11 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# a tarball read from stdin.
# $(am__untar) < result.tar
AC_DEFUN([_AM_PROG_TAR],
[# Always define AMTAR for backward compatibility.
AM_MISSING_PROG([AMTAR], [tar])
[# Always define AMTAR for backward compatibility. Yes, it's still used
# in the wild :-( We should find a proper way to deprecate it ...
AC_SUBST([AMTAR], ['$${TAR-tar}'])
m4_if([$1], [v7],
[am__tar='$
{AMTAR
} chof - "$$tardir"'
;
am__untar='$
{AMTAR
} xf -'],
[am__tar='$
${TAR-tar
} chof - "$$tardir"' am__untar='$
${TAR-tar
} xf -'],
[m4_case([$1], [ustar],, [pax],,
[m4_fatal([Unknown tar format])])
AC_MSG_CHECKING([how to create a $1 tar archive])
...
...
app/Makefile.in
View file @
72d373eb
# Makefile.in generated by automake 1.11.
1
from Makefile.am.
# Makefile.in generated by automake 1.11.
5
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software
Foundation,
# Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009
, 2010, 2011
Free Software
#
Foundation,
Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -16,6 +16,23 @@
@SET_MAKE@
VPATH
=
@srcdir@
am__make_dryrun
=
\
{
\
am__dry
=
no
;
\
case
$$
MAKEFLAGS
in
\
*
\\
[
\ \
]
*
)
\
echo
'am--echo: ; @echo "AM" OK'
|
$(MAKE)
-f
- 2>/dev/null
\
|
grep
'^AM OK$$'
>
/dev/null
||
am__dry
=
yes
;;
\
*
)
\
for
am__flg
in
$$
MAKEFLAGS
;
do
\
case
$$
am__flg
in
\
*
=
*
|
--
*
)
;;
\
*
n
*
)
am__dry
=
yes
;
break
;;
\
esac
;
\
done
;;
\
esac
;
\
test
$$
am__dry
=
yes
;
\
}
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
...
...
@@ -90,6 +107,11 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS)
-o
$@
SOURCES
=
$(cdi_SOURCES)
$(createtable_SOURCES)
DIST_SOURCES
=
$(cdi_SOURCES)
$(createtable_SOURCES)
am__can_run_installinfo
=
\
case
$$
AM_UPDATE_INFO_DIR
in
\
n|no|NO
)
false
;;
\
*
)
(
install-info
--version
)
>
/dev/null 2>&1
;;
\
esac
ETAGS
=
etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
...
...
@@ -316,8 +338,11 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
$(am__aclocal_m4_deps)
:
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
test
-z
"
$(bindir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
if
test
-n
"
$$
list"
;
then
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(bindir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
||
exit
1
;
\
fi
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
's/
$(EXEEXT)
$$//'
|
\
while
read
p p1
;
do if
test
-f
$$
p
||
test
-f
$$
p1
;
\
...
...
@@ -366,10 +391,10 @@ clean-noinstPROGRAMS:
list
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
sed
's/
$(EXEEXT)
$$//'
`
;
\
echo
" rm -f"
$$
list
;
\
rm
-f
$$
list
cdi$(EXEEXT)
:
$(cdi_OBJECTS) $(cdi_DEPENDENCIES)
cdi$(EXEEXT)
:
$(cdi_OBJECTS) $(cdi_DEPENDENCIES)
$(EXTRA_cdi_DEPENDENCIES)
@
rm
-f
cdi
$(EXEEXT)
$(cdi_LINK)
$(cdi_OBJECTS)
$(cdi_LDADD)
$(LIBS)
createtable$(EXEEXT)
:
$(createtable_OBJECTS) $(createtable_DEPENDENCIES)
createtable$(EXEEXT)
:
$(createtable_OBJECTS) $(createtable_DEPENDENCIES)
$(EXTRA_createtable_DEPENDENCIES)
@
rm
-f
createtable
$(EXEEXT)
$(createtable_LINK)
$(createtable_OBJECTS)
$(createtable_LDADD)
$(LIBS)
...
...
@@ -508,10 +533,15 @@ install-am: all-am
installcheck
:
installcheck-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
if
test
-z
'
$(STRIP)
'
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
install
;
\
else
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
install
;
\
fi
mostlyclean-generic
:
clean-generic
:
...
...
configure
View file @
72d373eb
This diff is collapsed.
Click to expand it.
examples/Makefile.in
View file @
72d373eb
# Makefile.in generated by automake 1.11.
1
from Makefile.am.
# Makefile.in generated by automake 1.11.
5
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software
Foundation,
# Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009
, 2010, 2011
Free Software
#
Foundation,
Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -16,6 +16,23 @@
@SET_MAKE@
VPATH
=
@srcdir@
am__make_dryrun
=
\
{
\
am__dry
=
no
;
\
case
$$
MAKEFLAGS
in
\
*
\\
[
\ \
]
*
)
\
echo
'am--echo: ; @echo "AM" OK'
|
$(MAKE)
-f
- 2>/dev/null
\
|
grep
'^AM OK$$'
>
/dev/null
||
am__dry
=
yes
;;
\
*
)
\
for
am__flg
in
$$
MAKEFLAGS
;
do
\
case
$$
am__flg
in
\
*
=
*
|
--
*
)
;;
\
*
n
*
)
am__dry
=
yes
;
break
;;
\
esac
;
\
done
;;
\
esac
;
\
test
$$
am__dry
=
yes
;
\
}
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
...
...
@@ -119,6 +136,11 @@ SOURCES = $(cdi_copy_SOURCES) $(cdi_read_SOURCES) \
DIST_SOURCES
=
$(cdi_copy_SOURCES)
$(cdi_read_SOURCES)
\
$(cdi_read_f2003_SOURCES)
$(cdi_write_SOURCES)
\
$(cdi_write_f2003_SOURCES)
am__can_run_installinfo
=
\
case
$$
AM_UPDATE_INFO_DIR
in
\
n|no|NO
)
false
;;
\
*
)
(
install-info
--version
)
>
/dev/null 2>&1
;;
\
esac
ETAGS
=
etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
...
...
@@ -365,19 +387,19 @@ clean-noinstPROGRAMS:
list
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
sed
's/
$(EXEEXT)
$$//'
`
;
\
echo
" rm -f"
$$
list
;
\
rm
-f
$$
list
cdi_copy$(EXEEXT)
:
$(cdi_copy_OBJECTS) $(cdi_copy_DEPENDENCIES)
cdi_copy$(EXEEXT)
:
$(cdi_copy_OBJECTS) $(cdi_copy_DEPENDENCIES)
$(EXTRA_cdi_copy_DEPENDENCIES)
@
rm
-f
cdi_copy
$(EXEEXT)
$(cdi_copy_LINK)
$(cdi_copy_OBJECTS)
$(cdi_copy_LDADD)
$(LIBS)
cdi_read$(EXEEXT)
:
$(cdi_read_OBJECTS) $(cdi_read_DEPENDENCIES)
cdi_read$(EXEEXT)
:
$(cdi_read_OBJECTS) $(cdi_read_DEPENDENCIES)
$(EXTRA_cdi_read_DEPENDENCIES)
@
rm
-f
cdi_read
$(EXEEXT)
$(cdi_read_LINK)
$(cdi_read_OBJECTS)
$(cdi_read_LDADD)
$(LIBS)
cdi_read_f2003$(EXEEXT)
:
$(cdi_read_f2003_OBJECTS) $(cdi_read_f2003_DEPENDENCIES)
cdi_read_f2003$(EXEEXT)
:
$(cdi_read_f2003_OBJECTS) $(cdi_read_f2003_DEPENDENCIES)
$(EXTRA_cdi_read_f2003_DEPENDENCIES)
@
rm
-f
cdi_read_f2003
$(EXEEXT)
$(cdi_read_f2003_LINK)
$(cdi_read_f2003_OBJECTS)
$(cdi_read_f2003_LDADD)
$(LIBS)
cdi_write$(EXEEXT)
:
$(cdi_write_OBJECTS) $(cdi_write_DEPENDENCIES)
cdi_write$(EXEEXT)
:
$(cdi_write_OBJECTS) $(cdi_write_DEPENDENCIES)
$(EXTRA_cdi_write_DEPENDENCIES)
@
rm
-f
cdi_write
$(EXEEXT)
$(cdi_write_LINK)
$(cdi_write_OBJECTS)
$(cdi_write_LDADD)
$(LIBS)
cdi_write_f2003$(EXEEXT)
:
$(cdi_write_f2003_OBJECTS) $(cdi_write_f2003_DEPENDENCIES)
cdi_write_f2003$(EXEEXT)
:
$(cdi_write_f2003_OBJECTS) $(cdi_write_f2003_DEPENDENCIES)
$(EXTRA_cdi_write_f2003_DEPENDENCIES)
@
rm
-f
cdi_write_f2003
$(EXEEXT)
$(cdi_write_f2003_LINK)
$(cdi_write_f2003_OBJECTS)
$(cdi_write_f2003_LDADD)
$(LIBS)
...
...
@@ -523,10 +545,15 @@ install-am: all-am
installcheck
:
installcheck-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
if
test
-z
'
$(STRIP)
'
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
install
;
\
else
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
install
;
\
fi
mostlyclean-generic
:
clean-generic
:
...
...
interfaces/Makefile.in
View file @
72d373eb