~ubuntu-branches/ubuntu/trusty/libusbx/trusty

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-07-12 19:49:06 UTC
  • mfrom: (1.1.3)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20130712194906-4l816fbge4ky7b2e
* New upstream version, last one from the libusbx, the next one will
  be called libusb again.
  - Build depends on libudev-dev.
  - Update symbol files.
* Bump Standards-Version to 3.9.4 (no changes).
* Move documentation to a -doc package.
* Set the -dev package as Multiarch: same.
* Support parallel building.
* Compress the .deb files with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18
62
pkgdatadir = $(datadir)/@PACKAGE@
19
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
34
78
build_triplet = @build@
35
79
host_triplet = @host@
36
80
subdir = doc
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
38
82
        $(srcdir)/doxygen.cfg.in
39
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/libusb/version.h \
41
 
        $(top_srcdir)/configure.ac
 
84
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
85
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
86
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
87
        $(top_srcdir)/libusb/version.h $(top_srcdir)/configure.ac
42
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
89
        $(ACLOCAL_M4)
44
90
mkinstalldirs = $(install_sh) -d
45
91
CONFIG_HEADER = $(top_builddir)/config.h
46
92
CONFIG_CLEAN_FILES = doxygen.cfg
47
93
CONFIG_CLEAN_VPATH_FILES =
48
 
AM_V_GEN = $(am__v_GEN_$(V))
49
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50
 
am__v_GEN_0 = @echo "  GEN   " $@;
51
 
AM_V_at = $(am__v_at_$(V))
52
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53
104
am__v_at_0 = @
 
105
am__v_at_1 = 
54
106
SOURCES =
55
107
DIST_SOURCES =
 
108
am__can_run_installinfo = \
 
109
  case $$AM_UPDATE_INFO_DIR in \
 
110
    n|no|NO) false;; \
 
111
    *) (install-info --version) >/dev/null 2>&1;; \
 
112
  esac
 
113
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
56
114
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
115
ACLOCAL = @ACLOCAL@
58
116
AMTAR = @AMTAR@
123
181
SET_MAKE = @SET_MAKE@
124
182
SHELL = @SHELL@
125
183
STRIP = @STRIP@
 
184
USE_UDEV = @USE_UDEV@
126
185
VERSION = @VERSION@
127
186
abs_builddir = @abs_builddir@
128
187
abs_srcdir = @abs_srcdir@
218
277
 
219
278
clean-libtool:
220
279
        -rm -rf .libs _libs
221
 
tags: TAGS
222
 
TAGS:
223
 
 
224
 
ctags: CTAGS
225
 
CTAGS:
 
280
tags TAGS:
 
281
 
 
282
ctags CTAGS:
 
283
 
 
284
cscope cscopelist:
226
285
 
227
286
 
228
287
distdir: $(DISTFILES)
269
328
 
270
329
installcheck: installcheck-am
271
330
install-strip:
272
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
273
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
274
 
          `test -z '$(STRIP)' || \
275
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
331
        if test -z '$(STRIP)'; then \
 
332
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
333
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
334
              install; \
 
335
        else \
 
336
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
337
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
338
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
339
        fi
276
340
mostlyclean-generic:
277
341
 
278
342
clean-generic:
353
417
.MAKE: install-am install-strip
354
418
 
355
419
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
356
 
        distclean distclean-generic distclean-libtool distdir dvi \
357
 
        dvi-am html html-am info info-am install install-am \
358
 
        install-data install-data-am install-dvi install-dvi-am \
359
 
        install-exec install-exec-am install-html install-html-am \
360
 
        install-info install-info-am install-man install-pdf \
361
 
        install-pdf-am install-ps install-ps-am install-strip \
362
 
        installcheck installcheck-am installdirs maintainer-clean \
363
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
364
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
420
        cscopelist-am ctags-am distclean distclean-generic \
 
421
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
422
        install install-am install-data install-data-am install-dvi \
 
423
        install-dvi-am install-exec install-exec-am install-html \
 
424
        install-html-am install-info install-info-am install-man \
 
425
        install-pdf install-pdf-am install-ps install-ps-am \
 
426
        install-strip installcheck installcheck-am installdirs \
 
427
        maintainer-clean maintainer-clean-generic mostlyclean \
 
428
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
429
        tags-am uninstall uninstall-am
365
430
 
366
431
 
367
432
docs: doxygen.cfg