Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 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 © 2012 Matt Turner 
18
#
19
# Permission is hereby granted, free of charge, to any person obtaining a
20
# copy of this software and associated documentation files (the "Software"),
21
# to deal in the Software without restriction, including without limitation
22
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
23
# and/or sell copies of the Software, and to permit persons to whom the
24
# Software is furnished to do so, subject to the following conditions:
25
#
26
# The above copyright notice and this permission notice (including the next
27
# paragraph) shall be included in all copies or substantial portions of the
28
# Software.
29
#
30
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
33
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
36
# IN THE SOFTWARE.
37
 
38
VPATH = @srcdir@
39
am__is_gnu_make = { \
40
  if test -z '$(MAKELEVEL)'; then \
41
    false; \
42
  elif test -n '$(MAKE_HOST)'; then \
43
    true; \
44
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45
    true; \
46
  else \
47
    false; \
48
  fi; \
49
}
50
am__make_running_with_option = \
51
  case $${target_option-} in \
52
      ?) ;; \
53
      *) echo "am__make_running_with_option: internal error: invalid" \
54
              "target option '$${target_option-}' specified" >&2; \
55
         exit 1;; \
56
  esac; \
57
  has_opt=no; \
58
  sane_makeflags=$$MAKEFLAGS; \
59
  if $(am__is_gnu_make); then \
60
    sane_makeflags=$$MFLAGS; \
61
  else \
62
    case $$MAKEFLAGS in \
63
      *\\[\ \	]*) \
64
        bs=\\; \
65
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
67
    esac; \
68
  fi; \
69
  skip_next=no; \
70
  strip_trailopt () \
71
  { \
72
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73
  }; \
74
  for flg in $$sane_makeflags; do \
75
    test $$skip_next = yes && { skip_next=no; continue; }; \
76
    case $$flg in \
77
      *=*|--*) continue;; \
78
        -*I) strip_trailopt 'I'; skip_next=yes;; \
79
      -*I?*) strip_trailopt 'I';; \
80
        -*O) strip_trailopt 'O'; skip_next=yes;; \
81
      -*O?*) strip_trailopt 'O';; \
82
        -*l) strip_trailopt 'l'; skip_next=yes;; \
83
      -*l?*) strip_trailopt 'l';; \
84
      -[dEDm]) skip_next=yes;; \
85
      -[JT]) skip_next=yes;; \
86
    esac; \
87
    case $$flg in \
88
      *$$target_option*) has_opt=yes; break;; \
89
    esac; \
90
  done; \
91
  test $$has_opt = yes
92
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94
pkgdatadir = $(datadir)/@PACKAGE@
95
pkgincludedir = $(includedir)/@PACKAGE@
96
pkglibdir = $(libdir)/@PACKAGE@
97
pkglibexecdir = $(libexecdir)/@PACKAGE@
98
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99
install_sh_DATA = $(install_sh) -c -m 644
100
install_sh_PROGRAM = $(install_sh) -c
101
install_sh_SCRIPT = $(install_sh) -c
102
INSTALL_HEADER = $(INSTALL_DATA)
103
transform = $(program_transform_name)
104
NORMAL_INSTALL = :
105
PRE_INSTALL = :
106
POST_INSTALL = :
107
NORMAL_UNINSTALL = :
108
PRE_UNINSTALL = :
109
POST_UNINSTALL = :
110
build_triplet = @build@
111
host_triplet = @host@
112
target_triplet = @target@
113
subdir = src/mesa/drivers/dri/radeon
114
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
116
	$(top_srcdir)/m4/ax_check_python_mako_module.m4 \
117
	$(top_srcdir)/m4/ax_gcc_builtin.m4 \
118
	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
119
	$(top_srcdir)/m4/ax_prog_bison.m4 \
120
	$(top_srcdir)/m4/ax_prog_flex.m4 \
121
	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
122
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
123
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
124
	$(top_srcdir)/VERSION $(top_srcdir)/configure.ac
125
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126
	$(ACLOCAL_M4)
