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

« back to all changes in this revision

Viewing changes to scripts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2009-07-17 00:18:06 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090717001806-sy3mzs3e1d1adbs9
Tags: 2.2.2-2
* debian/control (Uploaders): Removed LI Daobing. Thanks for your work!
  (Standards-Version): Bumped to 3.8.2.
  (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
* debian/patches/537102_fix_tr1_memory_detection.patch: Added.
  - configure.in, configure, src/config.h.in: Fix detection of tr1/memory to
    prevent building the package with boost (closes: #537102).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibexecdir = $(libexecdir)/@PACKAGE@
19
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20
22
install_sh_DATA = $(install_sh) -c -m 644
21
23
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
50
CONFIG_HEADER = $(top_builddir)/src/config.h
49
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192
195
                                        openbabel-python.i python \
193
196
                                        openbabel-ruby.i ruby \
194
197
                                        openbabel-java.i java \
195
 
                                openbabel-csharp.i csharp       
 
198
                                openbabel-mono.i csharp 
196
199
 
197
200
 
198
201
# build the scripting language interfaces if --enable-maintainer-mode was set
220
223
              exit 1;; \
221
224
          esac; \
222
225
        done; \
223
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  scripts/Makefile'; \
224
 
        cd $(top_srcdir) && \
225
 
          $(AUTOMAKE) --foreign  scripts/Makefile
 
226
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
 
227
        $(am__cd) $(top_srcdir) && \
 
228
          $(AUTOMAKE) --foreign scripts/Makefile
226
229
.PRECIOUS: Makefile
227
230
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228
231
        @case '$?' in \
240
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
244
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
242
245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
246
$(am__aclocal_m4_deps):
243
247
 
244
248
mostlyclean-libtool:
245
249
        -rm -f *.lo
269
273
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
270
274
          if test -d $$d/$$file; then \
271
275
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
276
            if test -d "$(distdir)/$$file"; then \
 
277
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
278
            fi; \
272
279
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
273
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
280
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
281
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
274
282
            fi; \
275
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
283
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
276
284
          else \
277
 
            test -f $(distdir)/$$file \
278
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
285
            test -f "$(distdir)/$$file" \
 
286
            || cp -p $$d/$$file "$(distdir)/$$file" \
279
287
            || exit 1; \
280
288
          fi; \
281
289
        done
308
316
 
309
317
distclean-generic:
310
318
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
319
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
311
320
 
312
321
maintainer-clean-generic:
313
322
        @echo "This command is intended for maintainers to use"
327
336
 
328
337
html: html-am
329
338
 
 
339
html-am:
 
340
 
330
341
info: info-am
331
342
 
332
343
info-am:
335
346
 
336
347
install-dvi: install-dvi-am
337
348
 
 
349
install-dvi-am:
 
350
 
338
351
install-exec-am:
339
352
 
340
353
install-html: install-html-am
341
354
 
 
355
install-html-am:
 
356
 
342
357
install-info: install-info-am
343
358
 
 
359
install-info-am:
 
360
 
344
361
install-man:
345
362
 
346
363
install-pdf: install-pdf-am
347
364
 
 
365
install-pdf-am:
 
366
 
348
367
install-ps: install-ps-am
349
368
 
 
369
install-ps-am:
 
370
 
350
371
installcheck-am:
351
372
 
352
373
maintainer-clean: maintainer-clean-am
367
388
 
368
389
uninstall-am:
369
390
 
370
 
.MAKE: install-am install-strip
 
391
.MAKE: all check install install-am install-strip
371
392
 
372
393
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
373
394
        dist-hook distclean distclean-generic distclean-libtool \
425
446
@BUILD_JAVA_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@        (cd java; $(JAR) cf openbabel.jar @classes.list)
426
447
@BUILD_JAVA_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@        (cd java; rm -rf org classes.list)
427
448
 
428
 
@BUILD_CSHARP_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@csharp/openbabel_csharp.cpp: openbabel-csharp.i $(script_headers)
 
449
@BUILD_CSHARP_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@csharp/openbabel_csharp.cpp: openbabel-mono.i $(script_headers)
429
450
@BUILD_CSHARP_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@      $(SWIG) -small -O -csharp -templatereduce -c++ -o $@ \
430
451
@BUILD_CSHARP_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@      -namespace OpenBabel -outdir csharp \
431
452
@BUILD_CSHARP_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@      -I$(top_srcdir)/include -I$(top_builddir)/include $<;
438
459
@BUILD_RUBY_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@        -templatereduce -I$(top_srcdir)/include -I$(top_builddir)/include $<;
439
460
@BUILD_RUBY_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@        sed -e 's/rb_define_module(\"Openbabel\")/rb_define_module(\"OpenBabel\")/' -e 's/void Init_OpenBabel/void Init_openbabel/' <ruby/openbabel_ruby.cpp >ruby/openbabel_ruby.new 
440
461
@BUILD_RUBY_TRUE@@BUILD_SWIG_TRUE@@MAINTAINER_MODE_TRUE@        mv ruby/openbabel_ruby.new ruby/openbabel_ruby.cpp
 
462
 
441
463
# Tell versions [3.59,3.63) of GNU make to not export all variables.
442
464
# Otherwise a system limit (for SysV at least) may be exceeded.
443
465
.NOEXPORT: