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

« back to all changes in this revision

Viewing changes to hald/freebsd/libprobe/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 =
45
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
 
am__vpath_adj = case $$p in \
47
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
 
    *) f=$$p;; \
49
 
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
51
 
am__installdirs = "$(DESTDIR)$(libdir)"
52
 
libLTLIBRARIES_INSTALL = $(INSTALL)
53
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
54
49
libhald_freebsd_probe_la_LIBADD =
55
50
am_libhald_freebsd_probe_la_OBJECTS = hfp.lo hfp-cdrom.lo
56
51
libhald_freebsd_probe_la_OBJECTS =  \
57
52
        $(am_libhald_freebsd_probe_la_OBJECTS)
58
 
libhald_freebsd_probe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
59
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
60
 
        $(libhald_freebsd_probe_la_LDFLAGS) $(LDFLAGS) -o $@
61
 
@HALD_COMPILE_FREEBSD_TRUE@am_libhald_freebsd_probe_la_rpath = -rpath \
62
 
@HALD_COMPILE_FREEBSD_TRUE@     $(libdir)
 
53
AM_V_lt = $(am__v_lt_$(V))
 
54
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_lt_0 = --silent
 
56
libhald_freebsd_probe_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
57
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
58
        $(AM_CFLAGS) $(CFLAGS) $(libhald_freebsd_probe_la_LDFLAGS) \
 
59
        $(LDFLAGS) -o $@
 
60
@HALD_COMPILE_FREEBSD_TRUE@am_libhald_freebsd_probe_la_rpath =
63
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
66
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
66
        $(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)
 
67
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
68
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
69
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
70
        $(AM_CFLAGS) $(CFLAGS)
 
71
AM_V_CC = $(am__v_CC_$(V))
 
72
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
73
am__v_CC_0 = @echo "  CC    " $@;
 
74
AM_V_at = $(am__v_at_$(V))
 
75
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
76
am__v_at_0 = @
71
77
CCLD = $(CC)
72
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
74
 
        $(LDFLAGS) -o $@
 
78
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
79
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
80
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
81
AM_V_CCLD = $(am__v_CCLD_$(V))
 
82
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
83
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
84
AM_V_GEN = $(am__v_GEN_$(V))
 
85
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
86
am__v_GEN_0 = @echo "  GEN   " $@;
75
87
SOURCES = $(libhald_freebsd_probe_la_SOURCES)
76
88
DIST_SOURCES = $(libhald_freebsd_probe_la_SOURCES)
77
89
ETAGS = etags
81
93
ACPI_ACPID = @ACPI_ACPID@
82
94
ACPI_PROC = @ACPI_PROC@
83
95
AMTAR = @AMTAR@
 
96
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
84
97
AR = @AR@
85
98
AUTOCONF = @AUTOCONF@
86
99
AUTOHEADER = @AUTOHEADER@
137
150
LIBOBJS = @LIBOBJS@
138
151
LIBS = @LIBS@
139
152
LIBTOOL = @LIBTOOL@
 
153
LIBUSB20_LIBS = @LIBUSB20_LIBS@
140
154
LINUX_INPUT_H = @LINUX_INPUT_H@
141
155
LIPO = @LIPO@
142
156
LN_S = @LN_S@
159
173
PACKAGE_NAME = @PACKAGE_NAME@
160
174
PACKAGE_STRING = @PACKAGE_STRING@
161
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_URL = @PACKAGE_URL@
162
177
PACKAGE_VERSION = @PACKAGE_VERSION@
163
178
PARTED_CFLAGS = @PARTED_CFLAGS@
164
179
PARTED_LIBS = @PARTED_LIBS@
179
194
USE_PNP_IDS = @USE_PNP_IDS@
180
195
USE_USB_IDS = @USE_USB_IDS@
181
196
VERSION = @VERSION@
 
197
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
198
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
182
199
XMLLINT = @XMLLINT@
183
200
XMLTO = @XMLTO@
184
201
abs_builddir = @abs_builddir@
244
261
        -I$(top_srcdir) -I.. \
245
262
        @DBUS_CFLAGS@
246
263
 
247
 
@HALD_COMPILE_FREEBSD_TRUE@lib_LTLIBRARIES = libhald_freebsd_probe.la
 
264
@HALD_COMPILE_FREEBSD_TRUE@noinst_LTLIBRARIES = libhald_freebsd_probe.la
248
265
libhald_freebsd_probe_la_SOURCES = \
249
266
        hfp.c           \
250
267
        hfp.h           \
265
282
              exit 1;; \
266
283
          esac; \
267
284
        done; \
268
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  hald/freebsd/libprobe/Makefile'; \
269
 
        cd $(top_srcdir) && \
270
 
          $(AUTOMAKE) --gnu  hald/freebsd/libprobe/Makefile
 
285
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu hald/freebsd/libprobe/Makefile'; \
 
286
        $(am__cd) $(top_srcdir) && \
 
287
          $(AUTOMAKE) --gnu hald/freebsd/libprobe/Makefile
271
288
.PRECIOUS: Makefile
272
289
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273
290
        @case '$?' in \
285
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
303
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
287
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
289
 
        @$(NORMAL_INSTALL)
290
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
291
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
292
 
          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"; \
296
 
          else :; fi; \
297
 
        done
298
 
 
299
 
uninstall-libLTLIBRARIES:
300
 
        @$(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"; \
305
 
        done
306
 
 
307
 
clean-libLTLIBRARIES:
308
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
309
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
305
$(am__aclocal_m4_deps):
 
306
 
 
307
clean-noinstLTLIBRARIES:
 
308
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
309
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
310
310
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
311
311
          test "$$dir" != "$$p" || dir=.; \
312
312
          echo "rm -f \"$${dir}/so_locations\""; \
313
313
          rm -f "$${dir}/so_locations"; \
314
314
        done
315
315
libhald_freebsd_probe.la: $(libhald_freebsd_probe_la_OBJECTS) $(libhald_freebsd_probe_la_DEPENDENCIES) 
316
 
        $(libhald_freebsd_probe_la_LINK) $(am_libhald_freebsd_probe_la_rpath) $(libhald_freebsd_probe_la_OBJECTS) $(libhald_freebsd_probe_la_LIBADD) $(LIBS)
 
316
        $(AM_V_CCLD)$(libhald_freebsd_probe_la_LINK) $(am_libhald_freebsd_probe_la_rpath) $(libhald_freebsd_probe_la_OBJECTS) $(libhald_freebsd_probe_la_LIBADD) $(LIBS)
317
317
 
318
318
mostlyclean-compile:
319
319
        -rm -f *.$(OBJEXT)
325
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hfp.Plo@am__quote@
326
326
 
327
327
.c.o:
328
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
328
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
329
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
330
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
330
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
333
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
333
334
 
334
335
.c.obj:
335
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
336
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
337
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
338
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
337
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
341
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
342
 
341
343
.c.lo:
342
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
343
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
344
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
345
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
346
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
344
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
345
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
349
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
363
366
 
364
367
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365
368
                $(TAGS_FILES) $(LISP)
366
 
        tags=; \
 
369
        set x; \
367
370
        here=`pwd`; \
368
371
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369
372
        unique=`for i in $$list; do \
371
374
          done | \
372
375
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
374
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
377
        shift; \
 
378
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375
379
          test -n "$$unique" || unique=$$empty_fix; \
376
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377
 
            $$tags $$unique; \
 
380
          if test $$# -gt 0; then \
 
381
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
382
              "$$@" $$unique; \
 
383
          else \
 
384
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
385
              $$unique; \
 
386
          fi; \
378
387
        fi
379
388
ctags: CTAGS
380
389
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
390
                $(TAGS_FILES) $(LISP)
382
 
        tags=; \
383
391
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384
392
        unique=`for i in $$list; do \
385
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
394
          done | \
387
395
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388
396
              END { if (nonempty) { for (i in files) print i; }; }'`; \
389
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
397
        test -z "$(CTAGS_ARGS)$$unique" \
390
398
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391
 
             $$tags $$unique
 
399
             $$unique
392
400
 
393
401
GTAGS:
394
402
        here=`$(am__cd) $(top_builddir) && pwd` \
395
 
          && cd $(top_srcdir) \
396
 
          && gtags -i $(GTAGS_ARGS) $$here
 
403
          && $(am__cd) $(top_srcdir) \
 
404
          && gtags -i $(GTAGS_ARGS) "$$here"
397
405
 
398
406
distclean-tags:
399
407
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414
422
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415
423
          if test -d $$d/$$file; then \
416
424
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
425
            if test -d "$(distdir)/$$file"; then \
 
426
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
427
            fi; \
417
428
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
418
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
429
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
430
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419
431
            fi; \
420
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
432
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
421
433
          else \
422
 
            test -f $(distdir)/$$file \
423
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
434
            test -f "$(distdir)/$$file" \
 
435
            || cp -p $$d/$$file "$(distdir)/$$file" \
424
436
            || exit 1; \
425
437
          fi; \
426
438
        done
428
440
check: check-am
429
441
all-am: Makefile $(LTLIBRARIES)
430
442
installdirs:
431
 
        for dir in "$(DESTDIR)$(libdir)"; do \
432
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
433
 
        done
434
443
install: install-am
435
444
install-exec: install-exec-am
436
445
install-data: install-data-am
451
460
 
452
461
distclean-generic:
453
462
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
463
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
454
464
 
455
465
maintainer-clean-generic:
456
466
        @echo "This command is intended for maintainers to use"
457
467
        @echo "it deletes files that may require special tools to rebuild."
458
468
clean: clean-am
459
469
 
460
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
470
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
461
471
        mostlyclean-am
462
472
 
463
473
distclean: distclean-am
472
482
 
473
483
html: html-am
474
484
 
 
485
html-am:
 
486
 
475
487
info: info-am
476
488
 
477
489
info-am:
480
492
 
481
493
install-dvi: install-dvi-am
482
494
 
483
 
install-exec-am: install-libLTLIBRARIES
 
495
install-dvi-am:
 
496
 
 
497
install-exec-am:
484
498
 
485
499
install-html: install-html-am
486
500
 
 
501
install-html-am:
 
502
 
487
503
install-info: install-info-am
488
504
 
 
505
install-info-am:
 
506
 
489
507
install-man:
490
508
 
491
509
install-pdf: install-pdf-am
492
510
 
 
511
install-pdf-am:
 
512
 
493
513
install-ps: install-ps-am
494
514
 
 
515
install-ps-am:
 
516
 
495
517
installcheck-am:
496
518
 
497
519
maintainer-clean: maintainer-clean-am
512
534
 
513
535
ps-am:
514
536
 
515
 
uninstall-am: uninstall-libLTLIBRARIES
 
537
uninstall-am:
516
538
 
517
539
.MAKE: install-am install-strip
518
540
 
519
541
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
520
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
542
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
521
543
        distclean-compile distclean-generic distclean-libtool \
522
544
        distclean-tags distdir dvi dvi-am html html-am info info-am \
523
545
        install install-am install-data install-data-am install-dvi \
524
546
        install-dvi-am install-exec install-exec-am install-html \
525
 
        install-html-am install-info install-info-am \
526
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
527
 
        install-ps install-ps-am install-strip installcheck \
528
 
        installcheck-am installdirs maintainer-clean \
529
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
530
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
531
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
547
        install-html-am install-info install-info-am install-man \
 
548
        install-pdf install-pdf-am install-ps install-ps-am \
 
549
        install-strip installcheck installcheck-am installdirs \
 
550
        maintainer-clean maintainer-clean-generic mostlyclean \
 
551
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
552
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
553
 
532
554
 
533
555
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
556
# Otherwise a system limit (for SysV at least) may be exceeded.