~ubuntu-branches/ubuntu/lucid/gnome-desktop-sharp2/lucid

« back to all changes in this revision

Viewing changes to vte/glue/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-01-20 12:30:23 UTC
  • mfrom: (1.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090120123023-qu6l14pud2vrysmu
Tags: 2.24.0-1ubuntu1
* Sync with Debian (LP: #317344)
* Add Build-dep on libgnomeprintui2.2-dev
* Install the upstream changelog in the gnome-desktop-sharp2
  package only
* debian/patches/02_gnomedesktop_dllmap
  + Actually map the new libgnome-desktop-2-11 lib.  Fixes
    the dependency generation and library use.

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.
61
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62
62
        $(libvtesharpglue_2_la_LDFLAGS) $(LDFLAGS) -o $@
63
63
@ENABLE_VTE_TRUE@am_libvtesharpglue_2_la_rpath = -rpath $(libdir)
64
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
64
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
66
am__depfiles_maybe = depfiles
67
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125
125
GENERATED_SOURCES = @GENERATED_SOURCES@
126
126
GNOMESHARP_CFLAGS = @GNOMESHARP_CFLAGS@
127
127
GNOMESHARP_LIBS = @GNOMESHARP_LIBS@
 
128
GNOME_PANEL_CFLAGS = @GNOME_PANEL_CFLAGS@
 
129
GNOME_PANEL_LIBS = @GNOME_PANEL_LIBS@
 
130
GNOME_PRINT_CFLAGS = @GNOME_PRINT_CFLAGS@
 
131
GNOME_PRINT_LIBS = @GNOME_PRINT_LIBS@
128
132
GREP = @GREP@
129
133
GTKHTML_CFLAGS = @GTKHTML_CFLAGS@
130
134
GTKHTML_LIBS = @GTKHTML_LIBS@
281
285
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
282
286
          if test -f $$p; then \
283
287
            f=$(am__strip_dir) \
284
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
285
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
288
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
289
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
286
290
          else :; fi; \
287
291
        done
288
292
 
290
294
        @$(NORMAL_UNINSTALL)
291
295
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
292
296
          p=$(am__strip_dir) \
293
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
294
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
297
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
298
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
295
299
        done
296
300
 
297
301
clean-libLTLIBRARIES:
345
349
        unique=`for i in $$list; do \
346
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
351
          done | \
348
 
          $(AWK) '    { files[$$0] = 1; } \
349
 
               END { for (i in files) print i; }'`; \
 
352
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
353
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
354
        mkid -fID $$unique
351
355
tags: TAGS
352
356
 
358
362
        unique=`for i in $$list; do \
359
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
364
          done | \
361
 
          $(AWK) '    { files[$$0] = 1; } \
362
 
               END { for (i in files) print i; }'`; \
 
365
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
366
              END { if (nonempty) { for (i in files) print i; }; }'`; \
363
367
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364
368
          test -n "$$unique" || unique=$$empty_fix; \
365
369
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369
373
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
374
                $(TAGS_FILES) $(LISP)
371
375
        tags=; \
372
 
        here=`pwd`; \
373
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374
377
        unique=`for i in $$list; do \
375
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
379
          done | \
377
 
          $(AWK) '    { files[$$0] = 1; } \
378
 
               END { for (i in files) print i; }'`; \
 
380
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
381
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
382
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
380
383
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381
384
             $$tags $$unique