~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to .pc/99-autoreconf.patch/hald/freebsd/probing/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2011-04-10 07:21:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110410072118-7x5fvkqigp88c6il
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
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
@HALD_COMPILE_FREEBSD_TRUE@libexec_PROGRAMS =  \
38
 
@HALD_COMPILE_FREEBSD_TRUE@     hald-probe-hiddev$(EXEEXT) \
39
 
@HALD_COMPILE_FREEBSD_TRUE@     hald-probe-mouse$(EXEEXT) \
40
 
@HALD_COMPILE_FREEBSD_TRUE@     hald-probe-scsi$(EXEEXT) \
41
 
@HALD_COMPILE_FREEBSD_TRUE@     hald-probe-smbios$(EXEEXT) \
42
 
@HALD_COMPILE_FREEBSD_TRUE@     hald-probe-storage$(EXEEXT) \
43
 
@HALD_COMPILE_FREEBSD_TRUE@     hald-probe-volume$(EXEEXT) \
44
 
@HALD_COMPILE_FREEBSD_TRUE@     $(am__EXEEXT_1)
45
 
@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@am__append_1 = \
46
 
@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-device          \
47
 
@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface
48
 
 
49
 
subdir = hald/freebsd/probing
50
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
53
 
        $(top_srcdir)/configure.in
54
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55
 
        $(ACLOCAL_M4)
56
 
mkinstalldirs = $(install_sh) -d
57
 
CONFIG_HEADER = $(top_builddir)/config.h
58
 
CONFIG_CLEAN_FILES =
59
 
CONFIG_CLEAN_VPATH_FILES =
60
 
@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@am__EXEEXT_1 = hald-probe-usb2-device$(EXEEXT) \
61
 
@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface$(EXEEXT)
62
 
am__installdirs = "$(DESTDIR)$(libexecdir)"
63
 
PROGRAMS = $(libexec_PROGRAMS)
64
 
am_hald_probe_hiddev_OBJECTS = probe-hiddev.$(OBJEXT)
65
 
hald_probe_hiddev_OBJECTS = $(am_hald_probe_hiddev_OBJECTS)
66
 
hald_probe_hiddev_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
67
 
AM_V_lt = $(am__v_lt_$(V))
68
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
69
 
am__v_lt_0 = --silent
70
 
am_hald_probe_mouse_OBJECTS = hald_probe_mouse-probe-mouse.$(OBJEXT)
71
 
hald_probe_mouse_OBJECTS = $(am_hald_probe_mouse_OBJECTS)
72
 
hald_probe_mouse_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
73
 
am_hald_probe_scsi_OBJECTS = probe-scsi.$(OBJEXT)
74
 
hald_probe_scsi_OBJECTS = $(am_hald_probe_scsi_OBJECTS)
75
 
hald_probe_scsi_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
76
 
am_hald_probe_smbios_OBJECTS = probe-smbios.$(OBJEXT)
77
 
hald_probe_smbios_OBJECTS = $(am_hald_probe_smbios_OBJECTS)
78
 
hald_probe_smbios_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
79
 
am_hald_probe_storage_OBJECTS =  \
80
 
        hald_probe_storage-freebsd_dvd_rw_utils.$(OBJEXT) \
81
 
        hald_probe_storage-probe-storage.$(OBJEXT)
82
 
hald_probe_storage_OBJECTS = $(am_hald_probe_storage_OBJECTS)
83
 
hald_probe_storage_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
84
 
am__hald_probe_usb2_device_SOURCES_DIST = probe-usb2-device.c
85
 
@HAVE_LIBUSB20_TRUE@am_hald_probe_usb2_device_OBJECTS =  \
86
 
@HAVE_LIBUSB20_TRUE@    probe-usb2-device.$(OBJEXT)
87
 
hald_probe_usb2_device_OBJECTS = $(am_hald_probe_usb2_device_OBJECTS)
88
 
@HAVE_LIBUSB20_TRUE@hald_probe_usb2_device_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
89
 
