~notify-osd-developers/gnome-settings-daemon/notifications

« back to all changes in this revision

Viewing changes to plugins/keyboard/Makefile.in

  • Committer: Bazaar Package Importer
  • Date: 2008-10-04 12:35:52 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: jamesw@ubuntu.com-20081004123552-whu0p0p3s8hjk0d5
Tags: upstream-ubuntu-2.23.3
ImportĀ upstreamĀ versionĀ 2.23.3

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.
67
67
libkeyboard_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
68
68
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libkeyboard_la_CFLAGS) \
69
69
        $(CFLAGS) $(libkeyboard_la_LDFLAGS) $(LDFLAGS) -o $@
70
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
70
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
71
71
depcomp = $(SHELL) $(top_srcdir)/depcomp
72
72
am__depfiles_maybe = depfiles
73
73
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114
114
DEBUG_CFLAGS = @DEBUG_CFLAGS@
115
115
DEFS = @DEFS@
116
116
DEPDIR = @DEPDIR@
 
117
DSYMUTIL = @DSYMUTIL@
117
118
ECHO = @ECHO@
118
119
ECHO_C = @ECHO_C@
119
120
ECHO_N = @ECHO_N@
169
170
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
170
171
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
171
172
LDFLAGS = @LDFLAGS@
172
 
LIBBACKGROUND_CFLAGS = @LIBBACKGROUND_CFLAGS@
173
 
LIBBACKGROUND_LIBS = @LIBBACKGROUND_LIBS@
174
173
LIBEXECDIR = @LIBEXECDIR@
175
174
LIBGNOMEKBD_CFLAGS = @LIBGNOMEKBD_CFLAGS@
176
175
LIBGNOMEKBD_LIBS = @LIBGNOMEKBD_LIBS@
188
187
MSGFMT = @MSGFMT@
189
188
MSGFMT_OPTS = @MSGFMT_OPTS@
190
189
MSGMERGE = @MSGMERGE@
 
190
NMEDIT = @NMEDIT@
191
191
OBJEXT = @OBJEXT@
192
192
PACKAGE = @PACKAGE@
193
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203
203
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
204
204
RANDR_LIBS = @RANDR_LIBS@
205
205
RANLIB = @RANLIB@
 
206
SED = @SED@
206
207
SETTINGS_DAEMON_CFLAGS = @SETTINGS_DAEMON_CFLAGS@
207
208
SETTINGS_DAEMON_LIBS = @SETTINGS_DAEMON_LIBS@
208
209
SETTINGS_PLUGIN_CFLAGS = @SETTINGS_PLUGIN_CFLAGS@
271
272
srcdir = @srcdir@
272
273
sysconfdir = @sysconfdir@
273
274
target_alias = @target_alias@
 
275
top_build_prefix = @top_build_prefix@
274
276
top_builddir = @top_builddir@
275
277
top_srcdir = @top_srcdir@
276
278
NULL = 
371
373
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
372
374
          if test -f $$p; then \
373
375
            f=$(am__strip_dir) \
374
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
375
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
376
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
377
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
376
378
          else :; fi; \
377
379
        done
378
380
 
380
382
        @$(NORMAL_UNINSTALL)
381
383
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
382
384
          p=$(am__strip_dir) \
383
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
384
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
385
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
386
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
385
387
        done
386
388
 
387
389
clean-pluginLTLIBRARIES:
508
510
        unique=`for i in $$list; do \
509
511
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
512
          done | \
511
 
          $(AWK) '    { files[$$0] = 1; } \
512
 
               END { for (i in files) print i; }'`; \
 
513
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
514
              END { if (nonempty) { for (i in files) print i; }; }'`; \
513
515
        mkid -fID $$unique
514
516
tags: TAGS
515
517
 
521
523
        unique=`for i in $$list; do \
522
524
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523
525
          done | \
524
 
          $(AWK) '    { files[$$0] = 1; } \
525
 
               END { for (i in files) print i; }'`; \
 
526
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
527
              END { if (nonempty) { for (i in files) print i; }; }'`; \
526
528
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
527
529
          test -n "$$unique" || unique=$$empty_fix; \
528
530
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532
534
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
533
535
                $(TAGS_FILES) $(LISP)
534
536
        tags=; \
535
 
        here=`pwd`; \
536
537
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
537
538
        unique=`for i in $$list; do \
538
539
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
540
          done | \
540
 
          $(AWK) '    { files[$$0] = 1; } \
541
 
               END { for (i in files) print i; }'`; \
 
541
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
542
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
543
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
543
544
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
544
545
             $$tags $$unique