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

« back to all changes in this revision

Viewing changes to policy/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,
72
72
AUTOHEADER = @AUTOHEADER@
73
73
AUTOMAKE = @AUTOMAKE@
74
74
AWK = @AWK@
 
75
BLKID_CFLAGS = @BLKID_CFLAGS@
 
76
BLKID_LIBS = @BLKID_LIBS@
75
77
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
76
78
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
77
79
CC = @CC@
163
165
USE_PNP_IDS = @USE_PNP_IDS@
164
166
USE_USB_IDS = @USE_USB_IDS@
165
167
VERSION = @VERSION@
166
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
167
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
168
168
XMLLINT = @XMLLINT@
169
169
XMLTO = @XMLTO@
170
170
abs_builddir = @abs_builddir@
238
238
        @for dep in $?; do \
239
239
          case '$(am__configure_deps)' in \
240
240
            *$$dep*) \
241
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242
 
                && exit 0; \
 
241
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
242
                && { if test -f $@; then exit 0; else break; fi; }; \
243
243
              exit 1;; \
244
244
          esac; \
245
245
        done; \