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

« back to all changes in this revision

Viewing changes to .pc/99-autoreconf.patch/tools/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
 
@HALD_COMPILE_LINUX_TRUE@am__append_1 = linux
39
 
@HALD_COMPILE_FREEBSD_TRUE@am__append_2 = freebsd
40
 
bin_PROGRAMS = lshal$(EXEEXT) hal-get-property$(EXEEXT) \
41
 
        hal-set-property$(EXEEXT) hal-find-by-capability$(EXEEXT) \
42
 
        hal-find-by-property$(EXEEXT) hal-device$(EXEEXT) \
43
 
        hal-is-caller-locked-out$(EXEEXT) hal-lock$(EXEEXT) \
44
 
        hal-disable-polling$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2)
45
 
@HAVE_POLKIT_TRUE@am__append_3 = hal-is-caller-privileged
46
 
@BUILD_KEYMAPS_TRUE@am__append_4 = hal-setup-keymap
47
 
libexec_PROGRAMS = hal-storage-mount$(EXEEXT) \
48
 
        hal-storage-unmount$(EXEEXT) hal-storage-eject$(EXEEXT) \
49
 
        hal-storage-closetray$(EXEEXT) \
50
 
        hal-storage-cleanup-mountpoint$(EXEEXT) \
51
 
        hal-storage-cleanup-all-mountpoints$(EXEEXT) \
52
 
        hal-system-setserial$(EXEEXT) \
53
 
        hal-system-power-pm-is-supported$(EXEEXT) $(am__EXEEXT_3) \
54
 
        $(am__EXEEXT_4) $(am__EXEEXT_5)
55
 
@HAVE_PMU_TRUE@am__append_5 = \
56
 
@HAVE_PMU_TRUE@ hal-system-power-pmu
57
 
 
58
 
@HAVE_SONYPIC_TRUE@am__append_6 = \
59
 
@HAVE_SONYPIC_TRUE@     hal-system-sonypic
60
 
 
61
 
@HAVE_ACLMGMT_TRUE@am__append_7 = hal-acl-tool
62
 
@HAVE_UMOUNT_HAL_TRUE@slashsbin_PROGRAMS = umount.hal$(EXEEXT)
63
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@am__append_8 = \
64
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   hal-setup-keymap-hash-name.h            \
65
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   hal-setup-keymap-hash-name.gperf        \
66
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   hal-setup-keymap-keys.txt
67
 
 
68
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@am__append_9 = \
69
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   hal-setup-keymap-hash-name.h            \
70
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   hal-setup-keymap-hash-name.gperf        \
71
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   hal-setup-keymap-keys.txt
72
 
 
73
 
subdir = tools
74
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
77
 
        $(top_srcdir)/configure.in
78
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
 
        $(ACLOCAL_M4)
80
 
mkinstalldirs = $(install_sh) -d
81
 
CONFIG_HEADER = $(top_builddir)/config.h
82
 
CONFIG_CLEAN_FILES =
83
 
CONFIG_CLEAN_VPATH_FILES =
84
 
@HAVE_POLKIT_TRUE@am__EXEEXT_1 = hal-is-caller-privileged$(EXEEXT)
85
 
@BUILD_KEYMAPS_TRUE@am__EXEEXT_2 = hal-setup-keymap$(EXEEXT)
86
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
87
 
        "$(DESTDIR)$(slashsbindir)" "$(DESTDIR)$(scriptdir)"
88
 
@HAVE_PMU_TRUE@am__EXEEXT_3 = hal-system-power-pmu$(EXEEXT)
89
 
@HAVE_SONYPIC_TRUE@am__EXEEXT_4 = hal-system-sonypic$(EXEEXT)
90
 
@HAVE_ACLMGMT_TRUE@am__EXEEXT_5 = hal-acl-tool$(EXEEXT)
91
 
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(slashsbin_PROGRAMS)
92
 
am__hal_acl_tool_SOURCES_DIST = hal-acl-tool.c
93
 
@HAVE_ACLMGMT_TRUE@am_hal_acl_tool_OBJECTS = hal-acl-tool.$(OBJEXT)
94
 
hal_acl_tool_OBJECTS = $(am_hal_acl_tool_OBJECTS)
95
 
@HAVE_ACLMGMT_TRUE@hal_acl_tool_DEPENDENCIES =  \
96
 
@HAVE_ACLMGMT_TRUE@     $(top_builddir)/libhal/libhal.la
97
 
AM_V_lt = $(am__v_lt_$(V))
98
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
99
 
am__v_lt_0 = --silent
100
 
am_hal_device_OBJECTS = hal-device.$(OBJEXT)
101
 
hal_device_OBJECTS = $(am_hal_device_OBJECTS)
102
 
hal_device_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
103
 
am_hal_disable_polling_OBJECTS = hal-disable-polling.$(OBJEXT)
104
 
hal_disable_polling_OBJECTS = $(am_hal_disable_polling_OBJECTS)
105
 
hal_disable_polling_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
106
 
am_hal_find_by_capability_OBJECTS = hal_find_by_capability.$(OBJEXT)
107
 
hal_find_by_capability_OBJECTS = $(am_hal_find_by_capability_OBJECTS)
108
 
hal_find_by_capability_DEPENDENCIES =  \
109
 
        $(top_builddir)/libhal/libhal.la
110
 
am_hal_find_by_property_OBJECTS = hal_find_by_property.$(OBJEXT)
111
 
hal_find_by_property_OBJECTS = $(am_hal_find_by_property_OBJECTS)
112
 
hal_find_by_property_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
113
 
am_hal_get_property_OBJECTS = hal_get_property.$(OBJEXT)
114
 
hal_get_property_OBJECTS = $(am_hal_get_property_OBJECTS)
115
 
hal_get_property_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
116
 
am_hal_is_caller_locked_out_OBJECTS =  \
117
 
        hal-is-caller-locked-out.$(OBJEXT)
118
 
hal_is_caller_locked_out_OBJECTS =  \
119
 
        $(am_hal_is_caller_locked_out_OBJECTS)
120
 
hal_is_caller_locked_out_DEPENDENCIES =  \
121
 
        $(top_builddir)/libhal/libhal.la
122
 
am__hal_is_caller_privileged_SOURCES_DIST =  \
123
 
        hal-is-caller-privileged.c
124
 
@HAVE_POLKIT_TRUE@am_hal_is_caller_privileged_OBJECTS =  \
125
 
@HAVE_POLKIT_TRUE@      hal-is-caller-privileged.$(OBJEXT)
126
 
hal_is_caller_privileged_OBJECTS =  \
127
 
        $(am_hal_is_caller_privileged_OBJECTS)
128
 
@HAVE_POLKIT_TRUE@hal_is_caller_privileged_DEPENDENCIES =  \
129
 
@HAVE_POLKIT_TRUE@      $(top_builddir)/libhal/libhal.la
130
 
am_hal_lock_OBJECTS = hal-lock.$(OBJEXT)
131
 
hal_lock_OBJECTS = $(am_hal_lock_OBJECTS)
132
 
hal_lock_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
133
 
am_hal_set_property_OBJECTS = hal_set_property.$(OBJEXT)
134
 
hal_set_property_OBJECTS = $(am_hal_set_property_OBJECTS)
135
 
hal_set_property_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
136
 
am__hal_setup_keymap_SOURCES_DIST = hal-setup-keymap.c
137
 
@BUILD_KEYMAPS_TRUE@am_hal_setup_keymap_OBJECTS =  \
138
 
@BUILD_KEYMAPS_TRUE@    hal-setup-keymap.$(OBJEXT)
139
 
nodist_hal_setup_keymap_OBJECTS =
140
 
hal_setup_keymap_OBJECTS = $(am_hal_setup_keymap_OBJECTS) \
141
 
        $(nodist_hal_setup_keymap_OBJECTS)
142
 
@BUILD_KEYMAPS_TRUE@hal_setup_keymap_DEPENDENCIES =  \
143
 
@BUILD_KEYMAPS_TRUE@    $(top_builddir)/libhal/libhal.la
144
 
am_hal_storage_cleanup_all_mountpoints_OBJECTS =  \
145
 
        hal-storage-cleanup-all-mountpoints.$(OBJEXT) \
146
 
        hal-storage-shared.$(OBJEXT)
147
 
hal_storage_cleanup_all_mountpoints_OBJECTS =  \
148
 
        $(am_hal_storage_cleanup_all_mountpoints_OBJECTS)
149
 
hal_storage_cleanup_all_mountpoints_DEPENDENCIES =  \
150
 
        $(top_builddir)/libhal/libhal.la \
151
 
        $(top_builddir)/libhal-storage/libhal-storage.la
152
 
am_hal_storage_cleanup_mountpoint_OBJECTS =  \
153
 
        hal-storage-cleanup-mountpoint.$(OBJEXT) \
154
 
        hal-storage-shared.$(OBJEXT)
155
 
hal_storage_cleanup_mountpoint_OBJECTS =  \
156
 
        $(am_hal_storage_cleanup_mountpoint_OBJECTS)
157
 
hal_storage_cleanup_mountpoint_DEPENDENCIES =  \
158
 
        $(top_builddir)/libhal/libhal.la \
159
 
        $(top_builddir)/libhal-storage/libhal-storage.la
160
 
am_hal_storage_closetray_OBJECTS = hal-storage-closetray.$(OBJEXT) \
161
 
        hal-storage-shared.$(OBJEXT)
162
 
hal_storage_closetray_OBJECTS = $(am_hal_storage_closetray_OBJECTS)
163
 
hal_storage_closetray_DEPENDENCIES = $(top_builddir)/libhal/libhal.la \
164
 
        $(top_builddir)/libhal-storage/libhal-storage.la
165
 
am_hal_storage_eject_OBJECTS = hal-storage-eject.$(OBJEXT) \
166
 
        hal-storage-shared.$(OBJEXT)
167
 
hal_storage_eject_OBJECTS = $(am_hal_storage_eject_OBJECTS)
168
 
hal_storage_eject_DEPENDENCIES = $(top_builddir)/libhal/libhal.la \
169
 
        $(top_builddir)/libhal-storage/libhal-storage.la
170
 
am_hal_storage_mount_OBJECTS = hal-storage-mount.$(OBJEXT) \
171
 
        hal-storage-shared.$(OBJEXT)
172
 
hal_storage_mount_OBJECTS = $(am_hal_storage_mount_OBJECTS)
173
 
hal_storage_mount_DEPENDENCIES = $(top_builddir)/libhal/libhal.la \
174
 
        $(top_builddir)/libhal-storage/libhal-storage.la
175
 
am_hal_storage_unmount_OBJECTS = hal-storage-unmount.$(OBJEXT) \
176
 
        hal-storage-shared.$(OBJEXT)
177
 
hal_storage_unmount_OBJECTS = $(am_hal_storage_unmount_OBJECTS)
178
 
hal_storage_unmount_DEPENDENCIES = $(top_builddir)/libhal/libhal.la \
179
 
        $(top_builddir)/libhal-storage/libhal-storage.la
180
 
am_hal_system_power_pm_is_supported_OBJECTS =  \
181
 
        hal-system-power-pm-is-supported.$(OBJEXT)
182
 
hal_system_power_pm_is_supported_OBJECTS =  \
183
 
        $(am_hal_system_power_pm_is_supported_OBJECTS)
184
 
hal_system_power_pm_is_supported_DEPENDENCIES =  \
185
 
        $(top_builddir)/libhal/libhal.la
186
 
am__hal_system_power_pmu_SOURCES_DIST = hal-system-power-pmu.c
187
 
@HAVE_PMU_TRUE@am_hal_system_power_pmu_OBJECTS =  \
188
 
@HAVE_PMU_TRUE@ hal-system-power-pmu.$(OBJEXT)
189
 
hal_system_power_pmu_OBJECTS = $(am_hal_system_power_pmu_OBJECTS)
190
 
@HAVE_PMU_TRUE@hal_system_power_pmu_DEPENDENCIES =  \
191
 
@HAVE_PMU_TRUE@ $(top_builddir)/libhal/libhal.la
192
 
am_hal_system_setserial_OBJECTS = hal-system-setserial.$(OBJEXT)
193
 
hal_system_setserial_OBJECTS = $(am_hal_system_setserial_OBJECTS)
194
 
hal_system_setserial_DEPENDENCIES =
195
 
am__hal_system_sonypic_SOURCES_DIST = hal-system-sonypic.c
196
 
@HAVE_SONYPIC_TRUE@am_hal_system_sonypic_OBJECTS =  \
197
 
@HAVE_SONYPIC_TRUE@     hal-system-sonypic.$(OBJEXT)
198
 
hal_system_sonypic_OBJECTS = $(am_hal_system_sonypic_OBJECTS)
199
 
@HAVE_SONYPIC_TRUE@hal_system_sonypic_DEPENDENCIES =  \
200
 
@HAVE_SONYPIC_TRUE@     $(top_builddir)/libhal/libhal.la
201
 
am_lshal_OBJECTS = lshal.$(OBJEXT)
202
 
lshal_OBJECTS = $(am_lshal_OBJECTS)
203
 
lshal_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
204
 
am__umount_hal_SOURCES_DIST = umount-hal.c
205
 
@HAVE_UMOUNT_HAL_TRUE@am_umount_hal_OBJECTS = umount-hal.$(OBJEXT)
206
 
umount_hal_OBJECTS = $(am_umount_hal_OBJECTS)
207
 
@HAVE_UMOUNT_HAL_TRUE@umount_hal_DEPENDENCIES =  \
208
 
@HAVE_UMOUNT_HAL_TRUE@  $(top_builddir)/libhal/libhal.la \
209
 
@HAVE_UMOUNT_HAL_TRUE@  $(top_builddir)/libhal-storage/libhal-storage.la
210
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
211
 
am__vpath_adj = case $$p in \
212
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
213
 
    *) f=$$p;; \
214
 
  esac;
215
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
216
 
am__install_max = 40
217
 
am__nobase_strip_setup = \
218
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
219
 
am__nobase_strip = \
220
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
221
 
am__nobase_list = $(am__nobase_strip_setup); \
222
 
  for p in $$list; do echo "$$p $$p"; done | \
223
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
224
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
225
 
    if (++n[$$2] == $(am__install_max)) \
226
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
227
 
    END { for (dir in files) print dir, files[dir] }'
228
 
am__base_list = \
229
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
230
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
231
 
SCRIPTS = $(script_SCRIPTS)
232
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
233
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
234
 
am__depfiles_maybe = depfiles
235
 
am__mv = mv -f
236
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
237
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
238
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
239
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
240
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
241
 
        $(AM_CFLAGS) $(CFLAGS)
242
 
AM_V_CC = $(am__v_CC_$(V))
243
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
244
 
am__v_CC_0 = @echo "  CC    " $@;
245
 
AM_V_at = $(am__v_at_$(V))
246
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
247
 
am__v_at_0 = @
248
 
CCLD = $(CC)
249
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
250
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
251
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
252
 
AM_V_CCLD = $(am__v_CCLD_$(V))
253
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
254
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
255
 
AM_V_GEN = $(am__v_GEN_$(V))
256
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
257
 
am__v_GEN_0 = @echo "  GEN   " $@;
258
 
SOURCES = $(hal_acl_tool_SOURCES) $(hal_device_SOURCES) \
259
 
        $(hal_disable_polling_SOURCES) \
260
 
        $(hal_find_by_capability_SOURCES) \
261
 
        $(hal_find_by_property_SOURCES) $(hal_get_property_SOURCES) \
262
 
        $(hal_is_caller_locked_out_SOURCES) \
263
 
        $(hal_is_caller_privileged_SOURCES) $(hal_lock_SOURCES) \
264
 
        $(hal_set_property_SOURCES) $(hal_setup_keymap_SOURCES) \
265
 
        $(nodist_hal_setup_keymap_SOURCES) \
266
 
        $(hal_storage_cleanup_all_mountpoints_SOURCES) \
267
 
        $(hal_storage_cleanup_mountpoint_SOURCES) \
268
 
        $(hal_storage_closetray_SOURCES) $(hal_storage_eject_SOURCES) \
269
 
        $(hal_storage_mount_SOURCES) $(hal_storage_unmount_SOURCES) \
270
 
        $(hal_system_power_pm_is_supported_SOURCES) \
271
 
        $(hal_system_power_pmu_SOURCES) \
272
 
        $(hal_system_setserial_SOURCES) $(hal_system_sonypic_SOURCES) \
273
 
        $(lshal_SOURCES) $(umount_hal_SOURCES)
274
 
DIST_SOURCES = $(am__hal_acl_tool_SOURCES_DIST) $(hal_device_SOURCES) \
275
 
        $(hal_disable_polling_SOURCES) \
276
 
        $(hal_find_by_capability_SOURCES) \
277
 
        $(hal_find_by_property_SOURCES) $(hal_get_property_SOURCES) \
278
 
        $(hal_is_caller_locked_out_SOURCES) \
279
 
        $(am__hal_is_caller_privileged_SOURCES_DIST) \
280
 
        $(hal_lock_SOURCES) $(hal_set_property_SOURCES) \
281
 
        $(am__hal_setup_keymap_SOURCES_DIST) \
282
 
        $(hal_storage_cleanup_all_mountpoints_SOURCES) \
283
 
        $(hal_storage_cleanup_mountpoint_SOURCES) \
284
 
        $(hal_storage_closetray_SOURCES) $(hal_storage_eject_SOURCES) \
285
 
        $(hal_storage_mount_SOURCES) $(hal_storage_unmount_SOURCES) \
286
 
        $(hal_system_power_pm_is_supported_SOURCES) \
287
 
        $(am__hal_system_power_pmu_SOURCES_DIST) \
288
 
        $(hal_system_setserial_SOURCES) \
289
 
        $(am__hal_system_sonypic_SOURCES_DIST) $(lshal_SOURCES) \
290
 
        $(am__umount_hal_SOURCES_DIST)
291
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
292
 
        html-recursive info-recursive install-data-recursive \
293
 
        install-dvi-recursive install-exec-recursive \
294
 
        install-html-recursive install-info-recursive \
295
 
        install-pdf-recursive install-ps-recursive install-recursive \
296
 
        installcheck-recursive installdirs-recursive pdf-recursive \
297
 
        ps-recursive uninstall-recursive
298
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
299
 
  distclean-recursive maintainer-clean-recursive
300
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
301
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
302
 
        distdir
303
 
ETAGS = etags
304
 
CTAGS = ctags
305
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
306
 
am__relativize = \
307
 
  dir0=`pwd`; \
308
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
309
 
  sed_rest='s,^[^/]*/*,,'; \
310
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
311
 
  sed_butlast='s,/*[^/]*$$,,'; \
312
 
  while test -n "$$dir1"; do \
313
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
314
 
    if test "$$first" != "."; then \
315
 
      if test "$$first" = ".."; then \
316
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
317
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
318
 
      else \
319
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
320
 
        if test "$$first2" = "$$first"; then \
321
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
322
 
        else \
323
 
          dir2="../$$dir2"; \
324
 
        fi; \
325
 
        dir0="$$dir0"/"$$first"; \
326
 
      fi; \
327
 
    fi; \
328
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
329
 
  done; \
330
 
  reldir="$$dir2"
331
 
ACLOCAL = @ACLOCAL@
332
 
ACPI_ACPID = @ACPI_ACPID@
333
 
ACPI_PROC = @ACPI_PROC@
334
 
AMTAR = @AMTAR@
335
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
336
 
AR = @AR@
337
 
AUTOCONF = @AUTOCONF@
338
 
AUTOHEADER = @AUTOHEADER@
339
 
AUTOMAKE = @AUTOMAKE@
340
 
AWK = @AWK@
341
 
BLKID_CFLAGS = @BLKID_CFLAGS@
342
 
BLKID_LIBS = @BLKID_LIBS@
343
 
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
344
 
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
345
 
CC = @CC@
346
 
CCDEPMODE = @CCDEPMODE@
347
 
CFLAGS = @CFLAGS@
348
 
CPP = @CPP@
349
 
CPPFLAGS = @CPPFLAGS@
350
 
CXX = @CXX@
351
 
CXXCPP = @CXXCPP@
352
 
CXXDEPMODE = @CXXDEPMODE@
353
 
CXXFLAGS = @CXXFLAGS@
354
 
CYGPATH_W = @CYGPATH_W@
355
 
DBUS_CFLAGS = @DBUS_CFLAGS@
356
 
DBUS_LIBS = @DBUS_LIBS@
357
 
DBUS_SYS_DIR = @DBUS_SYS_DIR@
358
 
DEFS = @DEFS@
359
 
DEPDIR = @DEPDIR@
360
 
DSYMUTIL = @DSYMUTIL@
361
 
DUMPBIN = @DUMPBIN@
362
 
ECHO_C = @ECHO_C@
363
 
ECHO_N = @ECHO_N@
364
 
ECHO_T = @ECHO_T@
365
 
EGREP = @EGREP@
366
 
EJECT_PROGRAM = @EJECT_PROGRAM@
367
 
EXEEXT = @EXEEXT@
368
 
EXPAT_LIB = @EXPAT_LIB@
369
 
FGREP = @FGREP@
370
 
GLIB_CFLAGS = @GLIB_CFLAGS@
371
 
GLIB_LIBS = @GLIB_LIBS@
372
 
GPERF = @GPERF@
373
 
GREP = @GREP@
374
 
HALD_BACKEND = @HALD_BACKEND@
375
 
HALD_OS_LIBS = @HALD_OS_LIBS@
376
 
HALD_PID_FILE = @HALD_PID_FILE@
377
 
HALD_SOCKET_DIR = @HALD_SOCKET_DIR@
378
 
HAL_GROUP = @HAL_GROUP@
379
 
HAL_USER = @HAL_USER@
380
 
HAVE_GPERF = @HAVE_GPERF@
381
 
HTML_DIR = @HTML_DIR@
382
 
INSTALL = @INSTALL@
383
 
INSTALL_DATA = @INSTALL_DATA@
384
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
385
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
386
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
387
 
LD = @LD@
388
 
LDFLAGS = @LDFLAGS@
389
 
LIBOBJS = @LIBOBJS@
390
 
LIBS = @LIBS@
391
 
LIBTOOL = @LIBTOOL@
392
 
LIBUSB20_LIBS = @LIBUSB20_LIBS@
393
 
LINUX_INPUT_H = @LINUX_INPUT_H@
394
 
LIPO = @LIPO@
395
 
LN_S = @LN_S@
396
 
LTLIBOBJS = @LTLIBOBJS@
397
 
LT_AGE = @LT_AGE@
398
 
LT_CURRENT = @LT_CURRENT@
399
 
LT_REVISION = @LT_REVISION@
400
 
MAINT = @MAINT@
401
 
MAKEINFO = @MAKEINFO@
402
 
MAN_PAGES_ENABLED = @MAN_PAGES_ENABLED@
403
 
MKDIR_P = @MKDIR_P@
404
 
NM = @NM@
405
 
NMEDIT = @NMEDIT@
406
 
OBJDUMP = @OBJDUMP@
407
 
OBJEXT = @OBJEXT@
408
 
OTOOL = @OTOOL@
409
 
OTOOL64 = @OTOOL64@
410
 
PACKAGE = @PACKAGE@
411
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
412
 
PACKAGE_NAME = @PACKAGE_NAME@
413
 
PACKAGE_STRING = @PACKAGE_STRING@
414
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
415
 
PACKAGE_URL = @PACKAGE_URL@
416
 
PACKAGE_VERSION = @PACKAGE_VERSION@
417
 
PARTED_CFLAGS = @PARTED_CFLAGS@
418
 
PARTED_LIBS = @PARTED_LIBS@
419
 
PATH_SEPARATOR = @PATH_SEPARATOR@
420
 
PCI_IDS_DIR = @PCI_IDS_DIR@
421
 
PKG_CONFIG = @PKG_CONFIG@
422
 
POLKIT_CFLAGS = @POLKIT_CFLAGS@
423
 
