~ubuntu-branches/ubuntu/maverick/hal/maverick

« back to all changes in this revision

Viewing changes to fdi/information/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-05-11 11:23:03 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: james.westby@ubuntu.com-20090511112303-sfphxadhb10x4vdb
Tags: upstream-0.5.12~rc1+git20090510
ImportĀ upstreamĀ versionĀ 0.5.12~rc1+git20090510

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
76
76
AUTOHEADER = @AUTOHEADER@
77
77
AUTOMAKE = @AUTOMAKE@
78
78
AWK = @AWK@
 
79
BLKID_CFLAGS = @BLKID_CFLAGS@
 
80
BLKID_LIBS = @BLKID_LIBS@
79
81
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
80
82
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
81
83
CC = @CC@
167
169
USE_PNP_IDS = @USE_PNP_IDS@
168
170
USE_USB_IDS = @USE_USB_IDS@
169
171
VERSION = @VERSION@
170
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
171
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
172
172
XMLLINT = @XMLLINT@
173
173
XMLTO = @XMLTO@
174
174
abs_builddir = @abs_builddir@
235
235
        @for dep in $?; do \
236
236
          case '$(am__configure_deps)' in \
237
237
            *$$dep*) \
238
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
239
 
                && exit 0; \
 
238
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
239
                && { if test -f $@; then exit 0; else break; fi; }; \
240
240
              exit 1;; \
241
241
          esac; \
242
242
        done; \
359
359
        unique=`for i in $$list; do \
360
360
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361
361
          done | \
362
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
362
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363
363
              END { if (nonempty) { for (i in files) print i; }; }'`; \
364
364
        mkid -fID $$unique
365
365
tags: TAGS