~ubuntu-branches/ubuntu/maverick/hal/maverick

« back to all changes in this revision

Viewing changes to libhal-storage/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-12-03 01:21:24 UTC
  • mfrom: (1.2.11 upstream) (1.1.17 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091203012124-0ikk10hnsh4b6m5h
Tags: 0.5.14-0ubuntu1
* Merge with Debian svn head, which now has most of our changes. Remaining
  Ubuntu changes:
 - Enable support for X11 input hotplugging:
   + debian/rules: Do not remove 10-x11-input.fdi, we want to install it by
     default.
   + Drop 10-x11-input.fdi from debian/hal.examples, since we install
     it by default.
   This will soon be obsoleted by changing X.org to use udev-based input
   device detection.
 - Add support for smartdimmer backlight control for GeForce 7/8/9 based
   Sony laptops.
   + Add 04_nvidia_brightness.patch.
   + Add smartdimmer recommends.
 - debian/hal.postinst: Do not create plugdev and powerdev groups.
 - Add debian/hal.upstart: Supersedes init script.
* Disable 50_kfreebsd.patch for now; not used in Ubuntu, and does not
  currently apply.

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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
44
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
51
am__vpath_adj = case $$p in \
49
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
53
    *) f=$$p;; \
51
54
  esac;
52
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
55
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
56
am__install_max = 40
 
57
am__nobase_strip_setup = \
 
58
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
59
am__nobase_strip = \
 
60
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
61
am__nobase_list = $(am__nobase_strip_setup); \
 
62
  for p in $$list; do echo "$$p $$p"; done | \
 
63
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
64
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
65
    if (++n[$$2] == $(am__install_max)) \
 
66
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
67
    END { for (dir in files) print dir, files[dir] }'
 
68
am__base_list = \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
53
71
am__installdirs = "$(DESTDIR)$(libdir)" \
54
72
        "$(DESTDIR)$(libhal_storageincludedir)"
55
 
libLTLIBRARIES_INSTALL = $(INSTALL)
56
73
LTLIBRARIES = $(lib_LTLIBRARIES)
57
74
libhal_storage_la_DEPENDENCIES = $(top_builddir)/libhal/libhal.la
58
75
am_libhal_storage_la_OBJECTS = libhal-storage.lo
59
76
libhal_storage_la_OBJECTS = $(am_libhal_storage_la_OBJECTS)
60
 
libhal_storage_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62
 
        $(libhal_storage_la_LDFLAGS) $(LDFLAGS) -o $@
 
77
AM_V_lt = $(am__v_lt_$(V))
 
78
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
79
am__v_lt_0 = --silent
 
80
libhal_storage_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
81
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
82
        $(AM_CFLAGS) $(CFLAGS) $(libhal_storage_la_LDFLAGS) $(LDFLAGS) \
 
83
        -o $@
63
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
85
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
86
am__depfiles_maybe = depfiles
 
87
am__mv = mv -f
66
88
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
89
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
90
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
91
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
92
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
93
        $(AM_CFLAGS) $(CFLAGS)
 
94
AM_V_CC = $(am__v_CC_$(V))
 
95
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
96
am__v_CC_0 = @echo "  CC    " $@;
 
97
AM_V_at = $(am__v_at_$(V))
 
98
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
99
am__v_at_0 = @
71
100
CCLD = $(CC)
72
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
74
 
        $(LDFLAGS) -o $@
 
101
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
102
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
103
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
104
AM_V_CCLD = $(am__v_CCLD_$(V))
 
105
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
106
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
107
AM_V_GEN = $(am__v_GEN_$(V))
 
108
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
109
am__v_GEN_0 = @echo "  GEN   " $@;
75
110
SOURCES = $(libhal_storage_la_SOURCES)
76
111
DIST_SOURCES = $(libhal_storage_la_SOURCES)
77
 
libhal_storageincludeHEADERS_INSTALL = $(INSTALL_HEADER)
78
112
HEADERS = $(libhal_storageinclude_HEADERS)
79
113
ETAGS = etags
80
114
CTAGS = ctags
83
117
ACPI_ACPID = @ACPI_ACPID@
84
118
ACPI_PROC = @ACPI_PROC@
85
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
86
121
AR = @AR@
87
122
AUTOCONF = @AUTOCONF@
88
123
AUTOHEADER = @AUTOHEADER@
139
174
LIBOBJS = @LIBOBJS@
140
175
LIBS = @LIBS@
141
176
LIBTOOL = @LIBTOOL@
 
177
LIBUSB20_LIBS = @LIBUSB20_LIBS@
142
178
LINUX_INPUT_H = @LINUX_INPUT_H@
143
179
LIPO = @LIPO@
144
180
LN_S = @LN_S@
161
197
PACKAGE_NAME = @PACKAGE_NAME@
162
198
PACKAGE_STRING = @PACKAGE_STRING@
163
199
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
200
PACKAGE_URL = @PACKAGE_URL@
164
201
PACKAGE_VERSION = @PACKAGE_VERSION@
165
202
PARTED_CFLAGS = @PARTED_CFLAGS@
166
203
PARTED_LIBS = @PARTED_LIBS@
181
218
USE_PNP_IDS = @USE_PNP_IDS@
182
219
USE_USB_IDS = @USE_USB_IDS@
183
220
VERSION = @VERSION@
 
221
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
222
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
184
223
XMLLINT = @XMLLINT@
185
224
XMLTO = @XMLTO@
186
225
abs_builddir = @abs_builddir@
265
304
              exit 1;; \
266
305
          esac; \
267
306
        done; \
268
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libhal-storage/Makefile'; \
269
 
        cd $(top_srcdir) && \
270
 
          $(AUTOMAKE) --gnu  libhal-storage/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libhal-storage/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --gnu libhal-storage/Makefile
271
310
.PRECIOUS: Makefile
272
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273
312
        @case '$?' in \
285
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
287
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
288
328
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
289
329
        @$(NORMAL_INSTALL)
290
330
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
291
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
331
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
332
        list2=; for p in $$list; do \
292
333
          if test -f $$p; then \
293
 
            f=$(am__strip_dir) \
294
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
295
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
334
            list2="$$list2 $$p"; \
296
335
          else :; fi; \
297
 
        done
 
336
        done; \
 
337
        test -z "$$list2" || { \
 
338
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
339
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
340
        }
298
341
 
299
342
uninstall-libLTLIBRARIES:
300
343
        @$(NORMAL_UNINSTALL)
301
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
302
 
          p=$(am__strip_dir) \
303
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
304
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
344
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
345
        for p in $$list; do \
 
346
          $(am__strip_dir) \
 
347
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
348
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
305
349
        done
306
350
 
307
351
clean-libLTLIBRARIES:
313
357
          rm -f "$${dir}/so_locations"; \
314
358
        done
315
359
libhal-storage.la: $(libhal_storage_la_OBJECTS) $(libhal_storage_la_DEPENDENCIES) 
316
 
        $(libhal_storage_la_LINK) -rpath $(libdir) $(libhal_storage_la_OBJECTS) $(libhal_storage_la_LIBADD) $(LIBS)
 
360
        $(AM_V_CCLD)$(libhal_storage_la_LINK) -rpath $(libdir) $(libhal_storage_la_OBJECTS) $(libhal_storage_la_LIBADD) $(LIBS)
317
361
 
318
362
mostlyclean-compile:
319
363
        -rm -f *.$(OBJEXT)
324
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhal-storage.Plo@am__quote@
325
369
 
326
370
.c.o:
327
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
371
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
372
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
373
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
329
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
376
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
332
377
 
333
378
.c.obj:
334
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
379
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
380
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
381
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
336
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
384
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
339
385
 
340
386
.c.lo:
341
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
387
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
388
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
389
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
343
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
344
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345
392
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
352
399
install-libhal_storageincludeHEADERS: $(libhal_storageinclude_HEADERS)
353
400
        @$(NORMAL_INSTALL)
354
401
        test -z "$(libhal_storageincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libhal_storageincludedir)"
355
 
        @list='$(libhal_storageinclude_HEADERS)'; for p in $$list; do \
 
402
        @list='$(libhal_storageinclude_HEADERS)'; test -n "$(libhal_storageincludedir)" || list=; \
 
403
        for p in $$list; do \
356
404
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
357
 
          f=$(am__strip_dir) \
358
 
          echo " $(libhal_storageincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libhal_storageincludedir)/$$f'"; \
359
 
          $(libhal_storageincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libhal_storageincludedir)/$$f"; \
 
405
          echo "$$d$$p"; \
 
406
        done | $(am__base_list) | \
 
407
        while read files; do \
 
408
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhal_storageincludedir)'"; \
 
409
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhal_storageincludedir)" || exit $$?; \
360
410
        done
361
411
 
362
412
uninstall-libhal_storageincludeHEADERS:
363
413
        @$(NORMAL_UNINSTALL)
364
 
        @list='$(libhal_storageinclude_HEADERS)'; for p in $$list; do \
365
 
          f=$(am__strip_dir) \
366
 
          echo " rm -f '$(DESTDIR)$(libhal_storageincludedir)/$$f'"; \
367
 
          rm -f "$(DESTDIR)$(libhal_storageincludedir)/$$f"; \
368
 
        done
 
414
        @list='$(libhal_storageinclude_HEADERS)'; test -n "$(libhal_storageincludedir)" || list=; \
 
415
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
416
        test -n "$$files" || exit 0; \
 
417
        echo " ( cd '$(DESTDIR)$(libhal_storageincludedir)' && rm -f" $$files ")"; \
 
418
        cd "$(DESTDIR)$(libhal_storageincludedir)" && rm -f $$files
369
419
 
370
420
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371
421
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379
429
 
380
430
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
431
                $(TAGS_FILES) $(LISP)
382
 
        tags=; \
 
432
        set x; \
383
433
        here=`pwd`; \
384
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385
435
        unique=`for i in $$list; do \
387
437
          done | \
388
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
440
        shift; \
 
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391
442
          test -n "$$unique" || unique=$$empty_fix; \
392
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
 
            $$tags $$unique; \
 
443
          if test $$# -gt 0; then \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              "$$@" $$unique; \
 
446
          else \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              $$unique; \
 
449
          fi; \
394
450
        fi
395
451
ctags: CTAGS
396
452
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
453
                $(TAGS_FILES) $(LISP)
398
 
        tags=; \
399
454
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
455
        unique=`for i in $$list; do \
401
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
457
          done | \
403
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
460
        test -z "$(CTAGS_ARGS)$$unique" \
406
461
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
 
             $$tags $$unique
 
462
             $$unique
408
463
 
409
464
GTAGS:
410
465
        here=`$(am__cd) $(top_builddir) && pwd` \
411
 
          && cd $(top_srcdir) \
412
 
          && gtags -i $(GTAGS_ARGS) $$here
 
466
          && $(am__cd) $(top_srcdir) \
 
467
          && gtags -i $(GTAGS_ARGS) "$$here"
413
468
 
414
469
distclean-tags:
415
470
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
485
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
486
          if test -d $$d/$$file; then \
432
487
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
488
            if test -d "$(distdir)/$$file"; then \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
490
            fi; \
433
491
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
492
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
493
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435
494
            fi; \
436
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
495
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437
496
          else \
438
 
            test -f $(distdir)/$$file \
439
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
497
            test -f "$(distdir)/$$file" \
 
498
            || cp -p $$d/$$file "$(distdir)/$$file" \
440
499
            || exit 1; \
441
500
          fi; \
442
501
        done
467
526
 
468
527
distclean-generic:
469
528
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
529
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
530
 
471
531
maintainer-clean-generic:
472
532
        @echo "This command is intended for maintainers to use"
488
548
 
489
549
html: html-am
490
550
 
 
551
html-am:
 
552
 
491
553
info: info-am
492
554
 
493
555
info-am:
496
558
 
497
559
install-dvi: install-dvi-am
498
560
 
 
561
install-dvi-am:
 
562
 
499
563
install-exec-am: install-libLTLIBRARIES
500
564
 
501
565
install-html: install-html-am
502
566
 
 
567
install-html-am:
 
568
 
503
569
install-info: install-info-am
504
570
 
 
571
install-info-am:
 
572
 
505
573
install-man:
506
574
 
507
575
install-pdf: install-pdf-am
508
576
 
 
577
install-pdf-am:
 
578
 
509
579
install-ps: install-ps-am
510
580
 
 
581
install-ps-am:
 
582
 
511
583
installcheck-am:
512
584
 
513
585
maintainer-clean: maintainer-clean-am
552
624
 
553
625
clean-local :
554
626
        rm -f *~
 
627
 
555
628
# Tell versions [3.59,3.63) of GNU make to not export all variables.
556
629
# Otherwise a system limit (for SysV at least) may be exceeded.
557
630
.NOEXPORT: