~ubuntu-branches/ubuntu/intrepid/lxpanel/intrepid

« back to all changes in this revision

Viewing changes to src/plugins/volumealsa/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-06-09 16:05:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080609160548-31nz1xu6rz5cgaxr
Tags: 0.3.7-1
* New upstream release
  - Fixed the background of systray icons.
  - Fix incorrect position of the panels after screen resolution is
    changed via xrandr.
  - Saves config files more correctly when plugin configuration is
    modified.
* Bumped Standards-Version to 3.8.0.0
  - Supporting the standardized environment variable `DEB_BUILD_OPTIONS'
* Package split for lxpanel-netstat-plugin 

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.
60
60
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
61
61
        $(volumealsa_la_LDFLAGS) $(LDFLAGS) -o $@
62
62
@BUILD_ALSA_PLUGINS_TRUE@am_volumealsa_la_rpath = -rpath $(moduledir)
63
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
65
am__depfiles_maybe = depfiles
66
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101
101
DATADIRNAME = @DATADIRNAME@
102
102
DEFS = @DEFS@
103
103
DEPDIR = @DEPDIR@
 
104
DSYMUTIL = @DSYMUTIL@
104
105
ECHO = @ECHO@
105
106
ECHO_C = @ECHO_C@
106
107
ECHO_N = @ECHO_N@
156
157
MKINSTALLDIRS = @MKINSTALLDIRS@
157
158
MSGFMT = @MSGFMT@
158
159
MSGFMT_OPTS = @MSGFMT_OPTS@
 
160
MSGMERGE = @MSGMERGE@
 
161
NMEDIT = @NMEDIT@
159
162
OBJEXT = @OBJEXT@
160
163
PACKAGE = @PACKAGE@
161
164
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286
289
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
287
290
          if test -f $$p; then \
288
291
            f=$(am__strip_dir) \
289
 
            echo " $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
290
 
            $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
292
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
293
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
291
294
          else :; fi; \
292
295
        done
293
296
 
295
298
        @$(NORMAL_UNINSTALL)
296
299
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
297
300
          p=$(am__strip_dir) \
298
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
299
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
 
301
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
 
302
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
300
303
        done
301
304
 
302
305
clean-moduleLTLIBRARIES:
350
353
        unique=`for i in $$list; do \
351
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
355
          done | \
353
 
          $(AWK) '    { files[$$0] = 1; } \
354
 
               END { for (i in files) print i; }'`; \
 
356
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
358
        mkid -fID $$unique
356
359
tags: TAGS
357
360
 
363
366
        unique=`for i in $$list; do \
364
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
368
          done | \
366
 
          $(AWK) '    { files[$$0] = 1; } \
367
 
               END { for (i in files) print i; }'`; \
 
369
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
370
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
371
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369
372
          test -n "$$unique" || unique=$$empty_fix; \
370
373
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374
377
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375
378
                $(TAGS_FILES) $(LISP)
376
379
        tags=; \
377
 
        here=`pwd`; \
378
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
381
        unique=`for i in $$list; do \
380
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
383
          done | \
382
 
          $(AWK) '    { files[$$0] = 1; } \
383
 
               END { for (i in files) print i; }'`; \
 
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
386
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
385
387
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386
388
             $$tags $$unique