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

« back to all changes in this revision

Viewing changes to libhal/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,
89
89
AUTOHEADER = @AUTOHEADER@
90
90
AUTOMAKE = @AUTOMAKE@
91
91
AWK = @AWK@
 
92
BLKID_CFLAGS = @BLKID_CFLAGS@
 
93
BLKID_LIBS = @BLKID_LIBS@
92
94
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
93
95
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
94
96
CC = @CC@
180
182
USE_PNP_IDS = @USE_PNP_IDS@
181
183
USE_USB_IDS = @USE_USB_IDS@
182
184
VERSION = @VERSION@
183
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
184
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
185
185
XMLLINT = @XMLLINT@
186
186
XMLTO = @XMLTO@
187
187
abs_builddir = @abs_builddir@
265
265
        @for dep in $?; do \
266
266
          case '$(am__configure_deps)' in \
267
267
            *$$dep*) \
268
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
269
 
                && exit 0; \
 
268
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
269
                && { if test -f $@; then exit 0; else break; fi; }; \
270
270
              exit 1;; \
271
271
          esac; \
272
272
        done; \
377
377
        unique=`for i in $$list; do \
378
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
379
          done | \
380
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
380
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
381
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
382
        mkid -fID $$unique
383
383
tags: TAGS