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

« back to all changes in this revision

Viewing changes to tools/freebsd/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,
57
57
AUTOHEADER = @AUTOHEADER@
58
58
AUTOMAKE = @AUTOMAKE@
59
59
AWK = @AWK@
 
60
BLKID_CFLAGS = @BLKID_CFLAGS@
 
61
BLKID_LIBS = @BLKID_LIBS@
60
62
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
61
63
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
62
64
CC = @CC@
148
150
USE_PNP_IDS = @USE_PNP_IDS@
149
151
USE_USB_IDS = @USE_USB_IDS@
150
152
VERSION = @VERSION@
151
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
152
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
153
153
XMLLINT = @XMLLINT@
154
154
XMLTO = @XMLTO@
155
155
abs_builddir = @abs_builddir@
223
223
        @for dep in $?; do \
224
224
          case '$(am__configure_deps)' in \
225
225
            *$$dep*) \
226
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
227
 
                && exit 0; \
 
226
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
227
                && { if test -f $@; then exit 0; else break; fi; }; \
228
228
              exit 1;; \
229
229
          esac; \
230
230
        done; \