Build updates for 2.2.0 release.

This commit is contained in:
Geoffrey Hutchison
2008-07-01 19:10:53 +00:00
parent 8e02fb67af
commit 5be244b5fb
29 changed files with 168 additions and 7971 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ include (MacroEnsureVersion)
set(BABEL_MAJ_VER 2)
set(BABEL_MIN_VER 2)
set(BABEL_PATCH_VER 0b5)
set(BABEL_PATCH_VER 0)
if(WIN32)
set(BABEL_LIBRARY openbabel-2)
else(WIN32)
+4
View File
@@ -1,3 +1,7 @@
2008-07-01 Geoffrey Hutchison <babel@geoffhutchison.net>
* scripts/perl/Makefile.PL: Update from Noel for PR#2007797.
2008-07-01 Tim Vandermeersch <tim.vandermeersch@gmail.com>
* src/formats/atomrecord.cpp: Fix bug where arginine hydrogen atoms
+1 -1
View File
@@ -31,7 +31,7 @@ PROJECT_NAME = "Open Babel"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.2.0b6
PROJECT_NUMBER = 2.2.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
+6 -2
View File
@@ -38,8 +38,12 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
THANKS config.guess config.sub depcomp install-sh ltmain.sh \
missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+1 -1
View File
@@ -1,4 +1,4 @@
Open Babel 2.2.0 (2008-XX-XX)
Open Babel 2.2.0 (2008-07-04)
What's New from 2.1.1:
+2 -2
View File
@@ -1,4 +1,4 @@
Open Babel README version 2.1.1
Open Babel README version 2.2.0
----------------
Open Babel is a chemical toolbox designed to speak the many languages
@@ -7,7 +7,7 @@ to search, convert, analyze, or store data from molecular modeling,
chemistry, solid-state materials, biochemistry, or related areas.
* Ready-to-use programs, and complete programmer's toolkit
* Read, write and convert over 70 chemical file formats
* Read, write and convert over 80 chemical file formats
* Filter and search molecular files using SMARTS and other methods
* Supports molecular modeling, cheminformatics, bioinformatics,
organic chemistry, inorganic chemistry, solid-state materials,
Vendored
+5 -7898
View File
File diff suppressed because it is too large Load Diff
Vendored
+31 -27
View File
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.62 for Open Babel 2.2.0b7.
# Generated by GNU Autoconf 2.62 for Open Babel 2.2.0.
#
# Report bugs to <openbabel-discuss@lists.sourceforge.net>.
#
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Open Babel'
PACKAGE_TARNAME='openbabel'
PACKAGE_VERSION='2.2.0b7'
PACKAGE_STRING='Open Babel 2.2.0b7'
PACKAGE_VERSION='2.2.0'
PACKAGE_STRING='Open Babel 2.2.0'
PACKAGE_BUGREPORT='openbabel-discuss@lists.sourceforge.net'
ac_unique_file="src/zipstreamimpl.h"
@@ -1535,7 +1535,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Open Babel 2.2.0b7 to adapt to many kinds of systems.
\`configure' configures Open Babel 2.2.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1605,7 +1605,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Open Babel 2.2.0b7:";;
short | recursive ) echo "Configuration of Open Babel 2.2.0:";;
esac
cat <<\_ACEOF
@@ -1727,7 +1727,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Open Babel configure 2.2.0b7
Open Babel configure 2.2.0
generated by GNU Autoconf 2.62
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1741,7 +1741,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Open Babel $as_me 2.2.0b7, which was
It was created by Open Babel $as_me 2.2.0, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ $0 $@
@@ -2457,7 +2457,7 @@ fi
# Define the identity of the package.
PACKAGE='openbabel'
VERSION='2.2.0b7'
VERSION='2.2.0'
# Some tools Automake needs.
@@ -2641,7 +2641,7 @@ ac_config_headers="$ac_config_headers src/config.h"
cat >>confdefs.h <<_ACEOF
#define BABEL_VERSION "2.2.0b7"
#define BABEL_VERSION "2.2.0"
_ACEOF
@@ -10450,6 +10450,10 @@ _lt_linker_boilerplate=`cat conftest.err`
$RM -r conftest*
## CAVEAT EMPTOR:
## There is no encapsulation within the following macros, do not change
## the running order or otherwise move them around unless you know exactly
## what you are doing...
if test -n "$compiler"; then
lt_prog_compiler_no_builtin_flag=
@@ -10475,11 +10479,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:10478: $lt_compile\"" >&5)
(eval echo "\"\$as_me:10482: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:10482: \$? = $ac_status" >&5
echo "$as_me:10486: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -10799,11 +10803,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:10802: $lt_compile\"" >&5)
(eval echo "\"\$as_me:10806: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:10806: \$? = $ac_status" >&5
echo "$as_me:10810: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -10904,11 +10908,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:10907: $lt_compile\"" >&5)
(eval echo "\"\$as_me:10911: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:10911: \$? = $ac_status" >&5
echo "$as_me:10915: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -10959,11 +10963,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:10962: $lt_compile\"" >&5)
(eval echo "\"\$as_me:10966: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:10966: \$? = $ac_status" >&5
echo "$as_me:10970: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -13751,7 +13755,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13754 "configure"
#line 13758 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13851,7 +13855,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13854 "configure"
#line 13858 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15862,11 +15866,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:15865: $lt_compile\"" >&5)
(eval echo "\"\$as_me:15869: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:15869: \$? = $ac_status" >&5
echo "$as_me:15873: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -15961,11 +15965,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:15964: $lt_compile\"" >&5)
(eval echo "\"\$as_me:15968: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:15968: \$? = $ac_status" >&5
echo "$as_me:15972: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -16013,11 +16017,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:16016: $lt_compile\"" >&5)
(eval echo "\"\$as_me:16020: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:16020: \$? = $ac_status" >&5
echo "$as_me:16024: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -20638,7 +20642,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Open Babel $as_me 2.2.0b7, which was
This file was extended by Open Babel $as_me 2.2.0, which was
generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20691,7 +20695,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
Open Babel config.status 2.2.0b7
Open Babel config.status 2.2.0
configured by $0, generated by GNU Autoconf 2.62,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
+1 -1
View File
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([Open Babel], 2.2.0b7, openbabel-discuss@lists.sourceforge.net, openbabel)
AC_INIT([Open Babel], 2.2.0, openbabel-discuss@lists.sourceforge.net, openbabel)
AC_PREREQ([2.61])
AC_CONFIG_SRCDIR(src/zipstreamimpl.h)
AM_INIT_AUTOMAKE([no-define])
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = data
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -33,8 +33,12 @@ host_triplet = @host@
subdir = doc
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -36,8 +36,12 @@ DIST_COMMON = $(am__inchiinclude_HEADERS_DIST) \
$(libopenbabelinclude_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -35,8 +35,12 @@ subdir = include/openbabel
DIST_COMMON = $(libopenbabelinclude_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -35,8 +35,12 @@ subdir = include/openbabel/math
DIST_COMMON = $(libmathinclude_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = scripts
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+2
View File
@@ -1,3 +1,5 @@
set(VERSION 2.2.0)
set(SOVERSION 2)
set(descriptors_srcs
descriptors/cmpdfilter.cpp
+6 -2
View File
@@ -35,8 +35,12 @@ bin_PROGRAMS = wxbabel$(EXEEXT)
subdir = src/GUI
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -36,8 +36,12 @@ subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/config.h.in snprintf.c strncasecmp.c
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = src/descriptors
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = src/fingerprints
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = src/forcefields
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -39,8 +39,12 @@ host_triplet = @host@
subdir = src/formats
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = src/formats/inchi
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -35,8 +35,12 @@ host_triplet = @host@
subdir = src/formats/xml
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = src/math
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -34,8 +34,12 @@ host_triplet = @host@
subdir = src/ops
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -50,8 +50,12 @@ bin_PROGRAMS = roundtrip$(EXEEXT)
subdir = test
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -33,8 +33,12 @@ host_triplet = @host@
subdir = test/cmltest
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+6 -2
View File
@@ -40,8 +40,12 @@ bin_PROGRAMS = babel$(EXEEXT) obchiral$(EXEEXT) obgrep$(EXEEXT) \
subdir = tools
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
$(top_srcdir)/autoconf/ltoptions.m4 \
$(top_srcdir)/autoconf/ltsugar.m4 \
$(top_srcdir)/autoconf/ltversion.m4 \
$(top_srcdir)/autoconf/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs