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

« back to all changes in this revision

Viewing changes to partutil/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,
73
73
AUTOHEADER = @AUTOHEADER@
74
74
AUTOMAKE = @AUTOMAKE@
75
75
AWK = @AWK@
 
76
BLKID_CFLAGS = @BLKID_CFLAGS@
 
77
BLKID_LIBS = @BLKID_LIBS@
76
78
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
77
79
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
78
80
CC = @CC@
164
166
USE_PNP_IDS = @USE_PNP_IDS@
165
167
USE_USB_IDS = @USE_USB_IDS@
166
168
VERSION = @VERSION@
167
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
168
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
169
169
XMLLINT = @XMLLINT@
170
170
XMLTO = @XMLTO@
171
171
abs_builddir = @abs_builddir@
234
234
        @for dep in $?; do \
235
235
          case '$(am__configure_deps)' in \
236
236
            *$$dep*) \
237
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238
 
                && exit 0; \
 
237
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
238
                && { if test -f $@; then exit 0; else break; fi; }; \
239
239
              exit 1;; \
240
240
          esac; \
241
241
        done; \
319
319
        unique=`for i in $$list; do \
320
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
321
          done | \
322
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
322
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
323
323
              END { if (nonempty) { for (i in files) print i; }; }'`; \
324
324
        mkid -fID $$unique
325
325
tags: TAGS