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

« back to all changes in this revision

Viewing changes to plugins/media-keys/actions/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.
89
89
libacme_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
90
90
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libacme_la_CFLAGS) \
91
91
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
92
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93
93
depcomp = $(SHELL) $(top_srcdir)/depcomp
94
94
am__depfiles_maybe = depfiles
95
95
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143
143
DEBUG_CFLAGS = @DEBUG_CFLAGS@
144
144
DEFS = @DEFS@
145
145
DEPDIR = @DEPDIR@
 
146
DSYMUTIL = @DSYMUTIL@
146
147
ECHO = @ECHO@
147
148
ECHO_C = @ECHO_C@
148
149
ECHO_N = @ECHO_N@
198
199
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
199
200
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
200
201
LDFLAGS = @LDFLAGS@
201
 
LIBBACKGROUND_CFLAGS = @LIBBACKGROUND_CFLAGS@
202
 
LIBBACKGROUND_LIBS = @LIBBACKGROUND_LIBS@
203
202
LIBEXECDIR = @LIBEXECDIR@
204
203
LIBGNOMEKBD_CFLAGS = @LIBGNOMEKBD_CFLAGS@
205
204
LIBGNOMEKBD_LIBS = @LIBGNOMEKBD_LIBS@
217
216
MSGFMT = @MSGFMT@
218
217
MSGFMT_OPTS = @MSGFMT_OPTS@
219
218
MSGMERGE = @MSGMERGE@
 
219
NMEDIT = @NMEDIT@
220
220
OBJEXT = @OBJEXT@
221
221
PACKAGE = @PACKAGE@
222
222
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232
232
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
233
233
RANDR_LIBS = @RANDR_LIBS@
234
234
RANLIB = @RANLIB@
 
235
SED = @SED@
235
236
SETTINGS_DAEMON_CFLAGS = @SETTINGS_DAEMON_CFLAGS@
236
237
SETTINGS_DAEMON_LIBS = @SETTINGS_DAEMON_LIBS@
237
238
SETTINGS_PLUGIN_CFLAGS = @SETTINGS_PLUGIN_CFLAGS@
300
301
srcdir = @srcdir@
301
302
sysconfdir = @sysconfdir@
302
303
target_alias = @target_alias@
 
304
top_build_prefix = @top_build_prefix@
303
305
top_builddir = @top_builddir@
304
306
top_srcdir = @top_srcdir@
305
307
NULL = 
490
492
        unique=`for i in $$list; do \
491
493
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
494
          done | \
493
 
          $(AWK) '    { files[$$0] = 1; } \
494
 
               END { for (i in files) print i; }'`; \
 
495
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
496
              END { if (nonempty) { for (i in files) print i; }; }'`; \
495
497
        mkid -fID $$unique
496
498
tags: TAGS
497
499
 
503
505
        unique=`for i in $$list; do \
504
506
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
507
          done | \
506
 
          $(AWK) '    { files[$$0] = 1; } \
507
 
               END { for (i in files) print i; }'`; \
 
508
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
509
              END { if (nonempty) { for (i in files) print i; }; }'`; \
508
510
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
509
511
          test -n "$$unique" || unique=$$empty_fix; \
510
512
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514
516
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
515
517
                $(TAGS_FILES) $(LISP)
516
518
        tags=; \
517
 
        here=`pwd`; \
518
519
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
519
520
        unique=`for i in $$list; do \
520
521
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
522
          done | \
522
 
          $(AWK) '    { files[$$0] = 1; } \
523
 
               END { for (i in files) print i; }'`; \
 
523
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
524
              END { if (nonempty) { for (i in files) print i; }; }'`; \
524
525
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
525
526
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
527
             $$tags $$unique