127
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
128
mkinstalldirs = $(install_sh) -d
129
CONFIG_CLEAN_FILES =
130
CONFIG_CLEAN_VPATH_FILES =
131
LTLIBRARIES = $(noinst_LTLIBRARIES)
132
am__DEPENDENCIES_1 =
133
libradeon_dri_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
134
am__objects_1 = radeon_buffer_objects.lo radeon_common.lo \
135
	radeon_common_context.lo radeon_debug.lo radeon_dma.lo \
136
	radeon_fbo.lo radeon_fog.lo radeon_mipmap_tree.lo \
137
	radeon_pixel_read.lo radeon_queryobj.lo radeon_span.lo \
138
	radeon_tex_copy.lo radeon_texture.lo radeon_tile.lo
139
am__objects_2 = radeon_blit.lo radeon_context.lo radeon_ioctl.lo \
140
	radeon_maos.lo radeon_sanity.lo radeon_screen.lo \
141
	radeon_state.lo radeon_state_init.lo radeon_swtcl.lo \
142
	radeon_tcl.lo radeon_tex.lo radeon_texstate.lo
143
am__objects_3 = $(am__objects_1) $(am__objects_2)
144
am_libradeon_dri_la_OBJECTS = $(am__objects_3)
145
libradeon_dri_la_OBJECTS = $(am_libradeon_dri_la_OBJECTS)
146
AM_V_lt = $(am__v_lt_@AM_V@)
147
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148
am__v_lt_0 = --silent
149
am__v_lt_1 =
150
AM_V_P = $(am__v_P_@AM_V@)
151
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152
am__v_P_0 = false
153
am__v_P_1 = :
154
AM_V_GEN = $(am__v_GEN_@AM_V@)
155
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156
am__v_GEN_0 = @echo "  GEN     " $@;
157
am__v_GEN_1 =
158
AM_V_at = $(am__v_at_@AM_V@)
159
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160
am__v_at_0 = @
161
am__v_at_1 =
162
DEFAULT_INCLUDES = -I.@am__isrc@
163
depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
164
am__depfiles_maybe = depfiles
165
am__mv = mv -f
166
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
170
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171
	$(AM_CFLAGS) $(CFLAGS)
172
AM_V_CC = $(am__v_CC_@AM_V@)
173
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174
am__v_CC_0 = @echo "  CC      " $@;
175
am__v_CC_1 =
176
CCLD = $(CC)
177
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
180
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182
am__v_CCLD_0 = @echo "  CCLD    " $@;
183
am__v_CCLD_1 =
184
SOURCES = $(libradeon_dri_la_SOURCES)
185
DIST_SOURCES = $(libradeon_dri_la_SOURCES)
186
am__can_run_installinfo = \
187
  case $$AM_UPDATE_INFO_DIR in \
188
    n|no|NO) false;; \
189
    *) (install-info --version) >/dev/null 2>&1;; \
190
  esac
191
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192
# Read a list of newline-separated strings from the standard input,
193
# and print each of them once, without duplicates.  Input order is
194
# *not* preserved.
195
am__uniquify_input = $(AWK) '\
196
  BEGIN { nonempty = 0; } \
197
  { items[$$0] = 1; nonempty = 1; } \
198
  END { if (nonempty) { for (i in items) print i; }; } \
199
'
200
# Make sure the list of sources is unique.  This is necessary because,
201
# e.g., the same source file might be shared among _SOURCES variables
202
# for different programs/libraries.
203
am__define_uniq_tagged_files = \
204
  list='$(am__tagged_files)'; \
205
  unique=`for i in $$list; do \
206
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207
  done | $(am__uniquify_input)`
208
ETAGS = etags
209
CTAGS = ctags
210
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
211
	$(top_srcdir)/bin/depcomp
212
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
ACLOCAL = @ACLOCAL@
214
AMTAR = @AMTAR@
215
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216
AR = @AR@
217
AUTOCONF = @AUTOCONF@
218
AUTOHEADER = @AUTOHEADER@
219
AUTOMAKE = @AUTOMAKE@
220
AWK = @AWK@
221
BSYMBOLIC = @BSYMBOLIC@
222
CC = @CC@
223
CCAS = @CCAS@
224
CCASDEPMODE = @CCASDEPMODE@
225
CCASFLAGS = @CCASFLAGS@
226
CCDEPMODE = @CCDEPMODE@
227
CFLAGS = @CFLAGS@
228
CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
229
CLOCK_LIB = @CLOCK_LIB@
230
CPP = @CPP@
231
CPPFLAGS = @CPPFLAGS@
232
CXX = @CXX@
233
CXXCPP = @CXXCPP@
234
CXXDEPMODE = @CXXDEPMODE@
235
CXXFLAGS = @CXXFLAGS@
236
CYGPATH_W = @CYGPATH_W@
237
D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
238
DEFINES = @DEFINES@
239
DEFS = @DEFS@
240
DEPDIR = @DEPDIR@
241
DLLTOOL = @DLLTOOL@
242
DLOPEN_LIBS = @DLOPEN_LIBS@
243
DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
244
DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
245
DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
246
DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
247
DRIGL_CFLAGS = @DRIGL_CFLAGS@
248
DRIGL_LIBS = @DRIGL_LIBS@
249
DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
250
DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
251
DRI_LIB_DEPS = @DRI_LIB_DEPS@
252
DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
253
DSYMUTIL = @DSYMUTIL@
254
DUMPBIN = @DUMPBIN@
255
ECHO_C = @ECHO_C@
256
ECHO_N = @ECHO_N@
257
ECHO_T = @ECHO_T@
258
EGL_CFLAGS = @EGL_CFLAGS@
259
EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
260
EGL_LIB_DEPS = @EGL_LIB_DEPS@
261
EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
262
EGREP = @EGREP@
263
ELF_LIB = @ELF_LIB@
264
EXEEXT = @EXEEXT@
265
EXPAT_CFLAGS = @EXPAT_CFLAGS@
266
EXPAT_LIBS = @EXPAT_LIBS@
267
FGREP = @FGREP@
268
FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
269
FREEDRENO_LIBS = @FREEDRENO_LIBS@
270
GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
271
GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
272
GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
273
GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
274
GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
275
GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
276
GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
277
GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
278
GC_SECTIONS = @GC_SECTIONS@
279
GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
280
GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
281
GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
282
GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
283
GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
284
GLPROTO_LIBS = @GLPROTO_LIBS@
285
GLX_TLS = @GLX_TLS@
286
GL_LIB = @GL_LIB@
287
GL_LIB_DEPS = @GL_LIB_DEPS@
288
GL_PC_CFLAGS = @GL_PC_CFLAGS@
289
GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
290
GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
291
GREP = @GREP@
292
HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
293
INDENT = @INDENT@
294
INDENT_FLAGS = @INDENT_FLAGS@
295
INSTALL = @INSTALL@
296
INSTALL_DATA = @INSTALL_DATA@
297
INSTALL_PROGRAM = @INSTALL_PROGRAM@
298
INSTALL_SCRIPT = @INSTALL_SCRIPT@
299
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
300
INTEL_CFLAGS = @INTEL_CFLAGS@
301
INTEL_LIBS = @INTEL_LIBS@
302
LD = @LD@
303
LDFLAGS = @LDFLAGS@
304
LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
305
LEX = @LEX@
306
LEXLIB = @LEXLIB@
307
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
308
LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
309
LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
310
LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
311
LIBDRM_LIBS = @LIBDRM_LIBS@
312
LIBOBJS = @LIBOBJS@
313
LIBS = @LIBS@
314
LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
315
LIBSHA1_LIBS = @LIBSHA1_LIBS@
316
LIBTOOL = @LIBTOOL@
317
LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
318
LIBUDEV_LIBS = @LIBUDEV_LIBS@
319
LIB_DIR = @LIB_DIR@
320
LIB_EXT = @LIB_EXT@
321
LIPO = @LIPO@
322
LLVM_BINDIR = @LLVM_BINDIR@
323
LLVM_CFLAGS = @LLVM_CFLAGS@
324
LLVM_CONFIG = @LLVM_CONFIG@
325
LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
326
LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
327
LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
328
LLVM_LDFLAGS = @LLVM_LDFLAGS@
329
LLVM_LIBDIR = @LLVM_LIBDIR@
330
LLVM_LIBS = @LLVM_LIBS@
331
LLVM_VERSION = @LLVM_VERSION@
332
LN_S = @LN_S@
333
LTLIBOBJS = @LTLIBOBJS@
334
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
335
MAKEINFO = @MAKEINFO@
336
MANIFEST_TOOL = @MANIFEST_TOOL@
337
MESA_LLVM = @MESA_LLVM@
338
MKDIR_P = @MKDIR_P@
339
MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
340
MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
341
MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
342
MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
343
NINE_MAJOR = @NINE_MAJOR@
344
NINE_MINOR = @NINE_MINOR@
345
NINE_TINY = @NINE_TINY@
346
NINE_VERSION = @NINE_VERSION@
347
NM = @NM@
348
NMEDIT = @NMEDIT@
349
NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
350
NOUVEAU_LIBS = @NOUVEAU_LIBS@
351
OBJDUMP = @OBJDUMP@
352
OBJEXT = @OBJEXT@
353
OMX_CFLAGS = @OMX_CFLAGS@
354
OMX_LIBS = @OMX_LIBS@
355
OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
356
OPENCL_LIBNAME = @OPENCL_LIBNAME@
357
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
358
OPENSSL_LIBS = @OPENSSL_LIBS@
359
OSMESA_LIB = @OSMESA_LIB@
360
OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
361
OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
362
OSMESA_PC_REQ = @OSMESA_PC_REQ@
363
OSMESA_VERSION = @OSMESA_VERSION@
364
OTOOL = @OTOOL@
365
OTOOL64 = @OTOOL64@
366
PACKAGE = @PACKAGE@
367
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
368
PACKAGE_NAME = @PACKAGE_NAME@
369
PACKAGE_STRING = @PACKAGE_STRING@
370
PACKAGE_TARNAME = @PACKAGE_TARNAME@
371
PACKAGE_URL = @PACKAGE_URL@
372
PACKAGE_VERSION = @PACKAGE_VERSION@
373
PATH_SEPARATOR = @PATH_SEPARATOR@
374
PKG_CONFIG = @PKG_CONFIG@
375
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
376
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
377
POSIX_SHELL = @POSIX_SHELL@
378
PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
379
PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
380
PTHREAD_CC = @PTHREAD_CC@
381
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
382
PTHREAD_LIBS = @PTHREAD_LIBS@
383
PYTHON2 = @PYTHON2@
384
RADEON_CFLAGS = @RADEON_CFLAGS@
385
RADEON_LIBS = @RADEON_LIBS@
386
RANLIB = @RANLIB@
387
SED = @SED@
388
SELINUX_CFLAGS = @SELINUX_CFLAGS@
389
SELINUX_LIBS = @SELINUX_LIBS@
390
SET_MAKE = @SET_MAKE@
391
SHA1_CFLAGS = @SHA1_CFLAGS@
392
SHA1_LIBS = @SHA1_LIBS@
393
SHELL = @SHELL@
394
SSE41_CFLAGS = @SSE41_CFLAGS@
395
STRIP = @STRIP@
396
VA_CFLAGS = @VA_CFLAGS@
397
VA_LIBS = @VA_LIBS@
398
VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
399
VA_MAJOR = @VA_MAJOR@
400
VA_MINOR = @VA_MINOR@
401
VDPAU_CFLAGS = @VDPAU_CFLAGS@
402
VDPAU_LIBS = @VDPAU_LIBS@
403
VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
404
VDPAU_MAJOR = @VDPAU_MAJOR@
405
VDPAU_MINOR = @VDPAU_MINOR@
406
VERSION = @VERSION@
407
VG_LIB_DEPS = @VG_LIB_DEPS@
408
VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
409
VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
410
VL_CFLAGS = @VL_CFLAGS@
411
VL_LIBS = @VL_LIBS@
412
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
413
WAYLAND_LIBS = @WAYLAND_LIBS@
414
WAYLAND_SCANNER = @WAYLAND_SCANNER@
415
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
416
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
417
X11_INCLUDES = @X11_INCLUDES@
418
XA_MAJOR = @XA_MAJOR@
419
XA_MINOR = @XA_MINOR@
420
XA_TINY = @XA_TINY@
421
XA_VERSION = @XA_VERSION@
422
XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
423
XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
424
XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
425
XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
426
XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
427
XLIBGL_LIBS = @XLIBGL_LIBS@
428
XVMC_CFLAGS = @XVMC_CFLAGS@
429
XVMC_LIBS = @XVMC_LIBS@
430
XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
431
XVMC_MAJOR = @XVMC_MAJOR@
432
XVMC_MINOR = @XVMC_MINOR@
433
YACC = @YACC@
434
YFLAGS = @YFLAGS@
435
abs_builddir = @abs_builddir@
436
abs_srcdir = @abs_srcdir@
437
abs_top_builddir = @abs_top_builddir@
438
abs_top_srcdir = @abs_top_srcdir@
439
ac_ct_AR = @ac_ct_AR@
440
ac_ct_CC = @ac_ct_CC@
441
ac_ct_CXX = @ac_ct_CXX@
442
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
443
acv_mako_found = @acv_mako_found@
444
am__include = @am__include@
445
am__leading_dot = @am__leading_dot@
446
am__quote = @am__quote@
447
am__tar = @am__tar@
448
am__untar = @am__untar@
449
ax_pthread_config = @ax_pthread_config@
450
bindir = @bindir@
451
build = @build@
452
build_alias = @build_alias@
453
build_cpu = @build_cpu@
454
build_os = @build_os@
455
build_vendor = @build_vendor@
456
builddir = @builddir@
457
datadir = @datadir@
458
datarootdir = @datarootdir@
459
docdir = @docdir@
460
dvidir = @dvidir@
461
exec_prefix = @exec_prefix@
462
host = @host@
463
host_alias = @host_alias@
464
host_cpu = @host_cpu@
465
host_os = @host_os@
466
host_vendor = @host_vendor@
467
htmldir = @htmldir@
468
ifGNUmake = @ifGNUmake@
469
includedir = @includedir@
470
infodir = @infodir@
471
install_sh = @install_sh@
472
libdir = @libdir@
473
libexecdir = @libexecdir@
474
localedir = @localedir@
475
localstatedir = @localstatedir@
476
mandir = @mandir@
477
mkdir_p = @mkdir_p@
478
oldincludedir = @oldincludedir@
479
pdfdir = @pdfdir@
480
prefix = @prefix@
481
program_transform_name = @program_transform_name@
482
psdir = @psdir@
483
sbindir = @sbindir@
484
sharedstatedir = @sharedstatedir@
485
srcdir = @srcdir@
486
sysconfdir = @sysconfdir@
487
target = @target@
488
target_alias = @target_alias@
489
target_cpu = @target_cpu@
490
target_os = @target_os@
491
target_vendor = @target_vendor@
492
top_build_prefix = @top_build_prefix@
493
top_builddir = @top_builddir@
494
top_srcdir = @top_srcdir@
495
RADEON_COMMON_FILES = \
496
	radeon_buffer_objects.c \
497
	radeon_buffer_objects.h \
498
	radeon_cmdbuf.h \
499
	radeon_common.c \
500
	radeon_common_context.c \
501
	radeon_common_context.h \
502
	radeon_common.h \
503
	radeon_debug.c \
504
	radeon_debug.h \
505
	radeon_dma.c \
506
	radeon_dma.h \
507
	radeon_fbo.c \
508
	radeon_fog.c \
509
	radeon_fog.h \
510
	radeon_mipmap_tree.c \
511
	radeon_mipmap_tree.h \
512
	radeon_pixel_read.c \
513
	radeon_queryobj.c \
514
	radeon_queryobj.h \
515
	radeon_span.c \
516
	radeon_span.h \
517
	radeon_tex_copy.c \
518
	radeon_texture.c \
519
	radeon_texture.h \
520
	radeon_tile.c \
521
	radeon_tile.h
522
 
523
DRIVER_FILES = \
524
	radeon_blit.c \
525
	radeon_blit.h \
526
	radeon_context.c \
527
	radeon_context.h \
528
	radeon_chipset.h \
529
	radeon_ioctl.c \
530
	radeon_ioctl.h \
531
	radeon_maos.c \
532
	radeon_maos.h \
533
	radeon_maos_vbtmp.h \
534
	radeon_sanity.c \
535
	radeon_sanity.h \
536
	radeon_screen.c \
537
	radeon_screen.h \
538
	radeon_state.c \
539
	radeon_state.h \
540
	radeon_state_init.c \
541
	radeon_swtcl.c \
542
	radeon_swtcl.h \
543
	radeon_tcl.c \
544
	radeon_tcl.h \
545
	radeon_tex.c \
546
	radeon_tex.h \
547
	radeon_texstate.c \
548
	server/radeon_reg.h
549
 
550
RADEON_C_FILES = \
551
	$(RADEON_COMMON_FILES) \
552
	$(DRIVER_FILES)
553
 
554
EXTRA_DIST = \
555
	radeon_maos_verts.c \
556
	radeon_maos_arrays.c
557
 
558
AM_CFLAGS = \
559
	-DRADEON_R100 \
560
	-I$(top_srcdir)/include \
561
	-I$(top_srcdir)/src/ \
562
	-I$(top_srcdir)/src/mapi \
563
	-I$(top_srcdir)/src/mesa/ \
564
	-I$(top_srcdir)/src/gallium/include \
565
	-I$(top_srcdir)/src/gallium/auxiliary \
566
	-I$(top_srcdir)/src/mesa/drivers/dri/common \
567
	-I$(top_srcdir)/src/mesa/drivers/dri/radeon/server \
568
	-I$(top_builddir)/src/mesa/drivers/dri/common \
569
	$(DEFINES) \
570
	$(VISIBILITY_CFLAGS) \
571
	$(RADEON_CFLAGS)
572
 
573
noinst_LTLIBRARIES = libradeon_dri.la
574
libradeon_dri_la_SOURCES = $(RADEON_C_FILES)
575
libradeon_dri_la_LIBADD = $(RADEON_LIBS)
576
all: all-am
577
 
578
.SUFFIXES:
579
.SUFFIXES: .c .lo .o .obj
580
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(am__configure_deps)
581
	@for dep in $?; do \
582
	  case '$(am__configure_deps)' in \
583
	    *$$dep*) \
584
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
585
	        && { if test -f $@; then exit 0; else break; fi; }; \
586
	      exit 1;; \
587
	  esac; \
588
	done; \
589
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mesa/drivers/dri/radeon/Makefile'; \
590
	$(am__cd) $(top_srcdir) && \
591
	  $(AUTOMAKE) --foreign src/mesa/drivers/dri/radeon/Makefile
592
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
593
	@case '$?' in \
594
	  *config.status*) \
595
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
596
	  *) \
597
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
598
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
599
	esac;
600
$(srcdir)/Makefile.sources $(am__empty):
601
 
602
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
603
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
604
 
605
$(top_srcdir)/configure:  $(am__configure_deps)
606
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
607
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
608
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
609
$(am__aclocal_m4_deps):
610
 
611
clean-noinstLTLIBRARIES:
612
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
613
	@list='$(noinst_LTLIBRARIES)'; \
614
	locs=`for p in $$list; do echo $$p; done | \
615
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
616
	      sort -u`; \
617
	test -z "$$locs" || { \
618
	  echo rm -f $${locs}; \
619
	  rm -f $${locs}; \
620
	}
621
 
622
libradeon_dri.la: $(libradeon_dri_la_OBJECTS) $(libradeon_dri_la_DEPENDENCIES) $(EXTRA_libradeon_dri_la_DEPENDENCIES)
623
	$(AM_V_CCLD)$(LINK)  $(libradeon_dri_la_OBJECTS) $(libradeon_dri_la_LIBADD) $(LIBS)
624
 
625
mostlyclean-compile:
626
	-rm -f *.$(OBJEXT)
627
 
628
distclean-compile:
629
	-rm -f *.tab.c
630
 
631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_blit.Plo@am__quote@
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_buffer_objects.Plo@am__quote@
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_common.Plo@am__quote@
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_common_context.Plo@am__quote@
635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_context.Plo@am__quote@
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_debug.Plo@am__quote@
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_dma.Plo@am__quote@
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_fbo.Plo@am__quote@
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_fog.Plo@am__quote@
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_ioctl.Plo@am__quote@
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_maos.Plo@am__quote@
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_mipmap_tree.Plo@am__quote@
643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_pixel_read.Plo@am__quote@
644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_queryobj.Plo@am__quote@
645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_sanity.Plo@am__quote@
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_screen.Plo@am__quote@
647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_span.Plo@am__quote@
648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_state.Plo@am__quote@
649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_state_init.Plo@am__quote@
650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_swtcl.Plo@am__quote@
651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_tcl.Plo@am__quote@
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_tex.Plo@am__quote@
653
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_tex_copy.Plo@am__quote@
654
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_texstate.Plo@am__quote@
655
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_texture.Plo@am__quote@
656
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_tile.Plo@am__quote@
657
 
658
.c.o:
659
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
660
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
661
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
664
 
665
.c.obj:
666
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
667
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
668
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
669
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
671
 
672
.c.lo:
673
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
674
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
675
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
676
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
678
 
679
mostlyclean-libtool:
680
	-rm -f *.lo
681
 
682
clean-libtool:
683
	-rm -rf .libs _libs
684
 
685
ID: $(am__tagged_files)
686
	$(am__define_uniq_tagged_files); mkid -fID $$unique
687
tags: tags-am
688
TAGS: tags
689
 
690
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
691
	set x; \
692
	here=`pwd`; \
693
	$(am__define_uniq_tagged_files); \
694
	shift; \
695
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
696
	  test -n "$$unique" || unique=$$empty_fix; \
697
	  if test $$# -gt 0; then \
698
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
699
	      "$$@" $$unique; \
700
	  else \
701
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
702
	      $$unique; \
703
	  fi; \
704
	fi
705
ctags: ctags-am
706
 
707
CTAGS: ctags
708
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
709
	$(am__define_uniq_tagged_files); \
710
	test -z "$(CTAGS_ARGS)$$unique" \
711
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
712
	     $$unique
713
 
714
GTAGS:
715
	here=`$(am__cd) $(top_builddir) && pwd` \
716
	  && $(am__cd) $(top_srcdir) \
717
	  && gtags -i $(GTAGS_ARGS) "$$here"
718
cscopelist: cscopelist-am
719
 
720
cscopelist-am: $(am__tagged_files)
721
	list='$(am__tagged_files)'; \
722
	case "$(srcdir)" in \
723
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
724
	  *) sdir=$(subdir)/$(srcdir) ;; \
725
	esac; \
726
	for i in $$list; do \
727
	  if test -f "$$i"; then \
728
	    echo "$(subdir)/$$i"; \
729
	  else \
730
	    echo "$$sdir/$$i"; \
731
	  fi; \
732
	done >> $(top_builddir)/cscope.files
733
 
734
distclean-tags:
735
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
736
 
737
distdir: $(DISTFILES)
738
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
739
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
740
	list='$(DISTFILES)'; \
741
	  dist_files=`for file in $$list; do echo $$file; done | \
742
	  sed -e "s|^$$srcdirstrip/||;t" \
743
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
744
	case $$dist_files in \
745
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
746
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
747
			   sort -u` ;; \
748
	esac; \
749
	for file in $$dist_files; do \
750
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
751
	  if test -d $$d/$$file; then \
752
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
753
	    if test -d "$(distdir)/$$file"; then \
754
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
755
	    fi; \
756
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
757
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
758
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
759
	    fi; \
760
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
761
	  else \
762
	    test -f "$(distdir)/$$file" \
763
	    || cp -p $$d/$$file "$(distdir)/$$file" \
764
	    || exit 1; \
765
	  fi; \
766
	done
767
check-am: all-am
768
check: check-am
769
all-am: Makefile $(LTLIBRARIES)
770
installdirs:
771
install: install-am
772
install-exec: install-exec-am
773
install-data: install-data-am
774
uninstall: uninstall-am
775
 
776
install-am: all-am
777
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
778
 
779
installcheck: installcheck-am
780
install-strip:
781
	if test -z '$(STRIP)'; then \
782
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784
	      install; \
785
	else \
786
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
789
	fi
790
mostlyclean-generic:
791
 
792
clean-generic:
793
 
794
distclean-generic:
795
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
796
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
797
 
798
maintainer-clean-generic:
799
	@echo "This command is intended for maintainers to use"
800
	@echo "it deletes files that may require special tools to rebuild."
801
clean: clean-am
802
 
803
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
804
	mostlyclean-am
805
 
806
distclean: distclean-am
807
	-rm -rf ./$(DEPDIR)
808
	-rm -f Makefile
809
distclean-am: clean-am distclean-compile distclean-generic \
810
	distclean-tags
811
 
812
dvi: dvi-am
813
 
814
dvi-am:
815
 
816
html: html-am
817
 
818
html-am:
819
 
820
info: info-am
821
 
822
info-am:
823
 
824
install-data-am:
825
 
826
install-dvi: install-dvi-am
827
 
828
install-dvi-am:
829
 
830
install-exec-am:
831
 
832
install-html: install-html-am
833
 
834
install-html-am:
835
 
836
install-info: install-info-am
837
 
838
install-info-am:
839
 
840
install-man:
841
 
842
install-pdf: install-pdf-am
843
 
844
install-pdf-am:
845
 
846
install-ps: install-ps-am
847
 
848
install-ps-am:
849
 
850
installcheck-am:
851
 
852
maintainer-clean: maintainer-clean-am
853
	-rm -rf ./$(DEPDIR)
854
	-rm -f Makefile
855
maintainer-clean-am: distclean-am maintainer-clean-generic
856
 
857
mostlyclean: mostlyclean-am
858
 
859
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
860
	mostlyclean-libtool
861
 
862
pdf: pdf-am
863
 
864
pdf-am:
865
 
866
ps: ps-am
867
 
868
ps-am:
869
 
870
uninstall-am:
871
 
872
.MAKE: install-am install-strip
873
 
874
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
875
	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
876
	ctags-am distclean distclean-compile distclean-generic \
877
	distclean-libtool distclean-tags distdir dvi dvi-am html \
878
	html-am info info-am install install-am install-data \
879
	install-data-am install-dvi install-dvi-am install-exec \
880
	install-exec-am install-html install-html-am install-info \
881
	install-info-am install-man install-pdf install-pdf-am \
882
	install-ps install-ps-am install-strip installcheck \
883
	installcheck-am installdirs maintainer-clean \
884
	maintainer-clean-generic mostlyclean mostlyclean-compile \
885
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
886
	tags tags-am uninstall uninstall-am
887
 
888
.PRECIOUS: Makefile
889
 
890
 
891
# Tell versions [3.59,3.63) of GNU make to not export all variables.
892
# Otherwise a system limit (for SysV at least) may be exceeded.
893
.NOEXPORT: