Makefile.in revision d514b0f3
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = src/uxa
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101LTLIBRARIES = $(noinst_LTLIBRARIES)
102libuxa_la_LIBADD =
103am_libuxa_la_OBJECTS = uxa.lo uxa-accel.lo uxa-glyphs.lo uxa-render.lo \
104	uxa-unaccel.lo uxa-damage.lo
105libuxa_la_OBJECTS = $(am_libuxa_la_OBJECTS)
106AM_V_lt = $(am__v_lt_@AM_V@)
107am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
108am__v_lt_0 = --silent
109am__v_lt_1 = 
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo "  GEN     " $@;
117am__v_GEN_1 = 
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 = 
122DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
123depcomp = $(SHELL) $(top_srcdir)/depcomp
124am__maybe_remake_depfiles = depfiles
125am__depfiles_remade = ./$(DEPDIR)/uxa-accel.Plo \
126	./$(DEPDIR)/uxa-damage.Plo ./$(DEPDIR)/uxa-glyphs.Plo \
127	./$(DEPDIR)/uxa-render.Plo ./$(DEPDIR)/uxa-unaccel.Plo \
128	./$(DEPDIR)/uxa.Plo
129am__mv = mv -f
130COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
134	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135	$(AM_CFLAGS) $(CFLAGS)
136AM_V_CC = $(am__v_CC_@AM_V@)
137am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138am__v_CC_0 = @echo "  CC      " $@;
139am__v_CC_1 = 
140CCLD = $(CC)
141LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
143	$(AM_LDFLAGS) $(LDFLAGS) -o $@
144AM_V_CCLD = $(am__v_CCLD_@AM_V@)
145am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146am__v_CCLD_0 = @echo "  CCLD    " $@;
147am__v_CCLD_1 = 
148SOURCES = $(libuxa_la_SOURCES)
149DIST_SOURCES = $(libuxa_la_SOURCES)
150am__can_run_installinfo = \
151  case $$AM_UPDATE_INFO_DIR in \
152    n|no|NO) false;; \
153    *) (install-info --version) >/dev/null 2>&1;; \
154  esac
155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156# Read a list of newline-separated strings from the standard input,
157# and print each of them once, without duplicates.  Input order is
158# *not* preserved.
159am__uniquify_input = $(AWK) '\
160  BEGIN { nonempty = 0; } \
161  { items[$$0] = 1; nonempty = 1; } \
162  END { if (nonempty) { for (i in items) print i; }; } \
163'
164# Make sure the list of sources is unique.  This is necessary because,
165# e.g., the same source file might be shared among _SOURCES variables
166# for different programs/libraries.
167am__define_uniq_tagged_files = \
168  list='$(am__tagged_files)'; \
169  unique=`for i in $$list; do \
170    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171  done | $(am__uniquify_input)`
172am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174ACLOCAL = @ACLOCAL@
175ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
176ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179APP_MAN_DIR = @APP_MAN_DIR@
180APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
181AR = @AR@
182AUTOCONF = @AUTOCONF@
183AUTOHEADER = @AUTOHEADER@
184AUTOMAKE = @AUTOMAKE@
185AWK = @AWK@
186BASE_CFLAGS = @BASE_CFLAGS@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190CHANGELOG_CMD = @CHANGELOG_CMD@
191CPPFLAGS = @CPPFLAGS@
192CSCOPE = @CSCOPE@
193CTAGS = @CTAGS@
194CWARNFLAGS = @CWARNFLAGS@
195CYGPATH_W = @CYGPATH_W@
196DEFS = @DEFS@
197DEPDIR = @DEPDIR@
198DLLTOOL = @DLLTOOL@
199DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
200DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
201DRM_CFLAGS = @DRM_CFLAGS@
202DRM_LIBS = @DRM_LIBS@
203DSYMUTIL = @DSYMUTIL@
204DUMPBIN = @DUMPBIN@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209ETAGS = @ETAGS@
210EXEEXT = @EXEEXT@
211FGREP = @FGREP@
212FILECMD = @FILECMD@
213FILE_MAN_DIR = @FILE_MAN_DIR@
214FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
215GREP = @GREP@
216INSTALL = @INSTALL@
217INSTALL_CMD = @INSTALL_CMD@
218INSTALL_DATA = @INSTALL_DATA@
219INSTALL_PROGRAM = @INSTALL_PROGRAM@
220INSTALL_SCRIPT = @INSTALL_SCRIPT@
221INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
222LD = @LD@
223LDFLAGS = @LDFLAGS@
224LIBCACARD_CFLAGS = @LIBCACARD_CFLAGS@
225LIBCACARD_LIBS = @LIBCACARD_LIBS@
226LIBOBJS = @LIBOBJS@
227LIBPCSCLITE_CFLAGS = @LIBPCSCLITE_CFLAGS@
228LIBPCSCLITE_LIBS = @LIBPCSCLITE_LIBS@
229LIBS = @LIBS@
230LIBTOOL = @LIBTOOL@
231LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
232LIBUDEV_LIBS = @LIBUDEV_LIBS@
233LIB_MAN_DIR = @LIB_MAN_DIR@
234LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
235LIPO = @LIPO@
236LN_S = @LN_S@
237LTLIBOBJS = @LTLIBOBJS@
238LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
239MAINT = @MAINT@
240MAKEINFO = @MAKEINFO@
241MANIFEST_TOOL = @MANIFEST_TOOL@
242MAN_SUBSTS = @MAN_SUBSTS@
243MISC_MAN_DIR = @MISC_MAN_DIR@
244MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
245MKDIR_P = @MKDIR_P@
246NM = @NM@
247NMEDIT = @NMEDIT@
248OBJDUMP = @OBJDUMP@
249OBJEXT = @OBJEXT@
250OTOOL = @OTOOL@
251OTOOL64 = @OTOOL64@
252PACKAGE = @PACKAGE@
253PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
254PACKAGE_NAME = @PACKAGE_NAME@
255PACKAGE_STRING = @PACKAGE_STRING@
256PACKAGE_TARNAME = @PACKAGE_TARNAME@
257PACKAGE_URL = @PACKAGE_URL@
258PACKAGE_VERSION = @PACKAGE_VERSION@
259PATH_SEPARATOR = @PATH_SEPARATOR@
260PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
261PCIACCESS_LIBS = @PCIACCESS_LIBS@
262PKG_CONFIG = @PKG_CONFIG@
263PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
265RANLIB = @RANLIB@
266SED = @SED@
267SET_MAKE = @SET_MAKE@
268SHELL = @SHELL@
269SPICE_CFLAGS = @SPICE_CFLAGS@
270SPICE_LIBS = @SPICE_LIBS@
271SPICE_PROTOCOL_CFLAGS = @SPICE_PROTOCOL_CFLAGS@
272SPICE_PROTOCOL_LIBS = @SPICE_PROTOCOL_LIBS@
273STRICT_CFLAGS = @STRICT_CFLAGS@
274STRIP = @STRIP@
275VERSION = @VERSION@
276XORG_CFLAGS = @XORG_CFLAGS@
277XORG_LIBS = @XORG_LIBS@
278XORG_MAN_PAGE = @XORG_MAN_PAGE@
279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
283ac_ct_AR = @ac_ct_AR@
284ac_ct_CC = @ac_ct_CC@
285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
286am__include = @am__include@
287am__leading_dot = @am__leading_dot@
288am__quote = @am__quote@
289am__tar = @am__tar@
290am__untar = @am__untar@
291bindir = @bindir@
292build = @build@
293build_alias = @build_alias@
294build_cpu = @build_cpu@
295build_os = @build_os@
296build_vendor = @build_vendor@
297builddir = @builddir@
298cciddir = @cciddir@
299datadir = @datadir@
300datarootdir = @datarootdir@
301docdir = @docdir@
302dvidir = @dvidir@
303exec_prefix = @exec_prefix@
304host = @host@
305host_alias = @host_alias@
306host_cpu = @host_cpu@
307host_os = @host_os@
308host_vendor = @host_vendor@
309htmldir = @htmldir@
310includedir = @includedir@
311infodir = @infodir@
312install_sh = @install_sh@
313libdir = @libdir@
314libexecdir = @libexecdir@
315localedir = @localedir@
316localstatedir = @localstatedir@
317mandir = @mandir@
318mkdir_p = @mkdir_p@
319moduledir = @moduledir@
320oldincludedir = @oldincludedir@
321pdfdir = @pdfdir@
322prefix = @prefix@
323program_transform_name = @program_transform_name@
324psdir = @psdir@
325runstatedir = @runstatedir@
326sbindir = @sbindir@
327sharedstatedir = @sharedstatedir@
328srcdir = @srcdir@
329sysconfdir = @sysconfdir@
330target_alias = @target_alias@
331top_build_prefix = @top_build_prefix@
332top_builddir = @top_builddir@
333top_srcdir = @top_srcdir@
334noinst_LTLIBRARIES = libuxa.la
335
336# Override these since UXA doesn't need them and the needed files aren't
337# built (in hw/xfree86/os-support/solaris) until after UXA is built
338SOLARIS_ASM_CFLAGS = ""
339AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
340libuxa_la_SOURCES = \
341	uxa.c \
342	uxa.h \
343	uxa-accel.c \
344	uxa-glyphs.c \
345	uxa-render.c \
346	uxa-priv.h \
347	uxa-unaccel.c	\
348	uxa-damage.c	\
349	uxa-damage.h
350
351all: all-am
352
353.SUFFIXES:
354.SUFFIXES: .c .lo .o .obj
355$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
356	@for dep in $?; do \
357	  case '$(am__configure_deps)' in \
358	    *$$dep*) \
359	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
360	        && { if test -f $@; then exit 0; else break; fi; }; \
361	      exit 1;; \
362	  esac; \
363	done; \
364	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/uxa/Makefile'; \
365	$(am__cd) $(top_srcdir) && \
366	  $(AUTOMAKE) --foreign src/uxa/Makefile
367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368	@case '$?' in \
369	  *config.status*) \
370	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
371	  *) \
372	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
373	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
374	esac;
375
376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
379$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383$(am__aclocal_m4_deps):
384
385clean-noinstLTLIBRARIES:
386	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
387	@list='$(noinst_LTLIBRARIES)'; \
388	locs=`for p in $$list; do echo $$p; done | \
389	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
390	      sort -u`; \
391	test -z "$$locs" || { \
392	  echo rm -f $${locs}; \
393	  rm -f $${locs}; \
394	}
395
396libuxa.la: $(libuxa_la_OBJECTS) $(libuxa_la_DEPENDENCIES) $(EXTRA_libuxa_la_DEPENDENCIES) 
397	$(AM_V_CCLD)$(LINK)  $(libuxa_la_OBJECTS) $(libuxa_la_LIBADD) $(LIBS)
398
399mostlyclean-compile:
400	-rm -f *.$(OBJEXT)
401
402distclean-compile:
403	-rm -f *.tab.c
404
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-accel.Plo@am__quote@ # am--include-marker
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-damage.Plo@am__quote@ # am--include-marker
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-glyphs.Plo@am__quote@ # am--include-marker
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-render.Plo@am__quote@ # am--include-marker
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-unaccel.Plo@am__quote@ # am--include-marker
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa.Plo@am__quote@ # am--include-marker
411
412$(am__depfiles_remade):
413	@$(MKDIR_P) $(@D)
414	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
415
416am--depfiles: $(am__depfiles_remade)
417
418.c.o:
419@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
424
425.c.obj:
426@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
427@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
431
432.c.lo:
433@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
438
439mostlyclean-libtool:
440	-rm -f *.lo
441
442clean-libtool:
443	-rm -rf .libs _libs
444
445ID: $(am__tagged_files)
446	$(am__define_uniq_tagged_files); mkid -fID $$unique
447tags: tags-am
448TAGS: tags
449
450tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451	set x; \
452	here=`pwd`; \
453	$(am__define_uniq_tagged_files); \
454	shift; \
455	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
456	  test -n "$$unique" || unique=$$empty_fix; \
457	  if test $$# -gt 0; then \
458	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459	      "$$@" $$unique; \
460	  else \
461	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462	      $$unique; \
463	  fi; \
464	fi
465ctags: ctags-am
466
467CTAGS: ctags
468ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
469	$(am__define_uniq_tagged_files); \
470	test -z "$(CTAGS_ARGS)$$unique" \
471	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472	     $$unique
473
474GTAGS:
475	here=`$(am__cd) $(top_builddir) && pwd` \
476	  && $(am__cd) $(top_srcdir) \
477	  && gtags -i $(GTAGS_ARGS) "$$here"
478cscopelist: cscopelist-am
479
480cscopelist-am: $(am__tagged_files)
481	list='$(am__tagged_files)'; \
482	case "$(srcdir)" in \
483	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
484	  *) sdir=$(subdir)/$(srcdir) ;; \
485	esac; \
486	for i in $$list; do \
487	  if test -f "$$i"; then \
488	    echo "$(subdir)/$$i"; \
489	  else \
490	    echo "$$sdir/$$i"; \
491	  fi; \
492	done >> $(top_builddir)/cscope.files
493
494distclean-tags:
495	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
496distdir: $(BUILT_SOURCES)
497	$(MAKE) $(AM_MAKEFLAGS) distdir-am
498
499distdir-am: $(DISTFILES)
500	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502	list='$(DISTFILES)'; \
503	  dist_files=`for file in $$list; do echo $$file; done | \
504	  sed -e "s|^$$srcdirstrip/||;t" \
505	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
506	case $$dist_files in \
507	  */*) $(MKDIR_P) `echo "$$dist_files" | \
508			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
509			   sort -u` ;; \
510	esac; \
511	for file in $$dist_files; do \
512	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513	  if test -d $$d/$$file; then \
514	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515	    if test -d "$(distdir)/$$file"; then \
516	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517	    fi; \
518	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521	    fi; \
522	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523	  else \
524	    test -f "$(distdir)/$$file" \
525	    || cp -p $$d/$$file "$(distdir)/$$file" \
526	    || exit 1; \
527	  fi; \
528	done
529check-am: all-am
530check: check-am
531all-am: Makefile $(LTLIBRARIES)
532installdirs:
533install: install-am
534install-exec: install-exec-am
535install-data: install-data-am
536uninstall: uninstall-am
537
538install-am: all-am
539	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540
541installcheck: installcheck-am
542install-strip:
543	if test -z '$(STRIP)'; then \
544	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546	      install; \
547	else \
548	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
551	fi
552mostlyclean-generic:
553
554clean-generic:
555
556distclean-generic:
557	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
558	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
559
560maintainer-clean-generic:
561	@echo "This command is intended for maintainers to use"
562	@echo "it deletes files that may require special tools to rebuild."
563clean: clean-am
564
565clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
566	mostlyclean-am
567
568distclean: distclean-am
569		-rm -f ./$(DEPDIR)/uxa-accel.Plo
570	-rm -f ./$(DEPDIR)/uxa-damage.Plo
571	-rm -f ./$(DEPDIR)/uxa-glyphs.Plo
572	-rm -f ./$(DEPDIR)/uxa-render.Plo
573	-rm -f ./$(DEPDIR)/uxa-unaccel.Plo
574	-rm -f ./$(DEPDIR)/uxa.Plo
575	-rm -f Makefile
576distclean-am: clean-am distclean-compile distclean-generic \
577	distclean-tags
578
579dvi: dvi-am
580
581dvi-am:
582
583html: html-am
584
585html-am:
586
587info: info-am
588
589info-am:
590
591install-data-am:
592
593install-dvi: install-dvi-am
594
595install-dvi-am:
596
597install-exec-am:
598
599install-html: install-html-am
600
601install-html-am:
602
603install-info: install-info-am
604
605install-info-am:
606
607install-man:
608
609install-pdf: install-pdf-am
610
611install-pdf-am:
612
613install-ps: install-ps-am
614
615install-ps-am:
616
617installcheck-am:
618
619maintainer-clean: maintainer-clean-am
620		-rm -f ./$(DEPDIR)/uxa-accel.Plo
621	-rm -f ./$(DEPDIR)/uxa-damage.Plo
622	-rm -f ./$(DEPDIR)/uxa-glyphs.Plo
623	-rm -f ./$(DEPDIR)/uxa-render.Plo
624	-rm -f ./$(DEPDIR)/uxa-unaccel.Plo
625	-rm -f ./$(DEPDIR)/uxa.Plo
626	-rm -f Makefile
627maintainer-clean-am: distclean-am maintainer-clean-generic
628
629mostlyclean: mostlyclean-am
630
631mostlyclean-am: mostlyclean-compile mostlyclean-generic \
632	mostlyclean-libtool
633
634pdf: pdf-am
635
636pdf-am:
637
638ps: ps-am
639
640ps-am:
641
642uninstall-am:
643
644.MAKE: install-am install-strip
645
646.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
647	clean-generic clean-libtool clean-noinstLTLIBRARIES \
648	cscopelist-am ctags ctags-am distclean distclean-compile \
649	distclean-generic distclean-libtool distclean-tags distdir dvi \
650	dvi-am html html-am info info-am install install-am \
651	install-data install-data-am install-dvi install-dvi-am \
652	install-exec install-exec-am install-html install-html-am \
653	install-info install-info-am install-man install-pdf \
654	install-pdf-am install-ps install-ps-am install-strip \
655	installcheck installcheck-am installdirs maintainer-clean \
656	maintainer-clean-generic mostlyclean mostlyclean-compile \
657	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
658	tags tags-am uninstall uninstall-am
659
660.PRECIOUS: Makefile
661
662
663# Tell versions [3.59,3.63) of GNU make to not export all variables.
664# Otherwise a system limit (for SysV at least) may be exceeded.
665.NOEXPORT:
666