~ubuntu-branches/ubuntu/lucid/hal/lucid-proposed

« back to all changes in this revision

Viewing changes to hald/solaris/probing/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-12-03 01:21:24 UTC
  • mto: (1.1.18 squeeze)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20091203012124-3573qknop973uvc2
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(install_sh) -d
46
48
CONFIG_HEADER = $(top_builddir)/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
am__installdirs = "$(DESTDIR)$(libexecdir)"
49
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
50
52
PROGRAMS = $(libexec_PROGRAMS)
51
53
am_hald_probe_storage_OBJECTS =  \
52
54
        hald_probe_storage-probe-storage.$(OBJEXT) \
55
57
        hald_probe_storage-logger.$(OBJEXT)
56
58
hald_probe_storage_OBJECTS = $(am_hald_probe_storage_OBJECTS)
57
59
hald_probe_storage_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
58
 
hald_probe_storage_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
59
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
60
AM_V_lt = $(am__v_lt_$(V))
 
61
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
62
am__v_lt_0 = --silent
 
63
hald_probe_storage_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
64
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
60
65
        $(hald_probe_storage_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
61
66
        $(LDFLAGS) -o $@
62
67
am_hald_probe_volume_OBJECTS =  \
66
71
        hald_probe_volume-logger.$(OBJEXT)
67
72
hald_probe_volume_OBJECTS = $(am_hald_probe_volume_OBJECTS)
68
73
hald_probe_volume_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
69
 
hald_probe_volume_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
70
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
74
hald_probe_volume_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
75
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
71
76
        $(hald_probe_volume_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
72
77
        -o $@
73
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
76
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80
 
        $(AM_CPPFLAGS) $(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 = @
81
94
CCLD = $(CC)
82
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84
 
        $(LDFLAGS) -o $@
 
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   " $@;
85
104
SOURCES = $(hald_probe_storage_SOURCES) $(hald_probe_volume_SOURCES)
86
105
DIST_SOURCES = $(hald_probe_storage_SOURCES) \
87
106
        $(hald_probe_volume_SOURCES)
92
111
ACPI_ACPID = @ACPI_ACPID@
93
112
ACPI_PROC = @ACPI_PROC@
94
113
AMTAR = @AMTAR@
 
114
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
95
115
AR = @AR@
96
116
AUTOCONF = @AUTOCONF@
97
117
AUTOHEADER = @AUTOHEADER@
148
168
LIBOBJS = @LIBOBJS@
149
169
LIBS = @LIBS@
150
170
LIBTOOL = @LIBTOOL@
 
171
LIBUSB20_LIBS = @LIBUSB20_LIBS@
151
172
LINUX_INPUT_H = @LINUX_INPUT_H@
152
173
LIPO = @LIPO@
153
174
LN_S = @LN_S@
170
191
PACKAGE_NAME = @PACKAGE_NAME@
171
192
PACKAGE_STRING = @PACKAGE_STRING@
172
193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
194
PACKAGE_URL = @PACKAGE_URL@
173
195
PACKAGE_VERSION = @PACKAGE_VERSION@
174
196
PARTED_CFLAGS = @PARTED_CFLAGS@
175
197
PARTED_LIBS = @PARTED_LIBS@
190
212
USE_PNP_IDS = @USE_PNP_IDS@
191
213
USE_USB_IDS = @USE_USB_IDS@
192
214
VERSION = @VERSION@
 
215
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
216
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
193
217
XMLLINT = @XMLLINT@
194
218
XMLTO = @XMLTO@
195
219
abs_builddir = @abs_builddir@
274
298
              exit 1;; \
275
299
          esac; \
276
300
        done; \
277
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  hald/solaris/probing/Makefile'; \
278
 
        cd $(top_srcdir) && \
279
 
          $(AUTOMAKE) --gnu  hald/solaris/probing/Makefile
 
301
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu hald/solaris/probing/Makefile'; \
 
302
        $(am__cd) $(top_srcdir) && \
 
303
          $(AUTOMAKE) --gnu hald/solaris/probing/Makefile
280
304
.PRECIOUS: Makefile
281
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282
306
        @case '$?' in \
294
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
319
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
296
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
321
$(am__aclocal_m4_deps):
297
322
install-libexecPROGRAMS: $(libexec_PROGRAMS)
298
323
        @$(NORMAL_INSTALL)
299
324
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
300
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
301
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
302
 
          if test -f $$p \
303
 
             || test -f $$p1 \
304
 
          ; then \
305
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
306
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
307
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
308
 
          else :; fi; \
309
 
        done
 
325
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
326
        for p in $$list; do echo "$$p $$p"; done | \
 
327
        sed 's/$(EXEEXT)$$//' | \
 
328
        while read p p1; do if test -f $$p || test -f $$p1; \
 
329
          then echo "$$p"; echo "$$p"; else :; fi; \
 
330
        done | \
 
331
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
332
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
333
        sed 'N;N;N;s,\n, ,g' | \
 
334
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
335
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
336
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
337
            else { print "f", $$3 "/" $$4, $$1; } } \
 
338
          END { for (d in files) print "f", d, files[d] }' | \
 
339
        while read type dir files; do \
 
340
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
341
            test -z "$$files" || { \
 
342
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
343
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
344
            } \
 
345
        ; done
310
346
 
311
347
uninstall-libexecPROGRAMS:
312
348
        @$(NORMAL_UNINSTALL)
313
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
314
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
315
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
316
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
317
 
        done
 
349
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
350
        files=`for p in $$list; do echo "$$p"; done | \
 
351
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
352
              -e 's/$$/$(EXEEXT)/' `; \
 
353
        test -n "$$list" || exit 0; \
 
354
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
355
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
318
356
 
319
357
clean-libexecPROGRAMS:
320
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
321
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
322
 
          echo " rm -f $$p $$f"; \
323
 
          rm -f $$p $$f ; \
324
 
        done
 
358
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
359
        echo " rm -f" $$list; \
 
360
        rm -f $$list || exit $$?; \
 
361
        test -n "$(EXEEXT)" || exit 0; \
 
362
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
363
        echo " rm -f" $$list; \
 
364
        rm -f $$list
325
365
hald-probe-storage$(EXEEXT): $(hald_probe_storage_OBJECTS) $(hald_probe_storage_DEPENDENCIES) 
326
366
        @rm -f hald-probe-storage$(EXEEXT)
327
 
        $(hald_probe_storage_LINK) $(hald_probe_storage_OBJECTS) $(hald_probe_storage_LDADD) $(LIBS)
 
367
        $(AM_V_CCLD)$(hald_probe_storage_LINK) $(hald_probe_storage_OBJECTS) $(hald_probe_storage_LDADD) $(LIBS)
328
368
hald-probe-volume$(EXEEXT): $(hald_probe_volume_OBJECTS) $(hald_probe_volume_DEPENDENCIES) 
329
369
        @rm -f hald-probe-volume$(EXEEXT)
330
 
        $(hald_probe_volume_LINK) $(hald_probe_volume_OBJECTS) $(hald_probe_volume_LDADD) $(LIBS)
 
370
        $(AM_V_CCLD)$(hald_probe_volume_LINK) $(hald_probe_volume_OBJECTS) $(hald_probe_volume_LDADD) $(LIBS)
331
371
 
332
372
mostlyclean-compile:
333
373
        -rm -f *.$(OBJEXT)
345
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_volume-probe-volume.Po@am__quote@
346
386
 
347
387
.c.o:
348
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
388
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
389
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
390
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
350
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
393
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
353
394
 
354
395
.c.obj:
355
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
396
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
397
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
398
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
357
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
401
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
402
 
361
403
.c.lo:
362
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
404
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
405
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
406
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
364
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
409
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
367
410
 
368
411
hald_probe_storage-probe-storage.o: probe-storage.c
369
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c
370
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po
 
412
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c
 
413
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po
 
414
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
371
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-storage.c' object='hald_probe_storage-probe-storage.o' libtool=no @AMDEPBACKSLASH@
372
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
417
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c
374
418
 
375
419
hald_probe_storage-probe-storage.obj: probe-storage.c
376
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi`
377
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po
 
420
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi`
 
421
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po
 
422
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
378
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-storage.c' object='hald_probe_storage-probe-storage.obj' libtool=no @AMDEPBACKSLASH@
379
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
425
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi`
381
426
 
382
427
hald_probe_storage-cdutils.o: cdutils.c
383
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-cdutils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-cdutils.Tpo -c -o hald_probe_storage-cdutils.o `test -f 'cdutils.c' || echo '$(srcdir)/'`cdutils.c
384
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-cdutils.Tpo $(DEPDIR)/hald_probe_storage-cdutils.Po
 
428
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-cdutils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-cdutils.Tpo -c -o hald_probe_storage-cdutils.o `test -f 'cdutils.c' || echo '$(srcdir)/'`cdutils.c
 
429
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-cdutils.Tpo $(DEPDIR)/hald_probe_storage-cdutils.Po
 
430
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
385
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cdutils.c' object='hald_probe_storage-cdutils.o' libtool=no @AMDEPBACKSLASH@
386
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
433
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-cdutils.o `test -f 'cdutils.c' || echo '$(srcdir)/'`cdutils.c
388
434
 
389
435
hald_probe_storage-cdutils.obj: cdutils.c
390
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-cdutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-cdutils.Tpo -c -o hald_probe_storage-cdutils.obj `if test -f 'cdutils.c'; then $(CYGPATH_W) 'cdutils.c'; else $(CYGPATH_W) '$(srcdir)/cdutils.c'; fi`
391
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-cdutils.Tpo $(DEPDIR)/hald_probe_storage-cdutils.Po
 
436
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-cdutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-cdutils.Tpo -c -o hald_probe_storage-cdutils.obj `if test -f 'cdutils.c'; then $(CYGPATH_W) 'cdutils.c'; else $(CYGPATH_W) '$(srcdir)/cdutils.c'; fi`
 
437
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-cdutils.Tpo $(DEPDIR)/hald_probe_storage-cdutils.Po
 
438
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
392
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cdutils.c' object='hald_probe_storage-cdutils.obj' libtool=no @AMDEPBACKSLASH@
393
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
441
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-cdutils.obj `if test -f 'cdutils.c'; then $(CYGPATH_W) 'cdutils.c'; else $(CYGPATH_W) '$(srcdir)/cdutils.c'; fi`
395
442
 
396
443
hald_probe_storage-fsutils.o: fsutils.c
397
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-fsutils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-fsutils.Tpo -c -o hald_probe_storage-fsutils.o `test -f 'fsutils.c' || echo '$(srcdir)/'`fsutils.c
398
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-fsutils.Tpo $(DEPDIR)/hald_probe_storage-fsutils.Po
 
444
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-fsutils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-fsutils.Tpo -c -o hald_probe_storage-fsutils.o `test -f 'fsutils.c' || echo '$(srcdir)/'`fsutils.c
 
445
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-fsutils.Tpo $(DEPDIR)/hald_probe_storage-fsutils.Po
 
446
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
399
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsutils.c' object='hald_probe_storage-fsutils.o' libtool=no @AMDEPBACKSLASH@
400
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
449
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-fsutils.o `test -f 'fsutils.c' || echo '$(srcdir)/'`fsutils.c
402
450
 
403
451
hald_probe_storage-fsutils.obj: fsutils.c
404
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-fsutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-fsutils.Tpo -c -o hald_probe_storage-fsutils.obj `if test -f 'fsutils.c'; then $(CYGPATH_W) 'fsutils.c'; else $(CYGPATH_W) '$(srcdir)/fsutils.c'; fi`
405
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-fsutils.Tpo $(DEPDIR)/hald_probe_storage-fsutils.Po
 
452
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-fsutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-fsutils.Tpo -c -o hald_probe_storage-fsutils.obj `if test -f 'fsutils.c'; then $(CYGPATH_W) 'fsutils.c'; else $(CYGPATH_W) '$(srcdir)/fsutils.c'; fi`
 
453
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-fsutils.Tpo $(DEPDIR)/hald_probe_storage-fsutils.Po
 
454
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
406
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsutils.c' object='hald_probe_storage-fsutils.obj' libtool=no @AMDEPBACKSLASH@
407
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
457
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-fsutils.obj `if test -f 'fsutils.c'; then $(CYGPATH_W) 'fsutils.c'; else $(CYGPATH_W) '$(srcdir)/fsutils.c'; fi`
409
458
 
410
459
hald_probe_storage-logger.o: ../../logger.c
411
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-logger.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-logger.Tpo -c -o hald_probe_storage-logger.o `test -f '../../logger.c' || echo '$(srcdir)/'`../../logger.c
412
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-logger.Tpo $(DEPDIR)/hald_probe_storage-logger.Po
 
460
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-logger.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-logger.Tpo -c -o hald_probe_storage-logger.o `test -f '../../logger.c' || echo '$(srcdir)/'`../../logger.c
 
461
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-logger.Tpo $(DEPDIR)/hald_probe_storage-logger.Po
 
462
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
413
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../logger.c' object='hald_probe_storage-logger.o' libtool=no @AMDEPBACKSLASH@
414
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
465
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-logger.o `test -f '../../logger.c' || echo '$(srcdir)/'`../../logger.c
416
466
 
417
467
hald_probe_storage-logger.obj: ../../logger.c
418
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-logger.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-logger.Tpo -c -o hald_probe_storage-logger.obj `if test -f '../../logger.c'; then $(CYGPATH_W) '../../logger.c'; else $(CYGPATH_W) '$(srcdir)/../../logger.c'; fi`
419
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_storage-logger.Tpo $(DEPDIR)/hald_probe_storage-logger.Po
 
468
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -MT hald_probe_storage-logger.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-logger.Tpo -c -o hald_probe_storage-logger.obj `if test -f '../../logger.c'; then $(CYGPATH_W) '../../logger.c'; else $(CYGPATH_W) '$(srcdir)/../../logger.c'; fi`
 
469
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-logger.Tpo $(DEPDIR)/hald_probe_storage-logger.Po
 
470
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
420
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../logger.c' object='hald_probe_storage-logger.obj' libtool=no @AMDEPBACKSLASH@
421
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422
473
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_storage_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-logger.obj `if test -f '../../logger.c'; then $(CYGPATH_W) '../../logger.c'; else $(CYGPATH_W) '$(srcdir)/../../logger.c'; fi`
423
474
 
424
475
hald_probe_volume-probe-volume.o: probe-volume.c
425
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c
426
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po
 
476
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c
 
477
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po
 
478
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
427
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-volume.c' object='hald_probe_volume-probe-volume.o' libtool=no @AMDEPBACKSLASH@
428
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429
481
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c
430
482
 
431
483
hald_probe_volume-probe-volume.obj: probe-volume.c
432
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi`
433
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po
 
484
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi`
 
485
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po
 
486
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
434
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='probe-volume.c' object='hald_probe_volume-probe-volume.obj' libtool=no @AMDEPBACKSLASH@
435
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
489
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi`
437
490
 
438
491
hald_probe_volume-cdutils.o: cdutils.c
439
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-cdutils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-cdutils.Tpo -c -o hald_probe_volume-cdutils.o `test -f 'cdutils.c' || echo '$(srcdir)/'`cdutils.c
440
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-cdutils.Tpo $(DEPDIR)/hald_probe_volume-cdutils.Po
 
492
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-cdutils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-cdutils.Tpo -c -o hald_probe_volume-cdutils.o `test -f 'cdutils.c' || echo '$(srcdir)/'`cdutils.c
 
493
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-cdutils.Tpo $(DEPDIR)/hald_probe_volume-cdutils.Po
 
494
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
441
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cdutils.c' object='hald_probe_volume-cdutils.o' libtool=no @AMDEPBACKSLASH@
442
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
497
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-cdutils.o `test -f 'cdutils.c' || echo '$(srcdir)/'`cdutils.c
444
498
 
445
499
hald_probe_volume-cdutils.obj: cdutils.c
446
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-cdutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-cdutils.Tpo -c -o hald_probe_volume-cdutils.obj `if test -f 'cdutils.c'; then $(CYGPATH_W) 'cdutils.c'; else $(CYGPATH_W) '$(srcdir)/cdutils.c'; fi`
447
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-cdutils.Tpo $(DEPDIR)/hald_probe_volume-cdutils.Po
 
500
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-cdutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-cdutils.Tpo -c -o hald_probe_volume-cdutils.obj `if test -f 'cdutils.c'; then $(CYGPATH_W) 'cdutils.c'; else $(CYGPATH_W) '$(srcdir)/cdutils.c'; fi`
 
501
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-cdutils.Tpo $(DEPDIR)/hald_probe_volume-cdutils.Po
 
502
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
448
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cdutils.c' object='hald_probe_volume-cdutils.obj' libtool=no @AMDEPBACKSLASH@
449
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450
505
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-cdutils.obj `if test -f 'cdutils.c'; then $(CYGPATH_W) 'cdutils.c'; else $(CYGPATH_W) '$(srcdir)/cdutils.c'; fi`
451
506
 
452
507
hald_probe_volume-fsutils.o: fsutils.c
453
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-fsutils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-fsutils.Tpo -c -o hald_probe_volume-fsutils.o `test -f 'fsutils.c' || echo '$(srcdir)/'`fsutils.c
454
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-fsutils.Tpo $(DEPDIR)/hald_probe_volume-fsutils.Po
 
508
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-fsutils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-fsutils.Tpo -c -o hald_probe_volume-fsutils.o `test -f 'fsutils.c' || echo '$(srcdir)/'`fsutils.c
 
509
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-fsutils.Tpo $(DEPDIR)/hald_probe_volume-fsutils.Po
 
510
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
455
511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsutils.c' object='hald_probe_volume-fsutils.o' libtool=no @AMDEPBACKSLASH@
456
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457
513
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-fsutils.o `test -f 'fsutils.c' || echo '$(srcdir)/'`fsutils.c
458
514
 
459
515
hald_probe_volume-fsutils.obj: fsutils.c
460
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-fsutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-fsutils.Tpo -c -o hald_probe_volume-fsutils.obj `if test -f 'fsutils.c'; then $(CYGPATH_W) 'fsutils.c'; else $(CYGPATH_W) '$(srcdir)/fsutils.c'; fi`
461
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-fsutils.Tpo $(DEPDIR)/hald_probe_volume-fsutils.Po
 
516
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-fsutils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-fsutils.Tpo -c -o hald_probe_volume-fsutils.obj `if test -f 'fsutils.c'; then $(CYGPATH_W) 'fsutils.c'; else $(CYGPATH_W) '$(srcdir)/fsutils.c'; fi`
 
517
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-fsutils.Tpo $(DEPDIR)/hald_probe_volume-fsutils.Po
 
518
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
462
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsutils.c' object='hald_probe_volume-fsutils.obj' libtool=no @AMDEPBACKSLASH@
463
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
521
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-fsutils.obj `if test -f 'fsutils.c'; then $(CYGPATH_W) 'fsutils.c'; else $(CYGPATH_W) '$(srcdir)/fsutils.c'; fi`
465
522
 
466
523
hald_probe_volume-logger.o: ../../logger.c
467
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-logger.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-logger.Tpo -c -o hald_probe_volume-logger.o `test -f '../../logger.c' || echo '$(srcdir)/'`../../logger.c
468
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-logger.Tpo $(DEPDIR)/hald_probe_volume-logger.Po
 
524
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-logger.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-logger.Tpo -c -o hald_probe_volume-logger.o `test -f '../../logger.c' || echo '$(srcdir)/'`../../logger.c
 
525
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-logger.Tpo $(DEPDIR)/hald_probe_volume-logger.Po
 
526
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
469
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../logger.c' object='hald_probe_volume-logger.o' libtool=no @AMDEPBACKSLASH@
470
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
529
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-logger.o `test -f '../../logger.c' || echo '$(srcdir)/'`../../logger.c
472
530
 
473
531
hald_probe_volume-logger.obj: ../../logger.c
474
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-logger.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-logger.Tpo -c -o hald_probe_volume-logger.obj `if test -f '../../logger.c'; then $(CYGPATH_W) '../../logger.c'; else $(CYGPATH_W) '$(srcdir)/../../logger.c'; fi`
475
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hald_probe_volume-logger.Tpo $(DEPDIR)/hald_probe_volume-logger.Po
 
532
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -MT hald_probe_volume-logger.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-logger.Tpo -c -o hald_probe_volume-logger.obj `if test -f '../../logger.c'; then $(CYGPATH_W) '../../logger.c'; else $(CYGPATH_W) '$(srcdir)/../../logger.c'; fi`
 
533
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-logger.Tpo $(DEPDIR)/hald_probe_volume-logger.Po
 
534
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
476
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../logger.c' object='hald_probe_volume-logger.obj' libtool=no @AMDEPBACKSLASH@
477
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
537
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hald_probe_volume_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-logger.obj `if test -f '../../logger.c'; then $(CYGPATH_W) '../../logger.c'; else $(CYGPATH_W) '$(srcdir)/../../logger.c'; fi`
495
554
 
496
555
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
556
                $(TAGS_FILES) $(LISP)
498
 
        tags=; \
 
557
        set x; \
499
558
        here=`pwd`; \
500
559
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
501
560
        unique=`for i in $$list; do \
503
562
          done | \
504
563
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505
564
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
565
        shift; \
 
566
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507
567
          test -n "$$unique" || unique=$$empty_fix; \
508
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509
 
            $$tags $$unique; \
 
568
          if test $$# -gt 0; then \
 
569
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
570
              "$$@" $$unique; \
 
571
          else \
 
572
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
573
              $$unique; \
 
574
          fi; \
510
575
        fi
511
576
ctags: CTAGS
512
577
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
513
578
                $(TAGS_FILES) $(LISP)
514
 
        tags=; \
515
579
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
516
580
        unique=`for i in $$list; do \
517
581
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518
582
          done | \
519
583
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
520
584
              END { if (nonempty) { for (i in files) print i; }; }'`; \
521
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
585
        test -z "$(CTAGS_ARGS)$$unique" \
522
586
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
523
 
             $$tags $$unique
 
587
             $$unique
524
588
 
525
589
GTAGS:
526
590
        here=`$(am__cd) $(top_builddir) && pwd` \
527
 
          && cd $(top_srcdir) \
528
 
          && gtags -i $(GTAGS_ARGS) $$here
 
591
          && $(am__cd) $(top_srcdir) \
 
592
          && gtags -i $(GTAGS_ARGS) "$$here"
529
593
 
530
594
distclean-tags:
531
595
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
546
610
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547
611
          if test -d $$d/$$file; then \
548
612
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
613
            if test -d "$(distdir)/$$file"; then \
 
614
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
615
            fi; \
549
616
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
550
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
617
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
618
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551
619
            fi; \
552
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
620
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553
621
          else \
554
 
            test -f $(distdir)/$$file \
555
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
622
            test -f "$(distdir)/$$file" \
 
623
            || cp -p $$d/$$file "$(distdir)/$$file" \
556
624
            || exit 1; \
557
625
          fi; \
558
626
        done
583
651
 
584
652
distclean-generic:
585
653
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
654
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
586
655
 
587
656
maintainer-clean-generic:
588
657
        @echo "This command is intended for maintainers to use"
604
673
 
605
674
html: html-am
606
675
 
 
676
html-am:
 
677
 
607
678
info: info-am
608
679
 
609
680
info-am:
612
683
 
613
684
install-dvi: install-dvi-am
614
685
 
 
686
install-dvi-am:
 
687
 
615
688
install-exec-am: install-libexecPROGRAMS
616
689
 
617
690
install-html: install-html-am
618
691
 
 
692
install-html-am:
 
693
 
619
694
install-info: install-info-am
620
695
 
 
696
install-info-am:
 
697
 
621
698
install-man:
622
699
 
623
700
install-pdf: install-pdf-am
624
701
 
 
702
install-pdf-am:
 
703
 
625
704
install-ps: install-ps-am
626
705
 
 
706
install-ps-am:
 
707
 
627
708
installcheck-am:
628
709
 
629
710
maintainer-clean: maintainer-clean-am
662
743
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
663
744
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
664
745
 
 
746
 
665
747
# Tell versions [3.59,3.63) of GNU make to not export all variables.
666
748
# Otherwise a system limit (for SysV at least) may be exceeded.
667
749
.NOEXPORT: