~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/gnome/gw/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 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, 2006  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.
113
113
        $(libgw_guile_gnome_gtk_la_LDFLAGS) $(LDFLAGS) -o $@
114
114
@HAVE_GTK_TRUE@am_libgw_guile_gnome_gtk_la_rpath = -rpath \
115
115
@HAVE_GTK_TRUE@ $(guilegnomelibdir)
116
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
116
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117
117
depcomp = $(SHELL) $(top_srcdir)/depcomp
118
118
am__depfiles_maybe = depfiles
119
119
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154
154
CANVAS_LIBS = @CANVAS_LIBS@
155
155
CC = @CC@
156
156
CCDEPMODE = @CCDEPMODE@
157
 
 
158
 
# Make sure the user isn't compiling with -O, because it makes gcc 3.3
159
 
# and up break
160
 
CFLAGS = -g 
 
157
CFLAGS = @CFLAGS@
161
158
CORBA_CFLAGS = @CORBA_CFLAGS@
162
159
CORBA_LIBS = @CORBA_LIBS@
163
160
CPP = @CPP@
194
191
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
195
192
GOBJECT_LIBS = @GOBJECT_LIBS@
196
193
GREP = @GREP@
 
194
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
195
GTHREAD_LIBS = @GTHREAD_LIBS@
197
196
GTK_CFLAGS = @GTK_CFLAGS@
198
197
GTK_DEPRECATED_CFLAGS = @GTK_DEPRECATED_CFLAGS@
199
198
GTK_LIBS = @GTK_LIBS@
325
324
@HAVE_GTK_TRUE@GTKLIB = libgw-guile-gnome-gtk.la \
326
325
@HAVE_GTK_TRUE@ libgw-guile-gnome-gdk.la
327
326
 
 
327
 
 
328
# Make sure the user isn't compiling with -O, because it makes gcc 3.3
 
329
# and up break
 
330
#CFLAGS=-g 
328
331
guilegwmodule_DATA = $(GTKMODULES)
329
332
EXTRA_DIST = gdk-spec.scm gtk-spec.scm
330
333
CLEANFILES = $(wildcard gnome-*.log) $(wildcard guile-gnome-gw-gdk.*) \
406
409
        @list='$(guilegnomelib_LTLIBRARIES)'; for p in $$list; do \
407
410
          if test -f $$p; then \
408
411
            f=$(am__strip_dir) \
409
 
            echo " $(LIBTOOL) --mode=install $(guilegnomelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(guilegnomelibdir)/$$f'"; \
410
 
            $(LIBTOOL) --mode=install $(guilegnomelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(guilegnomelibdir)/$$f"; \
 
412
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(guilegnomelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(guilegnomelibdir)/$$f'"; \
 
413
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(guilegnomelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(guilegnomelibdir)/$$f"; \
411
414
          else :; fi; \
412
415
        done
413
416
 
415
418
        @$(NORMAL_UNINSTALL)
416
419
        @list='$(guilegnomelib_LTLIBRARIES)'; for p in $$list; do \
417
420
          p=$(am__strip_dir) \
418
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(guilegnomelibdir)/$$p'"; \
419
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(guilegnomelibdir)/$$p"; \
 
421
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(guilegnomelibdir)/$$p'"; \
 
422
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(guilegnomelibdir)/$$p"; \
420
423
        done
421
424
 
422
425
clean-guilegnomelibLTLIBRARIES:
536
539
        unique=`for i in $$list; do \
537
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538
541
          done | \
539
 
          $(AWK) '    { files[$$0] = 1; } \
540
 
               END { for (i in files) print i; }'`; \
 
542
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
541
544
        mkid -fID $$unique
542
545
tags: TAGS
543
546
 
549
552
        unique=`for i in $$list; do \
550
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551
554
          done | \
552
 
          $(AWK) '    { files[$$0] = 1; } \
553
 
               END { for (i in files) print i; }'`; \
 
555
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
554
557
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
555
558
          test -n "$$unique" || unique=$$empty_fix; \
556
559
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560
563
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
561
564
                $(TAGS_FILES) $(LISP)
562
565
        tags=; \
563
 
        here=`pwd`; \
564
566
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
565
567
        unique=`for i in $$list; do \
566
568
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567
569
          done | \
568
 
          $(AWK) '    { files[$$0] = 1; } \
569
 
               END { for (i in files) print i; }'`; \
 
570
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
571
              END { if (nonempty) { for (i in files) print i; }; }'`; \
570
572
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
571
573
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
572
574
             $$tags $$unique