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

« back to all changes in this revision

Viewing changes to hald/solaris/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
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
46
49
libhald_solaris_la_LIBADD =
47
50
am_libhald_solaris_la_OBJECTS = devinfo.lo devinfo_ieee1394.lo \
48
51
        devinfo_misc.lo devinfo_pci.lo devinfo_storage.lo \
49
52
        devinfo_usb.lo hotplug.lo osspec.lo sysevent.lo
50
53
libhald_solaris_la_OBJECTS = $(am_libhald_solaris_la_OBJECTS)
 
54
AM_V_lt = $(am__v_lt_$(V))
 
55
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
56
am__v_lt_0 = --silent
51
57
@HALD_COMPILE_SOLARIS_TRUE@am_libhald_solaris_la_rpath =
52
58
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
53
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
54
60
am__depfiles_maybe = depfiles
 
61
am__mv = mv -f
55
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
56
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
57
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
58
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
64
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
65
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
66
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
67
        $(AM_CFLAGS) $(CFLAGS)
 
68
AM_V_CC = $(am__v_CC_$(V))
 
69
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
70
am__v_CC_0 = @echo "  CC    " $@;
 
71
AM_V_at = $(am__v_at_$(V))
 
72
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
73
am__v_at_0 = @
60
74
CCLD = $(CC)
61
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
63
 
        $(LDFLAGS) -o $@
 
75
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
76
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
77
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
AM_V_CCLD = $(am__v_CCLD_$(V))
 
79
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
80
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
81
AM_V_GEN = $(am__v_GEN_$(V))
 
82
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
83
am__v_GEN_0 = @echo "  GEN   " $@;
64
84
SOURCES = $(libhald_solaris_la_SOURCES)
65
85
DIST_SOURCES = $(libhald_solaris_la_SOURCES)
66
86
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72
92
        ps-recursive uninstall-recursive
73
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74
94
  distclean-recursive maintainer-clean-recursive
 
95
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
96
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
97
        distdir
75
98
ETAGS = etags
76
99
CTAGS = ctags
77
100
DIST_SUBDIRS = $(SUBDIRS)
78
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
102
am__relativize = \
 
103
  dir0=`pwd`; \
 
104
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
105
  sed_rest='s,^[^/]*/*,,'; \
 
106
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
107
  sed_butlast='s,/*[^/]*$$,,'; \
 
108
  while test -n "$$dir1"; do \
 
109
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
110
    if test "$$first" != "."; then \
 
111
      if test "$$first" = ".."; then \
 
112
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
113
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
114
      else \
 
115
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
116
        if test "$$first2" = "$$first"; then \
 
117
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
118
        else \
 
119
          dir2="../$$dir2"; \
 
120
        fi; \
 
121
        dir0="$$dir0"/"$$first"; \
 
122
      fi; \
 
123
    fi; \
 
124
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
125
  done; \
 
126
  reldir="$$dir2"
79
127
ACLOCAL = @ACLOCAL@
80
128
ACPI_ACPID = @ACPI_ACPID@
81
129
ACPI_PROC = @ACPI_PROC@
82
130
AMTAR = @AMTAR@
 
131
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
83
132
AR = @AR@
84
133
AUTOCONF = @AUTOCONF@
85
134
AUTOHEADER = @AUTOHEADER@
136
185
LIBOBJS = @LIBOBJS@
137
186
LIBS = @LIBS@
138
187
LIBTOOL = @LIBTOOL@
 
188
LIBUSB20_LIBS = @LIBUSB20_LIBS@
139
189
LINUX_INPUT_H = @LINUX_INPUT_H@
140
190
LIPO = @LIPO@
141
191
LN_S = @LN_S@
158
208
PACKAGE_NAME = @PACKAGE_NAME@
159
209
PACKAGE_STRING = @PACKAGE_STRING@
160
210
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
211
PACKAGE_URL = @PACKAGE_URL@
161
212
PACKAGE_VERSION = @PACKAGE_VERSION@
162
213
PARTED_CFLAGS = @PARTED_CFLAGS@
163
214
PARTED_LIBS = @PARTED_LIBS@
178
229
USE_PNP_IDS = @USE_PNP_IDS@
179
230
USE_USB_IDS = @USE_USB_IDS@
180
231
VERSION = @VERSION@
 
232
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
233
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
181
234
XMLLINT = @XMLLINT@
182
235
XMLTO = @XMLTO@
183
236
abs_builddir = @abs_builddir@
262
315
              exit 1;; \
263
316
          esac; \
264
317
        done; \
265
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  hald/solaris/Makefile'; \
266
 
        cd $(top_srcdir) && \
267
 
          $(AUTOMAKE) --gnu  hald/solaris/Makefile
 
318
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu hald/solaris/Makefile'; \
 
319
        $(am__cd) $(top_srcdir) && \
 
320
          $(AUTOMAKE) --gnu hald/solaris/Makefile
268
321
.PRECIOUS: Makefile
269
322
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
323
        @case '$?' in \
282
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
336
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
$(am__aclocal_m4_deps):
285
339
 
286
340
clean-noinstLTLIBRARIES:
287
341
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
292
346
          rm -f "$${dir}/so_locations"; \
293
347
        done
294
348
libhald_solaris.la: $(libhald_solaris_la_OBJECTS) $(libhald_solaris_la_DEPENDENCIES) 
295
 
        $(LINK) $(am_libhald_solaris_la_rpath) $(libhald_solaris_la_OBJECTS) $(libhald_solaris_la_LIBADD) $(LIBS)
 
349
        $(AM_V_CCLD)$(LINK) $(am_libhald_solaris_la_rpath) $(libhald_solaris_la_OBJECTS) $(libhald_solaris_la_LIBADD) $(LIBS)
296
350
 
297
351
mostlyclean-compile:
298
352
        -rm -f *.$(OBJEXT)
311
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysevent.Plo@am__quote@
312
366
 
313
367
.c.o:
314
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
368
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
369
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
370
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
316
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
373
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
319
374
 
320
375
.c.obj:
321
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
377
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
378
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
323
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
381
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
382
 
327
383
.c.lo:
328
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
384
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
385
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
386
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
330
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
389
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
361
418
          else \
362
419
            local_target="$$target"; \
363
420
          fi; \
364
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
421
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
422
          || eval $$failcom; \
366
423
        done; \
367
424
        if test "$$dot_seen" = "no"; then \
395
452
          else \
396
453
            local_target="$$target"; \
397
454
          fi; \
398
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
455
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399
456
          || eval $$failcom; \
400
457
        done && test -z "$$fail"
401
458
tags-recursive:
402
459
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
460
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404
461
        done
405
462
ctags-recursive:
406
463
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
464
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408
465
        done
409
466
 
410
467
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
419
476
 
420
477
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
478
                $(TAGS_FILES) $(LISP)
422
 
        tags=; \
 
479
        set x; \
423
480
        here=`pwd`; \
424
481
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425
482
          include_option=--etags-include; \
431
488
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
489
          if test "$$subdir" = .; then :; else \
433
490
            test ! -f $$subdir/TAGS || \
434
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
491
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435
492
          fi; \
436
493
        done; \
437
494
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440
497
          done | \
441
498
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
499
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
500
        shift; \
 
501
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444
502
          test -n "$$unique" || unique=$$empty_fix; \
445
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446
 
            $$tags $$unique; \
 
503
          if test $$# -gt 0; then \
 
504
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
505
              "$$@" $$unique; \
 
506
          else \
 
507
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
508
              $$unique; \
 
509
          fi; \
447
510
        fi
448
511
ctags: CTAGS
449
512
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
513
                $(TAGS_FILES) $(LISP)
451
 
        tags=; \
452
514
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
515
        unique=`for i in $$list; do \
454
516
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
517
          done | \
456
518
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
519
              END { if (nonempty) { for (i in files) print i; }; }'`; \
458
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
520
        test -z "$(CTAGS_ARGS)$$unique" \
459
521
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
 
             $$tags $$unique
 
522
             $$unique
461
523
 
462
524
GTAGS:
463
525
        here=`$(am__cd) $(top_builddir) && pwd` \
464
 
          && cd $(top_srcdir) \
465
 
          && gtags -i $(GTAGS_ARGS) $$here
 
526
          && $(am__cd) $(top_srcdir) \
 
527
          && gtags -i $(GTAGS_ARGS) "$$here"
466
528
 
467
529
distclean-tags:
468
530
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
545
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484
546
          if test -d $$d/$$file; then \
485
547
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
548
            if test -d "$(distdir)/$$file"; then \
 
549
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
550
            fi; \
486
551
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
552
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
553
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488
554
            fi; \
489
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
555
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490
556
          else \
491
 
            test -f $(distdir)/$$file \
492
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
557
            test -f "$(distdir)/$$file" \
 
558
            || cp -p $$d/$$file "$(distdir)/$$file" \
493
559
            || exit 1; \
494
560
          fi; \
495
561
        done
496
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
562
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497
563
          if test "$$subdir" = .; then :; else \
498
564
            test -d "$(distdir)/$$subdir" \
499
565
            || $(MKDIR_P) "$(distdir)/$$subdir" \
500
566
            || exit 1; \
501
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
502
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
503
 
            (cd $$subdir && \
 
567
          fi; \
 
568
        done
 
569
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
570
          if test "$$subdir" = .; then :; else \
 
571
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
572
            $(am__relativize); \
 
573
            new_distdir=$$reldir; \
 
574
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
575
            $(am__relativize); \
 
576
            new_top_distdir=$$reldir; \
 
577
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
578
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
579
            ($(am__cd) $$subdir && \
504
580
              $(MAKE) $(AM_MAKEFLAGS) \
505
 
                top_distdir="$$top_distdir" \
506
 
                distdir="$$distdir/$$subdir" \
 
581
                top_distdir="$$new_top_distdir" \
 
582
                distdir="$$new_distdir" \
507
583
                am__remove_distdir=: \
508
584
                am__skip_length_check=: \
 
585
                am__skip_mode_fix=: \
509
586
                distdir) \
510
587
              || exit 1; \
511
588
          fi; \
535
612
 
536
613
distclean-generic:
537
614
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
615
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538
616
 
539
617
maintainer-clean-generic:
540
618
        @echo "This command is intended for maintainers to use"
556
634
 
557
635
html: html-recursive
558
636
 
 
637
html-am:
 
638
 
559
639
info: info-recursive
560
640
 
561
641
info-am:
564
644
 
565
645
install-dvi: install-dvi-recursive
566
646
 
 
647
install-dvi-am:
 
648
 
567
649
install-exec-am:
568
650
 
569
651
install-html: install-html-recursive
570
652
 
 
653
install-html-am:
 
654
 
571
655
install-info: install-info-recursive
572
656
 
 
657
install-info-am:
 
658
 
573
659
install-man:
574
660
 
575
661
install-pdf: install-pdf-recursive
576
662
 
 
663
install-pdf-am:
 
664
 
577
665
install-ps: install-ps-recursive
578
666
 
 
667
install-ps-am:
 
668
 
579
669
installcheck-am:
580
670
 
581
671
maintainer-clean: maintainer-clean-recursive
598
688
 
599
689
uninstall-am:
600
690
 
601
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
602
 
        install-strip
 
691
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
692
        install-am install-strip tags-recursive
603
693
 
604
694
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
605
695
        all all-am check check-am clean clean-generic clean-libtool \
616
706
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
617
707
        uninstall uninstall-am
618
708
 
 
709
 
619
710
# Tell versions [3.59,3.63) of GNU make to not export all variables.
620
711
# Otherwise a system limit (for SysV at least) may be exceeded.
621
712
.NOEXPORT: