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

« back to all changes in this revision

Viewing changes to programs/spectra/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,
35
35
POST_UNINSTALL = :
36
36
build_triplet = @build@
37
37
host_triplet = @host@
 
38
@GCU_NEEDS_GCONF_TRUE@am__append_1 = \
 
39
@GCU_NEEDS_GCONF_TRUE@          $(gnome_vfs_LIBS)
 
40
 
38
41
bin_PROGRAMS = gspectrum-@GCU_API_VER@$(EXEEXT)
39
42
subdir = programs/spectra
40
43
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
165
168
LD = @LD@
166
169
LDFLAGS = @LDFLAGS@
167
170
LIBOBJS = @LIBOBJS@
168
 
LIBS = $(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la
 
171
LIBS = $(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
 
172
        $(goffice_LIBS) $(gsf_LIBS) $(gtk_LIBS) $(am__append_1)
169
173
LIBTOOL = @LIBTOOL@
170
174
LIPO = @LIPO@
171
175
LN_S = @LN_S@
266
270
goffice_LIBS = @goffice_LIBS@
267
271
goffice_has_global_header_CFLAGS = @goffice_has_global_header_CFLAGS@
268
272
goffice_has_global_header_LIBS = @goffice_has_global_header_LIBS@
 
273
goffice_use_double_CFLAGS = @goffice_use_double_CFLAGS@
 
274
goffice_use_double_LIBS = @goffice_use_double_LIBS@
269
275
gsf_CFLAGS = @gsf_CFLAGS@
270
276
gsf_LIBS = @gsf_LIBS@
271
277
gtk_CFLAGS = @gtk_CFLAGS@
308
314
top_build_prefix = @top_build_prefix@
309
315
top_builddir = @top_builddir@
310
316
top_srcdir = @top_srcdir@
 
317
x11_CFLAGS = @x11_CFLAGS@
 
318
x11_LIBS = @x11_LIBS@
311
319
xml_CFLAGS = @xml_CFLAGS@
312
320
xml_LIBS = @xml_LIBS@
313
321
EXTRA_DIST = $(desktop_in_files)
316
324
DEPS = $(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la
317
325
@GCU_NEEDS_GCONF_FALSE@INCLUDES = \
318
326
@GCU_NEEDS_GCONF_FALSE@         -I$(top_srcdir) -I$(top_srcdir)/libs \
 
327
@GCU_NEEDS_GCONF_FALSE@         $(glade_CFLAGS) \
319
328
@GCU_NEEDS_GCONF_FALSE@         $(goffice_CFLAGS) \
320
329
@GCU_NEEDS_GCONF_FALSE@         $(GCU_CFLAGS)
321
330
 
322
331
@GCU_NEEDS_GCONF_TRUE@INCLUDES = \
323
332
@GCU_NEEDS_GCONF_TRUE@          -I$(top_srcdir) -I$(top_srcdir)/libs \
 
333
@GCU_NEEDS_GCONF_TRUE@          $(glade_CFLAGS) \
324
334
@GCU_NEEDS_GCONF_TRUE@          $(goffice_CFLAGS) \
325
335
@GCU_NEEDS_GCONF_TRUE@          $(gnome_vfs_CFLAGS) \
326
336
@GCU_NEEDS_GCONF_TRUE@          $(GCU_CFLAGS)