~ubuntu-branches/debian/squeeze/hal/squeeze

« back to all changes in this revision

Viewing changes to fdi/policy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-05-15 17:15:26 UTC
  • Revision ID: james.westby@ubuntu.com-20080515171526-wj087paax2bmuxwr
Tags: upstream-0.5.11
ImportĀ upstreamĀ versionĀ 0.5.11

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.
93
93
DBUS_SYS_DIR = @DBUS_SYS_DIR@
94
94
DEFS = @DEFS@
95
95
DEPDIR = @DEPDIR@
 
96
DSYMUTIL = @DSYMUTIL@
96
97
ECHO = @ECHO@
97
98
ECHO_C = @ECHO_C@
98
99
ECHO_N = @ECHO_N@
133
134
MAKEINFO = @MAKEINFO@
134
135
MAN_PAGES_ENABLED = @MAN_PAGES_ENABLED@
135
136
MKDIR_P = @MKDIR_P@
 
137
NMEDIT = @NMEDIT@
136
138
OBJEXT = @OBJEXT@
137
139
PACKAGE = @PACKAGE@
138
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
348
350
        unique=`for i in $$list; do \
349
351
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
352
          done | \
351
 
          $(AWK) '    { files[$$0] = 1; } \
352
 
               END { for (i in files) print i; }'`; \
 
353
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
354
              END { if (nonempty) { for (i in files) print i; }; }'`; \
353
355
        mkid -fID $$unique
354
356
tags: TAGS
355
357
 
374
376
        unique=`for i in $$list; do \
375
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
378
          done | \
377
 
          $(AWK) '    { files[$$0] = 1; } \
378
 
               END { for (i in files) print i; }'`; \
 
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
381
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380
382
          test -n "$$unique" || unique=$$empty_fix; \
381
383
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385
387
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
388
                $(TAGS_FILES) $(LISP)
387
389
        tags=; \
388
 
        here=`pwd`; \
389
390
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390
391
        unique=`for i in $$list; do \
391
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392
393
          done | \
393
 
          $(AWK) '    { files[$$0] = 1; } \
394
 
               END { for (i in files) print i; }'`; \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
395
396
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
396
397
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397
398
             $$tags $$unique