am__hald_probe_usb2_interface_SOURCES_DIST = probe-usb2-interface.c
90
 
@HAVE_LIBUSB20_TRUE@am_hald_probe_usb2_interface_OBJECTS =  \
91
 
@HAVE_LIBUSB20_TRUE@    probe-usb2-interface.$(OBJEXT)
92
 
hald_probe_usb2_interface_OBJECTS =  \
93
 
        $(am_hald_probe_usb2_interface_OBJECTS)
94
 
@HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
95
 
am_hald_probe_volume_OBJECTS =  \
96
 
        hald_probe_volume-freebsd_dvd_rw_utils.$(OBJEXT) \
97
 
        hald_probe_volume-probe-volume.$(OBJEXT)
98
 
hald_probe_volume_OBJECTS = $(am_hald_probe_volume_OBJECTS)
99
 
hald_probe_volume_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
100
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
101
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
102
 
am__depfiles_maybe = depfiles
103
 
am__mv = mv -f
104
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
107
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
108
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
109
 
        $(AM_CFLAGS) $(CFLAGS)
110
 
AM_V_CC = $(am__v_CC_$(V))
111
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
112
 
am__v_CC_0 = @echo "  CC    " $@;
113
 
AM_V_at = $(am__v_at_$(V))
114
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
115
 
am__v_at_0 = @
116
 
CCLD = $(CC)
117
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
118
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
119
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
120
 
AM_V_CCLD = $(am__v_CCLD_$(V))
121
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
122
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
123
 
AM_V_GEN = $(am__v_GEN_$(V))
124
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
125
 
am__v_GEN_0 = @echo "  GEN   " $@;
126
 
SOURCES = $(hald_probe_hiddev_SOURCES) $(hald_probe_mouse_SOURCES) \
127
 
        $(hald_probe_scsi_SOURCES) $(hald_probe_smbios_SOURCES) \
128
 
        $(hald_probe_storage_SOURCES) \
129
 
        $(hald_probe_usb2_device_SOURCES) \
130
 
        $(hald_probe_usb2_interface_SOURCES) \
131
 
        $(hald_probe_volume_SOURCES)
132
 
DIST_SOURCES = $(hald_probe_hiddev_SOURCES) \
133
 
        $(hald_probe_mouse_SOURCES) $(hald_probe_scsi_SOURCES) \
134
 
        $(hald_probe_smbios_SOURCES) $(hald_probe_storage_SOURCES) \
135
 
        $(am__hald_probe_usb2_device_SOURCES_DIST) \
136
 
        $(am__hald_probe_usb2_interface_SOURCES_DIST) \
137
 
        $(hald_probe_volume_SOURCES)
138
 
ETAGS = etags
139
 
CTAGS = ctags
140
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
 
ACLOCAL = @ACLOCAL@
142
 
ACPI_ACPID = @ACPI_ACPID@
143
 
ACPI_PROC = @ACPI_PROC@
144
 
AMTAR = @AMTAR@
145
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146
 
AR = @AR@
147
 
AUTOCONF = @AUTOCONF@
148
 
AUTOHEADER = @AUTOHEADER@
149
 
AUTOMAKE = @AUTOMAKE@
150
 
AWK = @AWK@
151
 
BLKID_CFLAGS = @BLKID_CFLAGS@
152
 
BLKID_LIBS = @BLKID_LIBS@
153
 
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
154
 
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
155
 
CC = @CC@
156
 
CCDEPMODE = @CCDEPMODE@
157
 
CFLAGS = @CFLAGS@
158
 
CPP = @CPP@
159
 
CPPFLAGS = @CPPFLAGS@
160
 
CXX = @CXX@
161
 
CXXCPP = @CXXCPP@
162
 
CXXDEPMODE = @CXXDEPMODE@
163
 
CXXFLAGS = @CXXFLAGS@
164
 
CYGPATH_W = @CYGPATH_W@
165
 
DBUS_CFLAGS = @DBUS_CFLAGS@
166
 
DBUS_LIBS = @DBUS_LIBS@
167
 
DBUS_SYS_DIR = @DBUS_SYS_DIR@
168
 
DEFS = @DEFS@
169
 
DEPDIR = @DEPDIR@
170
 
DSYMUTIL = @DSYMUTIL@
171
 
DUMPBIN = @DUMPBIN@
172
 
ECHO_C = @ECHO_C@
173
 
ECHO_N = @ECHO_N@
174
 
ECHO_T = @ECHO_T@
175
 
EGREP = @EGREP@
176
 
EJECT_PROGRAM = @EJECT_PROGRAM@
177
 
EXEEXT = @EXEEXT@
178
 
EXPAT_LIB = @EXPAT_LIB@
179
 
FGREP = @FGREP@
180
 
GLIB_CFLAGS = @GLIB_CFLAGS@
181
 
GLIB_LIBS = @GLIB_LIBS@
182
 
GPERF = @GPERF@
183
 
GREP = @GREP@
184
 
HALD_BACKEND = @HALD_BACKEND@
185
 
HALD_OS_LIBS = @HALD_OS_LIBS@
186
 
HALD_PID_FILE = @HALD_PID_FILE@
187
 
HALD_SOCKET_DIR = @HALD_SOCKET_DIR@
188
 
HAL_GROUP = @HAL_GROUP@
189
 
HAL_USER = @HAL_USER@
190
 
HAVE_GPERF = @HAVE_GPERF@
191
 
HTML_DIR = @HTML_DIR@
192
 
INSTALL = @INSTALL@
193
 
INSTALL_DATA = @INSTALL_DATA@
194
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
196
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197
 
LD = @LD@
198
 
LDFLAGS = @LDFLAGS@
199
 
LIBOBJS = @LIBOBJS@
200
 
LIBS = @LIBS@
201
 
LIBTOOL = @LIBTOOL@
202
 
LIBUSB20_LIBS = @LIBUSB20_LIBS@
203
 
LINUX_INPUT_H = @LINUX_INPUT_H@
204
 
LIPO = @LIPO@
205
 
LN_S = @LN_S@
206
 
LTLIBOBJS = @LTLIBOBJS@
207
 
LT_AGE = @LT_AGE@
208
 
LT_CURRENT = @LT_CURRENT@
209
 
LT_REVISION = @LT_REVISION@
210
 
MAINT = @MAINT@
211
 
MAKEINFO = @MAKEINFO@
212
 
MAN_PAGES_ENABLED = @MAN_PAGES_ENABLED@
213
 
MKDIR_P = @MKDIR_P@
214
 
NM = @NM@
215
 
NMEDIT = @NMEDIT@
216
 
OBJDUMP = @OBJDUMP@
217
 
OBJEXT = @OBJEXT@
218
 
OTOOL = @OTOOL@
219
 
OTOOL64 = @OTOOL64@
220
 
PACKAGE = @PACKAGE@
221
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222
 
PACKAGE_NAME = @PACKAGE_NAME@
223
 
PACKAGE_STRING = @PACKAGE_STRING@
224
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
225
 
PACKAGE_URL = @PACKAGE_URL@
226
 
PACKAGE_VERSION = @PACKAGE_VERSION@
227
 
PARTED_CFLAGS = @PARTED_CFLAGS@
228
 
PARTED_LIBS = @PARTED_LIBS@
229
 
PATH_SEPARATOR = @PATH_SEPARATOR@
230
 
PCI_IDS_DIR = @PCI_IDS_DIR@
231
 
PKG_CONFIG = @PKG_CONFIG@
232
 
POLKIT_CFLAGS = @POLKIT_CFLAGS@
233
 
POLKIT_LIBS = @POLKIT_LIBS@
234
 
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
235
 
RANLIB = @RANLIB@
236
 
SED = @SED@
237
 
SET_MAKE = @SET_MAKE@
238
 
SHELL = @SHELL@
239
 
STRIP = @STRIP@
240
 
USB_IDS_DIR = @USB_IDS_DIR@
241
 
USE_PARTED = @USE_PARTED@
242
 
USE_PCI_IDS = @USE_PCI_IDS@
243
 
USE_PNP_IDS = @USE_PNP_IDS@
244
 
USE_USB_IDS = @USE_USB_IDS@
245
 
VERSION = @VERSION@
246
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
247
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
248
 
XMLLINT = @XMLLINT@
249
 
XMLTO = @XMLTO@
250
 
abs_builddir = @abs_builddir@
251
 
abs_srcdir = @abs_srcdir@
252
 
abs_top_builddir = @abs_top_builddir@
253
 
abs_top_srcdir = @abs_top_srcdir@
254
 
ac_ct_CC = @ac_ct_CC@
255
 
ac_ct_CXX = @ac_ct_CXX@
256
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257
 
am__include = @am__include@
258
 
am__leading_dot = @am__leading_dot@
259
 
am__quote = @am__quote@
260
 
am__tar = @am__tar@
261
 
am__untar = @am__untar@
262
 
bindir = @bindir@
263
 
build = @build@
264
 
build_alias = @build_alias@
265
 
build_cpu = @build_cpu@
266
 
build_os = @build_os@
267
 
build_vendor = @build_vendor@
268
 
builddir = @builddir@
269
 
datadir = @datadir@
270
 
datarootdir = @datarootdir@
271
 
docdir = @docdir@
272
 
dvidir = @dvidir@
273
 
exec_prefix = @exec_prefix@
274
 
host = @host@
275
 
host_alias = @host_alias@
276
 
host_cpu = @host_cpu@
277
 
host_os = @host_os@
278
 
host_vendor = @host_vendor@
279
 
htmldir = @htmldir@
280
 
includedir = @includedir@
281
 
infodir = @infodir@
282
 
install_sh = @install_sh@
283
 
libdir = @libdir@
284
 
libexecdir = @libexecdir@
285
 
localedir = @localedir@
286
 
localstatedir = @localstatedir@
287
 
lt_ECHO = @lt_ECHO@
288
 
mandir = @mandir@
289
 
mkdir_p = @mkdir_p@
290
 
oldincludedir = @oldincludedir@
291
 
pdfdir = @pdfdir@
292
 
prefix = @prefix@
293
 
program_transform_name = @program_transform_name@
294
 
psdir = @psdir@
295
 
sbindir = @sbindir@
296
 
sharedstatedir = @sharedstatedir@
297
 
srcdir = @srcdir@
298
 
sysconfdir = @sysconfdir@
299
 
target_alias = @target_alias@
300
 
top_build_prefix = @top_build_prefix@
301
 
top_builddir = @top_builddir@
302
 
top_srcdir = @top_srcdir@
303
 
udev_prefix = @udev_prefix@
304
 
AM_CPPFLAGS = \
305
 
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
306
 
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
307
 
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
308
 
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
309
 
        -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
310
 
        -I$(top_srcdir) \
311
 
        @DBUS_CFLAGS@
312
 
 
313
 
hald_probe_hiddev_SOURCES = probe-hiddev.c
314
 
hald_probe_hiddev_LDADD = \
315
 
        $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la  \
316
 
        -lusbhid
317
 
 
318
 
@HAVE_LIBUSB20_TRUE@hald_probe_usb2_device_SOURCES = probe-usb2-device.c
319
 
@HAVE_LIBUSB20_TRUE@hald_probe_usb2_device_LDADD = \
320
 
@HAVE_LIBUSB20_TRUE@    $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la  \
321
 
@HAVE_LIBUSB20_TRUE@    @LIBUSB20_LIBS@
322
 
 
323
 
@HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_SOURCES = probe-usb2-interface.c
324
 
@HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_LDADD = \
325
 
@HAVE_LIBUSB20_TRUE@    $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la  \
326
 
@HAVE_LIBUSB20_TRUE@    @LIBUSB20_LIBS@
327
 
 
328
 
hald_probe_mouse_SOURCES = probe-mouse.c
329
 
hald_probe_mouse_CPPFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@
330
 
hald_probe_mouse_LDADD = \
331
 
        @GLIB_LIBS@     \
332
 
        $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \
333
 
        -lutil
334
 
 
335
 
hald_probe_smbios_SOURCES = probe-smbios.c
336
 
hald_probe_smbios_LDADD = \
337
 
        $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
338
 
 
339
 
hald_probe_scsi_SOURCES = probe-scsi.c
340
 
hald_probe_scsi_LDADD = \
341
 
        $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
342
 
 
343
 
hald_probe_storage_SOURCES = freebsd_dvd_rw_utils.c freebsd_dvd_rw_utils.h probe-storage.c
344
 
hald_probe_storage_CPPFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@ @VOLUME_ID_CFLAGS@
345
 
hald_probe_storage_LDADD = \
346
 
        @GLIB_LIBS@                                                     \
347
 
        @VOLUME_ID_LIBS@                                                \
348
 
        $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
349
 
 
350
 
hald_probe_volume_SOURCES = freebsd_dvd_rw_utils.c freebsd_dvd_rw_utils.h probe-volume.c
351
 
hald_probe_volume_CPPFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@ @VOLUME_ID_CFLAGS@
352
 
hald_probe_volume_LDADD = \
353
 
        @GLIB_LIBS@                                                     \
354
 
        @VOLUME_ID_LIBS@                                                \
355
 
        -lufs                                                           \
356
 
        $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
357
 
 
358
 
all: all-am
359
 
 
360
 
.SUFFIXES:
361
 
.SUFFIXES: .c .lo .o .obj
362
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
363
 
        @for dep in $?; do \
364
 
          case '$(am__configure_deps)' in \
365
 
            *$$dep*) \
366
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
367
 
                && { if test -f $@; then exit 0; else break; fi; }; \
368
 
              exit 1;; \
369
 
          esac; \
370
 
        done; \
371
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu hald/freebsd/probing/Makefile'; \
372
 
        $(am__cd) $(top_srcdir) && \
373
 
          $(AUTOMAKE) --gnu hald/freebsd/probing/Makefile
374
 
.PRECIOUS: Makefile
375
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376
 
        @case '$?' in \
377
 
          *config.status*) \
378
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379
 
          *) \
380
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382
 
        esac;
383
 
 
384
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
 
 
387
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
 
$(am__aclocal_m4_deps):
392
 
install-libexecPROGRAMS: $(libexec_PROGRAMS)
393
 
        @$(NORMAL_INSTALL)
394
 
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
395
 
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
396
 
        for p in $$list; do echo "$$p $$p"; done | \
397
 
        sed 's/$(EXEEXT)$$//' | \
398
 
        while read p p1; do if test -f $$p || test -f $$p1; \
399
 
          then echo "$$p"; echo "$$p"; else :; fi; \
400
 
        done | \
401
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
402
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
403
 
        sed 'N;N;N;s,\n, ,g' | \
404
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
405
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
406
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
407
 
            else { print "f", $$3 "/" $$4, $$1; } } \
408
 
          END { for (d in files) print "f", d, files[d] }' | \
409
 
        while read type dir files; do \
410
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
411
 
            test -z "$$files" || { \
412
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
413
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
414
 
            } \
415
 
        ; done
416
 
 
417
 
uninstall-libexecPROGRAMS:
418
 
        @$(NORMAL_UNINSTALL)
419
 
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
420
 
        files=`for p in $$list; do echo "$$p"; done | \
421
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
422
 
              -e 's/$$/$(EXEEXT)/' `; \
423
 
        test -n "$$list" || exit 0; \
424
 
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
425
 
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
426
 
 
427
 
clean-libexecPROGRAMS:
428
 
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
429
 
        echo " rm -f" $$list; \
430
 
        rm -f $$list || exit $$?; \
431
 
        test -n "$(EXEEXT)" || exit 0; \
432
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
433
 
        echo " rm -f" $$list; \
434
 
        rm -f $$list
435
 
hald-probe-hiddev$(EXEEXT): $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_DEPENDENCIES) 
436
 
        @rm -f hald-probe-hiddev$(EXEEXT)
437
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_LDADD) $(LIBS)
438
 
hald-probe-mouse$(EXEEXT): $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_DEPENDENCIES) 
439
 
        @rm -f hald-probe-mouse$(EXEEXT)
440
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_LDADD) $(LIBS)
441
 
hald-probe-scsi$(EXEEXT): $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_DEPENDENCIES) 
442
 
        @rm -f hald-probe-scsi$(EXEEXT)
443
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_LDADD) $(LIBS)
444
 
hald-probe-smbios$(EXEEXT): $(hald_probe_smbios_OBJECTS) $(hald_probe_smbios_DEPENDENCIES) 
445
 
        @rm -f hald-probe-smbios$(EXEEXT)
446
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_smbios_OBJECTS) $(hald_probe_smbios_LDADD) $(LIBS)
447
 
hald-probe-storage$(EXEEXT): $(hald_probe_storage_OBJECTS) $(hald_probe_storage_DEPENDENCIES) 
448
 
        @rm -f hald-probe-storage$(EXEEXT)
449
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_storage_OBJECTS) $(hald_probe_storage_LDADD) $(LIBS)
450
 
hald-probe-usb2-device$(EXEEXT): $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_DEPENDENCIES) 
451
 
        @rm -f hald-probe-usb2-device$(EXEEXT)
452
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_LDADD) $(LIBS)
453
 
hald-probe-usb2-interface$(EXEEXT): $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_DEPENDENCIES) 
454
 
        @rm -f hald-probe-usb2-interface$(EXEEXT)
455
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_LDADD) $(LIBS)
456
 
hald-probe-volume$(EXEEXT): $(hald_probe_volume_OBJECTS) $(hald_probe_volume_DEPENDENCIES) 
457
 
        @rm -f hald-probe-volume$(EXEEXT)
458
 
        $(AM_V_CCLD)$(LINK) $(hald_probe_volume_OBJECTS) $(hald_probe_volume_LDADD) $(LIBS)
459
 
 
460
 
mostlyclean-compile:
461
 
        -rm -f *.$(OBJEXT)
462
 
 
463
 
distclean-compile:
464
 
        -rm -f *.tab.c
465
 
 
466
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_mouse-probe-mouse.Po@am__quote@
467
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po@am__quote@
468
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_storage-probe-storage.Po@am__quote@
469
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po@am__quote@
470
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_volume-probe-volume.Po@am__quote@
471
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-hiddev.Po@am__quote@
472
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-scsi.Po@am__quote@
473
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-smbios.Po@am__quote@
474
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-usb2-device.Po@am__quote@
475
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-usb2-interface.Po@am__quote@
476
 
 
477
 
.c.o:
478
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
479
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
480
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
481
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
482
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
484
 
 
485
 
.c.obj:
486
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
487
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
489
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
490
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
492
 
 
493
 
.c.lo:
494
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
495
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
496
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
497
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
498
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
500
 
 
501
 
hald_probe_mouse-probe-mouse.o: probe-mouse.c
502
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.o -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c
503
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po
504
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
505
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-mouse.c' object='hald_probe_mouse-probe-mouse.o' libtool=no @AMDEPBACKSLASH@
506
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c
508
 
 
509
 
hald_probe_mouse-probe-mouse.obj: probe-mouse.c
510
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.obj -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi`
511
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po
512
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
513
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-mouse.c' object='hald_probe_mouse-probe-mouse.obj' libtool=no @AMDEPBACKSLASH@
514
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi`
516
 
 
517
 
hald_probe_storage-freebsd_dvd_rw_utils.o: freebsd_dvd_rw_utils.c
518
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c
519
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po
520
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
521
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='freebsd_dvd_rw_utils.c' object='hald_probe_storage-freebsd_dvd_rw_utils.o' libtool=no @AMDEPBACKSLASH@
522
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c
524
 
 
525
 
hald_probe_storage-freebsd_dvd_rw_utils.obj: freebsd_dvd_rw_utils.c
526
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi`
527
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po
528
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
529
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='freebsd_dvd_rw_utils.c' object='hald_probe_storage-freebsd_dvd_rw_utils.obj' libtool=no @AMDEPBACKSLASH@
530
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi`
532
 
 
533
 
hald_probe_storage-probe-storage.o: probe-storage.c
534
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c
535
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po
536
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
537
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-storage.c' object='hald_probe_storage-probe-storage.o' libtool=no @AMDEPBACKSLASH@
538
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c
540
 
 
541
 
hald_probe_storage-probe-storage.obj: probe-storage.c
542
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi`
543
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po
544
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
545
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-storage.c' object='hald_probe_storage-probe-storage.obj' libtool=no @AMDEPBACKSLASH@
546
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi`
548
 
 
549
 
hald_probe_volume-freebsd_dvd_rw_utils.o: freebsd_dvd_rw_utils.c
550
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_volume-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c
551
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po
552
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
553
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='freebsd_dvd_rw_utils.c' object='hald_probe_volume-freebsd_dvd_rw_utils.o' libtool=no @AMDEPBACKSLASH@
554
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c
556
 
 
557
 
hald_probe_volume-freebsd_dvd_rw_utils.obj: freebsd_dvd_rw_utils.c
558
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-freebsd_dvd_rw_utils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_volume-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi`
559
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po
560
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
561
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='freebsd_dvd_rw_utils.c' object='hald_probe_volume-freebsd_dvd_rw_utils.obj' libtool=no @AMDEPBACKSLASH@
562
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi`
564
 
 
565
 
hald_probe_volume-probe-volume.o: probe-volume.c
566
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c
567
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po
568
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
569
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-volume.c' object='hald_probe_volume-probe-volume.o' libtool=no @AMDEPBACKSLASH@
570
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c
572
 
 
573
 
hald_probe_volume-probe-volume.obj: probe-volume.c
574
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi`
575
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po
576
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
577
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-volume.c' object='hald_probe_volume-probe-volume.obj' libtool=no @AMDEPBACKSLASH@
578
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi`
580
 
 
581
 
mostlyclean-libtool:
582
 
        -rm -f *.lo
583
 
 
584
 
clean-libtool:
585
 
        -rm -rf .libs _libs
586
 
 
587
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
588
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
589
 
        unique=`for i in $$list; do \
590
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
591
 
          done | \
592
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
593
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
594
 
        mkid -fID $$unique
595
 
tags: TAGS
596
 
 
597
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
598
 
                $(TAGS_FILES) $(LISP)
599
 
        set x; \
600
 
        here=`pwd`; \
601
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
602
 
        unique=`for i in $$list; do \
603
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
604
 
          done | \
605
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
606
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
607
 
        shift; \
608
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
609
 
          test -n "$$unique" || unique=$$empty_fix; \
610
 
          if test $$# -gt 0; then \
611
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
612
 
              "$$@" $$unique; \
613
 
          else \
614
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
615
 
              $$unique; \
616
 
          fi; \
617
 
        fi
618
 
ctags: CTAGS
619
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
620
 
                $(TAGS_FILES) $(LISP)
621
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
622
 
        unique=`for i in $$list; do \
623
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624
 
          done | \
625
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
626
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
627
 
        test -z "$(CTAGS_ARGS)$$unique" \
628
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
629
 
             $$unique
630
 
 
631
 
GTAGS:
632
 
        here=`$(am__cd) $(top_builddir) && pwd` \
633
 
          && $(am__cd) $(top_srcdir) \
634
 
          && gtags -i $(GTAGS_ARGS) "$$here"
635
 
 
636
 
distclean-tags:
637
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
638
 
 
639
 
distdir: $(DISTFILES)
640
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
641
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642
 
        list='$(DISTFILES)'; \
643
 
          dist_files=`for file in $$list; do echo $$file; done | \
644
 
          sed -e "s|^$$srcdirstrip/||;t" \
645
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
646
 
        case $$dist_files in \
647
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
648
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
649
 
                           sort -u` ;; \
650
 
        esac; \
651
 
        for file in $$dist_files; do \
652
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
653
 
          if test -d $$d/$$file; then \
654
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
655
 
            if test -d "$(distdir)/$$file"; then \
656
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657
 
            fi; \
658
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
659
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
660
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
661
 
            fi; \
662
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
663
 
          else \
664
 
            test -f "$(distdir)/$$file" \
665
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
666
 
            || exit 1; \
667
 
          fi; \
668
 
        done
669
 
check-am: all-am
670
 
check: check-am
671
 
all-am: Makefile $(PROGRAMS)
672
 
installdirs:
673
 
        for dir in "$(DESTDIR)$(libexecdir)"; do \
674
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
675
 
        done
676
 
install: install-am
677
 
install-exec: install-exec-am
678
 
install-data: install-data-am
679
 
uninstall: uninstall-am
680
 
 
681
 
install-am: all-am
682
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
683
 
 
684
 
installcheck: installcheck-am
685
 
install-strip:
686
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688
 
          `test -z '$(STRIP)' || \
689
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
690
 
mostlyclean-generic:
691
 
 
692
 
clean-generic:
693
 
 
694
 
distclean-generic:
695
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
696
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697
 
 
698
 
maintainer-clean-generic:
699
 
        @echo "This command is intended for maintainers to use"
700
 
        @echo "it deletes files that may require special tools to rebuild."
701
 
clean: clean-am
702
 
 
703
 
clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
704
 
        mostlyclean-am
705
 
 
706
 
distclean: distclean-am
707
 
        -rm -rf ./$(DEPDIR)
708
 
        -rm -f Makefile
709
 
distclean-am: clean-am distclean-compile distclean-generic \
710
 
        distclean-tags
711
 
 
712
 
dvi: dvi-am
713
 
 
714
 
dvi-am:
715
 
 
716
 
html: html-am
717
 
 
718
 
html-am:
719
 
 
720
 
info: info-am
721
 
 
722
 
info-am:
723
 
 
724
 
install-data-am:
725
 
 
726
 
install-dvi: install-dvi-am
727
 
 
728
 
install-dvi-am:
729
 
 
730
 
install-exec-am: install-libexecPROGRAMS
731
 
 
732
 
install-html: install-html-am
733
 
 
734
 
install-html-am:
735
 
 
736
 
install-info: install-info-am
737
 
 
738
 
install-info-am:
739
 
 
740
 
install-man:
741
 
 
742
 
install-pdf: install-pdf-am
743
 
 
744
 
install-pdf-am:
745
 
 
746
 
install-ps: install-ps-am
747
 
 
748
 
install-ps-am:
749
 
 
750
 
installcheck-am:
751
 
 
752
 
maintainer-clean: maintainer-clean-am
753
 
        -rm -rf ./$(DEPDIR)
754
 
        -rm -f Makefile
755
 
maintainer-clean-am: distclean-am maintainer-clean-generic
756
 
 
757
 
mostlyclean: mostlyclean-am
758
 
 
759
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
760
 
        mostlyclean-libtool
761
 
 
762
 
pdf: pdf-am
763
 
 
764
 
pdf-am:
765
 
 
766
 
ps: ps-am
767
 
 
768
 
ps-am:
769
 
 
770
 
uninstall-am: uninstall-libexecPROGRAMS
771
 
 
772
 
.MAKE: install-am install-strip
773
 
 
774
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
775
 
        clean-libexecPROGRAMS clean-libtool ctags distclean \
776
 
        distclean-compile distclean-generic distclean-libtool \
777
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
778
 
        install install-am install-data install-data-am install-dvi \
779
 
        install-dvi-am install-exec install-exec-am install-html \
780
 
        install-html-am install-info install-info-am \
781
 
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
782
 
        install-ps install-ps-am install-strip installcheck \
783
 
        installcheck-am installdirs maintainer-clean \
784
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
785
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
786
 
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
787
 
 
788
 
 
789
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
790
 
# Otherwise a system limit (for SysV at least) may be exceeded.
791
 
.NOEXPORT: