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

« back to all changes in this revision

Viewing changes to plugins/sound/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.
62
62
libsound_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63
63
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libsound_la_CFLAGS) \
64
64
        $(CFLAGS) $(libsound_la_LDFLAGS) $(LDFLAGS) -o $@
65
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
65
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
67
am__depfiles_maybe = depfiles
68
68
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118
118
DEBUG_CFLAGS = @DEBUG_CFLAGS@
119
119
DEFS = @DEFS@
120
120
DEPDIR = @DEPDIR@
 
121
DSYMUTIL = @DSYMUTIL@
121
122
ECHO = @ECHO@
122
123
ECHO_C = @ECHO_C@
123
124
ECHO_N = @ECHO_N@
173
174
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
174
175
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
175
176
LDFLAGS = @LDFLAGS@
176
 
LIBBACKGROUND_CFLAGS = @LIBBACKGROUND_CFLAGS@
177
 
LIBBACKGROUND_LIBS = @LIBBACKGROUND_LIBS@
178
177
LIBEXECDIR = @LIBEXECDIR@
179
178
LIBGNOMEKBD_CFLAGS = @LIBGNOMEKBD_CFLAGS@
180
179
LIBGNOMEKBD_LIBS = @LIBGNOMEKBD_LIBS@
192
191
MSGFMT = @MSGFMT@
193
192
MSGFMT_OPTS = @MSGFMT_OPTS@
194
193
MSGMERGE = @MSGMERGE@
 
194
NMEDIT = @NMEDIT@
195
195
OBJEXT = @OBJEXT@
196
196
PACKAGE = @PACKAGE@
197
197
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207
207
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
208
208
RANDR_LIBS = @RANDR_LIBS@
209
209
RANLIB = @RANLIB@
 
210
SED = @SED@
210
211
SETTINGS_DAEMON_CFLAGS = @SETTINGS_DAEMON_CFLAGS@
211
212
SETTINGS_DAEMON_LIBS = @SETTINGS_DAEMON_LIBS@
212
213
SETTINGS_PLUGIN_CFLAGS = @SETTINGS_PLUGIN_CFLAGS@
275
276
srcdir = @srcdir@
276
277
sysconfdir = @sysconfdir@
277
278
target_alias = @target_alias@
 
279
top_build_prefix = @top_build_prefix@
278
280
top_builddir = @top_builddir@
279
281
top_srcdir = @top_srcdir@
280
282
SUBDIRS = libsounds
359
361
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
360
362
          if test -f $$p; then \
361
363
            f=$(am__strip_dir) \
362
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
363
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
364
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
365
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
364
366
          else :; fi; \
365
367
        done
366
368
 
368
370
        @$(NORMAL_UNINSTALL)
369
371
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
370
372
          p=$(am__strip_dir) \
371
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
372
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
373
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
374
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
373
375
        done
374
376
 
375
377
clean-pluginLTLIBRARIES:
525
527
        unique=`for i in $$list; do \
526
528
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527
529
          done | \
528
 
          $(AWK) '    { files[$$0] = 1; } \
529
 
               END { for (i in files) print i; }'`; \
 
530
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
531
              END { if (nonempty) { for (i in files) print i; }; }'`; \
530
532
        mkid -fID $$unique
531
533
tags: TAGS
532
534
 
551
553
        unique=`for i in $$list; do \
552
554
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553
555
          done | \
554
 
          $(AWK) '    { files[$$0] = 1; } \
555
 
               END { for (i in files) print i; }'`; \
 
556
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
557
              END { if (nonempty) { for (i in files) print i; }; }'`; \
556
558
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
557
559
          test -n "$$unique" || unique=$$empty_fix; \
558
560
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
562
564
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
563
565
                $(TAGS_FILES) $(LISP)
564
566
        tags=; \
565
 
        here=`pwd`; \
566
567
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
567
568
        unique=`for i in $$list; do \
568
569
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
570
          done | \
570
 
          $(AWK) '    { files[$$0] = 1; } \
571
 
               END { for (i in files) print i; }'`; \
 
571
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
572
              END { if (nonempty) { for (i in files) print i; }; }'`; \
572
573
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
573
574
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
574
575
             $$tags $$unique