~ubuntu-branches/ubuntu/maverick/gnome-nettool/maverick-proposed

« back to all changes in this revision

Viewing changes to pixmaps/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-24 18:21:16 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080924182116-apbraq1bq40hb1hn
Tags: 2.22.1-0ubuntu1
* New upstream version
* debian/patches/03_autoconf.patch:
  - new version update

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.
82
82
DEPDIR = @DEPDIR@
83
83
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
84
84
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
85
DSYMUTIL = @DSYMUTIL@
85
86
ECHO = @ECHO@
86
87
ECHO_C = @ECHO_C@
87
88
ECHO_N = @ECHO_N@
140
141
MSGMERGE = @MSGMERGE@
141
142
NETTOOL_CFLAGS = @NETTOOL_CFLAGS@
142
143
NETTOOL_LIBS = @NETTOOL_LIBS@
 
144
NMEDIT = @NMEDIT@
143
145
OBJEXT = @OBJEXT@
144
146
OMF_DIR = @OMF_DIR@
145
147
PACKAGE = @PACKAGE@
155
157
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
156
158
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
157
159
RANLIB = @RANLIB@
 
160
SED = @SED@
158
161
SET_MAKE = @SET_MAKE@
159
162
SHELL = @SHELL@
160
163
STRIP = @STRIP@
211
214
srcdir = @srcdir@
212
215
sysconfdir = @sysconfdir@
213
216
target_alias = @target_alias@
 
217
top_build_prefix = @top_build_prefix@
214
218
top_builddir = @top_builddir@
215
219
top_srcdir = @top_srcdir@
216
220
SUBDIRS = 16x16 22x22 24x24 32x32 scalable
329
333
        unique=`for i in $$list; do \
330
334
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
335
          done | \
332
 
          $(AWK) '    { files[$$0] = 1; } \
333
 
               END { for (i in files) print i; }'`; \
 
336
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
337
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
338
        mkid -fID $$unique
335
339
tags: TAGS
336
340
 
355
359
        unique=`for i in $$list; do \
356
360
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
361
          done | \
358
 
          $(AWK) '    { files[$$0] = 1; } \
359
 
               END { for (i in files) print i; }'`; \
 
362
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
363
              END { if (nonempty) { for (i in files) print i; }; }'`; \
360
364
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
361
365
          test -n "$$unique" || unique=$$empty_fix; \
362
366
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366
370
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367
371
                $(TAGS_FILES) $(LISP)
368
372
        tags=; \
369
 
        here=`pwd`; \
370
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371
374
        unique=`for i in $$list; do \
372
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373
376
          done | \
374
 
          $(AWK) '    { files[$$0] = 1; } \
375
 
               END { for (i in files) print i; }'`; \
 
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
376
379
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
377
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378
381
             $$tags $$unique