~ubuntu-branches/ubuntu/trusty/xserver-xorg-video-mach64-lts-xenial/trusty-proposed

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2016-05-03 14:02:37 UTC
  • Revision ID: package-import@ubuntu.com-20160503140237-y946gbjc7p6fg9fn
Tags: upstream-6.9.5
ImportĀ upstreamĀ versionĀ 6.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#
 
18
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
 
19
#
 
20
# Permission is hereby granted, free of charge, to any person obtaining a
 
21
# copy of this software and associated documentation files (the "Software"),
 
22
# to deal in the Software without restriction, including without limitation
 
23
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
24
# and/or sell copies of the Software, and to permit persons to whom the
 
25
# Software is furnished to do so, subject to the following conditions:
 
26
#
 
27
# The above copyright notice and this permission notice (including the next
 
28
# paragraph) shall be included in all copies or substantial portions of the
 
29
# Software.
 
30
#
 
31
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
32
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
33
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
34
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
35
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
36
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 
37
# DEALINGS IN THE SOFTWARE.
 
38
#
 
39
 
 
40
VPATH = @srcdir@
 
41
am__is_gnu_make = { \
 
42
  if test -z '$(MAKELEVEL)'; then \
 
43
    false; \
 
44
  elif test -n '$(MAKE_HOST)'; then \
 
45
    true; \
 
46
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
47
    true; \
 
48
  else \
 
49
    false; \
 
50
  fi; \
 
51
}
 
52
am__make_running_with_option = \
 
53
  case $${target_option-} in \
 
54
      ?) ;; \
 
55
      *) echo "am__make_running_with_option: internal error: invalid" \
 
56
              "target option '$${target_option-}' specified" >&2; \
 
57
         exit 1;; \
 
58
  esac; \
 
59
  has_opt=no; \
 
60
  sane_makeflags=$$MAKEFLAGS; \
 
61
  if $(am__is_gnu_make); then \
 
62
    sane_makeflags=$$MFLAGS; \
 
63
  else \
 
64
    case $$MAKEFLAGS in \
 
65
      *\\[\ \   ]*) \
 
66
        bs=\\; \
 
67
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
68
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
69
    esac; \
 
70
  fi; \
 
71
  skip_next=no; \
 
72
  strip_trailopt () \
 
73
  { \
 
74
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
75
  }; \
 
76
  for flg in $$sane_makeflags; do \
 
77
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
78
    case $$flg in \
 
79
      *=*|--*) continue;; \
 
80
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
81
      -*I?*) strip_trailopt 'I';; \
 
82
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
83
      -*O?*) strip_trailopt 'O';; \
 
84
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
85
      -*l?*) strip_trailopt 'l';; \
 
86
      -[dEDm]) skip_next=yes;; \
 
87
      -[JT]) skip_next=yes;; \
 
88
    esac; \
 
89
    case $$flg in \
 
90
      *$$target_option*) has_opt=yes; break;; \
 
91
    esac; \
 
92
  done; \
 
93
  test $$has_opt = yes
 
94
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
95
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
96
pkgdatadir = $(datadir)/@PACKAGE@
 
97
pkgincludedir = $(includedir)/@PACKAGE@
 
98
pkglibdir = $(libdir)/@PACKAGE@
 
99
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
100
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
101
install_sh_DATA = $(install_sh) -c -m 644
 
102
install_sh_PROGRAM = $(install_sh) -c
 
103
install_sh_SCRIPT = $(install_sh) -c
 
104
INSTALL_HEADER = $(INSTALL_DATA)
 
105
transform = $(program_transform_name)
 
106
NORMAL_INSTALL = :
 
107
PRE_INSTALL = :
 
108
POST_INSTALL = :
 
109
NORMAL_UNINSTALL = :
 
110
PRE_UNINSTALL = :
 
111
POST_UNINSTALL = :
 
112
build_triplet = @build@
 
113
host_triplet = @host@
 
114
subdir = man
 
115
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
116
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
117
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
118
        $(ACLOCAL_M4)
 
119
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
120
mkinstalldirs = $(install_sh) -d
 
121
CONFIG_HEADER = $(top_builddir)/config.h
 
122
CONFIG_CLEAN_FILES =
 
123
CONFIG_CLEAN_VPATH_FILES =
 
124
AM_V_P = $(am__v_P_@AM_V@)
 
125
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
126
am__v_P_0 = false
 
127
am__v_P_1 = :
 
128
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
129
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
130
am__v_GEN_0 = @echo "  GEN     " $@;
 
131
am__v_GEN_1 = 
 
132
AM_V_at = $(am__v_at_@AM_V@)
 
133
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
134
am__v_at_0 = @
 
135
am__v_at_1 = 
 
136
SOURCES =
 
137
DIST_SOURCES =
 
138
am__can_run_installinfo = \
 
139
  case $$AM_UPDATE_INFO_DIR in \
 
140
    n|no|NO) false;; \
 
141
    *) (install-info --version) >/dev/null 2>&1;; \
 
142
  esac
 
143
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
144
am__vpath_adj = case $$p in \
 
145
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
146
    *) f=$$p;; \
 
147
  esac;
 
148
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
149
am__install_max = 40
 
150
am__nobase_strip_setup = \
 
151
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
152
am__nobase_strip = \
 
153
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
154
am__nobase_list = $(am__nobase_strip_setup); \
 
155
  for p in $$list; do echo "$$p $$p"; done | \
 
156
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
157
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
158
    if (++n[$$2] == $(am__install_max)) \
 
159
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
160
    END { for (dir in files) print dir, files[dir] }'
 
161
am__base_list = \
 
162
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
163
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
164
am__uninstall_files_from_dir = { \
 
165
  test -z "$$files" \
 
166
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
167
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
168
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
169
  }
 
170
am__installdirs = "$(DESTDIR)$(drivermandir)"
 
171
DATA = $(driverman_DATA)
 
172
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
173
am__DIST_COMMON = $(srcdir)/Makefile.in
 
174
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
175
ACLOCAL = @ACLOCAL@
 
176
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 
177
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 
178
AMTAR = @AMTAR@
 
179
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
180
APP_MAN_DIR = @APP_MAN_DIR@
 
181
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 
182
AR = @AR@
 
183
AUTOCONF = @AUTOCONF@
 
184
AUTOHEADER = @AUTOHEADER@
 
185
AUTOMAKE = @AUTOMAKE@
 
186
AWK = @AWK@
 
187
BASE_CFLAGS = @BASE_CFLAGS@
 
188
CC = @CC@
 
189
CCDEPMODE = @CCDEPMODE@
 
190
CFLAGS = @CFLAGS@
 
191
CHANGELOG_CMD = @CHANGELOG_CMD@
 
192
CPP = @CPP@
 
193
CPPFLAGS = @CPPFLAGS@
 
194
CWARNFLAGS = @CWARNFLAGS@
 
195
CYGPATH_W = @CYGPATH_W@
 
196
DEFS = @DEFS@
 
197
DEPDIR = @DEPDIR@
 
198
DLLTOOL = @DLLTOOL@
 
199
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 
200
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
201
DRIVER_NAME = @DRIVER_NAME@
 
202
DRI_CFLAGS = @DRI_CFLAGS@
 
203
DRI_LIBS = @DRI_LIBS@
 
204
DSYMUTIL = @DSYMUTIL@
 
205
DUMPBIN = @DUMPBIN@
 
206
ECHO_C = @ECHO_C@
 
207
ECHO_N = @ECHO_N@
 
208
ECHO_T = @ECHO_T@
 
209
EGREP = @EGREP@
 
210
EXEEXT = @EXEEXT@
 
211
FGREP = @FGREP@
 
212
FILE_MAN_DIR = @FILE_MAN_DIR@
 
213
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
214
GREP = @GREP@
 
215
INSTALL = @INSTALL@
 
216
INSTALL_CMD = @INSTALL_CMD@
 
217
INSTALL_DATA = @INSTALL_DATA@
 
218
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
219
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
220
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
221
LD = @LD@
 
222
LDFLAGS = @LDFLAGS@
 
223
LIBOBJS = @LIBOBJS@
 
224
LIBS = @LIBS@
 
225
LIBTOOL = @LIBTOOL@
 
226
LIB_MAN_DIR = @LIB_MAN_DIR@
 
227
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
228
LIPO = @LIPO@
 
229
LN_S = @LN_S@
 
230
LTLIBOBJS = @LTLIBOBJS@
 
231
MAINT = @MAINT@
 
232
MAKEINFO = @MAKEINFO@
 
233
MANIFEST_TOOL = @MANIFEST_TOOL@
 
234
MAN_SUBSTS = @MAN_SUBSTS@
 
235
MISC_MAN_DIR = @MISC_MAN_DIR@
 
236
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
237
MKDIR_P = @MKDIR_P@
 
238
NM = @NM@
 
239
NMEDIT = @NMEDIT@
 
240
OBJDUMP = @OBJDUMP@
 
241
OBJEXT = @OBJEXT@
 
242
OTOOL = @OTOOL@
 
243
OTOOL64 = @OTOOL64@
 
244
PACKAGE = @PACKAGE@
 
245
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
246
PACKAGE_NAME = @PACKAGE_NAME@
 
247
PACKAGE_STRING = @PACKAGE_STRING@
 
248
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
249
PACKAGE_URL = @PACKAGE_URL@
 
250
PACKAGE_VERSION = @PACKAGE_VERSION@
 
251
PATH_SEPARATOR = @PATH_SEPARATOR@
 
252
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
 
253
PCIACCESS_LIBS = @PCIACCESS_LIBS@
 
254
PKG_CONFIG = @PKG_CONFIG@
 
255
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
256
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
257
RANLIB = @RANLIB@
 
258
SED = @SED@
 
259
SET_MAKE = @SET_MAKE@
 
260
SHELL = @SHELL@
 
261
STRICT_CFLAGS = @STRICT_CFLAGS@
 
262
STRIP = @STRIP@
 
263
VERSION = @VERSION@
 
264
XEXT_CFLAGS = @XEXT_CFLAGS@
 
265
XEXT_LIBS = @XEXT_LIBS@
 
266
XORG_CFLAGS = @XORG_CFLAGS@
 
267
XORG_LIBS = @XORG_LIBS@
 
268
XORG_MAN_PAGE = @XORG_MAN_PAGE@
 
269
abs_builddir = @abs_builddir@
 
270
abs_srcdir = @abs_srcdir@
 
271
abs_top_builddir = @abs_top_builddir@
 
272
abs_top_srcdir = @abs_top_srcdir@
 
273
ac_ct_AR = @ac_ct_AR@
 
274
ac_ct_CC = @ac_ct_CC@
 
275
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
276
am__include = @am__include@
 
277
am__leading_dot = @am__leading_dot@
 
278
am__quote = @am__quote@
 
279
am__tar = @am__tar@
 
280
am__untar = @am__untar@
 
281
bindir = @bindir@
 
282
build = @build@
 
283
build_alias = @build_alias@
 
284
build_cpu = @build_cpu@
 
285
build_os = @build_os@
 
286
build_vendor = @build_vendor@
 
287
builddir = @builddir@
 
288
datadir = @datadir@
 
289
datarootdir = @datarootdir@
 
290
docdir = @docdir@
 
291
dvidir = @dvidir@
 
292
exec_prefix = @exec_prefix@
 
293
host = @host@
 
294
host_alias = @host_alias@
 
295
host_cpu = @host_cpu@
 
296
host_os = @host_os@
 
297
host_vendor = @host_vendor@
 
298
htmldir = @htmldir@
 
299
includedir = @includedir@
 
300
infodir = @infodir@
 
301
install_sh = @install_sh@
 
302
libdir = @libdir@
 
303
libexecdir = @libexecdir@
 
304
localedir = @localedir@
 
305
localstatedir = @localstatedir@
 
306
mandir = @mandir@
 
307
mkdir_p = @mkdir_p@
 
308
moduledir = @moduledir@
 
309
oldincludedir = @oldincludedir@
 
310
pdfdir = @pdfdir@
 
311
prefix = @prefix@
 
312
program_transform_name = @program_transform_name@
 
313
psdir = @psdir@
 
314
sbindir = @sbindir@
 
315
sharedstatedir = @sharedstatedir@
 
316
srcdir = @srcdir@
 
317
sysconfdir = @sysconfdir@
 
318
target_alias = @target_alias@
 
319
top_build_prefix = @top_build_prefix@
 
320
top_builddir = @top_builddir@
 
321
top_srcdir = @top_srcdir@
 
322
drivermandir = $(DRIVER_MAN_DIR)
 
323
driverman_PRE = 
 
324
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
 
325
EXTRA_DIST = 
 
326
CLEANFILES = $(driverman_DATA)
 
327
 
 
328
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
 
329
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
 
330
all: all-am
 
331
 
 
332
.SUFFIXES:
 
333
.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
 
334
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
335
        @for dep in $?; do \
 
336
          case '$(am__configure_deps)' in \
 
337
            *$$dep*) \
 
338
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
339
                && { if test -f $@; then exit 0; else break; fi; }; \
 
340
              exit 1;; \
 
341
          esac; \
 
342
        done; \
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
 
344
        $(am__cd) $(top_srcdir) && \
 
345
          $(AUTOMAKE) --foreign man/Makefile
 
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
347
        @case '$?' in \
 
348
          *config.status*) \
 
349
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
350
          *) \
 
351
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
352
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
353
        esac;
 
354
 
 
355
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
356
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
357
 
 
358
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
360
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(am__aclocal_m4_deps):
 
363
 
 
364
mostlyclean-libtool:
 
365
        -rm -f *.lo
 
366
 
 
367
clean-libtool:
 
368
        -rm -rf .libs _libs
 
369
install-drivermanDATA: $(driverman_DATA)
 
370
        @$(NORMAL_INSTALL)
 
371
        @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
 
372
        if test -n "$$list"; then \
 
373
          echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \
 
374
          $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \
 
375
        fi; \
 
376
        for p in $$list; do \
 
377
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
378
          echo "$$d$$p"; \
 
379
        done | $(am__base_list) | \
 
380
        while read files; do \
 
381
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
 
382
          $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
 
383
        done
 
384
 
 
385
uninstall-drivermanDATA:
 
386
        @$(NORMAL_UNINSTALL)
 
387
        @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
 
388
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
389
        dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir)
 
390
tags TAGS:
 
391
 
 
392
ctags CTAGS:
 
393
 
 
394
cscope cscopelist:
 
395
 
 
396
 
 
397
distdir: $(DISTFILES)
 
398
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
399
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
400
        list='$(DISTFILES)'; \
 
401
          dist_files=`for file in $$list; do echo $$file; done | \
 
402
          sed -e "s|^$$srcdirstrip/||;t" \
 
403
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
404
        case $$dist_files in \
 
405
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
406
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
407
                           sort -u` ;; \
 
408
        esac; \
 
409
        for file in $$dist_files; do \
 
410
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
411
          if test -d $$d/$$file; then \
 
412
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
413
            if test -d "$(distdir)/$$file"; then \
 
414
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
415
            fi; \
 
416
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
417
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
418
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
419
            fi; \
 
420
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
421
          else \
 
422
            test -f "$(distdir)/$$file" \
 
423
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
424
            || exit 1; \
 
425
          fi; \
 
426
        done
 
427
check-am: all-am
 
428
check: check-am
 
429
all-am: Makefile $(DATA)
 
430
installdirs:
 
431
        for dir in "$(DESTDIR)$(drivermandir)"; do \
 
432
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
433
        done
 
434
install: install-am
 
435
install-exec: install-exec-am
 
436
install-data: install-data-am
 
437
uninstall: uninstall-am
 
438
 
 
439
install-am: all-am
 
440
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
441
 
 
442
installcheck: installcheck-am
 
443
install-strip:
 
444
        if test -z '$(STRIP)'; then \
 
445
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
446
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
447
              install; \
 
448
        else \
 
449
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
450
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
451
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
452
        fi
 
453
mostlyclean-generic:
 
454
 
 
455
clean-generic:
 
456
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
457
 
 
458
distclean-generic:
 
459
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
460
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
461
 
 
462
maintainer-clean-generic:
 
463
        @echo "This command is intended for maintainers to use"
 
464
        @echo "it deletes files that may require special tools to rebuild."
 
465
clean: clean-am
 
466
 
 
467
clean-am: clean-generic clean-libtool mostlyclean-am
 
468
 
 
469
distclean: distclean-am
 
470
        -rm -f Makefile
 
471
distclean-am: clean-am distclean-generic
 
472
 
 
473
dvi: dvi-am
 
474
 
 
475
dvi-am:
 
476
 
 
477
html: html-am
 
478
 
 
479
html-am:
 
480
 
 
481
info: info-am
 
482
 
 
483
info-am:
 
484
 
 
485
install-data-am: install-drivermanDATA
 
486
 
 
487
install-dvi: install-dvi-am
 
488
 
 
489
install-dvi-am:
 
490
 
 
491
install-exec-am:
 
492
 
 
493
install-html: install-html-am
 
494
 
 
495
install-html-am:
 
496
 
 
497
install-info: install-info-am
 
498
 
 
499
install-info-am:
 
500
 
 
501
install-man:
 
502
 
 
503
install-pdf: install-pdf-am
 
504
 
 
505
install-pdf-am:
 
506
 
 
507
install-ps: install-ps-am
 
508
 
 
509
install-ps-am:
 
510
 
 
511
installcheck-am:
 
512
 
 
513
maintainer-clean: maintainer-clean-am
 
514
        -rm -f Makefile
 
515
maintainer-clean-am: distclean-am maintainer-clean-generic
 
516
 
 
517
mostlyclean: mostlyclean-am
 
518
 
 
519
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
520
 
 
521
pdf: pdf-am
 
522
 
 
523
pdf-am:
 
524
 
 
525
ps: ps-am
 
526
 
 
527
ps-am:
 
528
 
 
529
uninstall-am: uninstall-drivermanDATA
 
530
 
 
531
.MAKE: install-am install-strip
 
532
 
 
533
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
534
        cscopelist-am ctags-am distclean distclean-generic \
 
535
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
536
        install install-am install-data install-data-am \
 
537
        install-drivermanDATA install-dvi install-dvi-am install-exec \
 
538
        install-exec-am install-html install-html-am install-info \
 
539
        install-info-am install-man install-pdf install-pdf-am \
 
540
        install-ps install-ps-am install-strip installcheck \
 
541
        installcheck-am installdirs maintainer-clean \
 
542
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
543
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
544
        uninstall-am uninstall-drivermanDATA
 
545
 
 
546
.PRECIOUS: Makefile
 
547
 
 
548
 
 
549
.man.$(DRIVER_MAN_SUFFIX):
 
550
        $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
551
 
 
552
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
553
# Otherwise a system limit (for SysV at least) may be exceeded.
 
554
.NOEXPORT: