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

« back to all changes in this revision

Viewing changes to src/forcefields/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.
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
19
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
48
CONFIG_HEADER = $(top_builddir)/src/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
49
52
libforcefields_la_LIBADD =
50
53
am_libforcefields_la_OBJECTS = forcefieldghemical.lo \
53
56
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
54
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
58
am__depfiles_maybe = depfiles
 
59
am__mv = mv -f
56
60
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57
61
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58
62
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
226
230
              exit 1;; \
227
231
          esac; \
228
232
        done; \
229
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/forcefields/Makefile'; \
230
 
        cd $(top_srcdir) && \
231
 
          $(AUTOMAKE) --foreign  src/forcefields/Makefile
 
233
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/forcefields/Makefile'; \
 
234
        $(am__cd) $(top_srcdir) && \
 
235
          $(AUTOMAKE) --foreign src/forcefields/Makefile
232
236
.PRECIOUS: Makefile
233
237
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234
238
        @case '$?' in \
246
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
251
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
248
252
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
253
$(am__aclocal_m4_deps):
249
254
 
250
255
clean-noinstLTLIBRARIES:
251
256
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
270
275
 
271
276
.cpp.o:
272
277
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
278
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274
279
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275
280
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
281
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
277
282
 
278
283
.cpp.obj:
279
284
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
280
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
285
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281
286
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282
287
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283
288
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
284
289
 
285
290
.cpp.lo:
286
291
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
292
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
288
293
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
289
294
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
295
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
307
312
 
308
313
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
314
                $(TAGS_FILES) $(LISP)
310
 
        tags=; \
 
315
        set x; \
311
316
        here=`pwd`; \
312
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
318
        unique=`for i in $$list; do \
315
320
          done | \
316
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
323
        shift; \
 
324
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319
325
          test -n "$$unique" || unique=$$empty_fix; \
320
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321
 
            $$tags $$unique; \
 
326
          if test $$# -gt 0; then \
 
327
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
328
              "$$@" $$unique; \
 
329
          else \
 
330
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
331
              $$unique; \
 
332
          fi; \
322
333
        fi
323
334
ctags: CTAGS
324
335
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325
336
                $(TAGS_FILES) $(LISP)
326
 
        tags=; \
327
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
328
338
        unique=`for i in $$list; do \
329
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
340
          done | \
331
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
333
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
343
        test -z "$(CTAGS_ARGS)$$unique" \
334
344
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335
 
             $$tags $$unique
 
345
             $$unique
336
346
 
337
347
GTAGS:
338
348
        here=`$(am__cd) $(top_builddir) && pwd` \
339
 
          && cd $(top_srcdir) \
340
 
          && gtags -i $(GTAGS_ARGS) $$here
 
349
          && $(am__cd) $(top_srcdir) \
 
350
          && gtags -i $(GTAGS_ARGS) "$$here"
341
351
 
342
352
distclean-tags:
343
353
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358
368
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359
369
          if test -d $$d/$$file; then \
360
370
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
371
            if test -d "$(distdir)/$$file"; then \
 
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
373
            fi; \
361
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
375
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
376
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363
377
            fi; \
364
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
378
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
365
379
          else \
366
 
            test -f $(distdir)/$$file \
367
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
380
            test -f "$(distdir)/$$file" \
 
381
            || cp -p $$d/$$file "$(distdir)/$$file" \
368
382
            || exit 1; \
369
383
          fi; \
370
384
        done
392
406
 
393
407
distclean-generic:
394
408
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
409
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
395
410
 
396
411
maintainer-clean-generic:
397
412
        @echo "This command is intended for maintainers to use"
413
428
 
414
429
html: html-am
415
430
 
 
431
html-am:
 
432
 
416
433
info: info-am
417
434
 
418
435
info-am:
421
438
 
422
439
install-dvi: install-dvi-am
423
440
 
 
441
install-dvi-am:
 
442
 
424
443
install-exec-am:
425
444
 
426
445
install-html: install-html-am
427
446
 
 
447
install-html-am:
 
448
 
428
449
install-info: install-info-am
429
450
 
 
451
install-info-am:
 
452
 
430
453
install-man:
431
454
 
432
455
install-pdf: install-pdf-am
433
456
 
 
457
install-pdf-am:
 
458
 
434
459
install-ps: install-ps-am
435
460
 
 
461
install-ps-am:
 
462
 
436
463
installcheck-am:
437
464
 
438
465
maintainer-clean: maintainer-clean-am
470
497
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
471
498
        pdf pdf-am ps ps-am tags uninstall uninstall-am
472
499
 
 
500
 
473
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
474
502
# Otherwise a system limit (for SysV at least) may be exceeded.
475
503
.NOEXPORT: