~ubuntu-branches/ubuntu/raring/hal/raring

« back to all changes in this revision

Viewing changes to .pc/99-autoreconf.patch/libhal-storage/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2011-04-10 07:21:18 UTC
  • mfrom: (1.1.22 sid)
  • Revision ID: james.westby@ubuntu.com-20110410072118-ojw5p0hmiwe7i78v
Tags: 0.5.14-6
[ Martin Pitt ]
* Add 00upstream_video4linux_check.patch: Do not build
  hald-probe-video4linux if v4l1 is not available. (LP: #721399)
* Refresh 99-autoreconf.patch for above.
* 45-fix-libusb-detection.patch: Unfuzz.

[ Michael Biebl ]
* debian/patches/00_disable_v4l1_probing.patch
  - The hald-probe-video4linux prober supports both v4l1 and v4l2. Support
    for v4l1 has been removed from Linux kernel 2.6.38. Instead of
    disabling the prober altogether, #ifdef the v4l1 parts when building on a
    newer kernel. This partially reverts 00upstream_video4linux_check.patch.
    (Closes: #621973)
* Refresh all patches to apply cleanly.
* Use dh-autoreconf to update the build system
  - Drop debian/patches/99-autoreconf.patch
  - Add Build-Depends on dh-autoreconf.
  - Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.
* Bump Standards-Version to 3.9.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
 
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
subdir = libhal-storage
39
 
DIST_COMMON = $(libhal_storageinclude_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
44
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(install_sh) -d
47
 
CONFIG_HEADER = $(top_builddir)/config.h
48
 
CONFIG_CLEAN_FILES =
49
 
CONFIG_CLEAN_VPATH_FILES =
50
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
 
am__vpath_adj = case $$p in \
52
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53
 
    *) f=$$p;; \
54
 
  esac;
55
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56
 
am__install_max = 40
57
 
am__nobase_strip_setup = \
58
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59
 
am__nobase_strip = \
60
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61
 
am__nobase_list = $(am__nobase_strip_setup); \
62
 
  for p in $$list; do echo "$$p $$p"; done | \
63
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65
 
    if (++n[$$2] == $(am__install_max)) \
66
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67
 
    END { for (dir in files) print dir, files[dir] }'
68
 
am__base_list = \
69
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71
 
am__installdirs = "$(DESTDIR)$(libdir)" \
72
 
        "$(DESTDIR)$(libhal_storageincludedir)"
73
 
LTLIBRARIES = $(lib_LTLIBRARIES)
74
 
libhal_storage_la_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
75
 
am_libhal_storage_la_OBJECTS = libhal-storage.lo
76
 
libhal_storage_la_OBJECTS = $(am_libhal_storage_la_OBJECTS)
77
 
AM_V_lt = $(am__v_lt_$(V))
78
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
79
 
am__v_lt_0 = --silent
80
 
libhal_storage_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
81
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82
 
        $(AM_CFLAGS) $(CFLAGS) $(libhal_storage_la_LDFLAGS) $(LDFLAGS) \
83
 
        -o $@
84
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
86
 
am__depfiles_maybe = depfiles
87
 
am__mv = mv -f
88
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
91
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
92
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
93
 
        $(AM_CFLAGS) $(CFLAGS)
94
 
AM_V_CC = $(am__v_CC_$(V))
95
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
96
 
am__v_CC_0 = @echo "  CC    " $@;
97
 
AM_V_at = $(am__v_at_$(V))
98
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
99
 
am__v_at_0 = @
100
 
CCLD = $(CC)
101
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
104
 
AM_V_CCLD = $(am__v_CCLD_$(V))
105
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
106
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
107
 
AM_V_GEN = $(am__v_GEN_$(V))
108
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
109
 
am__v_GEN_0 = @echo "  GEN   " $@;
110
 
SOURCES = $(libhal_storage_la_SOURCES)
111
 
DIST_SOURCES = $(libhal_storage_la_SOURCES)
112
 
HEADERS = $(libhal_storageinclude_HEADERS)
113
 
ETAGS = etags
114
 
CTAGS = ctags
115
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116
 
ACLOCAL = @ACLOCAL@
117
 
ACPI_ACPID = @ACPI_ACPID@
118
 
ACPI_PROC = @ACPI_PROC@
119
 
AMTAR = @AMTAR@
120
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
121
 
AR = @AR@
122
 
AUTOCONF = @AUTOCONF@
123
 
AUTOHEADER = @AUTOHEADER@
124
 
AUTOMAKE = @AUTOMAKE@
125
 
AWK = @AWK@
126
 
BLKID_CFLAGS = @BLKID_CFLAGS@
127
 
BLKID_LIBS = @BLKID_LIBS@
128
 
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
129
 
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
130
 
CC = @CC@
131
 
CCDEPMODE = @CCDEPMODE@
132
 
CFLAGS = @CFLAGS@
133
 
CPP = @CPP@
134
 
CPPFLAGS = @CPPFLAGS@
135
 
CXX = @CXX@
136
 
CXXCPP = @CXXCPP@
137
 
CXXDEPMODE = @CXXDEPMODE@
138
 
CXXFLAGS = @CXXFLAGS@
139
 
CYGPATH_W = @CYGPATH_W@
140
 
DBUS_CFLAGS = @DBUS_CFLAGS@
141
 
DBUS_LIBS = @DBUS_LIBS@
142
 
DBUS_SYS_DIR = @DBUS_SYS_DIR@
143
 
DEFS = @DEFS@
144
 
DEPDIR = @DEPDIR@
145
 
DSYMUTIL = @DSYMUTIL@
146
 
DUMPBIN = @DUMPBIN@
147
 
ECHO_C = @ECHO_C@
148
 
ECHO_N = @ECHO_N@
149
 
ECHO_T = @ECHO_T@
150
 
EGREP = @EGREP@
151
 
EJECT_PROGRAM = @EJECT_PROGRAM@
152
 
EXEEXT = @EXEEXT@
153
 
EXPAT_LIB = @EXPAT_LIB@
154
 
FGREP = @FGREP@
155
 
GLIB_CFLAGS = @GLIB_CFLAGS@
156
 
GLIB_LIBS = @GLIB_LIBS@
157
 
GPERF = @GPERF@
158
 
GREP = @GREP@
159
 
HALD_BACKEND = @HALD_BACKEND@
160
 
HALD_OS_LIBS = @HALD_OS_LIBS@
161
 
HALD_PID_FILE = @HALD_PID_FILE@
162
 
HALD_SOCKET_DIR = @HALD_SOCKET_DIR@
163
 
HAL_GROUP = @HAL_GROUP@
164
 
HAL_USER = @HAL_USER@
165
 
HAVE_GPERF = @HAVE_GPERF@
166
 
HTML_DIR = @HTML_DIR@
167
 
INSTALL = @INSTALL@
168
 
INSTALL_DATA = @INSTALL_DATA@
169
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
170
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
171
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172
 
LD = @LD@
173
 
LDFLAGS = @LDFLAGS@
174
 
LIBOBJS = @LIBOBJS@
175
 
LIBS = @LIBS@
176
 
LIBTOOL = @LIBTOOL@
177
 
LIBUSB20_LIBS = @LIBUSB20_LIBS@
178
 
LINUX_INPUT_H = @LINUX_INPUT_H@
179
 
LIPO = @LIPO@
180
 
LN_S = @LN_S@
181
 
LTLIBOBJS = @LTLIBOBJS@
182
 
LT_AGE = @LT_AGE@
183
 
LT_CURRENT = @LT_CURRENT@
184
 
LT_REVISION = @LT_REVISION@
185
 
MAINT = @MAINT@
186
 
MAKEINFO = @MAKEINFO@
187
 
MAN_PAGES_ENABLED = @MAN_PAGES_ENABLED@
188
 
MKDIR_P = @MKDIR_P@
189
 
NM = @NM@
190
 
NMEDIT = @NMEDIT@
191
 
OBJDUMP = @OBJDUMP@
192
 
OBJEXT = @OBJEXT@
193
 
OTOOL = @OTOOL@
194
 
OTOOL64 = @OTOOL64@
195
 
PACKAGE = @PACKAGE@
196
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197
 
PACKAGE_NAME = @PACKAGE_NAME@
198
 
PACKAGE_STRING = @PACKAGE_STRING@
199
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
200
 
PACKAGE_URL = @PACKAGE_URL@
201
 
PACKAGE_VERSION = @PACKAGE_VERSION@
202
 
PARTED_CFLAGS = @PARTED_CFLAGS@
203
 
PARTED_LIBS = @PARTED_LIBS@
204
 
PATH_SEPARATOR = @PATH_SEPARATOR@
205
 
PCI_IDS_DIR = @PCI_IDS_DIR@
206
 
PKG_CONFIG = @PKG_CONFIG@
207
 
POLKIT_CFLAGS = @POLKIT_CFLAGS@
208
 
POLKIT_LIBS = @POLKIT_LIBS@
209
 
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
210
 
RANLIB = @RANLIB@
211
 
SED = @SED@
212
 
SET_MAKE = @SET_MAKE@
213
 
SHELL = @SHELL@
214
 
STRIP = @STRIP@
215
 
USB_IDS_DIR = @USB_IDS_DIR@
216
 
USE_PARTED = @USE_PARTED@
217
 
USE_PCI_IDS = @USE_PCI_IDS@
218
 
USE_PNP_IDS = @USE_PNP_IDS@
219
 
USE_USB_IDS = @USE_USB_IDS@
220
 
VERSION = @VERSION@
221
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
222
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
223
 
XMLLINT = @XMLLINT@
224
 
XMLTO = @XMLTO@
225
 
abs_builddir = @abs_builddir@
226
 
abs_srcdir = @abs_srcdir@
227
 
abs_top_builddir = @abs_top_builddir@
228
 
abs_top_srcdir = @abs_top_srcdir@
229
 
ac_ct_CC = @ac_ct_CC@
230
 
ac_ct_CXX = @ac_ct_CXX@
231
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
232
 
am__include = @am__include@
233
 
am__leading_dot = @am__leading_dot@
234
 
am__quote = @am__quote@
235
 
am__tar = @am__tar@
236
 
am__untar = @am__untar@
237
 
bindir = @bindir@
238
 
build = @build@
239
 
build_alias = @build_alias@
240
 
build_cpu = @build_cpu@
241
 
build_os = @build_os@
242
 
build_vendor = @build_vendor@
243
 
builddir = @builddir@
244
 
datadir = @datadir@
245
 
datarootdir = @datarootdir@
246
 
docdir = @docdir@
247
 
dvidir = @dvidir@
248
 
exec_prefix = @exec_prefix@
249
 
host = @host@
250
 
host_alias = @host_alias@
251
 
host_cpu = @host_cpu@
252
 
host_os = @host_os@
253
 
host_vendor = @host_vendor@
254
 
htmldir = @htmldir@
255
 
includedir = @includedir@
256
 
infodir = @infodir@
257
 
install_sh = @install_sh@
258
 
libdir = @libdir@
259
 
libexecdir = @libexecdir@
260
 
localedir = @localedir@
261
 
localstatedir = @localstatedir@
262
 
lt_ECHO = @lt_ECHO@
263
 
mandir = @mandir@
264
 
mkdir_p = @mkdir_p@
265
 
oldincludedir = @oldincludedir@
266
 
pdfdir = @pdfdir@
267
 
prefix = @prefix@
268
 
program_transform_name = @program_transform_name@
269
 
psdir = @psdir@
270
 
sbindir = @sbindir@
271
 
sharedstatedir = @sharedstatedir@
272
 
srcdir = @srcdir@
273
 
sysconfdir = @sysconfdir@
274
 
target_alias = @target_alias@
275
 
top_build_prefix = @top_build_prefix@
276
 
top_builddir = @top_builddir@
277
 
top_srcdir = @top_srcdir@
278
 
udev_prefix = @udev_prefix@
279
 
AM_CPPFLAGS = -I$(top_srcdir)/libhal \
280
 
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
281
 
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
282
 
        @DBUS_CFLAGS@
283
 
 
284
 
lib_LTLIBRARIES = libhal-storage.la
285
 
libhal_storageincludedir = $(includedir)/hal
286
 
libhal_storageinclude_HEADERS = \
287
 
        libhal-storage.h
288
 
 
289
 
libhal_storage_la_SOURCES = \
290
 
        libhal-storage.c                  libhal-storage.h
291
 
 
292
 
libhal_storage_la_LIBADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
293
 
libhal_storage_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
294
 
all: all-am
295
 
 
296
 
.SUFFIXES:
297
 
.SUFFIXES: .c .lo .o .obj
298
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
299
 
        @for dep in $?; do \
300
 
          case '$(am__configure_deps)' in \
301
 
            *$$dep*) \
302
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303
 
                && { if test -f $@; then exit 0; else break; fi; }; \
304
 
              exit 1;; \
305
 
          esac; \
306
 
        done; \
307
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libhal-storage/Makefile'; \
308
 
        $(am__cd) $(top_srcdir) && \
309
 
          $(AUTOMAKE) --gnu libhal-storage/Makefile
310
 
.PRECIOUS: Makefile
311
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312
 
        @case '$?' in \
313
 
          *config.status*) \
314
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315
 
          *) \
316
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318
 
        esac;
319
 
 
320
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
 
 
323
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
 
$(am__aclocal_m4_deps):
328
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
329
 
        @$(NORMAL_INSTALL)
330
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
331
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
332
 
        list2=; for p in $$list; do \
333
 
          if test -f $$p; then \
334
 
            list2="$$list2 $$p"; \
335
 
          else :; fi; \
336
 
        done; \
337
 
        test -z "$$list2" || { \
338
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
339
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
340
 
        }
341
 
 
342
 
uninstall-libLTLIBRARIES:
343
 
        @$(NORMAL_UNINSTALL)
344
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
345
 
        for p in $$list; do \
346
 
          $(am__strip_dir) \
347
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
348
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
349
 
        done
350
 
 
351
 
clean-libLTLIBRARIES:
352
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
353
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355
 
          test "$$dir" != "$$p" || dir=.; \
356
 
          echo "rm -f \"$${dir}/so_locations\""; \
357
 
          rm -f "$${dir}/so_locations"; \
358
 
        done
359
 
libhal-storage.la: $(libhal_storage_la_OBJECTS) $(libhal_storage_la_DEPENDENCIES) 
360
 
        $(AM_V_CCLD)$(libhal_storage_la_LINK) -rpath $(libdir) $(libhal_storage_la_OBJECTS) $(libhal_storage_la_LIBADD) $(LIBS)
361
 
 
362
 
mostlyclean-compile:
363
 
        -rm -f *.$(OBJEXT)
364
 
 
365
 
distclean-compile:
366
 
        -rm -f *.tab.c
367
 
 
368
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhal-storage.Plo@am__quote@
369
 
 
370
 
.c.o:
371
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
374
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
377
 
 
378
 
.c.obj:
379
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
380
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
381
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
382
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
385
 
 
386
 
.c.lo:
387
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
388
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
389
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
390
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
391
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
393
 
 
394
 
mostlyclean-libtool:
395
 
        -rm -f *.lo
396
 
 
397
 
clean-libtool:
398
 
        -rm -rf .libs _libs
399
 
install-libhal_storageincludeHEADERS: $(libhal_storageinclude_HEADERS)
400
 
        @$(NORMAL_INSTALL)
401
 
        test -z "$(libhal_storageincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libhal_storageincludedir)"
402
 
        @list='$(libhal_storageinclude_HEADERS)'; test -n "$(libhal_storageincludedir)" || list=; \
403
 
        for p in $$list; do \
404
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
405
 
          echo "$$d$$p"; \
406
 
        done | $(am__base_list) | \
407
 
        while read files; do \
408
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhal_storageincludedir)'"; \
409
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhal_storageincludedir)" || exit $$?; \
410
 
        done
411
 
 
412
 
uninstall-libhal_storageincludeHEADERS:
413
 
        @$(NORMAL_UNINSTALL)
414
 
        @list='$(libhal_storageinclude_HEADERS)'; test -n "$(libhal_storageincludedir)" || list=; \
415
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
416
 
        test -n "$$files" || exit 0; \
417
 
        echo " ( cd '$(DESTDIR)$(libhal_storageincludedir)' && rm -f" $$files ")"; \
418
 
        cd "$(DESTDIR)$(libhal_storageincludedir)" && rm -f $$files
419
 
 
420
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422
 
        unique=`for i in $$list; do \
423
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
 
          done | \
425
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        mkid -fID $$unique
428
 
tags: TAGS
429
 
 
430
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431
 
                $(TAGS_FILES) $(LISP)
432
 
        set x; \
433
 
        here=`pwd`; \
434
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435
 
        unique=`for i in $$list; do \
436
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
 
          done | \
438
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
 
        shift; \
441
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442
 
          test -n "$$unique" || unique=$$empty_fix; \
443
 
          if test $$# -gt 0; then \
444
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445
 
              "$$@" $$unique; \
446
 
          else \
447
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
 
              $$unique; \
449
 
          fi; \
450
 
        fi
451
 
ctags: CTAGS
452
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453
 
                $(TAGS_FILES) $(LISP)
454
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455
 
        unique=`for i in $$list; do \
456
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
 
          done | \
458
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
460
 
        test -z "$(CTAGS_ARGS)$$unique" \
461
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462
 
             $$unique
463
 
 
464
 
GTAGS:
465
 
        here=`$(am__cd) $(top_builddir) && pwd` \
466
 
          && $(am__cd) $(top_srcdir) \
467
 
          && gtags -i $(GTAGS_ARGS) "$$here"
468
 
 
469
 
distclean-tags:
470
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471
 
 
472
 
distdir: $(DISTFILES)
473
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475
 
        list='$(DISTFILES)'; \
476
 
          dist_files=`for file in $$list; do echo $$file; done | \
477
 
          sed -e "s|^$$srcdirstrip/||;t" \
478
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479
 
        case $$dist_files in \
480
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
481
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482
 
                           sort -u` ;; \
483
 
        esac; \
484
 
        for file in $$dist_files; do \
485
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486
 
          if test -d $$d/$$file; then \
487
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488
 
            if test -d "$(distdir)/$$file"; then \
489
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
 
            fi; \
491
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494
 
            fi; \
495
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496
 
          else \
497
 
            test -f "$(distdir)/$$file" \
498
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
499
 
            || exit 1; \
500
 
          fi; \
501
 
        done
502
 
check-am: all-am
503
 
check: check-am
504
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
505
 
installdirs:
506
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libhal_storageincludedir)"; do \
507
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
508
 
        done
509
 
install: install-am
510
 
install-exec: install-exec-am
511
 
install-data: install-data-am
512
 
uninstall: uninstall-am
513
 
 
514
 
install-am: all-am
515
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
516
 
 
517
 
installcheck: installcheck-am
518
 
install-strip:
519
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521
 
          `test -z '$(STRIP)' || \
522
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
523
 
mostlyclean-generic:
524
 
 
525
 
clean-generic:
526
 
 
527
 
distclean-generic:
528
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
 
 
531
 
maintainer-clean-generic:
532
 
        @echo "This command is intended for maintainers to use"
533
 
        @echo "it deletes files that may require special tools to rebuild."
534
 
clean: clean-am
535
 
 
536
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
537
 
        mostlyclean-am
538
 
 
539
 
distclean: distclean-am
540
 
        -rm -rf ./$(DEPDIR)
541
 
        -rm -f Makefile
542
 
distclean-am: clean-am distclean-compile distclean-generic \
543
 
        distclean-tags
544
 
 
545
 
dvi: dvi-am
546
 
 
547
 
dvi-am:
548
 
 
549
 
html: html-am
550
 
 
551
 
html-am:
552
 
 
553
 
info: info-am
554
 
 
555
 
info-am:
556
 
 
557
 
install-data-am: install-libhal_storageincludeHEADERS
558
 
 
559
 
install-dvi: install-dvi-am
560
 
 
561
 
install-dvi-am:
562
 
 
563
 
install-exec-am: install-libLTLIBRARIES
564
 
 
565
 
install-html: install-html-am
566
 
 
567
 
install-html-am:
568
 
 
569
 
install-info: install-info-am
570
 
 
571
 
install-info-am:
572
 
 
573
 
install-man:
574
 
 
575
 
install-pdf: install-pdf-am
576
 
 
577
 
install-pdf-am:
578
 
 
579
 
install-ps: install-ps-am
580
 
 
581
 
install-ps-am:
582
 
 
583
 
installcheck-am:
584
 
 
585
 
maintainer-clean: maintainer-clean-am
586
 
        -rm -rf ./$(DEPDIR)
587
 
        -rm -f Makefile
588
 
maintainer-clean-am: distclean-am maintainer-clean-generic
589
 
 
590
 
mostlyclean: mostlyclean-am
591
 
 
592
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
593
 
        mostlyclean-libtool
594
 
 
595
 
pdf: pdf-am
596
 
 
597
 
pdf-am:
598
 
 
599
 
ps: ps-am
600
 
 
601
 
ps-am:
602
 
 
603
 
uninstall-am: uninstall-libLTLIBRARIES \
604
 
        uninstall-libhal_storageincludeHEADERS
605
 
 
606
 
.MAKE: install-am install-strip
607
 
 
608
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
609
 
        clean-libLTLIBRARIES clean-libtool clean-local ctags distclean \
610
 
        distclean-compile distclean-generic distclean-libtool \
611
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
612
 
        install install-am install-data install-data-am install-dvi \
613
 
        install-dvi-am install-exec install-exec-am install-html \
614
 
        install-html-am install-info install-info-am \
615
 
        install-libLTLIBRARIES install-libhal_storageincludeHEADERS \
616
 
        install-man install-pdf install-pdf-am install-ps \
617
 
        install-ps-am install-strip installcheck installcheck-am \
618
 
        installdirs maintainer-clean maintainer-clean-generic \
619
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
620
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
621
 
        uninstall-am uninstall-libLTLIBRARIES \
622
 
        uninstall-libhal_storageincludeHEADERS
623
 
 
624
 
 
625
 
clean-local :
626
 
        rm -f *~
627
 
 
628
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
629
 
# Otherwise a system limit (for SysV at least) may be exceeded.
630
 
.NOEXPORT: