~chalet16/ubuntu/natty/xorg-server/fix-for-518132

« back to all changes in this revision

Viewing changes to hw/xfree86/exa/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers, Christopher James Halse Rogers, Timo Aaltonen, Chase Douglas
  • Date: 2011-02-23 09:40:07 UTC
  • mfrom: (1.1.39 upstream) (0.1.22 experimental)
  • Revision ID: james.westby@ubuntu.com-20110223094007-xqwcet0zcbelhj56
Tags: 2:1.9.99.902-2ubuntu1
[ Christopher James Halse Rogers ]
* Merge from Debian experimental.  Remaining Ubuntu changes:
  - rules:
    + Disable SELinux, libaudit-dev is not in main yet. (LP #406226)
    + Enable xcsecurity. (LP #247537)
    + Add --with-extra-module-dir to support GL alternatives.
    + Mention Ubuntu support in builderstring rather than package uploader's
      email address.
  - control:
    + Xvfb depends on xauth, x11-xkb-utils. (LP #500102)
    + Add breaks for incompatible drivers. (LP #614993)
    + Drop libaudit-dev from build-deps.
    + Build-depend on newer mesa to pick up DRI search paths variable.
  - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
  - debian/patches:
    + 100_rethrow_signals.patch:
      When aborting, re-raise signals for apport
    + 105_nvidia_fglrx_autodetect.patch:
      Load proprietary drivers automatically when installed.
    + 109_fix-swcursor-crash.patch:
      Avoid dereferencing null pointer while reloading cursors during
      resume. (LP: #371405)
    + 111_armel-drv-fallbacks.patch:
      Add support for armel driver fallbacks.
    + 121_only_switch_vt_when_active.diff:
      Add a check to prevent the X server from changing the VT when killing
      GDM from the console.
    + 122_xext_fix_card32_overflow_in_xauth.patch:
      Fix server crash when “xauth generate” is called with large timeout.
    + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
      166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
      169_mipointer_nullptr_checks.patch,
      172_cwgetbackingpicture_nullptr_check.patch:
      Fix various segfaults in xserver by checking pointers for NULL
      values before dereferencing them.
    + 165_man_xorg_conf_no_device_ident.patch
      Correct man page
    + 168_glibc_trace_to_stderr.patch:
      Report abort traces to stderr instead of terminal
    + 184_virtual_devices_autodetect.patch:
      Use vesa for qemu device, which is not supported by cirrus
    + 188_default_primary_to_first_busid.patch:
      Pick the first device and carry on (LP: #459512)
    + 190_cache-xkbcomp_output_for_fast_start_up.patch:
    + 191-Xorg-add-an-extra-module-path.patch:
      Add support for the alternatives module path.
    + 198_nohwaccess.patch:
      Adds a -nohwaccess argument to make X not access the hardware
      ports directly.
    + 200_randr-null.patch:
      Clarify a pointer initialization.
    + 206_intel_8xx_default_to_fbdev.patch:
      Makes 8xx class intel GPUs default to fbdev for stability. (LP: #633593)
    + 208_switch_on_release.diff:
      Switch keyboard layouts on key-release rather than key-press
        (LP #36812)
    + 209_add_legacy_bgnone_option.patch:
      Add -nr as a synonym for -background none until all ?DM are updated for
        the new option.
    + 210_pixman_null_ptr_check.patch: 
      Catch NULL pointer access after pixman_image_create_bits() failure
        (LP #705078)
    + Add 213_xichangehierarchy-check-oom.patch:
      Add NULL pointer check for out-of-memory conditions. (LP #720445)
    + debian/patches/214_glx_dri_searchdirs.patch:
      Search in same paths as mesa for DRI drivers for AIGLX so we can handle
      UMS fallback for radeon gracefully.
* 211_glx_fix_bindtextimageext_length_check.patch:
* 212_fix_request_length_check_for_createglxpbuffersgix.patch:
  - Drop; these cherry-picks are included in 1.10RC2
* debian/patches/214_glx_dri_searchdirs.patch:
  - Fix nouveau check to downgrade missing DRI error messages to info.
    We don't support nouveau's 3D, so let's not complain too strenuously
    when it's not installed.
* debian/patches/215_glx_drawable_refcounting.diff:
  - Refcount GLXDrawables to avoid use-after-free crashes.  Patch from
    xorg-devel mailing list.  Prevents segfault on logout and server
    regenerate, and possibly other times. (LP: #711422)
* 214_glx_dri_searchdirs.patch:
  - Fix dlclose/free snafu. (LP: #722563)
* debian/inputabiver:
* debian/videoabiver:
* debian/xserver-xorg-dev.install
  - Temporarily re-add these to xserver-xorg-dev so we don't need to merge
    all the driver changes from Debian en masse.  These should be dropped
    once all drivers have been merged from Debian, and certainly in Natty+1.
* debian/serverminver:
  - Include 2ubuntu1 string; Xi 2.1 bumps the minor input ABI, so drivers
    built against it need the Xi 2.1 patched server.

[ Timo Aaltonen ]
* debian/patches/216_dix-valuator-count-of-0-is-valid.diff:
  - For all but motion and proximity events, having no valuators is ok.
    Regression from 1.9, keyboard events are not converted to protocol
    events. (LP: #714696)

[ Chase Douglas ]
* Add in preliminary xi2.1 support
  - Added 500_xi2.1.patch
  - Moved 202_xf86CoordinationsToWindows.patch to
    501_xf86CoordinatesToWindow.patch
  - Moved 203_gestures-extension.patch to 502_gestures-extension.patch
  - Bump dependency on x11proto-input for xi 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
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.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = hw/xfree86/exa
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
 
41
        $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/libtool.m4 \
 
42
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
43
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
 
49
        $(top_builddir)/include/xorg-server.h \
 
50
        $(top_builddir)/include/dix-config.h \
 
51
        $(top_builddir)/include/xorg-config.h \
 
52
        $(top_builddir)/include/xkb-config.h \
 
53
        $(top_builddir)/include/xwin-config.h \
 
54
        $(top_builddir)/include/kdrive-config.h \
 
55
        $(top_builddir)/include/version-config.h
 
56
CONFIG_CLEAN_FILES =
 
57
CONFIG_CLEAN_VPATH_FILES =
 
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
59
am__vpath_adj = case $$p in \
 
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
61
    *) f=$$p;; \
 
62
  esac;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
79
am__installdirs = "$(DESTDIR)$(moduledir)"
 
80
LTLIBRARIES = $(module_LTLIBRARIES)
 
81
libexa_la_DEPENDENCIES = ../../../exa/libexa.la
 
82
am_libexa_la_OBJECTS = examodule.lo
 
83
libexa_la_OBJECTS = $(am_libexa_la_OBJECTS)
 
84
AM_V_lt = $(am__v_lt_$(V))
 
85
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
86
am__v_lt_0 = --silent
 
87
libexa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
88
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
89
        $(libexa_la_LDFLAGS) $(LDFLAGS) -o $@
 
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
91
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
 
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
96
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
97
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
98
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
99
        $(AM_CFLAGS) $(CFLAGS)
 
100
AM_V_CC = $(am__v_CC_$(V))
 
101
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_CC_0 = @echo "  CC    " $@;
 
103
AM_V_at = $(am__v_at_$(V))
 
104
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
105
am__v_at_0 = @
 
106
CCLD = $(CC)
 
107
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
109
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
110
AM_V_CCLD = $(am__v_CCLD_$(V))
 
111
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
112
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
113
AM_V_GEN = $(am__v_GEN_$(V))
 
114
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
115
am__v_GEN_0 = @echo "  GEN   " $@;
 
116
SOURCES = $(libexa_la_SOURCES)
 
117
DIST_SOURCES = $(libexa_la_SOURCES)
 
118
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
119
        html-recursive info-recursive install-data-recursive \
 
120
        install-dvi-recursive install-exec-recursive \
 
121
        install-html-recursive install-info-recursive \
 
122
        install-pdf-recursive install-ps-recursive install-recursive \
 
123
        installcheck-recursive installdirs-recursive pdf-recursive \
 
124
        ps-recursive uninstall-recursive
 
125
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
126
  distclean-recursive maintainer-clean-recursive
 
127
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
128
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
129
        distdir
 
130
ETAGS = etags
 
131
CTAGS = ctags
 
132
DIST_SUBDIRS = $(SUBDIRS)
 
133
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
134
am__relativize = \
 
135
  dir0=`pwd`; \
 
136
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
137
  sed_rest='s,^[^/]*/*,,'; \
 
138
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
139
  sed_butlast='s,/*[^/]*$$,,'; \
 
140
  while test -n "$$dir1"; do \
 
141
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
142
    if test "$$first" != "."; then \
 
143
      if test "$$first" = ".."; then \
 
144
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
145
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
146
      else \
 
147
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
148
        if test "$$first2" = "$$first"; then \
 
149
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
150
        else \
 
151
          dir2="../$$dir2"; \
 
152
        fi; \
 
153
        dir0="$$dir0"/"$$first"; \
 
154
      fi; \
 
155
    fi; \
 
156
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
157
  done; \
 
158
  reldir="$$dir2"
 
159
ACLOCAL = @ACLOCAL@
 
160
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 
161
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 
162
ALLOCA = @ALLOCA@
 
163
AMTAR = @AMTAR@
 
164
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
165
APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
 
166
APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@
 
167
APP_MAN_DIR = @APP_MAN_DIR@
 
168
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 
169
AR = @AR@
 
170
ARM_BACKTRACE_CFLAGS = @ARM_BACKTRACE_CFLAGS@
 
171
AS = @AS@
 
172
AUTOCONF = @AUTOCONF@
 
173
AUTOHEADER = @AUTOHEADER@
 
174
AUTOMAKE = @AUTOMAKE@
 
175
AWK = @AWK@
 
176
BASE_FONT_PATH = @BASE_FONT_PATH@
 
177
BUILD_DATE = @BUILD_DATE@
 
178
BUILD_TIME = @BUILD_TIME@
 
179
CC = @CC@
 
180
CCAS = @CCAS@
 
181
CCASDEPMODE = @CCASDEPMODE@
 
182
CCASFLAGS = @CCASFLAGS@
 
183
CCDEPMODE = @CCDEPMODE@
 
184
CFLAGS = @CFLAGS@
 
185
CHANGELOG_CMD = @CHANGELOG_CMD@
 
186
COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@
 
187
CPP = @CPP@
 
188
CPPFLAGS = @CPPFLAGS@
 
189
CWARNFLAGS = @CWARNFLAGS@
 
190
CYGPATH_W = @CYGPATH_W@
 
191
DARWIN_LIBS = @DARWIN_LIBS@
 
192
DBUS_CFLAGS = @DBUS_CFLAGS@
 
193
DBUS_LIBS = @DBUS_LIBS@
 
194
DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@
 
195
DEFAULT_LOGDIR = @DEFAULT_LOGDIR@
 
196
DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@
 
197
DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@
 
198
DEFS = @DEFS@
 
199
DEPDIR = @DEPDIR@
 
200
DGA_CFLAGS = @DGA_CFLAGS@
 
201
DGA_LIBS = @DGA_LIBS@
 
202
DIX_CFLAGS = @DIX_CFLAGS@
 
203
DIX_LIB = @DIX_LIB@
 
204
DLLTOOL = @DLLTOOL@
 
205
DLOPEN_LIBS = @DLOPEN_LIBS@
 
206
DMXEXAMPLES_DEP_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@
 
207
DMXEXAMPLES_DEP_LIBS = @DMXEXAMPLES_DEP_LIBS@
 
208
DMXMODULES_CFLAGS = @DMXMODULES_CFLAGS@
 
209
DMXMODULES_LIBS = @DMXMODULES_LIBS@
 
210
DMXXIEXAMPLES_DEP_CFLAGS = @DMXXIEXAMPLES_DEP_CFLAGS@
 
211
DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@
 
212
DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@
 
213
DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@
 
214
DOXYGEN = @DOXYGEN@
 
215
DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
 
216
DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
 
217
DRIPROTO_CFLAGS = @DRIPROTO_CFLAGS@
 
218
DRIPROTO_LIBS = @DRIPROTO_LIBS@
 
219
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 
220
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
221
DRI_CFLAGS = @DRI_CFLAGS@
 
222
DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
 
223
DRI_LIBS = @DRI_LIBS@
 
224
DSYMUTIL = @DSYMUTIL@
 
225
DTRACE = @DTRACE@
 
226
DUMPBIN = @DUMPBIN@
 
227
ECHO_C = @ECHO_C@
 
228
ECHO_N = @ECHO_N@
 
229
ECHO_T = @ECHO_T@
 
230
EGREP = @EGREP@
 
231
EXEEXT = @EXEEXT@
 
232
FGREP = @FGREP@
 
233
FILE_MAN_DIR = @FILE_MAN_DIR@
 
234
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
235
FONT100DPIDIR = @FONT100DPIDIR@
 
236
FONT75DPIDIR = @FONT75DPIDIR@
 
237
FONTMISCDIR = @FONTMISCDIR@
 
238
FONTOTFDIR = @FONTOTFDIR@
 
239
FONTROOTDIR = @FONTROOTDIR@
 
240
FONTTTFDIR = @FONTTTFDIR@
 
241
FONTTYPE1DIR = @FONTTYPE1DIR@
 
242
FOP = @FOP@
 
243
GLIB_CFLAGS = @GLIB_CFLAGS@
 
244
GLIB_LIBS = @GLIB_LIBS@
 
245
GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@
 
246
GLX_DEFINES = @GLX_DEFINES@
 
247
GLX_TLS = @GLX_TLS@
 
248
GL_CFLAGS = @GL_CFLAGS@
 
249
GL_LIBS = @GL_LIBS@
 
250
GREP = @GREP@
 
251
HAL_CFLAGS = @HAL_CFLAGS@
 
252
HAL_LIBS = @HAL_LIBS@
 
253
INSTALL = @INSTALL@
 
254
INSTALL_CMD = @INSTALL_CMD@
 
255
INSTALL_DATA = @INSTALL_DATA@
 
256
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
257
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
258
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
259
KDRIVE_CFLAGS = @KDRIVE_CFLAGS@
 
260
KDRIVE_INCS = @KDRIVE_INCS@
 
261
KDRIVE_LIBS = @KDRIVE_LIBS@
 
262
KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@
 
263
KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@
 
264
KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@
 
265
LAUNCHD_ID_PREFIX = @LAUNCHD_ID_PREFIX@
 
266
LD = @LD@
 
267
LDFLAGS = @LDFLAGS@
 
268
LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@
 
269
LEX = @LEX@
 
270
LEXLIB = @LEXLIB@
 
271
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
272
LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
 
273
LIBDRM_LIBS = @LIBDRM_LIBS@
 
274
LIBOBJS = @LIBOBJS@
 
275
LIBS = @LIBS@
 
276
LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
 
277
LIBSHA1_LIBS = @LIBSHA1_LIBS@
 
278
LIBTOOL = @LIBTOOL@
 
279
LIB_MAN_DIR = @LIB_MAN_DIR@
 
280
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
281
LIPO = @LIPO@
 
282
LN_S = @LN_S@
 
283
LTLIBOBJS = @LTLIBOBJS@
 
284
MAINT = @MAINT@
 
285
MAIN_LIB = @MAIN_LIB@
 
286
MAKEINFO = @MAKEINFO@
 
287
MAN_SUBSTS = @MAN_SUBSTS@
 
288
MISC_MAN_DIR = @MISC_MAN_DIR@
 
289
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
290
MKDIR_P = @MKDIR_P@
 
291
NM = @NM@
 
292
NMEDIT = @NMEDIT@
 
293
OBJC = @OBJC@
 
294
OBJCCLD = @OBJCCLD@
 
295
OBJCDEPMODE = @OBJCDEPMODE@
 
296
OBJCFLAGS = @OBJCFLAGS@
 
297
OBJCLINK = @OBJCLINK@
 
298
OBJDUMP = @OBJDUMP@
 
299
OBJEXT = @OBJEXT@
 
300
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
301
OPENSSL_LIBS = @OPENSSL_LIBS@
 
302
OS_LIB = @OS_LIB@
 
303
OTOOL = @OTOOL@
 
304
OTOOL64 = @OTOOL64@
 
305
PACKAGE = @PACKAGE@
 
306
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
307
PACKAGE_NAME = @PACKAGE_NAME@
 
308
PACKAGE_STRING = @PACKAGE_STRING@
 
309
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
310
PACKAGE_URL = @PACKAGE_URL@
 
311
PACKAGE_VERSION = @PACKAGE_VERSION@
 
312
PATH_SEPARATOR = @PATH_SEPARATOR@
 
313
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
 
314
PCIACCESS_LIBS = @PCIACCESS_LIBS@
 
315
PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@
 
316
PERL = @PERL@
 
317
PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
 
318
PIXMAN_LIBS = @PIXMAN_LIBS@
 
319
PKG_CONFIG = @PKG_CONFIG@
 
320
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
321
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
322
PROJECTROOT = @PROJECTROOT@
 
323
RANLIB = @RANLIB@
 
324
RAWCPP = @RAWCPP@
 
325
RAWCPPFLAGS = @RAWCPPFLAGS@
 
326
RELEASE_DATE = @RELEASE_DATE@
 
327
SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@
 
328
SED = @SED@
 
329
SELINUX_CFLAGS = @SELINUX_CFLAGS@
 
330
SELINUX_LIBS = @SELINUX_LIBS@
 
331
SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@
 
332
SET_MAKE = @SET_MAKE@
 
333
SHA1_CFLAGS = @SHA1_CFLAGS@
 
334
SHA1_LIBS = @SHA1_LIBS@
 
335
SHELL = @SHELL@
 
336
SOLARIS_ASM_CFLAGS = @SOLARIS_ASM_CFLAGS@
 
337
SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@
 
338
STRIP = @STRIP@
 
339
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
 
340
SYSCONFDIR = @SYSCONFDIR@
 
341
TSLIB_CFLAGS = @TSLIB_CFLAGS@
 
342
TSLIB_LIBS = @TSLIB_LIBS@
 
343
UDEV_CFLAGS = @UDEV_CFLAGS@
 
344
UDEV_LIBS = @UDEV_LIBS@
 
345
UTILS_SYS_LIBS = @UTILS_SYS_LIBS@
 
346
VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@
 
347
VERSION = @VERSION@
 
348
WINDOWSWM_CFLAGS = @WINDOWSWM_CFLAGS@
 
349
WINDOWSWM_LIBS = @WINDOWSWM_LIBS@
 
350
WINDRES = @WINDRES@
 
351
X11EXAMPLES_DEP_CFLAGS = @X11EXAMPLES_DEP_CFLAGS@
 
352
X11EXAMPLES_DEP_LIBS = @X11EXAMPLES_DEP_LIBS@
 
353
XDMCP_CFLAGS = @XDMCP_CFLAGS@
 
354
XDMCP_LIBS = @XDMCP_LIBS@
 
355
XDMXCONFIG_DEP_CFLAGS = @XDMXCONFIG_DEP_CFLAGS@
 
356
XDMXCONFIG_DEP_LIBS = @XDMXCONFIG_DEP_LIBS@
 
357
XDMX_CFLAGS = @XDMX_CFLAGS@
 
358
XDMX_LIBS = @XDMX_LIBS@
 
359
XDMX_SYS_LIBS = @XDMX_SYS_LIBS@
 
360
XEPHYR_CFLAGS = @XEPHYR_CFLAGS@
 
361
XEPHYR_INCS = @XEPHYR_INCS@
 
362
XEPHYR_LIBS = @XEPHYR_LIBS@
 
363
XF86CONFIGDIR = @XF86CONFIGDIR@
 
364
XF86CONFIGFILE = @XF86CONFIGFILE@
 
365
XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
 
366
XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
 
367
XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@
 
368
XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@
 
369
XKB_COMPILED_DIR = @XKB_COMPILED_DIR@
 
370
XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@
 
371
XLIB_CFLAGS = @XLIB_CFLAGS@
 
372
XLIB_LIBS = @XLIB_LIBS@
 
373
XMLTO = @XMLTO@
 
374
XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@
 
375
XNESTMODULES_LIBS = @XNESTMODULES_LIBS@
 
376
XNEST_LIBS = @XNEST_LIBS@
 
377
XNEST_SYS_LIBS = @XNEST_SYS_LIBS@
 
378
XORG_CFLAGS = @XORG_CFLAGS@
 
379
XORG_INCS = @XORG_INCS@
 
380
XORG_LIBS = @XORG_LIBS@
 
381
XORG_MAN_PAGE = @XORG_MAN_PAGE@
 
382
XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@
 
383
XORG_MODULES_LIBS = @XORG_MODULES_LIBS@
 
384
XORG_OS = @XORG_OS@
 
385
XORG_OS_SUBDIR = @XORG_OS_SUBDIR@
 
386
XORG_SGML_PATH = @XORG_SGML_PATH@
 
387
XORG_SYS_LIBS = @XORG_SYS_LIBS@
 
388
XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@
 
389
XPBPROXY_LIBS = @XPBPROXY_LIBS@
 
390
XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@
 
391
XRESEXAMPLES_DEP_CFLAGS = @XRESEXAMPLES_DEP_CFLAGS@
 
392
XRESEXAMPLES_DEP_LIBS = @XRESEXAMPLES_DEP_LIBS@
 
393
XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@
 
394
XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@
 
395
XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@
 
396
XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@
 
397
XSERVER_LIBS = @XSERVER_LIBS@
 
398
XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@
 
399
XSL_STYLESHEET = @XSL_STYLESHEET@
 
400
XTSTEXAMPLES_DEP_CFLAGS = @XTSTEXAMPLES_DEP_CFLAGS@
 
401
XTSTEXAMPLES_DEP_LIBS = @XTSTEXAMPLES_DEP_LIBS@
 
402
XVFB_LIBS = @XVFB_LIBS@
 
403
XVFB_SYS_LIBS = @XVFB_SYS_LIBS@
 
404
XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@
 
405
XWINMODULES_LIBS = @XWINMODULES_LIBS@
 
406
XWIN_LIBS = @XWIN_LIBS@
 
407
XWIN_SERVER_NAME = @XWIN_SERVER_NAME@
 
408
XWIN_SYS_LIBS = @XWIN_SYS_LIBS@
 
409
YACC = @YACC@
 
410
YFLAGS = @YFLAGS@
 
411
__XCONFIGDIR__ = @__XCONFIGDIR__@
 
412
__XCONFIGFILE__ = @__XCONFIGFILE__@
 
413
abi_ansic = @abi_ansic@
 
414
abi_extension = @abi_extension@
 
415
abi_videodrv = @abi_videodrv@
 
416
abi_xinput = @abi_xinput@
 
417
abs_builddir = @abs_builddir@
 
418
abs_srcdir = @abs_srcdir@
 
419
abs_top_builddir = @abs_top_builddir@
 
420
abs_top_srcdir = @abs_top_srcdir@
 
421
ac_ct_CC = @ac_ct_CC@
 
422
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
423
am__include = @am__include@
 
424
am__leading_dot = @am__leading_dot@
 
425
am__quote = @am__quote@
 
426
am__tar = @am__tar@
 
427
am__untar = @am__untar@
 
428
bindir = @bindir@
 
429
build = @build@
 
430
build_alias = @build_alias@
 
431
build_cpu = @build_cpu@
 
432
build_os = @build_os@
 
433
build_vendor = @build_vendor@
 
434
builddir = @builddir@
 
435
datadir = @datadir@
 
436
datarootdir = @datarootdir@
 
437
docdir = @docdir@
 
438
driverdir = @driverdir@
 
439
dvidir = @dvidir@
 
440
exec_prefix = @exec_prefix@
 
441
extdir = @extdir@
 
442
host = @host@
 
443
host_alias = @host_alias@
 
444
host_cpu = @host_cpu@
 
445
host_os = @host_os@
 
446
host_vendor = @host_vendor@
 
447
htmldir = @htmldir@
 
448
includedir = @includedir@
 
449
infodir = @infodir@
 
450
install_sh = @install_sh@
 
451
libdir = @libdir@
 
452
libexecdir = @libexecdir@
 
453
localedir = @localedir@
 
454
localstatedir = @localstatedir@
 
455
logdir = @logdir@
 
456
lt_ECHO = @lt_ECHO@
 
457
mandir = @mandir@
 
458
mkdir_p = @mkdir_p@
 
459
moduledir = @moduledir@
 
460
oldincludedir = @oldincludedir@
 
461
pdfdir = @pdfdir@
 
462
prefix = @prefix@
 
463
program_transform_name = @program_transform_name@
 
464
psdir = @psdir@
 
465
sbindir = @sbindir@
 
466
sdkdir = @sdkdir@
 
467
sharedstatedir = @sharedstatedir@
 
468
srcdir = @srcdir@
 
469
symbol_visibility = @symbol_visibility@
 
470
sysconfdir = @sysconfdir@
 
471
sysconfigdir = @sysconfigdir@
 
472
target_alias = @target_alias@
 
473
top_build_prefix = @top_build_prefix@
 
474
top_builddir = @top_builddir@
 
475
top_srcdir = @top_srcdir@
 
476
SUBDIRS = man
 
477
module_LTLIBRARIES = libexa.la
 
478
libexa_la_LDFLAGS = -avoid-version
 
479
INCLUDES = \
 
480
        $(XORG_INCS) \
 
481
        -I$(srcdir)/../../../exa \
 
482
        -I$(srcdir)/../../../miext/cw
 
483
 
 
484
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
 
485
libexa_la_SOURCES = \
 
486
        examodule.c
 
487
 
 
488
libexa_la_LIBADD = \
 
489
        ../../../exa/libexa.la
 
490
 
 
491
all: all-recursive
 
492
 
 
493
.SUFFIXES:
 
494
.SUFFIXES: .c .lo .o .obj
 
495
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
496
        @for dep in $?; do \
 
497
          case '$(am__configure_deps)' in \
 
498
            *$$dep*) \
 
499
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
500
                && { if test -f $@; then exit 0; else break; fi; }; \
 
501
              exit 1;; \
 
502
          esac; \
 
503
        done; \
 
504
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/exa/Makefile'; \
 
505
        $(am__cd) $(top_srcdir) && \
 
506
          $(AUTOMAKE) --foreign hw/xfree86/exa/Makefile
 
507
.PRECIOUS: Makefile
 
508
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
509
        @case '$?' in \
 
510
          *config.status*) \
 
511
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
512
          *) \
 
513
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
514
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
515
        esac;
 
516
 
 
517
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
518
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
519
 
 
520
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
521
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
522
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
523
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
524
$(am__aclocal_m4_deps):
 
525
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
 
526
        @$(NORMAL_INSTALL)
 
527
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
 
528
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
529
        list2=; for p in $$list; do \
 
530
          if test -f $$p; then \
 
531
            list2="$$list2 $$p"; \
 
532
          else :; fi; \
 
533
        done; \
 
534
        test -z "$$list2" || { \
 
535
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
 
536
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
 
537
        }
 
538
 
 
539
uninstall-moduleLTLIBRARIES:
 
540
        @$(NORMAL_UNINSTALL)
 
541
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
542
        for p in $$list; do \
 
543
          $(am__strip_dir) \
 
544
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
545
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
546
        done
 
547
 
 
548
clean-moduleLTLIBRARIES:
 
549
        -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
 
550
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
 
551
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
552
          test "$$dir" != "$$p" || dir=.; \
 
553
          echo "rm -f \"$${dir}/so_locations\""; \
 
554
          rm -f "$${dir}/so_locations"; \
 
555
        done
 
556
libexa.la: $(libexa_la_OBJECTS) $(libexa_la_DEPENDENCIES) 
 
557
        $(AM_V_CCLD)$(libexa_la_LINK) -rpath $(moduledir) $(libexa_la_OBJECTS) $(libexa_la_LIBADD) $(LIBS)
 
558
 
 
559
mostlyclean-compile:
 
560
        -rm -f *.$(OBJEXT)
 
561
 
 
562
distclean-compile:
 
563
        -rm -f *.tab.c
 
564
 
 
565
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/examodule.Plo@am__quote@
 
566
 
 
567
.c.o:
 
568
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
569
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
570
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
573
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
574
 
 
575
.c.obj:
 
576
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
577
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
578
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
581
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
582
 
 
583
.c.lo:
 
584
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
585
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
586
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
589
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
590
 
 
591
mostlyclean-libtool:
 
592
        -rm -f *.lo
 
593
 
 
594
clean-libtool:
 
595
        -rm -rf .libs _libs
 
596
 
 
597
# This directory's subdirectories are mostly independent; you can cd
 
598
# into them and run `make' without going through this Makefile.
 
599
# To change the values of `make' variables: instead of editing Makefiles,
 
600
# (1) if the variable is set in `config.status', edit `config.status'
 
601
#     (which will cause the Makefiles to be regenerated when you run `make');
 
602
# (2) otherwise, pass the desired values on the `make' command line.
 
603
$(RECURSIVE_TARGETS):
 
604
        @fail= failcom='exit 1'; \
 
605
        for f in x $$MAKEFLAGS; do \
 
606
          case $$f in \
 
607
            *=* | --[!k]*);; \
 
608
            *k*) failcom='fail=yes';; \
 
609
          esac; \
 
610
        done; \
 
611
        dot_seen=no; \
 
612
        target=`echo $@ | sed s/-recursive//`; \
 
613
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
614
          echo "Making $$target in $$subdir"; \
 
615
          if test "$$subdir" = "."; then \
 
616
            dot_seen=yes; \
 
617
            local_target="$$target-am"; \
 
618
          else \
 
619
            local_target="$$target"; \
 
620
          fi; \
 
621
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
622
          || eval $$failcom; \
 
623
        done; \
 
624
        if test "$$dot_seen" = "no"; then \
 
625
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
626
        fi; test -z "$$fail"
 
627
 
 
628
$(RECURSIVE_CLEAN_TARGETS):
 
629
        @fail= failcom='exit 1'; \
 
630
        for f in x $$MAKEFLAGS; do \
 
631
          case $$f in \
 
632
            *=* | --[!k]*);; \
 
633
            *k*) failcom='fail=yes';; \
 
634
          esac; \
 
635
        done; \
 
636
        dot_seen=no; \
 
637
        case "$@" in \
 
638
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
639
          *) list='$(SUBDIRS)' ;; \
 
640
        esac; \
 
641
        rev=''; for subdir in $$list; do \
 
642
          if test "$$subdir" = "."; then :; else \
 
643
            rev="$$subdir $$rev"; \
 
644
          fi; \
 
645
        done; \
 
646
        rev="$$rev ."; \
 
647
        target=`echo $@ | sed s/-recursive//`; \
 
648
        for subdir in $$rev; do \
 
649
          echo "Making $$target in $$subdir"; \
 
650
          if test "$$subdir" = "."; then \
 
651
            local_target="$$target-am"; \
 
652
          else \
 
653
            local_target="$$target"; \
 
654
          fi; \
 
655
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
656
          || eval $$failcom; \
 
657
        done && test -z "$$fail"
 
658
tags-recursive:
 
659
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
660
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
661
        done
 
662
ctags-recursive:
 
663
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
664
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
665
        done
 
666
 
 
667
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
668
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
669
        unique=`for i in $$list; do \
 
670
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
671
          done | \
 
672
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
673
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
674
        mkid -fID $$unique
 
675
tags: TAGS
 
676
 
 
677
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
678
                $(TAGS_FILES) $(LISP)
 
679
        set x; \
 
680
        here=`pwd`; \
 
681
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
682
          include_option=--etags-include; \
 
683
          empty_fix=.; \
 
684
        else \
 
685
          include_option=--include; \
 
686
          empty_fix=; \
 
687
        fi; \
 
688
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
689
          if test "$$subdir" = .; then :; else \
 
690
            test ! -f $$subdir/TAGS || \
 
691
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
692
          fi; \
 
693
        done; \
 
694
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
695
        unique=`for i in $$list; do \
 
696
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
697
          done | \
 
698
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
699
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
700
        shift; \
 
701
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
702
          test -n "$$unique" || unique=$$empty_fix; \
 
703
          if test $$# -gt 0; then \
 
704
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
705
              "$$@" $$unique; \
 
706
          else \
 
707
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
708
              $$unique; \
 
709
          fi; \
 
710
        fi
 
711
ctags: CTAGS
 
712
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
713
                $(TAGS_FILES) $(LISP)
 
714
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
715
        unique=`for i in $$list; do \
 
716
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
717
          done | \
 
718
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
719
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
720
        test -z "$(CTAGS_ARGS)$$unique" \
 
721
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
722
             $$unique
 
723
 
 
724
GTAGS:
 
725
        here=`$(am__cd) $(top_builddir) && pwd` \
 
726
          && $(am__cd) $(top_srcdir) \
 
727
          && gtags -i $(GTAGS_ARGS) "$$here"
 
728
 
 
729
distclean-tags:
 
730
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
731
 
 
732
distdir: $(DISTFILES)
 
733
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
734
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
735
        list='$(DISTFILES)'; \
 
736
          dist_files=`for file in $$list; do echo $$file; done | \
 
737
          sed -e "s|^$$srcdirstrip/||;t" \
 
738
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
739
        case $$dist_files in \
 
740
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
741
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
742
                           sort -u` ;; \
 
743
        esac; \
 
744
        for file in $$dist_files; do \
 
745
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
746
          if test -d $$d/$$file; then \
 
747
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
748
            if test -d "$(distdir)/$$file"; then \
 
749
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
750
            fi; \
 
751
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
752
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
753
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
754
            fi; \
 
755
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
756
          else \
 
757
            test -f "$(distdir)/$$file" \
 
758
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
759
            || exit 1; \
 
760
          fi; \
 
761
        done
 
762
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
763
          if test "$$subdir" = .; then :; else \
 
764
            test -d "$(distdir)/$$subdir" \
 
765
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
766
            || exit 1; \
 
767
          fi; \
 
768
        done
 
769
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
770
          if test "$$subdir" = .; then :; else \
 
771
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
772
            $(am__relativize); \
 
773
            new_distdir=$$reldir; \
 
774
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
775
            $(am__relativize); \
 
776
            new_top_distdir=$$reldir; \
 
777
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
778
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
779
            ($(am__cd) $$subdir && \
 
780
              $(MAKE) $(AM_MAKEFLAGS) \
 
781
                top_distdir="$$new_top_distdir" \
 
782
                distdir="$$new_distdir" \
 
783
                am__remove_distdir=: \
 
784
                am__skip_length_check=: \
 
785
                am__skip_mode_fix=: \
 
786
                distdir) \
 
787
              || exit 1; \
 
788
          fi; \
 
789
        done
 
790
check-am: all-am
 
791
check: check-recursive
 
792
all-am: Makefile $(LTLIBRARIES)
 
793
installdirs: installdirs-recursive
 
794
installdirs-am:
 
795
        for dir in "$(DESTDIR)$(moduledir)"; do \
 
796
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
797
        done
 
798
install: install-recursive
 
799
install-exec: install-exec-recursive
 
800
install-data: install-data-recursive
 
801
uninstall: uninstall-recursive
 
802
 
 
803
install-am: all-am
 
804
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
805
 
 
806
installcheck: installcheck-recursive
 
807
install-strip:
 
808
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
809
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
810
          `test -z '$(STRIP)' || \
 
811
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
812
mostlyclean-generic:
 
813
 
 
814
clean-generic:
 
815
 
 
816
distclean-generic:
 
817
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
818
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
819
 
 
820
maintainer-clean-generic:
 
821
        @echo "This command is intended for maintainers to use"
 
822
        @echo "it deletes files that may require special tools to rebuild."
 
823
clean: clean-recursive
 
824
 
 
825
clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
 
826
        mostlyclean-am
 
827
 
 
828
distclean: distclean-recursive
 
829
        -rm -rf ./$(DEPDIR)
 
830
        -rm -f Makefile
 
831
distclean-am: clean-am distclean-compile distclean-generic \
 
832
        distclean-tags
 
833
 
 
834
dvi: dvi-recursive
 
835
 
 
836
dvi-am:
 
837
 
 
838
html: html-recursive
 
839
 
 
840
html-am:
 
841
 
 
842
info: info-recursive
 
843
 
 
844
info-am:
 
845
 
 
846
install-data-am: install-moduleLTLIBRARIES
 
847
 
 
848
install-dvi: install-dvi-recursive
 
849
 
 
850
install-dvi-am:
 
851
 
 
852
install-exec-am:
 
853
 
 
854
install-html: install-html-recursive
 
855
 
 
856
install-html-am:
 
857
 
 
858
install-info: install-info-recursive
 
859
 
 
860
install-info-am:
 
861
 
 
862
install-man:
 
863
 
 
864
install-pdf: install-pdf-recursive
 
865
 
 
866
install-pdf-am:
 
867
 
 
868
install-ps: install-ps-recursive
 
869
 
 
870
install-ps-am:
 
871
 
 
872
installcheck-am:
 
873
 
 
874
maintainer-clean: maintainer-clean-recursive
 
875
        -rm -rf ./$(DEPDIR)
 
876
        -rm -f Makefile
 
877
maintainer-clean-am: distclean-am maintainer-clean-generic
 
878
 
 
879
mostlyclean: mostlyclean-recursive
 
880
 
 
881
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
882
        mostlyclean-libtool
 
883
 
 
884
pdf: pdf-recursive
 
885
 
 
886
pdf-am:
 
887
 
 
888
ps: ps-recursive
 
889
 
 
890
ps-am:
 
891
 
 
892
uninstall-am: uninstall-moduleLTLIBRARIES
 
893
 
 
894
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
895
        install-am install-strip tags-recursive
 
896
 
 
897
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
898
        all all-am check check-am clean clean-generic clean-libtool \
 
899
        clean-moduleLTLIBRARIES ctags ctags-recursive distclean \
 
900
        distclean-compile distclean-generic distclean-libtool \
 
901
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
902
        install install-am install-data install-data-am install-dvi \
 
903
        install-dvi-am install-exec install-exec-am install-html \
 
904
        install-html-am install-info install-info-am install-man \
 
905
        install-moduleLTLIBRARIES install-pdf install-pdf-am \
 
906
        install-ps install-ps-am install-strip installcheck \
 
907
        installcheck-am installdirs installdirs-am maintainer-clean \
 
908
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
909
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
910
        tags tags-recursive uninstall uninstall-am \
 
911
        uninstall-moduleLTLIBRARIES
 
912
 
 
913
 
 
914
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
915
# Otherwise a system limit (for SysV at least) may be exceeded.
 
916
.NOEXPORT: