~ubuntu-branches/ubuntu/oneiric/hal/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-14 11:45:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110214114559-g5ti3fxottbysekt
Tags: 0.5.14-5+svn1
Upload current Debian svn head to fix FTBFS.

* 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.

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