POLKIT_LIBS = @POLKIT_LIBS@
424
 
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
425
 
RANLIB = @RANLIB@
426
 
SED = @SED@
427
 
SET_MAKE = @SET_MAKE@
428
 
SHELL = @SHELL@
429
 
STRIP = @STRIP@
430
 
USB_IDS_DIR = @USB_IDS_DIR@
431
 
USE_PARTED = @USE_PARTED@
432
 
USE_PCI_IDS = @USE_PCI_IDS@
433
 
USE_PNP_IDS = @USE_PNP_IDS@
434
 
USE_USB_IDS = @USE_USB_IDS@
435
 
VERSION = @VERSION@
436
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
437
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
438
 
XMLLINT = @XMLLINT@
439
 
XMLTO = @XMLTO@
440
 
abs_builddir = @abs_builddir@
441
 
abs_srcdir = @abs_srcdir@
442
 
abs_top_builddir = @abs_top_builddir@
443
 
abs_top_srcdir = @abs_top_srcdir@
444
 
ac_ct_CC = @ac_ct_CC@
445
 
ac_ct_CXX = @ac_ct_CXX@
446
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
447
 
am__include = @am__include@
448
 
am__leading_dot = @am__leading_dot@
449
 
am__quote = @am__quote@
450
 
am__tar = @am__tar@
451
 
am__untar = @am__untar@
452
 
bindir = @bindir@
453
 
build = @build@
454
 
build_alias = @build_alias@
455
 
build_cpu = @build_cpu@
456
 
build_os = @build_os@
457
 
build_vendor = @build_vendor@
458
 
builddir = @builddir@
459
 
datadir = @datadir@
460
 
datarootdir = @datarootdir@
461
 
docdir = @docdir@
462
 
dvidir = @dvidir@
463
 
exec_prefix = @exec_prefix@
464
 
host = @host@
465
 
host_alias = @host_alias@
466
 
host_cpu = @host_cpu@
467
 
host_os = @host_os@
468
 
host_vendor = @host_vendor@
469
 
htmldir = @htmldir@
470
 
includedir = @includedir@
471
 
infodir = @infodir@
472
 
install_sh = @install_sh@
473
 
libdir = @libdir@
474
 
libexecdir = @libexecdir@
475
 
localedir = @localedir@
476
 
localstatedir = @localstatedir@
477
 
lt_ECHO = @lt_ECHO@
478
 
mandir = @mandir@
479
 
mkdir_p = @mkdir_p@
480
 
oldincludedir = @oldincludedir@
481
 
pdfdir = @pdfdir@
482
 
prefix = @prefix@
483
 
program_transform_name = @program_transform_name@
484
 
psdir = @psdir@
485
 
sbindir = @sbindir@
486
 
sharedstatedir = @sharedstatedir@
487
 
srcdir = @srcdir@
488
 
sysconfdir = @sysconfdir@
489
 
target_alias = @target_alias@
490
 
top_build_prefix = @top_build_prefix@
491
 
top_builddir = @top_builddir@
492
 
top_srcdir = @top_srcdir@
493
 
udev_prefix = @udev_prefix@
494
 
SUBDIRS = $(am__append_1) $(am__append_2)
495
 
DIST_SUBDIRS = freebsd linux
496
 
AM_CPPFLAGS = \
497
 
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
498
 
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
499
 
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
500
 
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
501
 
        -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
502
 
        -DPACKAGE_SCRIPT_DIR=\""$(libexecdir)/scripts"\" \
503
 
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
504
 
        -I$(top_srcdir) -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \
505
 
        @DBUS_CFLAGS@ @GLIB_CFLAGS@ @POLKIT_CFLAGS@
506
 
 
507
 
BUILT_SOURCES = $(am__append_9)
508
 
CLEANFILES = $(am__append_8)
509
 
lshal_SOURCES = lshal.c
510
 
lshal_LDADD = @GLIB_LIBS@ $(top_builddir)/libhal/libhal.la
511
 
hal_get_property_SOURCES = hal_get_property.c
512
 
hal_get_property_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
513
 
hal_set_property_SOURCES = hal_set_property.c
514
 
hal_set_property_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
515
 
hal_find_by_capability_SOURCES = hal_find_by_capability.c
516
 
hal_find_by_capability_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
517
 
hal_find_by_property_SOURCES = hal_find_by_property.c
518
 
hal_find_by_property_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
519
 
hal_device_SOURCES = hal-device.c
520
 
hal_device_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
521
 
hal_is_caller_locked_out_SOURCES = hal-is-caller-locked-out.c
522
 
hal_is_caller_locked_out_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
523
 
hal_lock_SOURCES = hal-lock.c
524
 
hal_lock_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
525
 
hal_disable_polling_SOURCES = hal-disable-polling.c
526
 
hal_disable_polling_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
527
 
@HAVE_POLKIT_TRUE@hal_is_caller_privileged_SOURCES = hal-is-caller-privileged.c
528
 
@HAVE_POLKIT_TRUE@hal_is_caller_privileged_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
529
 
@BUILD_KEYMAPS_TRUE@hal_setup_keymap_SOURCES = hal-setup-keymap.c
530
 
@BUILD_KEYMAPS_TRUE@nodist_hal_setup_keymap_SOURCES = hal-setup-keymap-hash-name.h
531
 
@BUILD_KEYMAPS_TRUE@hal_setup_keymap_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
532
 
@HAVE_ACLMGMT_TRUE@hal_acl_tool_SOURCES = hal-acl-tool.c
533
 
@HAVE_ACLMGMT_TRUE@hal_acl_tool_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ $(top_builddir)/libhal/libhal.la
534
 
hal_system_power_pm_is_supported_SOURCES = hal-system-power-pm-is-supported.c
535
 
hal_system_power_pm_is_supported_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
536
 
hal_storage_mount_SOURCES = hal-storage-mount.c hal-storage-shared.c hal-storage-shared.h
537
 
hal_storage_mount_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
538
 
hal_storage_unmount_SOURCES = hal-storage-unmount.c hal-storage-shared.c hal-storage-shared.h
539
 
hal_storage_unmount_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
540
 
hal_storage_eject_SOURCES = hal-storage-eject.c hal-storage-shared.c hal-storage-shared.h
541
 
hal_storage_eject_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
542
 
hal_storage_closetray_SOURCES = hal-storage-closetray.c hal-storage-shared.c hal-storage-shared.h
543
 
hal_storage_closetray_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
544
 
hal_storage_cleanup_mountpoint_SOURCES = hal-storage-cleanup-mountpoint.c hal-storage-shared.c hal-storage-shared.h
545
 
hal_storage_cleanup_mountpoint_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
546
 
hal_storage_cleanup_all_mountpoints_SOURCES = hal-storage-cleanup-all-mountpoints.c hal-storage-shared.c hal-storage-shared.h
547
 
hal_storage_cleanup_all_mountpoints_LDADD = @GLIB_LIBS@ @POLKIT_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
548
 
hal_system_setserial_SOURCES = hal-system-setserial.c
549
 
hal_system_setserial_LDADD = 
550
 
@HAVE_PMU_TRUE@hal_system_power_pmu_SOURCES = hal-system-power-pmu.c
551
 
@HAVE_PMU_TRUE@hal_system_power_pmu_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
552
 
@HAVE_SONYPIC_TRUE@hal_system_sonypic_SOURCES = hal-system-sonypic.c
553
 
@HAVE_SONYPIC_TRUE@hal_system_sonypic_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
554
 
scriptdir = $(libexecdir)/scripts
555
 
script_SCRIPTS = \
556
 
        hal-luks-setup                          \
557
 
        hal-luks-teardown                       \
558
 
        hal-luks-remove                         \
559
 
        hal-system-power-suspend                \
560
 
        hal-system-power-suspend-hybrid         \
561
 
        hal-system-power-hibernate              \
562
 
        hal-system-power-shutdown               \
563
 
        hal-system-power-reboot                 \
564
 
        hal-system-lcd-get-brightness           \
565
 
        hal-system-lcd-set-brightness           \
566
 
        hal-system-power-set-power-save         \
567
 
        hal-system-killswitch-get-power         \
568
 
        hal-system-killswitch-set-power         \
569
 
        hal-system-wol-supported                \
570
 
        hal-system-wol-enabled                  \
571
 
        hal-system-wol-enable                   \
572
 
        hal-dockstation-undock                  \
573
 
        hal-functions
574
 
 
575
 
EXTRA_DIST = $(man_MANS) $(MAN_IN_FILES) gen-libgphoto-hal-fdi $(script_SCRIPTS)
576
 
@HAVE_UMOUNT_HAL_TRUE@slashsbindir = /sbin
577
 
@HAVE_UMOUNT_HAL_TRUE@umount_hal_SOURCES = umount-hal.c
578
 
@HAVE_UMOUNT_HAL_TRUE@umount_hal_LDADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
579
 
all: $(BUILT_SOURCES)
580
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
581
 
 
582
 
.SUFFIXES:
583
 
.SUFFIXES: .c .lo .o .obj
584
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
585
 
        @for dep in $?; do \
586
 
          case '$(am__configure_deps)' in \
587
 
            *$$dep*) \
588
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
589
 
                && { if test -f $@; then exit 0; else break; fi; }; \
590
 
              exit 1;; \
591
 
          esac; \
592
 
        done; \
593
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
594
 
        $(am__cd) $(top_srcdir) && \
595
 
          $(AUTOMAKE) --gnu tools/Makefile
596
 
.PRECIOUS: Makefile
597
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
598
 
        @case '$?' in \
599
 
          *config.status*) \
600
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
601
 
          *) \
602
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
603
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
604
 
        esac;
605
 
 
606
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
607
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
608
 
 
609
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
610
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
611
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
612
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
613
 
$(am__aclocal_m4_deps):
614
 
install-binPROGRAMS: $(bin_PROGRAMS)
615
 
        @$(NORMAL_INSTALL)
616
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
617
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
618
 
        for p in $$list; do echo "$$p $$p"; done | \
619
 
        sed 's/$(EXEEXT)$$//' | \
620
 
        while read p p1; do if test -f $$p || test -f $$p1; \
621
 
          then echo "$$p"; echo "$$p"; else :; fi; \
622
 
        done | \
623
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
624
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
625
 
        sed 'N;N;N;s,\n, ,g' | \
626
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
627
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
628
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
629
 
            else { print "f", $$3 "/" $$4, $$1; } } \
630
 
          END { for (d in files) print "f", d, files[d] }' | \
631
 
        while read type dir files; do \
632
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
633
 
            test -z "$$files" || { \
634
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
635
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
636
 
            } \
637
 
        ; done
638
 
 
639
 
uninstall-binPROGRAMS:
640
 
        @$(NORMAL_UNINSTALL)
641
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
642
 
        files=`for p in $$list; do echo "$$p"; done | \
643
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
644
 
              -e 's/$$/$(EXEEXT)/' `; \
645
 
        test -n "$$list" || exit 0; \
646
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
647
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
648
 
 
649
 
clean-binPROGRAMS:
650
 
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
651
 
        echo " rm -f" $$list; \
652
 
        rm -f $$list || exit $$?; \
653
 
        test -n "$(EXEEXT)" || exit 0; \
654
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
655
 
        echo " rm -f" $$list; \
656
 
        rm -f $$list
657
 
install-libexecPROGRAMS: $(libexec_PROGRAMS)
658
 
        @$(NORMAL_INSTALL)
659
 
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
660
 
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
661
 
        for p in $$list; do echo "$$p $$p"; done | \
662
 
        sed 's/$(EXEEXT)$$//' | \
663
 
        while read p p1; do if test -f $$p || test -f $$p1; \
664
 
          then echo "$$p"; echo "$$p"; else :; fi; \
665
 
        done | \
666
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
667
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
668
 
        sed 'N;N;N;s,\n, ,g' | \
669
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
670
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
671
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
672
 
            else { print "f", $$3 "/" $$4, $$1; } } \
673
 
          END { for (d in files) print "f", d, files[d] }' | \
674
 
        while read type dir files; do \
675
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
676
 
            test -z "$$files" || { \
677
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
678
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
679
 
            } \
680
 
        ; done
681
 
 
682
 
uninstall-libexecPROGRAMS:
683
 
        @$(NORMAL_UNINSTALL)
684
 
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
685
 
        files=`for p in $$list; do echo "$$p"; done | \
686
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
687
 
              -e 's/$$/$(EXEEXT)/' `; \
688
 
        test -n "$$list" || exit 0; \
689
 
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
690
 
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
691
 
 
692
 
clean-libexecPROGRAMS:
693
 
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
694
 
        echo " rm -f" $$list; \
695
 
        rm -f $$list || exit $$?; \
696
 
        test -n "$(EXEEXT)" || exit 0; \
697
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
698
 
        echo " rm -f" $$list; \
699
 
        rm -f $$list
700
 
install-slashsbinPROGRAMS: $(slashsbin_PROGRAMS)
701
 
        @$(NORMAL_INSTALL)
702
 
        test -z "$(slashsbindir)" || $(MKDIR_P) "$(DESTDIR)$(slashsbindir)"
703
 
        @list='$(slashsbin_PROGRAMS)'; test -n "$(slashsbindir)" || list=; \
704
 
        for p in $$list; do echo "$$p $$p"; done | \
705
 
        sed 's/$(EXEEXT)$$//' | \
706
 
        while read p p1; do if test -f $$p || test -f $$p1; \
707
 
          then echo "$$p"; echo "$$p"; else :; fi; \
708
 
        done | \
709
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
710
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
711
 
        sed 'N;N;N;s,\n, ,g' | \
712
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
713
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
714
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
715
 
            else { print "f", $$3 "/" $$4, $$1; } } \
716
 
          END { for (d in files) print "f", d, files[d] }' | \
717
 
        while read type dir files; do \
718
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
719
 
            test -z "$$files" || { \
720
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(slashsbindir)$$dir'"; \
721
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(slashsbindir)$$dir" || exit $$?; \
722
 
            } \
723
 
        ; done
724
 
 
725
 
uninstall-slashsbinPROGRAMS:
726
 
        @$(NORMAL_UNINSTALL)
727
 
        @list='$(slashsbin_PROGRAMS)'; test -n "$(slashsbindir)" || list=; \
728
 
        files=`for p in $$list; do echo "$$p"; done | \
729
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
730
 
              -e 's/$$/$(EXEEXT)/' `; \
731
 
        test -n "$$list" || exit 0; \
732
 
        echo " ( cd '$(DESTDIR)$(slashsbindir)' && rm -f" $$files ")"; \
733
 
        cd "$(DESTDIR)$(slashsbindir)" && rm -f $$files
734
 
 
735
 
clean-slashsbinPROGRAMS:
736
 
        @list='$(slashsbin_PROGRAMS)'; test -n "$$list" || exit 0; \
737
 
        echo " rm -f" $$list; \
738
 
        rm -f $$list || exit $$?; \
739
 
        test -n "$(EXEEXT)" || exit 0; \
740
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
741
 
        echo " rm -f" $$list; \
742
 
        rm -f $$list
743
 
hal-acl-tool$(EXEEXT): $(hal_acl_tool_OBJECTS) $(hal_acl_tool_DEPENDENCIES) 
744
 
        @rm -f hal-acl-tool$(EXEEXT)
745
 
        $(AM_V_CCLD)$(LINK) $(hal_acl_tool_OBJECTS) $(hal_acl_tool_LDADD) $(LIBS)
746
 
hal-device$(EXEEXT): $(hal_device_OBJECTS) $(hal_device_DEPENDENCIES) 
747
 
        @rm -f hal-device$(EXEEXT)
748
 
        $(AM_V_CCLD)$(LINK) $(hal_device_OBJECTS) $(hal_device_LDADD) $(LIBS)
749
 
hal-disable-polling$(EXEEXT): $(hal_disable_polling_OBJECTS) $(hal_disable_polling_DEPENDENCIES) 
750
 
        @rm -f hal-disable-polling$(EXEEXT)
751
 
        $(AM_V_CCLD)$(LINK) $(hal_disable_polling_OBJECTS) $(hal_disable_polling_LDADD) $(LIBS)
752
 
hal-find-by-capability$(EXEEXT): $(hal_find_by_capability_OBJECTS) $(hal_find_by_capability_DEPENDENCIES) 
753
 
        @rm -f hal-find-by-capability$(EXEEXT)
754
 
        $(AM_V_CCLD)$(LINK) $(hal_find_by_capability_OBJECTS) $(hal_find_by_capability_LDADD) $(LIBS)
755
 
hal-find-by-property$(EXEEXT): $(hal_find_by_property_OBJECTS) $(hal_find_by_property_DEPENDENCIES) 
756
 
        @rm -f hal-find-by-property$(EXEEXT)
757
 
        $(AM_V_CCLD)$(LINK) $(hal_find_by_property_OBJECTS) $(hal_find_by_property_LDADD) $(LIBS)
758
 
hal-get-property$(EXEEXT): $(hal_get_property_OBJECTS) $(hal_get_property_DEPENDENCIES) 
759
 
        @rm -f hal-get-property$(EXEEXT)
760
 
        $(AM_V_CCLD)$(LINK) $(hal_get_property_OBJECTS) $(hal_get_property_LDADD) $(LIBS)
761
 
hal-is-caller-locked-out$(EXEEXT): $(hal_is_caller_locked_out_OBJECTS) $(hal_is_caller_locked_out_DEPENDENCIES) 
762
 
        @rm -f hal-is-caller-locked-out$(EXEEXT)
763
 
        $(AM_V_CCLD)$(LINK) $(hal_is_caller_locked_out_OBJECTS) $(hal_is_caller_locked_out_LDADD) $(LIBS)
764
 
hal-is-caller-privileged$(EXEEXT): $(hal_is_caller_privileged_OBJECTS) $(hal_is_caller_privileged_DEPENDENCIES) 
765
 
        @rm -f hal-is-caller-privileged$(EXEEXT)
766
 
        $(AM_V_CCLD)$(LINK) $(hal_is_caller_privileged_OBJECTS) $(hal_is_caller_privileged_LDADD) $(LIBS)
767
 
hal-lock$(EXEEXT): $(hal_lock_OBJECTS) $(hal_lock_DEPENDENCIES) 
768
 
        @rm -f hal-lock$(EXEEXT)
769
 
        $(AM_V_CCLD)$(LINK) $(hal_lock_OBJECTS) $(hal_lock_LDADD) $(LIBS)
770
 
hal-set-property$(EXEEXT): $(hal_set_property_OBJECTS) $(hal_set_property_DEPENDENCIES) 
771
 
        @rm -f hal-set-property$(EXEEXT)
772
 
        $(AM_V_CCLD)$(LINK) $(hal_set_property_OBJECTS) $(hal_set_property_LDADD) $(LIBS)
773
 
hal-setup-keymap$(EXEEXT): $(hal_setup_keymap_OBJECTS) $(hal_setup_keymap_DEPENDENCIES) 
774
 
        @rm -f hal-setup-keymap$(EXEEXT)
775
 
        $(AM_V_CCLD)$(LINK) $(hal_setup_keymap_OBJECTS) $(hal_setup_keymap_LDADD) $(LIBS)
776
 
hal-storage-cleanup-all-mountpoints$(EXEEXT): $(hal_storage_cleanup_all_mountpoints_OBJECTS) $(hal_storage_cleanup_all_mountpoints_DEPENDENCIES) 
777
 
        @rm -f hal-storage-cleanup-all-mountpoints$(EXEEXT)
778
 
        $(AM_V_CCLD)$(LINK) $(hal_storage_cleanup_all_mountpoints_OBJECTS) $(hal_storage_cleanup_all_mountpoints_LDADD) $(LIBS)
779
 
hal-storage-cleanup-mountpoint$(EXEEXT): $(hal_storage_cleanup_mountpoint_OBJECTS) $(hal_storage_cleanup_mountpoint_DEPENDENCIES) 
780
 
        @rm -f hal-storage-cleanup-mountpoint$(EXEEXT)
781
 
        $(AM_V_CCLD)$(LINK) $(hal_storage_cleanup_mountpoint_OBJECTS) $(hal_storage_cleanup_mountpoint_LDADD) $(LIBS)
782
 
hal-storage-closetray$(EXEEXT): $(hal_storage_closetray_OBJECTS) $(hal_storage_closetray_DEPENDENCIES) 
783
 
        @rm -f hal-storage-closetray$(EXEEXT)
784
 
        $(AM_V_CCLD)$(LINK) $(hal_storage_closetray_OBJECTS) $(hal_storage_closetray_LDADD) $(LIBS)
785
 
hal-storage-eject$(EXEEXT): $(hal_storage_eject_OBJECTS) $(hal_storage_eject_DEPENDENCIES) 
786
 
        @rm -f hal-storage-eject$(EXEEXT)
787
 
        $(AM_V_CCLD)$(LINK) $(hal_storage_eject_OBJECTS) $(hal_storage_eject_LDADD) $(LIBS)
788
 
hal-storage-mount$(EXEEXT): $(hal_storage_mount_OBJECTS) $(hal_storage_mount_DEPENDENCIES) 
789
 
        @rm -f hal-storage-mount$(EXEEXT)
790
 
        $(AM_V_CCLD)$(LINK) $(hal_storage_mount_OBJECTS) $(hal_storage_mount_LDADD) $(LIBS)
791
 
hal-storage-unmount$(EXEEXT): $(hal_storage_unmount_OBJECTS) $(hal_storage_unmount_DEPENDENCIES) 
792
 
        @rm -f hal-storage-unmount$(EXEEXT)
793
 
        $(AM_V_CCLD)$(LINK) $(hal_storage_unmount_OBJECTS) $(hal_storage_unmount_LDADD) $(LIBS)
794
 
hal-system-power-pm-is-supported$(EXEEXT): $(hal_system_power_pm_is_supported_OBJECTS) $(hal_system_power_pm_is_supported_DEPENDENCIES) 
795
 
        @rm -f hal-system-power-pm-is-supported$(EXEEXT)
796
 
        $(AM_V_CCLD)$(LINK) $(hal_system_power_pm_is_supported_OBJECTS) $(hal_system_power_pm_is_supported_LDADD) $(LIBS)
797
 
hal-system-power-pmu$(EXEEXT): $(hal_system_power_pmu_OBJECTS) $(hal_system_power_pmu_DEPENDENCIES) 
798
 
        @rm -f hal-system-power-pmu$(EXEEXT)
799
 
        $(AM_V_CCLD)$(LINK) $(hal_system_power_pmu_OBJECTS) $(hal_system_power_pmu_LDADD) $(LIBS)
800
 
hal-system-setserial$(EXEEXT): $(hal_system_setserial_OBJECTS) $(hal_system_setserial_DEPENDENCIES) 
801
 
        @rm -f hal-system-setserial$(EXEEXT)
802
 
        $(AM_V_CCLD)$(LINK) $(hal_system_setserial_OBJECTS) $(hal_system_setserial_LDADD) $(LIBS)
803
 
hal-system-sonypic$(EXEEXT): $(hal_system_sonypic_OBJECTS) $(hal_system_sonypic_DEPENDENCIES) 
804
 
        @rm -f hal-system-sonypic$(EXEEXT)
805
 
        $(AM_V_CCLD)$(LINK) $(hal_system_sonypic_OBJECTS) $(hal_system_sonypic_LDADD) $(LIBS)
806
 
lshal$(EXEEXT): $(lshal_OBJECTS) $(lshal_DEPENDENCIES) 
807
 
        @rm -f lshal$(EXEEXT)
808
 
        $(AM_V_CCLD)$(LINK) $(lshal_OBJECTS) $(lshal_LDADD) $(LIBS)
809
 
umount.hal$(EXEEXT): $(umount_hal_OBJECTS) $(umount_hal_DEPENDENCIES) 
810
 
        @rm -f umount.hal$(EXEEXT)
811
 
        $(AM_V_CCLD)$(LINK) $(umount_hal_OBJECTS) $(umount_hal_LDADD) $(LIBS)
812
 
install-scriptSCRIPTS: $(script_SCRIPTS)
813
 
        @$(NORMAL_INSTALL)
814
 
        test -z "$(scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(scriptdir)"
815
 
        @list='$(script_SCRIPTS)'; test -n "$(scriptdir)" || list=; \
816
 
        for p in $$list; do \
817
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
818
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
819
 
        done | \
820
 
        sed -e 'p;s,.*/,,;n' \
821
 
            -e 'h;s|.*|.|' \
822
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
823
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
824
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
825
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
826
 
              if (++n[d] == $(am__install_max)) { \
827
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
828
 
            else { print "f", d "/" $$4, $$1 } } \
829
 
          END { for (d in files) print "f", d, files[d] }' | \
830
 
        while read type dir files; do \
831
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
832
 
             test -z "$$files" || { \
833
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(scriptdir)$$dir'"; \
834
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(scriptdir)$$dir" || exit $$?; \
835
 
             } \
836
 
        ; done
837
 
 
838
 
uninstall-scriptSCRIPTS:
839
 
        @$(NORMAL_UNINSTALL)
840
 
        @list='$(script_SCRIPTS)'; test -n "$(scriptdir)" || exit 0; \
841
 
        files=`for p in $$list; do echo "$$p"; done | \
842
 
               sed -e 's,.*/,,;$(transform)'`; \
843
 
        test -n "$$list" || exit 0; \
844
 
        echo " ( cd '$(DESTDIR)$(scriptdir)' && rm -f" $$files ")"; \
845
 
        cd "$(DESTDIR)$(scriptdir)" && rm -f $$files
846
 
 
847
 
mostlyclean-compile:
848
 
        -rm -f *.$(OBJEXT)
849
 
 
850
 
distclean-compile:
851
 
        -rm -f *.tab.c
852
 
 
853
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-acl-tool.Po@am__quote@
854
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-device.Po@am__quote@
855
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-disable-polling.Po@am__quote@
856
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-is-caller-locked-out.Po@am__quote@
857
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-is-caller-privileged.Po@am__quote@
858
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-lock.Po@am__quote@
859
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-setup-keymap.Po@am__quote@
860
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-cleanup-all-mountpoints.Po@am__quote@
861
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-cleanup-mountpoint.Po@am__quote@
862
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-closetray.Po@am__quote@
863
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-eject.Po@am__quote@
864
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-mount.Po@am__quote@
865
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-shared.Po@am__quote@
866
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-storage-unmount.Po@am__quote@
867
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-system-power-pm-is-supported.Po@am__quote@
868
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-system-power-pmu.Po@am__quote@
869
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-system-setserial.Po@am__quote@
870
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-system-sonypic.Po@am__quote@
871
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal_find_by_capability.Po@am__quote@
872
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal_find_by_property.Po@am__quote@
873
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal_get_property.Po@am__quote@
874
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal_set_property.Po@am__quote@
875
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lshal.Po@am__quote@
876
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-hal.Po@am__quote@
877
 
 
878
 
.c.o:
879
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
880
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
881
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
882
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
883
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
885
 
 
886
 
.c.obj:
887
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
888
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
889
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
890
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
891
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
893
 
 
894
 
.c.lo:
895
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
896
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
897
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
898
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
899
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
901
 
 
902
 
mostlyclean-libtool:
903
 
        -rm -f *.lo
904
 
 
905
 
clean-libtool:
906
 
        -rm -rf .libs _libs
907
 
 
908
 
# This directory's subdirectories are mostly independent; you can cd
909
 
# into them and run `make' without going through this Makefile.
910
 
# To change the values of `make' variables: instead of editing Makefiles,
911
 
# (1) if the variable is set in `config.status', edit `config.status'
912
 
#     (which will cause the Makefiles to be regenerated when you run `make');
913
 
# (2) otherwise, pass the desired values on the `make' command line.
914
 
$(RECURSIVE_TARGETS):
915
 
        @failcom='exit 1'; \
916
 
        for f in x $$MAKEFLAGS; do \
917
 
          case $$f in \
918
 
            *=* | --[!k]*);; \
919
 
            *k*) failcom='fail=yes';; \
920
 
          esac; \
921
 
        done; \
922
 
        dot_seen=no; \
923
 
        target=`echo $@ | sed s/-recursive//`; \
924
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
925
 
          echo "Making $$target in $$subdir"; \
926
 
          if test "$$subdir" = "."; then \
927
 
            dot_seen=yes; \
928
 
            local_target="$$target-am"; \
929
 
          else \
930
 
            local_target="$$target"; \
931
 
          fi; \
932
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
933
 
          || eval $$failcom; \
934
 
        done; \
935
 
        if test "$$dot_seen" = "no"; then \
936
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
937
 
        fi; test -z "$$fail"
938
 
 
939
 
$(RECURSIVE_CLEAN_TARGETS):
940
 
        @failcom='exit 1'; \
941
 
        for f in x $$MAKEFLAGS; do \
942
 
          case $$f in \
943
 
            *=* | --[!k]*);; \
944
 
            *k*) failcom='fail=yes';; \
945
 
          esac; \
946
 
        done; \
947
 
        dot_seen=no; \
948
 
        case "$@" in \
949
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
950
 
          *) list='$(SUBDIRS)' ;; \
951
 
        esac; \
952
 
        rev=''; for subdir in $$list; do \
953
 
          if test "$$subdir" = "."; then :; else \
954
 
            rev="$$subdir $$rev"; \
955
 
          fi; \
956
 
        done; \
957
 
        rev="$$rev ."; \
958
 
        target=`echo $@ | sed s/-recursive//`; \
959
 
        for subdir in $$rev; do \
960
 
          echo "Making $$target in $$subdir"; \
961
 
          if test "$$subdir" = "."; then \
962
 
            local_target="$$target-am"; \
963
 
          else \
964
 
            local_target="$$target"; \
965
 
          fi; \
966
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
967
 
          || eval $$failcom; \
968
 
        done && test -z "$$fail"
969
 
tags-recursive:
970
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
971
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
972
 
        done
973
 
ctags-recursive:
974
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
975
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
976
 
        done
977
 
 
978
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
979
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
980
 
        unique=`for i in $$list; do \
981
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
982
 
          done | \
983
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
984
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
985
 
        mkid -fID $$unique
986
 
tags: TAGS
987
 
 
988
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
989
 
                $(TAGS_FILES) $(LISP)
990
 
        set x; \
991
 
        here=`pwd`; \
992
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
993
 
          include_option=--etags-include; \
994
 
          empty_fix=.; \
995
 
        else \
996
 
          include_option=--include; \
997
 
          empty_fix=; \
998
 
        fi; \
999
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1000
 
          if test "$$subdir" = .; then :; else \
1001
 
            test ! -f $$subdir/TAGS || \
1002
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1003
 
          fi; \
1004
 
        done; \
1005
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1006
 
        unique=`for i in $$list; do \
1007
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1008
 
          done | \
1009
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1010
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1011
 
        shift; \
1012
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1013
 
          test -n "$$unique" || unique=$$empty_fix; \
1014
 
          if test $$# -gt 0; then \
1015
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1016
 
              "$$@" $$unique; \
1017
 
          else \
1018
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1019
 
              $$unique; \
1020
 
          fi; \
1021
 
        fi
1022
 
ctags: CTAGS
1023
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1024
 
                $(TAGS_FILES) $(LISP)
1025
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1026
 
        unique=`for i in $$list; do \
1027
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1028
 
          done | \
1029
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1030
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1031
 
        test -z "$(CTAGS_ARGS)$$unique" \
1032
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1033
 
             $$unique
1034
 
 
1035
 
GTAGS:
1036
 
        here=`$(am__cd) $(top_builddir) && pwd` \
1037
 
          && $(am__cd) $(top_srcdir) \
1038
 
          && gtags -i $(GTAGS_ARGS) "$$here"
1039
 
 
1040
 
distclean-tags:
1041
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1042
 
 
1043
 
distdir: $(DISTFILES)
1044
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1045
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1046
 
        list='$(DISTFILES)'; \
1047
 
          dist_files=`for file in $$list; do echo $$file; done | \
1048
 
          sed -e "s|^$$srcdirstrip/||;t" \
1049
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1050
 
        case $$dist_files in \
1051
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
1052
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1053
 
                           sort -u` ;; \
1054
 
        esac; \
1055
 
        for file in $$dist_files; do \
1056
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1057
 
          if test -d $$d/$$file; then \
1058
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1059
 
            if test -d "$(distdir)/$$file"; then \
1060
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1061
 
            fi; \
1062
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1063
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1064
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1065
 
            fi; \
1066
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1067
 
          else \
1068
 
            test -f "$(distdir)/$$file" \
1069
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
1070
 
            || exit 1; \
1071
 
          fi; \
1072
 
        done
1073
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1074
 
          if test "$$subdir" = .; then :; else \
1075
 
            test -d "$(distdir)/$$subdir" \
1076
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1077
 
            || exit 1; \
1078
 
          fi; \
1079
 
        done
1080
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1081
 
          if test "$$subdir" = .; then :; else \
1082
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1083
 
            $(am__relativize); \
1084
 
            new_distdir=$$reldir; \
1085
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
1086
 
            $(am__relativize); \
1087
 
            new_top_distdir=$$reldir; \
1088
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1089
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1090
 
            ($(am__cd) $$subdir && \
1091
 
              $(MAKE) $(AM_MAKEFLAGS) \
1092
 
                top_distdir="$$new_top_distdir" \
1093
 
                distdir="$$new_distdir" \
1094
 
                am__remove_distdir=: \
1095
 
                am__skip_length_check=: \
1096
 
                am__skip_mode_fix=: \
1097
 
                distdir) \
1098
 
              || exit 1; \
1099
 
          fi; \
1100
 
        done
1101
 
check-am: all-am
1102
 
check: $(BUILT_SOURCES)
1103
 
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
1104
 
all-am: Makefile $(PROGRAMS) $(SCRIPTS)
1105
 
installdirs: installdirs-recursive
1106
 
installdirs-am:
1107
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(slashsbindir)" "$(DESTDIR)$(scriptdir)"; do \
1108
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1109
 
        done
1110
 
install: $(BUILT_SOURCES)
1111
 
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
1112
 
install-exec: install-exec-recursive
1113
 
install-data: install-data-recursive
1114
 
uninstall: uninstall-recursive
1115
 
 
1116
 
install-am: all-am
1117
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1118
 
 
1119
 
installcheck: installcheck-recursive
1120
 
install-strip:
1121
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1122
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1123
 
          `test -z '$(STRIP)' || \
1124
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1125
 
mostlyclean-generic:
1126
 
 
1127
 
clean-generic:
1128
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1129
 
 
1130
 
distclean-generic:
1131
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1132
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1133
 
 
1134
 
maintainer-clean-generic:
1135
 
        @echo "This command is intended for maintainers to use"
1136
 
        @echo "it deletes files that may require special tools to rebuild."
1137
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1138
 
clean: clean-recursive
1139
 
 
1140
 
clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1141
 
        clean-libtool clean-local clean-slashsbinPROGRAMS \
1142
 
        mostlyclean-am
1143
 
 
1144
 
distclean: distclean-recursive
1145
 
        -rm -rf ./$(DEPDIR)
1146
 
        -rm -f Makefile
1147
 
distclean-am: clean-am distclean-compile distclean-generic \
1148
 
        distclean-tags
1149
 
 
1150
 
dvi: dvi-recursive
1151
 
 
1152
 
dvi-am:
1153
 
 
1154
 
html: html-recursive
1155
 
 
1156
 
html-am:
1157
 
 
1158
 
info: info-recursive
1159
 
 
1160
 
info-am:
1161
 
 
1162
 
install-data-am: install-scriptSCRIPTS install-slashsbinPROGRAMS
1163
 
 
1164
 
install-dvi: install-dvi-recursive
1165
 
 
1166
 
install-dvi-am:
1167
 
 
1168
 
install-exec-am: install-binPROGRAMS install-libexecPROGRAMS
1169
 
 
1170
 
install-html: install-html-recursive
1171
 
 
1172
 
install-html-am:
1173
 
 
1174
 
install-info: install-info-recursive
1175
 
 
1176
 
install-info-am:
1177
 
 
1178
 
install-man:
1179
 
 
1180
 
install-pdf: install-pdf-recursive
1181
 
 
1182
 
install-pdf-am:
1183
 
 
1184
 
install-ps: install-ps-recursive
1185
 
 
1186
 
install-ps-am:
1187
 
 
1188
 
installcheck-am:
1189
 
 
1190
 
maintainer-clean: maintainer-clean-recursive
1191
 
        -rm -rf ./$(DEPDIR)
1192
 
        -rm -f Makefile
1193
 
maintainer-clean-am: distclean-am maintainer-clean-generic
1194
 
 
1195
 
mostlyclean: mostlyclean-recursive
1196
 
 
1197
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1198
 
        mostlyclean-libtool
1199
 
 
1200
 
pdf: pdf-recursive
1201
 
 
1202
 
pdf-am:
1203
 
 
1204
 
ps: ps-recursive
1205
 
 
1206
 
ps-am:
1207
 
 
1208
 
uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
1209
 
        uninstall-scriptSCRIPTS uninstall-slashsbinPROGRAMS
1210
 
 
1211
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1212
 
        ctags-recursive install install-am install-strip \
1213
 
        tags-recursive
1214
 
 
1215
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1216
 
        all all-am check check-am clean clean-binPROGRAMS \
1217
 
        clean-generic clean-libexecPROGRAMS clean-libtool clean-local \
1218
 
        clean-slashsbinPROGRAMS ctags ctags-recursive distclean \
1219
 
        distclean-compile distclean-generic distclean-libtool \
1220
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1221
 
        install install-am install-binPROGRAMS install-data \
1222
 
        install-data-am install-dvi install-dvi-am install-exec \
1223
 
        install-exec-am install-html install-html-am install-info \
1224
 
        install-info-am install-libexecPROGRAMS install-man \
1225
 
        install-pdf install-pdf-am install-ps install-ps-am \
1226
 
        install-scriptSCRIPTS install-slashsbinPROGRAMS install-strip \
1227
 
        installcheck installcheck-am installdirs installdirs-am \
1228
 
        maintainer-clean maintainer-clean-generic mostlyclean \
1229
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1230
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1231
 
        uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
1232
 
        uninstall-scriptSCRIPTS uninstall-slashsbinPROGRAMS
1233
 
 
1234
 
 
1235
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@hal-setup-keymap-keys.txt: @LINUX_INPUT_H@
1236
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   awk '/^#define.*KEY_/ { if ($$2 != "KEY_MAX") { print substr($$2, 5) } }' < $< > $@
1237
 
 
1238
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@hal-setup-keymap-hash-name.gperf: hal-setup-keymap-keys.txt
1239
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   awk 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print $$1 ", KEY_" $$1 }' < $< > $@
1240
 
 
1241
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@hal-setup-keymap-hash-name.h: hal-setup-keymap-hash-name.gperf
1242
 
@BUILD_KEYMAPS_TRUE@@HAVE_GPERF_TRUE@   gperf -t --ignore-case -N lookup_key -H hash_input_names -p -C < $< > $@
1243
 
 
1244
 
check:
1245
 
        for f in $(script_SCRIPTS); do \
1246
 
            echo -n "Validate bash syntax in $$f : "; \
1247
 
            bash -n $(srcdir)/$$f 2> bash.error;\
1248
 
            if test -s bash.error; then \
1249
 
                echo failed; \
1250
 
                cat bash.error; \
1251
 
                rm -f bash.error; \
1252
 
                exit 1; \
1253
 
            else \
1254
 
                echo ok; \
1255
 
                rm -f bash.error; \
1256
 
            fi; \
1257
 
        done;
1258
 
 
1259
 
clean-local :
1260
 
        rm -f *~
1261
 
 
1262
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1263
 
# Otherwise a system limit (for SysV at least) may be exceeded.
1264
 
.NOEXPORT: