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

« back to all changes in this revision

Viewing changes to fdi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-02-27 11:14:51 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227111451-t5lp0o115tedzjj4
Tags: 20090227-0ubuntu1
* New git snapshot:
  - Hotkeys for Fujitsu Siemens Amilo Si 1520 (LP: #317505)
  - Fix Fn+Arrow "Brightness Up" key on Acer laptops (LP: #327707)
  - UM175 modem (LP: #328309)
  - Sleep quirks for HP nw8440 (LP: #328522)
  - Samsung YP-S2 audio player (LP: #331538)
  - Samsung YP-S5 audio player (LP: #332913)
  - Fix Samsung Q210 brightness keys (LP: #333352)
  - Sony Ericsson w880i/3G mobile modem (LP: #334327)

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,
135
135
srcdir = @srcdir@
136
136
sysconfdir = @sysconfdir@
137
137
target_alias = @target_alias@
 
138
top_build_prefix = @top_build_prefix@
138
139
top_builddir = @top_builddir@
139
140
top_srcdir = @top_srcdir@
140
141
SUBDIRS = information preprobe
146
147
        @for dep in $?; do \
147
148
          case '$(am__configure_deps)' in \
148
149
            *$$dep*) \
149
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
150
 
                && exit 0; \
 
150
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
151
                && { if test -f $@; then exit 0; else break; fi; }; \
151
152
              exit 1;; \
152
153
          esac; \
153
154
        done; \
247
248
        unique=`for i in $$list; do \
248
249
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249
250
          done | \
250
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
251
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
251
252
              END { if (nonempty) { for (i in files) print i; }; }'`; \
252
253
        mkid -fID $$unique
253
254
tags: TAGS