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

« back to all changes in this revision

Viewing changes to src/plugins/netstatus/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
netstatus_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62
62
        $(netstatus_la_LDFLAGS) $(LDFLAGS) -o $@
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@
306
309
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
307
310
          if test -f $$p; then \
308
311
            f=$(am__strip_dir) \
309
 
            echo " $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
310
 
            $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
312
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
313
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
311
314
          else :; fi; \
312
315
        done
313
316
 
315
318
        @$(NORMAL_UNINSTALL)
316
319
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
317
320
          p=$(am__strip_dir) \
318
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
319
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
 
321
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
 
322
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
320
323
        done
321
324
 
322
325
clean-moduleLTLIBRARIES:
378
381
        unique=`for i in $$list; do \
379
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
383
          done | \
381
 
          $(AWK) '    { files[$$0] = 1; } \
382
 
               END { for (i in files) print i; }'`; \
 
384
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
386
        mkid -fID $$unique
384
387
tags: TAGS
385
388
 
391
394
        unique=`for i in $$list; do \
392
395
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
396
          done | \
394
 
          $(AWK) '    { files[$$0] = 1; } \
395
 
               END { for (i in files) print i; }'`; \
 
397
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
398
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
399
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397
400
          test -n "$$unique" || unique=$$empty_fix; \
398
401
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
405
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
406
                $(TAGS_FILES) $(LISP)
404
407
        tags=; \
405
 
        here=`pwd`; \
406
408
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407
409
        unique=`for i in $$list; do \
408
410
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
411
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
 
412
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
413
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
414
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
413
415
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414
416
             $$tags $$unique