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

« back to all changes in this revision

Viewing changes to src/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
#  Copyright 2005 Adam Jackson.
 
18
#  Copyright 2005 Red Hat, Inc.
 
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
#  on the rights to use, copy, modify, merge, publish, distribute, sub
 
24
#  license, and/or sell copies of the Software, and to permit persons to whom
 
25
#  the 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 NON-INFRINGEMENT.  IN NO EVENT SHALL
 
34
#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 
35
#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
36
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
37
 
 
38
# this is obnoxious:
 
39
# -module lets us name the module exactly how we want
 
40
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
 
41
# _ladir passes a dummy rpath to libtool so the thing will actually link
 
42
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
 
43
 
 
44
VPATH = @srcdir@
 
45
am__is_gnu_make = { \
 
46
  if test -z '$(MAKELEVEL)'; then \
 
47
    false; \
 
48
  elif test -n '$(MAKE_HOST)'; then \
 
49
    true; \
 
50
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
51
    true; \
 
52
  else \
 
53
    false; \
 
54
  fi; \
 
55
}
 
56
am__make_running_with_option = \
 
57
  case $${target_option-} in \
 
58
      ?) ;; \
 
59
      *) echo "am__make_running_with_option: internal error: invalid" \
 
60
              "target option '$${target_option-}' specified" >&2; \
 
61
         exit 1;; \
 
62
  esac; \
 
63
  has_opt=no; \
 
64
  sane_makeflags=$$MAKEFLAGS; \
 
65
  if $(am__is_gnu_make); then \
 
66
    sane_makeflags=$$MFLAGS; \
 
67
  else \
 
68
    case $$MAKEFLAGS in \
 
69
      *\\[\ \   ]*) \
 
70
        bs=\\; \
 
71
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
72
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
73
    esac; \
 
74
  fi; \
 
75
  skip_next=no; \
 
76
  strip_trailopt () \
 
77
  { \
 
78
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
79
  }; \
 
80
  for flg in $$sane_makeflags; do \
 
81
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
82
    case $$flg in \
 
83
      *=*|--*) continue;; \
 
84
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
85
      -*I?*) strip_trailopt 'I';; \
 
86
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
87
      -*O?*) strip_trailopt 'O';; \
 
88
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
89
      -*l?*) strip_trailopt 'l';; \
 
90
      -[dEDm]) skip_next=yes;; \
 
91
      -[JT]) skip_next=yes;; \
 
92
    esac; \
 
93
    case $$flg in \
 
94
      *$$target_option*) has_opt=yes; break;; \
 
95
    esac; \
 
96
  done; \
 
97
  test $$has_opt = yes
 
98
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
99
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
100
pkgdatadir = $(datadir)/@PACKAGE@
 
101
pkgincludedir = $(includedir)/@PACKAGE@
 
102
pkglibdir = $(libdir)/@PACKAGE@
 
103
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
104
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
105
install_sh_DATA = $(install_sh) -c -m 644
 
106
install_sh_PROGRAM = $(install_sh) -c
 
107
install_sh_SCRIPT = $(install_sh) -c
 
108
INSTALL_HEADER = $(INSTALL_DATA)
 
109
transform = $(program_transform_name)
 
110
NORMAL_INSTALL = :
 
111
PRE_INSTALL = :
 
112
POST_INSTALL = :
 
113
NORMAL_UNINSTALL = :
 
114
PRE_UNINSTALL = :
 
115
POST_UNINSTALL = :
 
116
build_triplet = @build@
 
117
host_triplet = @host@
 
118
subdir = src
 
119
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
120
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
121
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
122
        $(ACLOCAL_M4)
 
123
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
124
mkinstalldirs = $(install_sh) -d
 
125
CONFIG_HEADER = $(top_builddir)/config.h
 
126
CONFIG_CLEAN_FILES =
 
127
CONFIG_CLEAN_VPATH_FILES =
 
128
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
129
am__vpath_adj = case $$p in \
 
130
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
131
    *) f=$$p;; \
 
132
  esac;
 
133
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
134
am__install_max = 40
 
135
am__nobase_strip_setup = \
 
136
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
137
am__nobase_strip = \
 
138
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
139
am__nobase_list = $(am__nobase_strip_setup); \
 
140
  for p in $$list; do echo "$$p $$p"; done | \
 
141
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
142
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
143
    if (++n[$$2] == $(am__install_max)) \
 
144
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
145
    END { for (dir in files) print dir, files[dir] }'
 
146
am__base_list = \
 
147
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
148
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
149
am__uninstall_files_from_dir = { \
 
150
  test -z "$$files" \
 
151
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
152
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
153
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
154
  }
 
155
am__installdirs = "$(DESTDIR)$(mach64_drv_ladir)"
 
156
LTLIBRARIES = $(mach64_drv_la_LTLIBRARIES)
 
157
mach64_drv_la_LIBADD =
 
158
am__mach64_drv_la_SOURCES_DIST = atibus.c atichip.c atiprobe.c \
 
159
        atividmem.c atiadjust.c aticlock.c aticonfig.c aticonsole.c \
 
160
        atidac.c atidsp.c atii2c.c atilock.c atimach64.c \
 
161
        atimach64accel.c atimach64cursor.c atimach64i2c.c \
 
162
        atimach64io.c atimach64xv.c atimode.c atipreinit.c atiprint.c \
 
163
        atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \
 
164
        atiload.c atimisc.c atimach64probe.c ativga.c ativgaio.c \
 
165
        atibank.c atiwonder.c atiwonderio.c atidga.c atidri.c \
 
166
        atimach64exa.c
 
167
@ATIMISC_CPIO_TRUE@am__objects_1 = ativga.lo ativgaio.lo atibank.lo \
 
168
@ATIMISC_CPIO_TRUE@     atiwonder.lo atiwonderio.lo
 
169
@ATIMISC_DGA_TRUE@am__objects_2 = atidga.lo
 
170
@DRI_TRUE@am__objects_3 = atidri.lo
 
171
@USE_EXA_TRUE@am__objects_4 = atimach64exa.lo
 
172
am_mach64_drv_la_OBJECTS = atibus.lo atichip.lo atiprobe.lo \
 
173
        atividmem.lo atiadjust.lo aticlock.lo aticonfig.lo \
 
174
        aticonsole.lo atidac.lo atidsp.lo atii2c.lo atilock.lo \
 
175
        atimach64.lo atimach64accel.lo atimach64cursor.lo \
 
176
        atimach64i2c.lo atimach64io.lo atimach64xv.lo atimode.lo \
 
177
        atipreinit.lo atiprint.lo atirgb514.lo atiscreen.lo \
 
178
        atituner.lo atiutil.lo ativalid.lo atiload.lo atimisc.lo \
 
179
        atimach64probe.lo $(am__objects_1) $(am__objects_2) \
 
180
        $(am__objects_3) $(am__objects_4)
 
181
mach64_drv_la_OBJECTS = $(am_mach64_drv_la_OBJECTS)
 
182
AM_V_lt = $(am__v_lt_@AM_V@)
 
183
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
184
am__v_lt_0 = --silent
 
185
am__v_lt_1 = 
 
186
mach64_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
187
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
188
        $(mach64_drv_la_LDFLAGS) $(LDFLAGS) -o $@
 
189
AM_V_P = $(am__v_P_@AM_V@)
 
190
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
191
am__v_P_0 = false
 
192
am__v_P_1 = :
 
193
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
194
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
195
am__v_GEN_0 = @echo "  GEN     " $@;
 
196
am__v_GEN_1 = 
 
197
AM_V_at = $(am__v_at_@AM_V@)
 
198
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
199
am__v_at_0 = @
 
200
am__v_at_1 = 
 
201
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
202
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
203
am__depfiles_maybe = depfiles
 
204
am__mv = mv -f
 
205
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
206
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
207
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
208
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
209
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
210
        $(AM_CFLAGS) $(CFLAGS)
 
211
AM_V_CC = $(am__v_CC_@AM_V@)
 
212
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
213
am__v_CC_0 = @echo "  CC      " $@;
 
214
am__v_CC_1 = 
 
215
CCLD = $(CC)
 
216
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
217
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
218
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
219
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
220
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
221
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
222
am__v_CCLD_1 = 
 
223
SOURCES = $(mach64_drv_la_SOURCES)
 
224
DIST_SOURCES = $(am__mach64_drv_la_SOURCES_DIST)
 
225
am__can_run_installinfo = \
 
226
  case $$AM_UPDATE_INFO_DIR in \
 
227
    n|no|NO) false;; \
 
228
    *) (install-info --version) >/dev/null 2>&1;; \
 
229
  esac
 
230
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
231
# Read a list of newline-separated strings from the standard input,
 
232
# and print each of them once, without duplicates.  Input order is
 
233
# *not* preserved.
 
234
am__uniquify_input = $(AWK) '\
 
235
  BEGIN { nonempty = 0; } \
 
236
  { items[$$0] = 1; nonempty = 1; } \
 
237
  END { if (nonempty) { for (i in items) print i; }; } \
 
238
'
 
239
# Make sure the list of sources is unique.  This is necessary because,
 
240
# e.g., the same source file might be shared among _SOURCES variables
 
241
# for different programs/libraries.
 
242
am__define_uniq_tagged_files = \
 
243
  list='$(am__tagged_files)'; \
 
244
  unique=`for i in $$list; do \
 
245
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
246
  done | $(am__uniquify_input)`
 
247
ETAGS = etags
 
248
CTAGS = ctags
 
249
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 
250
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
251
ACLOCAL = @ACLOCAL@
 
252
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 
253
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 
254
AMTAR = @AMTAR@
 
255
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
256
APP_MAN_DIR = @APP_MAN_DIR@
 
257
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 
258
AR = @AR@
 
259
AUTOCONF = @AUTOCONF@
 
260
AUTOHEADER = @AUTOHEADER@
 
261
AUTOMAKE = @AUTOMAKE@
 
262
AWK = @AWK@
 
263
BASE_CFLAGS = @BASE_CFLAGS@
 
264
CC = @CC@
 
265
CCDEPMODE = @CCDEPMODE@
 
266
CFLAGS = @CFLAGS@
 
267
CHANGELOG_CMD = @CHANGELOG_CMD@
 
268
CPP = @CPP@
 
269
CPPFLAGS = @CPPFLAGS@
 
270
CWARNFLAGS = @CWARNFLAGS@
 
271
CYGPATH_W = @CYGPATH_W@
 
272
DEFS = @DEFS@
 
273
DEPDIR = @DEPDIR@
 
274
DLLTOOL = @DLLTOOL@
 
275
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 
276
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
277
DRIVER_NAME = @DRIVER_NAME@
 
278
DRI_CFLAGS = @DRI_CFLAGS@
 
279
DRI_LIBS = @DRI_LIBS@
 
280
DSYMUTIL = @DSYMUTIL@
 
281
DUMPBIN = @DUMPBIN@
 
282
ECHO_C = @ECHO_C@
 
283
ECHO_N = @ECHO_N@
 
284
ECHO_T = @ECHO_T@
 
285
EGREP = @EGREP@
 
286
EXEEXT = @EXEEXT@
 
287
FGREP = @FGREP@
 
288
FILE_MAN_DIR = @FILE_MAN_DIR@
 
289
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
290
GREP = @GREP@
 
291
INSTALL = @INSTALL@
 
292
INSTALL_CMD = @INSTALL_CMD@
 
293
INSTALL_DATA = @INSTALL_DATA@
 
294
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
295
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
296
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
297
LD = @LD@
 
298
LDFLAGS = @LDFLAGS@
 
299
LIBOBJS = @LIBOBJS@
 
300
LIBS = @LIBS@
 
301
LIBTOOL = @LIBTOOL@
 
302
LIB_MAN_DIR = @LIB_MAN_DIR@
 
303
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
304
LIPO = @LIPO@
 
305
LN_S = @LN_S@
 
306
LTLIBOBJS = @LTLIBOBJS@
 
307
MAINT = @MAINT@
 
308
MAKEINFO = @MAKEINFO@
 
309
MANIFEST_TOOL = @MANIFEST_TOOL@
 
310
MAN_SUBSTS = @MAN_SUBSTS@
 
311
MISC_MAN_DIR = @MISC_MAN_DIR@
 
312
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
313
MKDIR_P = @MKDIR_P@
 
314
NM = @NM@
 
315
NMEDIT = @NMEDIT@
 
316
OBJDUMP = @OBJDUMP@
 
317
OBJEXT = @OBJEXT@
 
318
OTOOL = @OTOOL@
 
319
OTOOL64 = @OTOOL64@
 
320
PACKAGE = @PACKAGE@
 
321
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
322
PACKAGE_NAME = @PACKAGE_NAME@
 
323
PACKAGE_STRING = @PACKAGE_STRING@
 
324
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
325
PACKAGE_URL = @PACKAGE_URL@
 
326
PACKAGE_VERSION = @PACKAGE_VERSION@
 
327
PATH_SEPARATOR = @PATH_SEPARATOR@
 
328
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
 
329
PCIACCESS_LIBS = @PCIACCESS_LIBS@
 
330
PKG_CONFIG = @PKG_CONFIG@
 
331
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
332
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
333
RANLIB = @RANLIB@
 
334
SED = @SED@
 
335
SET_MAKE = @SET_MAKE@
 
336
SHELL = @SHELL@
 
337
STRICT_CFLAGS = @STRICT_CFLAGS@
 
338
STRIP = @STRIP@
 
339
VERSION = @VERSION@
 
340
XEXT_CFLAGS = @XEXT_CFLAGS@
 
341
XEXT_LIBS = @XEXT_LIBS@
 
342
XORG_CFLAGS = @XORG_CFLAGS@
 
343
XORG_LIBS = @XORG_LIBS@
 
344
XORG_MAN_PAGE = @XORG_MAN_PAGE@
 
345
abs_builddir = @abs_builddir@
 
346
abs_srcdir = @abs_srcdir@
 
347
abs_top_builddir = @abs_top_builddir@
 
348
abs_top_srcdir = @abs_top_srcdir@
 
349
ac_ct_AR = @ac_ct_AR@
 
350
ac_ct_CC = @ac_ct_CC@
 
351
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
352
am__include = @am__include@
 
353
am__leading_dot = @am__leading_dot@
 
354
am__quote = @am__quote@
 
355
am__tar = @am__tar@
 
356
am__untar = @am__untar@
 
357
bindir = @bindir@
 
358
build = @build@
 
359
build_alias = @build_alias@
 
360
build_cpu = @build_cpu@
 
361
build_os = @build_os@
 
362
build_vendor = @build_vendor@
 
363
builddir = @builddir@
 
364
datadir = @datadir@
 
365
datarootdir = @datarootdir@
 
366
docdir = @docdir@
 
367
dvidir = @dvidir@
 
368
exec_prefix = @exec_prefix@
 
369
host = @host@
 
370
host_alias = @host_alias@
 
371
host_cpu = @host_cpu@
 
372
host_os = @host_os@
 
373
host_vendor = @host_vendor@
 
374
htmldir = @htmldir@
 
375
includedir = @includedir@
 
376
infodir = @infodir@
 
377
install_sh = @install_sh@
 
378
libdir = @libdir@
 
379
libexecdir = @libexecdir@
 
380
localedir = @localedir@
 
381
localstatedir = @localstatedir@
 
382
mandir = @mandir@
 
383
mkdir_p = @mkdir_p@
 
384
moduledir = @moduledir@
 
385
oldincludedir = @oldincludedir@
 
386
pdfdir = @pdfdir@
 
387
prefix = @prefix@
 
388
program_transform_name = @program_transform_name@
 
389
psdir = @psdir@
 
390
sbindir = @sbindir@
 
391
sharedstatedir = @sharedstatedir@
 
392
srcdir = @srcdir@
 
393
sysconfdir = @sysconfdir@
 
394
target_alias = @target_alias@
 
395
top_build_prefix = @top_build_prefix@
 
396
top_builddir = @top_builddir@
 
397
top_srcdir = @top_srcdir@
 
398
@DRI_TRUE@ATIMISC_DRI_SRCS = atidri.c
 
399
@ATIMISC_CPIO_TRUE@ATIMISC_CPIO_SOURCES = ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
 
400
@ATIMISC_DGA_TRUE@ATIMISC_DGA_SOURCES = atidga.c
 
401
@USE_EXA_TRUE@ATIMISC_EXA_SOURCES = atimach64exa.c
 
402
AM_CFLAGS = $(CWARNFLAGS) @XORG_CFLAGS@ @DRI_CFLAGS@
 
403
mach64_drv_la_LTLIBRARIES = mach64_drv.la
 
404
mach64_drv_la_LDFLAGS = -module -avoid-version
 
405
mach64_drv_ladir = @moduledir@/drivers
 
406
mach64_drv_la_SOURCES = \
 
407
        atibus.c atichip.c atiprobe.c atividmem.c \
 
408
        atiadjust.c aticlock.c aticonfig.c aticonsole.c \
 
409
        atidac.c atidsp.c atii2c.c \
 
410
        atilock.c atimach64.c atimach64accel.c atimach64cursor.c \
 
411
        atimach64i2c.c atimach64io.c atimach64xv.c atimode.c atipreinit.c \
 
412
        atiprint.c atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \
 
413
        atiload.c atimisc.c atimach64probe.c $(ATIMISC_CPIO_SOURCES) \
 
414
        $(ATIMISC_DGA_SOURCES) $(ATIMISC_DRI_SRCS) $(ATIMISC_EXA_SOURCES)
 
415
 
 
416
EXTRA_DIST = \
 
417
        atimach64render.c \
 
418
        \
 
419
        atiadjust.h \
 
420
        atiaudio.h \
 
421
        atibank.h \
 
422
        atibus.h \
 
423
        atichip.h \
 
424
        aticlock.h \
 
425
        aticonsole.h \
 
426
        aticrtc.h \
 
427
        aticursor.h \
 
428
        atidac.h \
 
429
        atidga.h \
 
430
        atidri.h \
 
431
        atidripriv.h \
 
432
        atidsp.h \
 
433
        ati.h \
 
434
        atii2c.h \
 
435
        atiload.h \
 
436
        atilock.h \
 
437
        atimach64accel.h \
 
438
        atimach64.h \
 
439
        atimach64i2c.h \
 
440
        atimach64io.h \
 
441
        atimach64probe.h \
 
442
        atimach64version.h \
 
443
        atimode.h \
 
444
        atioption.h \
 
445
        atipreinit.h \
 
446
        atiprint.h \
 
447
        atipriv.h \
 
448
        atiprobe.h \
 
449
        atiregs.h \
 
450
        atirgb514.h \
 
451
        atiscreen.h \
 
452
        atistruct.h \
 
453
        atituner.h \
 
454
        atiutil.h \
 
455
        ativalid.h \
 
456
        ativga.h \
 
457
        ativgaio.h \
 
458
        atividmem.h \
 
459
        atiwonder.h \
 
460
        atiwonderio.h \
 
461
        atixv.h \
 
462
        mach64_common.h \
 
463
        mach64_dri.h \
 
464
        mach64_sarea.h \
 
465
        atipcirename.h \
 
466
        compat-api.h
 
467
 
 
468
all: all-am
 
469
 
 
470
.SUFFIXES:
 
471
.SUFFIXES: .c .lo .o .obj
 
472
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
473
        @for dep in $?; do \
 
474
          case '$(am__configure_deps)' in \
 
475
            *$$dep*) \
 
476
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
477
                && { if test -f $@; then exit 0; else break; fi; }; \
 
478
              exit 1;; \
 
479
          esac; \
 
480
        done; \
 
481
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
482
        $(am__cd) $(top_srcdir) && \
 
483
          $(AUTOMAKE) --foreign src/Makefile
 
484
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
485
        @case '$?' in \
 
486
          *config.status*) \
 
487
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
488
          *) \
 
489
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
490
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
491
        esac;
 
492
 
 
493
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
494
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
495
 
 
496
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
497
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
498
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
499
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
500
$(am__aclocal_m4_deps):
 
501
 
 
502
install-mach64_drv_laLTLIBRARIES: $(mach64_drv_la_LTLIBRARIES)
 
503
        @$(NORMAL_INSTALL)
 
504
        @list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \
 
505
        list2=; for p in $$list; do \
 
506
          if test -f $$p; then \
 
507
            list2="$$list2 $$p"; \
 
508
          else :; fi; \
 
509
        done; \
 
510
        test -z "$$list2" || { \
 
511
          echo " $(MKDIR_P) '$(DESTDIR)$(mach64_drv_ladir)'"; \
 
512
          $(MKDIR_P) "$(DESTDIR)$(mach64_drv_ladir)" || exit 1; \
 
513
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(mach64_drv_ladir)'"; \
 
514
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(mach64_drv_ladir)"; \
 
515
        }
 
516
 
 
517
uninstall-mach64_drv_laLTLIBRARIES:
 
518
        @$(NORMAL_UNINSTALL)
 
519
        @list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \
 
520
        for p in $$list; do \
 
521
          $(am__strip_dir) \
 
522
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(mach64_drv_ladir)/$$f'"; \
 
523
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(mach64_drv_ladir)/$$f"; \
 
524
        done
 
525
 
 
526
clean-mach64_drv_laLTLIBRARIES:
 
527
        -test -z "$(mach64_drv_la_LTLIBRARIES)" || rm -f $(mach64_drv_la_LTLIBRARIES)
 
528
        @list='$(mach64_drv_la_LTLIBRARIES)'; \
 
529
        locs=`for p in $$list; do echo $$p; done | \
 
530
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
531
              sort -u`; \
 
532
        test -z "$$locs" || { \
 
533
          echo rm -f $${locs}; \
 
534
          rm -f $${locs}; \
 
535
        }
 
536
 
 
537
mach64_drv.la: $(mach64_drv_la_OBJECTS) $(mach64_drv_la_DEPENDENCIES) $(EXTRA_mach64_drv_la_DEPENDENCIES) 
 
538
        $(AM_V_CCLD)$(mach64_drv_la_LINK) -rpath $(mach64_drv_ladir) $(mach64_drv_la_OBJECTS) $(mach64_drv_la_LIBADD) $(LIBS)
 
539
 
 
540
mostlyclean-compile:
 
541
        -rm -f *.$(OBJEXT)
 
542
 
 
543
distclean-compile:
 
544
        -rm -f *.tab.c
 
545
 
 
546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiadjust.Plo@am__quote@
 
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibank.Plo@am__quote@
 
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibus.Plo@am__quote@
 
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atichip.Plo@am__quote@
 
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticlock.Plo@am__quote@
 
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonfig.Plo@am__quote@
 
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonsole.Plo@am__quote@
 
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidac.Plo@am__quote@
 
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidga.Plo@am__quote@
 
555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidri.Plo@am__quote@
 
556
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidsp.Plo@am__quote@
 
557
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atii2c.Plo@am__quote@
 
558
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiload.Plo@am__quote@
 
559
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atilock.Plo@am__quote@
 
560
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64.Plo@am__quote@
 
561
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64accel.Plo@am__quote@
 
562
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64cursor.Plo@am__quote@
 
563
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64exa.Plo@am__quote@
 
564
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64i2c.Plo@am__quote@
 
565
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64io.Plo@am__quote@
 
