~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-07-22 23:54:58 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722235458-3o606czluviz4akx
Tags: 2.2.0-2
* Upload to unstable.
* debian/control: Updated descriptions.
* debian/patches/gauss_cube_format.patch: New patch, makes the 
  gaussian cube format available again.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libopenbabel3): Removed.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Likewise.
* debian/libopenbabel3.install: Adjust formats directory to single 
  version hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
 
18
 
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
17
VPATH = @srcdir@
22
18
pkgdatadir = $(datadir)/@PACKAGE@
23
 
pkglibdir = $(libdir)/@PACKAGE@
24
19
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
21
install_sh_DATA = $(install_sh) -c -m 644
29
22
install_sh_PROGRAM = $(install_sh) -c
30
23
install_sh_SCRIPT = $(install_sh) -c
38
31
POST_UNINSTALL = :
39
32
build_triplet = @build@
40
33
host_triplet = @host@
41
 
bin_PROGRAMS = babel$(EXEEXT)
 
34
@BUILD_WXGUI_TRUE@am__append_1 = GUI
42
35
subdir = src
43
 
DIST_COMMON = $(libopenbabelinclude_HEADERS) $(srcdir)/Makefile.am \
44
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in snprintf.c \
45
 
        strncasecmp.c
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
37
        $(srcdir)/config.h.in snprintf.c strncasecmp.c
46
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48
 
        $(top_srcdir)/configure.in
 
39
am__aclocal_m4_deps = $(top_srcdir)/autoconf/libtool.m4 \
 
40
        $(top_srcdir)/autoconf/ltoptions.m4 \
 
41
        $(top_srcdir)/autoconf/ltsugar.m4 \
 
42
        $(top_srcdir)/autoconf/ltversion.m4 \
 
43
        $(top_srcdir)/autoconf/lt~obsolete.m4 \
 
44
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
49
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
46
        $(ACLOCAL_M4)
51
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57
53
    *) f=$$p;; \
58
54
  esac;
59
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
60
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
61
 
        "$(DESTDIR)$(libopenbabelincludedir)"
 
56
am__installdirs = "$(DESTDIR)$(libdir)"
62
57
libLTLIBRARIES_INSTALL = $(INSTALL)
63
58
LTLIBRARIES = $(lib_LTLIBRARIES)
64
59
@BUILD_SHARED_FALSE@libopenbabel_la_DEPENDENCIES = math/libmath.la \
65
60
@BUILD_SHARED_FALSE@    fingerprints/libfingerprints.la \
66
 
@BUILD_SHARED_FALSE@    formats/libformats.la @LTLIBOBJS@
 
61
@BUILD_SHARED_FALSE@    formats/libformats.la \
 
62
@BUILD_SHARED_FALSE@    forcefields/libforcefields.la \
 
63
@BUILD_SHARED_FALSE@    ops/libops.la \
 
64
@BUILD_SHARED_FALSE@    descriptors/libdescriptors.la @LTLIBOBJS@
67
65
@BUILD_SHARED_TRUE@libopenbabel_la_DEPENDENCIES = math/libmath.la \
68
 
@BUILD_SHARED_TRUE@     fingerprints/libfingerprints.la @LTLIBOBJS@
69
 
am__libopenbabel_la_SOURCES_DIST = atom.cpp base.cpp bitvec.cpp \
70
 
        bond.cpp bondtyper.cpp chains.cpp chiral.cpp data.cpp \
71
 
        fingerprint.cpp generic.cpp grid.cpp kekulize.cpp matrix.cpp \
72
 
        mol.cpp molchrg.cpp obconversion.cpp oberror.cpp obiter.cpp \
73
 
        obutil.cpp parsmart.cpp patty.cpp phmodel.cpp rand.cpp \
74
 
        residue.cpp ring.cpp rotor.cpp rotamer.cpp tokenst.cpp \
75
 
        typer.cpp transform.cpp dlhandler_unix.cpp
 
66
@BUILD_SHARED_TRUE@     fingerprints/libfingerprints.la \
 
67
@BUILD_SHARED_TRUE@     forcefields/libforcefields.la ops/libops.la \
 
68
@BUILD_SHARED_TRUE@     descriptors/libdescriptors.la @LTLIBOBJS@
 
69
am__libopenbabel_la_SOURCES_DIST = atom.cpp alias.cpp base.cpp \
 
70
        bitvec.cpp bond.cpp bondtyper.cpp canon.cpp builder.cpp \
 
71
        chains.cpp chiral.cpp data.cpp descriptor.cpp fingerprint.cpp \
 
72
        forcefield.cpp format.cpp generic.cpp griddata.cpp grid.cpp \
 
73
        locale.cpp kekulize.cpp matrix.cpp mol.cpp molchrg.cpp \
 
74
        obconversion.cpp oberror.cpp obiter.cpp obmolecformat.cpp \
 
75
        obutil.cpp ops.cpp parsmart.cpp patty.cpp phmodel.cpp \
 
76
        plugin.cpp pointgroup.cpp rand.cpp residue.cpp ring.cpp \
 
77
        rotor.cpp rotamer.cpp tokenst.cpp typer.cpp transform.cpp \
 
78
        dlhandler_unix.cpp
76
79
@BUILD_SHARED_TRUE@am__objects_1 = dlhandler_unix.lo
77
 
am_libopenbabel_la_OBJECTS = atom.lo base.lo bitvec.lo bond.lo \
78
 
        bondtyper.lo chains.lo chiral.lo data.lo fingerprint.lo \
79
 
        generic.lo grid.lo kekulize.lo matrix.lo mol.lo molchrg.lo \
80
 
        obconversion.lo oberror.lo obiter.lo obutil.lo parsmart.lo \
81
 
        patty.lo phmodel.lo rand.lo residue.lo ring.lo rotor.lo \
82
 
        rotamer.lo tokenst.lo typer.lo transform.lo $(am__objects_1)
 
80
am_libopenbabel_la_OBJECTS = atom.lo alias.lo base.lo bitvec.lo \
 
81
        bond.lo bondtyper.lo canon.lo builder.lo chains.lo chiral.lo \
 
82
        data.lo descriptor.lo fingerprint.lo forcefield.lo format.lo \
 
83
        generic.lo griddata.lo grid.lo locale.lo kekulize.lo matrix.lo \
 
84
        mol.lo molchrg.lo obconversion.lo oberror.lo obiter.lo \
 
85
        obmolecformat.lo obutil.lo ops.lo parsmart.lo patty.lo \
 
86
        phmodel.lo plugin.lo pointgroup.lo rand.lo residue.lo ring.lo \
 
87
        rotor.lo rotamer.lo tokenst.lo typer.lo transform.lo \
 
88
        $(am__objects_1)
83
89
libopenbabel_la_OBJECTS = $(am_libopenbabel_la_OBJECTS)
84
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
85
 
PROGRAMS = $(bin_PROGRAMS)
86
 
am_babel_OBJECTS = main.$(OBJEXT)
87
 
babel_OBJECTS = $(am_babel_OBJECTS)
88
 
babel_DEPENDENCIES = libopenbabel.la @LIBOBJS@
89
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
90
libopenbabel_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
91
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
92
        $(CXXFLAGS) $(libopenbabel_la_LDFLAGS) $(LDFLAGS) -o $@
 
93
DEFAULT_INCLUDES = -I.@am__isrc@
90
94
depcomp = $(SHELL) $(top_srcdir)/depcomp
91
95
am__depfiles_maybe = depfiles
92
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
95
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
96
 
        $(AM_CFLAGS) $(CFLAGS)
 
98
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
99
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
100
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97
101
CCLD = $(CC)
98
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
102
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
103
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
104
        $(LDFLAGS) -o $@
100
105
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
101
106
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
102
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
103
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
107
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
108
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
109
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
105
110
CXXLD = $(CXX)
106
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
107
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
108
 
SOURCES = $(libopenbabel_la_SOURCES) $(babel_SOURCES)
109
 
DIST_SOURCES = $(am__libopenbabel_la_SOURCES_DIST) $(babel_SOURCES)
 
111
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
112
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
113
        $(LDFLAGS) -o $@
 
114
SOURCES = $(libopenbabel_la_SOURCES)
 
115
DIST_SOURCES = $(am__libopenbabel_la_SOURCES_DIST)
110
116
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
111
117
        html-recursive info-recursive install-data-recursive \
112
 
        install-exec-recursive install-info-recursive \
113
 
        install-recursive installcheck-recursive installdirs-recursive \
114
 
        pdf-recursive ps-recursive uninstall-info-recursive \
115
 
        uninstall-recursive
116
 
libopenbabelincludeHEADERS_INSTALL = $(INSTALL_HEADER)
117
 
HEADERS = $(libopenbabelinclude_HEADERS)
 
118
        install-dvi-recursive install-exec-recursive \
 
119
        install-html-recursive install-info-recursive \
 
120
        install-pdf-recursive install-ps-recursive install-recursive \
 
121
        installcheck-recursive installdirs-recursive pdf-recursive \
 
122
        ps-recursive uninstall-recursive
 
123
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
124
  distclean-recursive maintainer-clean-recursive
118
125
ETAGS = etags
119
126
CTAGS = ctags
120
 
DIST_SUBDIRS = $(SUBDIRS)
 
127
DIST_SUBDIRS = math fingerprints forcefields descriptors ops . formats \
 
128
        GUI
121
129
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
130
pkglibdir = @pkglibdir@
122
131
ACLOCAL = @ACLOCAL@
123
 
AMDEP_FALSE = @AMDEP_FALSE@
124
 
AMDEP_TRUE = @AMDEP_TRUE@
125
132
AMTAR = @AMTAR@
126
133
AR = @AR@
127
134
AS = @AS@
129
136
AUTOHEADER = @AUTOHEADER@
130
137
AUTOMAKE = @AUTOMAKE@
131
138
AWK = @AWK@
132
 
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
133
 
BUILD_DOCS_TRUE = @BUILD_DOCS_TRUE@
134
 
BUILD_INCHI_FALSE = @BUILD_INCHI_FALSE@
135
 
BUILD_INCHI_TRUE = @BUILD_INCHI_TRUE@
136
 
BUILD_SCRIPTS_FALSE = @BUILD_SCRIPTS_FALSE@
137
 
BUILD_SCRIPTS_TRUE = @BUILD_SCRIPTS_TRUE@
138
 
BUILD_SHARED_FALSE = @BUILD_SHARED_FALSE@
139
 
BUILD_SHARED_TRUE = @BUILD_SHARED_TRUE@
140
 
BUILD_SWIG_FALSE = @BUILD_SWIG_FALSE@
141
 
BUILD_SWIG_TRUE = @BUILD_SWIG_TRUE@
142
 
BUILD_XML_FALSE = @BUILD_XML_FALSE@
143
 
BUILD_XML_TRUE = @BUILD_XML_TRUE@
144
 
BUILD_ZLIB_FALSE = @BUILD_ZLIB_FALSE@
145
 
BUILD_ZLIB_TRUE = @BUILD_ZLIB_TRUE@
 
139
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
140
BOOST_LDFLAGS = @BOOST_LDFLAGS@
146
141
CC = @CC@
147
142
CCDEPMODE = @CCDEPMODE@
148
143
CFLAGS = @CFLAGS@
157
152
DEPDIR = @DEPDIR@
158
153
DLLTOOL = @DLLTOOL@
159
154
DOXYGEN = @DOXYGEN@
160
 
ECHO = @ECHO@
 
155
DSYMUTIL = @DSYMUTIL@
 
156
DUMPBIN = @DUMPBIN@
161
157
ECHO_C = @ECHO_C@
162
158
ECHO_N = @ECHO_N@
163
159
ECHO_T = @ECHO_T@
164
160
EGREP = @EGREP@
165
161
EXEEXT = @EXEEXT@
166
 
F77 = @F77@
167
 
FFLAGS = @FFLAGS@
 
162
FGREP = @FGREP@
 
163
GREP = @GREP@
 
164
INSTALL = @INSTALL@
168
165
INSTALL_DATA = @INSTALL_DATA@
169
166
INSTALL_PROGRAM = @INSTALL_PROGRAM@
170
167
INSTALL_SCRIPT = @INSTALL_SCRIPT@
171
168
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
169
LD = @LD@
172
170
LDFLAGS = @LDFLAGS@
173
171
LIBDL = @LIBDL@
174
172
LIBOBJS = @LIBOBJS@
175
173
LIBS = @LIBS@
176
174
LIBTOOL = @LIBTOOL@
 
175
LIPO = @LIPO@
177
176
LN_S = @LN_S@
178
177
LTLIBOBJS = @LTLIBOBJS@
179
178
MAINT = @MAINT@
180
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
181
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
182
179
MAKEINFO = @MAKEINFO@
 
180
MKDIR_P = @MKDIR_P@
 
181
NM = @NM@
 
182
NMEDIT = @NMEDIT@
183
183
OBJDUMP = @OBJDUMP@
184
184
OBJEXT = @OBJEXT@
 
185
OTOOL = @OTOOL@
 
186
OTOOL64 = @OTOOL64@
185
187
PACKAGE = @PACKAGE@
186
188
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187
189
PACKAGE_NAME = @PACKAGE_NAME@
190
192
PACKAGE_VERSION = @PACKAGE_VERSION@
191
193
PATH_SEPARATOR = @PATH_SEPARATOR@
192
194
PERL = @PERL@
 
195
PROVE = @PROVE@
193
196
PYTHON = @PYTHON@
194
197
RANLIB = @RANLIB@
 
198
RUBY = @RUBY@
 
199
SED = @SED@
195
200
SET_MAKE = @SET_MAKE@
196
201
SHELL = @SHELL@
197
202
STRIP = @STRIP@
198
203
SWIG = @SWIG@
199
204
VERSION = @VERSION@
 
205
WXCONFIG = @WXCONFIG@
 
206
WX_CPPFLAGS = @WX_CPPFLAGS@
 
207
WX_CXXFLAGS = @WX_CXXFLAGS@
 
208
WX_LIBS = @WX_LIBS@
200
209
XML2_CONFIG = @XML2_CONFIG@
201
210
XML_CPPFLAGS = @XML_CPPFLAGS@
202
211
XML_LIBS = @XML_LIBS@
203
 
ac_ct_AR = @ac_ct_AR@
204
 
ac_ct_AS = @ac_ct_AS@
 
212
abs_builddir = @abs_builddir@
 
213
abs_srcdir = @abs_srcdir@
 
214
abs_top_builddir = @abs_top_builddir@
 
215
abs_top_srcdir = @abs_top_srcdir@
205
216
ac_ct_CC = @ac_ct_CC@
206
217
ac_ct_CXX = @ac_ct_CXX@
207
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
208
 
ac_ct_F77 = @ac_ct_F77@
209
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
210
 
ac_ct_RANLIB = @ac_ct_RANLIB@
211
 
ac_ct_STRIP = @ac_ct_STRIP@
212
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
213
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
214
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
215
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
218
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
216
219
am__include = @am__include@
217
220
am__leading_dot = @am__leading_dot@
218
221
am__quote = @am__quote@
224
227
build_cpu = @build_cpu@
225
228
build_os = @build_os@
226
229
build_vendor = @build_vendor@
 
230
builddir = @builddir@
227
231
datadir = @datadir@
 
232
datarootdir = @datarootdir@
 
233
docdir = @docdir@
 
234
dvidir = @dvidir@
228
235
exec_prefix = @exec_prefix@
229
236
host = @host@
230
237
host_alias = @host_alias@
231
238
host_cpu = @host_cpu@
232
239
host_os = @host_os@
233
240
host_vendor = @host_vendor@
 
241
htmldir = @htmldir@
234
242
includedir = @includedir@
235
243
infodir = @infodir@
236
244
install_sh = @install_sh@
237
245
libdir = @libdir@
238
246
libexecdir = @libexecdir@
 
247
localedir = @localedir@
239
248
localstatedir = @localstatedir@
 
249
lt_ECHO = @lt_ECHO@
240
250
mandir = @mandir@
241
251
mkdir_p = @mkdir_p@
242
252
oldincludedir = @oldincludedir@
 
253
pdfdir = @pdfdir@
243
254
prefix = @prefix@
244
255
program_transform_name = @program_transform_name@
 
256
psdir = @psdir@
245
257
sbindir = @sbindir@
246
258
sharedstatedir = @sharedstatedir@
 
259
srcdir = @srcdir@
247
260
sysconfdir = @sysconfdir@
248
261
target_alias = @target_alias@
 
262
top_build_prefix = @top_build_prefix@
 
263
top_builddir = @top_builddir@
 
264
top_srcdir = @top_srcdir@
249
265
EXTRA_DIST = \
250
266
        strncasecmp.c snprintf.c snprintf.h zipstream.h zipstreamimpl.h \
251
 
        dlhandler_win32.cpp
 
267
        dlhandler_win32.cpp CMakeLists.txt RDKitConv.cpp config.h.cmake
252
268
 
253
 
SUBDIRS = math formats fingerprints
254
 
INCLUDES = -I$(top_srcdir)/data/
 
269
@BUILD_SHARED_TRUE@thisdir = .
 
270
SUBDIRS = math fingerprints forcefields descriptors ops $(thisdir) \
 
271
        formats $(am__append_1)
 
272
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/data/ -I$(top_srcdir)/include
255
273
lib_LTLIBRARIES = libopenbabel.la
256
274
@BUILD_SHARED_FALSE@dlhandler = 
257
275
@BUILD_SHARED_TRUE@dlhandler = dlhandler_unix.cpp
258
276
libopenbabel_la_SOURCES = \
259
 
                atom.cpp base.cpp bitvec.cpp bond.cpp \
260
 
                bondtyper.cpp chains.cpp chiral.cpp data.cpp \
261
 
                fingerprint.cpp generic.cpp grid.cpp \
262
 
                kekulize.cpp matrix.cpp mol.cpp molchrg.cpp \
 
277
                atom.cpp alias.cpp base.cpp bitvec.cpp bond.cpp \
 
278
                bondtyper.cpp canon.cpp builder.cpp \
 
279
                chains.cpp chiral.cpp data.cpp descriptor.cpp \
 
280
                fingerprint.cpp forcefield.cpp format.cpp generic.cpp \
 
281
    griddata.cpp grid.cpp \
 
282
                locale.cpp \
 
283
                kekulize.cpp matrix.cpp mol.cpp \
 
284
                molchrg.cpp \
263
285
                obconversion.cpp oberror.cpp obiter.cpp \
264
 
                obutil.cpp parsmart.cpp \
265
 
                patty.cpp phmodel.cpp rand.cpp residue.cpp ring.cpp \
266
 
                rotor.cpp rotamer.cpp tokenst.cpp typer.cpp \
 
286
                obmolecformat.cpp obutil.cpp \
 
287
                ops.cpp \
 
288
                parsmart.cpp \
 
289
                patty.cpp phmodel.cpp plugin.cpp \
 
290
                pointgroup.cpp \
 
291
    rand.cpp residue.cpp ring.cpp \
 
292
                rotor.cpp rotamer.cpp \
 
293
                tokenst.cpp typer.cpp \
267
294
                transform.cpp $(dlhandler)
268
295
 
269
 
libopenbabel_la_LDFLAGS = -no-undefined -version-info 1:2:0
270
 
@BUILD_SHARED_TRUE@AM_CPPFLAGS = -DOB_MODULE_PATH=\"$(pkglibdir)\" -DUSING_DYNAMIC_LIBS
 
296
libopenbabel_la_LDFLAGS = -version-info 3:0:0 -no-undefined
 
297
@BUILD_SHARED_TRUE@AM_CPPFLAGS = -DOB_MODULE_PATH=\"$(pkglibdir)/$(VERSION)\" -DUSING_DYNAMIC_LIBS
271
298
@BUILD_SHARED_FALSE@libopenbabel_la_LIBADD = math/libmath.la fingerprints/libfingerprints.la \
272
 
@BUILD_SHARED_FALSE@                    formats/libformats.la @LTLIBOBJS@
 
299
@BUILD_SHARED_FALSE@                    formats/libformats.la forcefields/libforcefields.la \
 
300
@BUILD_SHARED_FALSE@                    ops/libops.la descriptors/libdescriptors.la @LTLIBOBJS@
273
301
 
274
302
@BUILD_SHARED_TRUE@libopenbabel_la_LIBADD = math/libmath.la fingerprints/libfingerprints.la \
275
 
@BUILD_SHARED_TRUE@                     @LTLIBOBJS@ @LIBDL@
276
 
 
277
 
babel_SOURCES = main.cpp
278
 
babel_LDADD = libopenbabel.la  @LIBDL@ @LIBOBJS@
279
 
libopenbabelincludedir = $(includedir)/openbabel-2.0/openbabel
280
 
libopenbabelinclude_HEADERS = \
281
 
                babelconfig.h base.h bitvec.h \
282
 
                bondtyper.h chains.h chiral.h data.h \
283
 
                dlhandler.h fingerprint.h \
284
 
                generic.h grid.h matrix.h mol.h molchrg.h \
285
 
                obconversion.h oberror.h obiter.h \
286
 
                obmolecformat.h obutil.h \
287
 
                parsmart.h patty.h phmodel.h reaction.h \
288
 
                ring.h rotor.h rotamer.h typer.h 
289
 
 
290
 
all: config.h
 
303
@BUILD_SHARED_TRUE@                     forcefields/libforcefields.la ops/libops.la \
 
304
@BUILD_SHARED_TRUE@                     descriptors/libdescriptors.la @LTLIBOBJS@ @LIBDL@
 
305
 
 
306
@BUILD_PCH_TRUE@BUILT_SOURCES = all.h.gch
 
307
@BUILD_PCH_TRUE@PCHFLAGS = -Winvalid-pch -x c++-header $(CPPFLAGS) $(INCLUDES)
 
308
@BUILD_PCH_TRUE@AM_CXXFLAGS = -include $(top_srcdir)/src/all.h
 
309
all: $(BUILT_SOURCES) config.h
291
310
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
292
311
 
293
312
.SUFFIXES:
301
320
              exit 1;; \
302
321
          esac; \
303
322
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
323
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
305
324
        cd $(top_srcdir) && \
306
 
          $(AUTOMAKE) --gnu  src/Makefile
 
325
          $(AUTOMAKE) --foreign  src/Makefile
307
326
.PRECIOUS: Makefile
308
327
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
328
        @case '$?' in \
325
344
config.h: stamp-h1
326
345
        @if test ! -f $@; then \
327
346
          rm -f stamp-h1; \
328
 
          $(MAKE) stamp-h1; \
 
347
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
329
348
        else :; fi
330
349
 
331
350
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
340
359
        -rm -f config.h stamp-h1
341
360
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
342
361
        @$(NORMAL_INSTALL)
343
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
362
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
344
363
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
345
364
          if test -f $$p; then \
346
365
            f=$(am__strip_dir) \
347
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
348
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
366
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
367
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
349
368
          else :; fi; \
350
369
        done
351
370
 
352
371
uninstall-libLTLIBRARIES:
353
372
        @$(NORMAL_UNINSTALL)
354
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
373
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
355
374
          p=$(am__strip_dir) \
356
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
357
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
375
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
376
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
358
377
        done
359
378
 
360
379
clean-libLTLIBRARIES:
366
385
          rm -f "$${dir}/so_locations"; \
367
386
        done
368
387
libopenbabel.la: $(libopenbabel_la_OBJECTS) $(libopenbabel_la_DEPENDENCIES) 
369
 
        $(CXXLINK) -rpath $(libdir) $(libopenbabel_la_LDFLAGS) $(libopenbabel_la_OBJECTS) $(libopenbabel_la_LIBADD) $(LIBS)
370
 
install-binPROGRAMS: $(bin_PROGRAMS)
371
 
        @$(NORMAL_INSTALL)
372
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
373
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
374
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
375
 
          if test -f $$p \
376
 
             || test -f $$p1 \
377
 
          ; then \
378
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
379
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
380
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
381
 
          else :; fi; \
382
 
        done
383
 
 
384
 
uninstall-binPROGRAMS:
385
 
        @$(NORMAL_UNINSTALL)
386
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
387
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
388
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
389
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
390
 
        done
391
 
 
392
 
clean-binPROGRAMS:
393
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
394
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
395
 
          echo " rm -f $$p $$f"; \
396
 
          rm -f $$p $$f ; \
397
 
        done
398
 
babel$(EXEEXT): $(babel_OBJECTS) $(babel_DEPENDENCIES) 
399
 
        @rm -f babel$(EXEEXT)
400
 
        $(CXXLINK) $(babel_LDFLAGS) $(babel_OBJECTS) $(babel_LDADD) $(LIBS)
 
388
        $(libopenbabel_la_LINK) -rpath $(libdir) $(libopenbabel_la_OBJECTS) $(libopenbabel_la_LIBADD) $(LIBS)
401
389
 
402
390
mostlyclean-compile:
403
391
        -rm -f *.$(OBJEXT)
406
394
        -rm -f *.tab.c
407
395
 
408
396
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
409
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Po@am__quote@
410
397
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncasecmp.Plo@am__quote@
411
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncasecmp.Po@am__quote@
 
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Plo@am__quote@
412
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atom.Plo@am__quote@
413
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base.Plo@am__quote@
414
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitvec.Plo@am__quote@
415
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bond.Plo@am__quote@
416
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bondtyper.Plo@am__quote@
 
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/builder.Plo@am__quote@
 
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canon.Plo@am__quote@
417
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chains.Plo@am__quote@
418
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chiral.Plo@am__quote@
419
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
 
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptor.Plo@am__quote@
420
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlhandler_unix.Plo@am__quote@
421
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fingerprint.Plo@am__quote@
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/forcefield.Plo@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
422
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
423
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grid.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/griddata.Plo@am__quote@
424
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kekulize.Plo@am__quote@
425
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locale.Plo@am__quote@
426
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@
427
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mol.Plo@am__quote@
428
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/molchrg.Plo@am__quote@
429
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obconversion.Plo@am__quote@
430
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oberror.Plo@am__quote@
431
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obiter.Plo@am__quote@
 
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obmolecformat.Plo@am__quote@
432
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obutil.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ops.Plo@am__quote@
433
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsmart.Plo@am__quote@
434
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patty.Plo@am__quote@
435
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phmodel.Plo@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pointgroup.Plo@am__quote@
436
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rand.Plo@am__quote@
437
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/residue.Plo@am__quote@
438
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ring.Plo@am__quote@
443
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/typer.Plo@am__quote@
444
441
 
445
442
.c.o:
446
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
447
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
443
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
444
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
448
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
449
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450
447
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
451
448
 
452
449
.c.obj:
453
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
454
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
450
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
451
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
456
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457
454
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
458
455
 
459
456
.c.lo:
460
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
461
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
457
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
458
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
462
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
463
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
461
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
465
462
 
466
463
.cpp.o:
467
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
468
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
464
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
465
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469
466
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470
467
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
468
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
472
469
 
473
470
.cpp.obj:
474
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
475
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
471
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
472
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
476
473
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477
474
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
475
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
479
476
 
480
477
.cpp.lo:
481
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
482
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
478
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
479
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
483
480
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
484
481
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485
482
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
490
487
clean-libtool:
491
488
        -rm -rf .libs _libs
492
489
 
493
 
distclean-libtool:
494
 
        -rm -f libtool
495
 
uninstall-info-am:
496
 
install-libopenbabelincludeHEADERS: $(libopenbabelinclude_HEADERS)
497
 
        @$(NORMAL_INSTALL)
498
 
        test -z "$(libopenbabelincludedir)" || $(mkdir_p) "$(DESTDIR)$(libopenbabelincludedir)"
499
 
        @list='$(libopenbabelinclude_HEADERS)'; for p in $$list; do \
500
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
501
 
          f=$(am__strip_dir) \
502
 
          echo " $(libopenbabelincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libopenbabelincludedir)/$$f'"; \
503
 
          $(libopenbabelincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libopenbabelincludedir)/$$f"; \
504
 
        done
505
 
 
506
 
uninstall-libopenbabelincludeHEADERS:
507
 
        @$(NORMAL_UNINSTALL)
508
 
        @list='$(libopenbabelinclude_HEADERS)'; for p in $$list; do \
509
 
          f=$(am__strip_dir) \
510
 
          echo " rm -f '$(DESTDIR)$(libopenbabelincludedir)/$$f'"; \
511
 
          rm -f "$(DESTDIR)$(libopenbabelincludedir)/$$f"; \
512
 
        done
513
 
 
514
490
# This directory's subdirectories are mostly independent; you can cd
515
491
# into them and run `make' without going through this Makefile.
516
492
# To change the values of `make' variables: instead of editing Makefiles,
542
518
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
543
519
        fi; test -z "$$fail"
544
520
 
545
 
mostlyclean-recursive clean-recursive distclean-recursive \
546
 
maintainer-clean-recursive:
 
521
$(RECURSIVE_CLEAN_TARGETS):
547
522
        @failcom='exit 1'; \
548
523
        for f in x $$MAKEFLAGS; do \
549
524
          case $$f in \
587
562
        unique=`for i in $$list; do \
588
563
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
564
          done | \
590
 
          $(AWK) '    { files[$$0] = 1; } \
591
 
               END { for (i in files) print i; }'`; \
 
565
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
566
              END { if (nonempty) { for (i in files) print i; }; }'`; \
592
567
        mkid -fID $$unique
593
568
tags: TAGS
594
569
 
613
588
        unique=`for i in $$list; do \
614
589
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
615
590
          done | \
616
 
          $(AWK) '    { files[$$0] = 1; } \
617
 
               END { for (i in files) print i; }'`; \
 
591
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
592
              END { if (nonempty) { for (i in files) print i; }; }'`; \
618
593
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
619
594
          test -n "$$unique" || unique=$$empty_fix; \
620
595
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624
599
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
625
600
                $(TAGS_FILES) $(LISP)
626
601
        tags=; \
627
 
        here=`pwd`; \
628
602
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
629
603
        unique=`for i in $$list; do \
630
604
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631
605
          done | \
632
 
          $(AWK) '    { files[$$0] = 1; } \
633
 
               END { for (i in files) print i; }'`; \
 
606
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
607
              END { if (nonempty) { for (i in files) print i; }; }'`; \
634
608
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
635
609
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
636
610
             $$tags $$unique
644
618
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
645
619
 
646
620
distdir: $(DISTFILES)
647
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
648
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
649
 
        list='$(DISTFILES)'; for file in $$list; do \
650
 
          case $$file in \
651
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
652
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
653
 
          esac; \
 
621
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
622
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
623
        list='$(DISTFILES)'; \
 
624
          dist_files=`for file in $$list; do echo $$file; done | \
 
625
          sed -e "s|^$$srcdirstrip/||;t" \
 
626
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
627
        case $$dist_files in \
 
628
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
629
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
630
                           sort -u` ;; \
 
631
        esac; \
 
632
        for file in $$dist_files; do \
654
633
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
655
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
656
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
657
 
            dir="/$$dir"; \
658
 
            $(mkdir_p) "$(distdir)$$dir"; \
659
 
          else \
660
 
            dir=''; \
661
 
          fi; \
662
634
          if test -d $$d/$$file; then \
 
635
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
663
636
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
664
637
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
665
638
            fi; \
673
646
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
674
647
          if test "$$subdir" = .; then :; else \
675
648
            test -d "$(distdir)/$$subdir" \
676
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
649
            || $(MKDIR_P) "$(distdir)/$$subdir" \
677
650
            || exit 1; \
678
651
            distdir=`$(am__cd) $(distdir) && pwd`; \
679
652
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
681
654
              $(MAKE) $(AM_MAKEFLAGS) \
682
655
                top_distdir="$$top_distdir" \
683
656
                distdir="$$distdir/$$subdir" \
 
657
                am__remove_distdir=: \
 
658
                am__skip_length_check=: \
684
659
                distdir) \
685
660
              || exit 1; \
686
661
          fi; \
687
662
        done
688
 
        $(MAKE) $(AM_MAKEFLAGS) \
689
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
690
 
          dist-hook
691
663
check-am: all-am
692
 
check: check-recursive
693
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
694
 
install-binPROGRAMS: install-libLTLIBRARIES
695
 
 
 
664
check: $(BUILT_SOURCES)
 
665
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
666
all-am: Makefile $(LTLIBRARIES) config.h
696
667
installdirs: installdirs-recursive
697
668
installdirs-am:
698
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libopenbabelincludedir)"; do \
699
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
669
        for dir in "$(DESTDIR)$(libdir)"; do \
 
670
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
700
671
        done
701
 
install: install-recursive
 
672
install: $(BUILT_SOURCES)
 
673
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
702
674
install-exec: install-exec-recursive
703
675
install-data: install-data-recursive
704
676
uninstall: uninstall-recursive
722
694
maintainer-clean-generic:
723
695
        @echo "This command is intended for maintainers to use"
724
696
        @echo "it deletes files that may require special tools to rebuild."
 
697
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
698
@BUILD_PCH_FALSE@clean-local:
725
699
clean: clean-recursive
726
700
 
727
 
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
728
 
        clean-libtool mostlyclean-am
 
701
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
 
702
        mostlyclean-am
729
703
 
730
704
distclean: distclean-recursive
731
705
        -rm -rf $(DEPDIR) ./$(DEPDIR)
732
706
        -rm -f Makefile
733
707
distclean-am: clean-am distclean-compile distclean-generic \
734
 
        distclean-hdr distclean-libtool distclean-tags
 
708
        distclean-hdr distclean-tags
735
709
 
736
710
dvi: dvi-recursive
737
711
 
743
717
 
744
718
info-am:
745
719
 
746
 
install-data-am: install-libopenbabelincludeHEADERS
747
 
        @$(NORMAL_INSTALL)
748
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
749
 
 
750
 
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
 
720
install-data-am:
 
721
 
 
722
install-dvi: install-dvi-recursive
 
723
 
 
724
install-exec-am: install-libLTLIBRARIES
 
725
 
 
726
install-html: install-html-recursive
751
727
 
752
728
install-info: install-info-recursive
753
729
 
754
730
install-man:
755
731
 
 
732
install-pdf: install-pdf-recursive
 
733
 
 
734
install-ps: install-ps-recursive
 
735
 
756
736
installcheck-am:
757
737
 
758
738
maintainer-clean: maintainer-clean-recursive
773
753
 
774
754
ps-am:
775
755
 
776
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
777
 
        uninstall-libLTLIBRARIES uninstall-libopenbabelincludeHEADERS
778
 
 
779
 
uninstall-info: uninstall-info-recursive
780
 
 
781
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
782
 
        clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
783
 
        clean-libtool clean-recursive ctags ctags-recursive dist-hook \
784
 
        distclean distclean-compile distclean-generic distclean-hdr \
785
 
        distclean-libtool distclean-recursive distclean-tags distdir \
786
 
        dvi dvi-am html html-am info info-am install install-am \
787
 
        install-binPROGRAMS install-data install-data-am \
788
 
        install-data-hook install-exec install-exec-am install-info \
789
 
        install-info-am install-libLTLIBRARIES \
790
 
        install-libopenbabelincludeHEADERS install-man install-strip \
791
 
        installcheck installcheck-am installdirs installdirs-am \
792
 
        maintainer-clean maintainer-clean-generic \
793
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
794
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
795
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
796
 
        uninstall-binPROGRAMS uninstall-info-am \
797
 
        uninstall-libLTLIBRARIES uninstall-libopenbabelincludeHEADERS
798
 
 
799
 
 
800
 
# Use sed to substitute #include "header.h" to #include <openbabel/header.h>
801
 
install-data-hook:
802
 
        for header in $(DESTDIR)$(libopenbabelincludedir)/*.h \
803
 
              $(DESTDIR)$(libopenbabelincludedir)/math/*.h; do \
804
 
           sed -e 's!^#include "\([^"]*\)"!#include <openbabel/\1>!' \
805
 
              < $${header} >$${header}.new; \
806
 
           mv $${header}.new $${header}; \
807
 
        done
808
 
 
809
 
# Remove the configure-generated babelconfig.h
810
 
dist-hook:
811
 
        rm $(distdir)/babelconfig.h
 
756
uninstall-am: uninstall-libLTLIBRARIES
 
757
 
 
758
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
759
        install-strip
 
760
 
 
761
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
762
        all all-am check check-am clean clean-generic \
 
763
        clean-libLTLIBRARIES clean-libtool clean-local ctags \
 
764
        ctags-recursive distclean distclean-compile distclean-generic \
 
765
        distclean-hdr distclean-libtool distclean-tags distdir dvi \
 
766
        dvi-am html html-am info info-am install install-am \
 
767
        install-data install-data-am install-dvi install-dvi-am \
 
768
        install-exec install-exec-am install-html install-html-am \
 
769
        install-info install-info-am install-libLTLIBRARIES \
 
770
        install-man install-pdf install-pdf-am install-ps \
 
771
        install-ps-am install-strip installcheck installcheck-am \
 
772
        installdirs installdirs-am maintainer-clean \
 
773
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
774
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
775
        tags tags-recursive uninstall uninstall-am \
 
776
        uninstall-libLTLIBRARIES
 
777
 
 
778
@BUILD_PCH_TRUE@all.h.gch: all.h Makefile \
 
779
@BUILD_PCH_TRUE@        $(srcdir)/../include/openbabel/babelconfig.h \
 
780
@BUILD_PCH_TRUE@  $(srcdir)/../include/openbabel/base.h \
 
781
@BUILD_PCH_TRUE@        $(srcdir)/../include/openbabel/generic.h \
 
782
@BUILD_PCH_TRUE@        $(srcdir)/../include/openbabel/mol.h \
 
783
@BUILD_PCH_TRUE@        $(srcdir)/../include/openbabel/oberror.h
 
784
@BUILD_PCH_TRUE@        rm -f $@
 
785
@BUILD_PCH_TRUE@        $(CXX) $(PCHFLAGS) $<
 
786
@BUILD_PCH_TRUE@clean-local:
 
787
@BUILD_PCH_TRUE@        -rm -f all.h.gch
812
788
# Tell versions [3.59,3.63) of GNU make to not export all variables.
813
789
# Otherwise a system limit (for SysV at least) may be exceeded.
814
790
.NOEXPORT: