~ubuntu-branches/ubuntu/maverick/gnome-chemistry-utils/maverick

« back to all changes in this revision

Viewing changes to templates/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2010-03-29 10:49:13 UTC
  • mfrom: (1.1.6 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100329104913-o335elk75e3emtf8
Tags: 0.10.12-2ubuntu1
* Merge from debian testing (LP: #550972).  Remaining changes:
  - debian/patches/disable_check_omf.dpatch: Added to disable check-doc-omf
    as it requires Internet access
  - debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
252
252
goffice_LIBS = @goffice_LIBS@
253
253
goffice_has_global_header_CFLAGS = @goffice_has_global_header_CFLAGS@
254
254
goffice_has_global_header_LIBS = @goffice_has_global_header_LIBS@
 
255
goffice_use_double_CFLAGS = @goffice_use_double_CFLAGS@
 
256
goffice_use_double_LIBS = @goffice_use_double_LIBS@
255
257
gsf_CFLAGS = @gsf_CFLAGS@
256
258
gsf_LIBS = @gsf_LIBS@
257
259
gtk_CFLAGS = @gtk_CFLAGS@
294
296
top_build_prefix = @top_build_prefix@
295
297
top_builddir = @top_builddir@
296
298
top_srcdir = @top_srcdir@
 
299
x11_CFLAGS = @x11_CFLAGS@
 
300
x11_LIBS = @x11_LIBS@
297
301
xml_CFLAGS = @xml_CFLAGS@
298
302
xml_LIBS = @xml_LIBS@
299
303
SUBDIRS = paint
345
349
#     (which will cause the Makefiles to be regenerated when you run `make');
346
350
# (2) otherwise, pass the desired values on the `make' command line.
347
351
$(RECURSIVE_TARGETS):
348
 
        @failcom='exit 1'; \
 
352
        @fail= failcom='exit 1'; \
349
353
        for f in x $$MAKEFLAGS; do \
350
354
          case $$f in \
351
355
            *=* | --[!k]*);; \
370
374
        fi; test -z "$$fail"
371
375
 
372
376
$(RECURSIVE_CLEAN_TARGETS):
373
 
        @failcom='exit 1'; \
 
377
        @fail= failcom='exit 1'; \
374
378
        for f in x $$MAKEFLAGS; do \
375
379
          case $$f in \
376
380
            *=* | --[!k]*);; \