566
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64probe.Plo@am__quote@
 
567
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64xv.Plo@am__quote@
 
568
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimisc.Plo@am__quote@
 
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimode.Plo@am__quote@
 
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atipreinit.Plo@am__quote@
 
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprint.Plo@am__quote@
 
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprobe.Plo@am__quote@
 
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atirgb514.Plo@am__quote@
 
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiscreen.Plo@am__quote@
 
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atituner.Plo@am__quote@
 
576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiutil.Plo@am__quote@
 
577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativalid.Plo@am__quote@
 
578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativga.Plo@am__quote@
 
579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativgaio.Plo@am__quote@
 
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atividmem.Plo@am__quote@
 
581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonder.Plo@am__quote@
 
582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonderio.Plo@am__quote@
 
583
 
 
584
.c.o:
 
585
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
586
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
589
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
590
 
 
591
.c.obj:
 
592
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
593
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
596
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
597
 
 
598
.c.lo:
 
599
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
600
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
603
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
604
 
 
605
mostlyclean-libtool:
 
606
        -rm -f *.lo
 
607
 
 
608
clean-libtool:
 
609
        -rm -rf .libs _libs
 
610
 
 
611
ID: $(am__tagged_files)
 
612
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
613
tags: tags-am
 
614
TAGS: tags
 
615
 
 
616
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
617
        set x; \
 
618
        here=`pwd`; \
 
619
        $(am__define_uniq_tagged_files); \
 
620
        shift; \
 
621
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
622
          test -n "$$unique" || unique=$$empty_fix; \
 
623
          if test $$# -gt 0; then \
 
624
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
625
              "$$@" $$unique; \
 
626
          else \
 
627
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
628
              $$unique; \
 
629
          fi; \
 
630
        fi
 
631
ctags: ctags-am
 
632
 
 
633
CTAGS: ctags
 
634
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
635
        $(am__define_uniq_tagged_files); \
 
636
        test -z "$(CTAGS_ARGS)$$unique" \
 
637
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
638
             $$unique
 
639
 
 
640
GTAGS:
 
641
        here=`$(am__cd) $(top_builddir) && pwd` \
 
642
          && $(am__cd) $(top_srcdir) \
 
643
          && gtags -i $(GTAGS_ARGS) "$$here"
 
644
cscopelist: cscopelist-am
 
645
 
 
646
cscopelist-am: $(am__tagged_files)
 
647
        list='$(am__tagged_files)'; \
 
648
        case "$(srcdir)" in \
 
649
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
650
          *) sdir=$(subdir)/$(srcdir) ;; \
 
651
        esac; \
 
652
        for i in $$list; do \
 
653
          if test -f "$$i"; then \
 
654
            echo "$(subdir)/$$i"; \
 
655
          else \
 
656
            echo "$$sdir/$$i"; \
 
657
          fi; \
 
658
        done >> $(top_builddir)/cscope.files
 
659
 
 
660
distclean-tags:
 
661
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
662
 
 
663
distdir: $(DISTFILES)
 
664
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
665
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
666
        list='$(DISTFILES)'; \
 
667
          dist_files=`for file in $$list; do echo $$file; done | \
 
668
          sed -e "s|^$$srcdirstrip/||;t" \
 
669
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
670
        case $$dist_files in \
 
671
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
672
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
673
                           sort -u` ;; \
 
674
        esac; \
 
675
        for file in $$dist_files; do \
 
676
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
677
          if test -d $$d/$$file; then \
 
678
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
679
            if test -d "$(distdir)/$$file"; then \
 
680
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
681
            fi; \
 
682
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
683
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
684
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
685
            fi; \
 
686
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
687
          else \
 
688
            test -f "$(distdir)/$$file" \
 
689
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
690
            || exit 1; \
 
691
          fi; \
 
692
        done
 
693
check-am: all-am
 
694
check: check-am
 
695
all-am: Makefile $(LTLIBRARIES)
 
696
installdirs:
 
697
        for dir in "$(DESTDIR)$(mach64_drv_ladir)"; do \
 
698
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
699
        done
 
700
install: install-am
 
701
install-exec: install-exec-am
 
702
install-data: install-data-am
 
703
uninstall: uninstall-am
 
704
 
 
705
install-am: all-am
 
706
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
707
 
 
708
installcheck: installcheck-am
 
709
install-strip:
 
710
        if test -z '$(STRIP)'; then \
 
711
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
712
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
713
              install; \
 
714
        else \
 
715
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
716
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
717
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
718
        fi
 
719
mostlyclean-generic:
 
720
 
 
721
clean-generic:
 
722
 
 
723
distclean-generic:
 
724
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
725
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
726
 
 
727
maintainer-clean-generic:
 
728
        @echo "This command is intended for maintainers to use"
 
729
        @echo "it deletes files that may require special tools to rebuild."
 
730
clean: clean-am
 
731
 
 
732
clean-am: clean-generic clean-libtool clean-mach64_drv_laLTLIBRARIES \
 
733
        mostlyclean-am
 
734
 
 
735
distclean: distclean-am
 
736
        -rm -rf ./$(DEPDIR)
 
737
        -rm -f Makefile
 
738
distclean-am: clean-am distclean-compile distclean-generic \
 
739
        distclean-tags
 
740
 
 
741
dvi: dvi-am
 
742
 
 
743
dvi-am:
 
744
 
 
745
html: html-am
 
746
 
 
747
html-am:
 
748
 
 
749
info: info-am
 
750
 
 
751
info-am:
 
752
 
 
753
install-data-am: install-mach64_drv_laLTLIBRARIES
 
754
 
 
755
install-dvi: install-dvi-am
 
756
 
 
757
install-dvi-am:
 
758
 
 
759
install-exec-am:
 
760
 
 
761
install-html: install-html-am
 
762
 
 
763
install-html-am:
 
764
 
 
765
install-info: install-info-am
 
766
 
 
767
install-info-am:
 
768
 
 
769
install-man:
 
770
 
 
771
install-pdf: install-pdf-am
 
772
 
 
773
install-pdf-am:
 
774
 
 
775
install-ps: install-ps-am
 
776
 
 
777
install-ps-am:
 
778
 
 
779
installcheck-am:
 
780
 
 
781
maintainer-clean: maintainer-clean-am
 
782
        -rm -rf ./$(DEPDIR)
 
783
        -rm -f Makefile
 
784
maintainer-clean-am: distclean-am maintainer-clean-generic
 
785
 
 
786
mostlyclean: mostlyclean-am
 
787
 
 
788
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
789
        mostlyclean-libtool
 
790
 
 
791
pdf: pdf-am
 
792
 
 
793
pdf-am:
 
794
 
 
795
ps: ps-am
 
796
 
 
797
ps-am:
 
798
 
 
799
uninstall-am: uninstall-mach64_drv_laLTLIBRARIES
 
800
 
 
801
.MAKE: install-am install-strip
 
802
 
 
803
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
804
        clean-libtool clean-mach64_drv_laLTLIBRARIES cscopelist-am \
 
805
        ctags ctags-am distclean distclean-compile distclean-generic \
 
806
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
807
        html-am info info-am install install-am install-data \
 
808
        install-data-am install-dvi install-dvi-am install-exec \
 
809
        install-exec-am install-html install-html-am install-info \
 
810
        install-info-am install-mach64_drv_laLTLIBRARIES install-man \
 
811
        install-pdf install-pdf-am install-ps install-ps-am \
 
812
        install-strip installcheck installcheck-am installdirs \
 
813
        maintainer-clean maintainer-clean-generic mostlyclean \
 
814
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
815
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
816
        uninstall-mach64_drv_laLTLIBRARIES
 
817
 
 
818
.PRECIOUS: Makefile
 
819
 
 
820
 
 
821
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
822
# Otherwise a system limit (for SysV at least) may be exceeded.
 
823
.NOEXPORT: