• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# geometry/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2018 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
16
17
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)/xkeyboard-config
74pkgincludedir = $(includedir)/xkeyboard-config
75pkglibdir = $(libdir)/xkeyboard-config
76pkglibexecdir = $(libexecdir)/xkeyboard-config
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 = x86_64-pc-linux-gnu
90host_triplet = x86_64-pc-linux-gnu
91subdir = geometry
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
94	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
95	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
96	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
97	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_$(V))
106am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_$(V))
110am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_$(V))
114am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120	ctags-recursive dvi-recursive html-recursive info-recursive \
121	install-data-recursive install-dvi-recursive \
122	install-exec-recursive install-html-recursive \
123	install-info-recursive install-pdf-recursive \
124	install-ps-recursive install-recursive installcheck-recursive \
125	installdirs-recursive pdf-recursive ps-recursive \
126	tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128  case $$AM_UPDATE_INFO_DIR in \
129    n|no|NO) false;; \
130    *) (install-info --version) >/dev/null 2>&1;; \
131  esac
132am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133am__vpath_adj = case $$p in \
134    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135    *) f=$$p;; \
136  esac;
137am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138am__install_max = 40
139am__nobase_strip_setup = \
140  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141am__nobase_strip = \
142  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143am__nobase_list = $(am__nobase_strip_setup); \
144  for p in $$list; do echo "$$p $$p"; done | \
145  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147    if (++n[$$2] == $(am__install_max)) \
148      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149    END { for (dir in files) print dir, files[dir] }'
150am__base_list = \
151  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153am__uninstall_files_from_dir = { \
154  test -z "$$files" \
155    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157         $(am__cd) "$$dir" && rm -f $$files; }; \
158  }
159am__installdirs = "$(DESTDIR)$(geomdir)"
160DATA = $(geom_DATA)
161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
162  distclean-recursive maintainer-clean-recursive
163am__recursive_targets = \
164  $(RECURSIVE_TARGETS) \
165  $(RECURSIVE_CLEAN_TARGETS) \
166  $(am__extra_recursive_targets)
167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168	distdir distdir-am
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates.  Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174  BEGIN { nonempty = 0; } \
175  { items[$$0] = 1; nonempty = 1; } \
176  END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique.  This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182  list='$(am__tagged_files)'; \
183  unique=`for i in $$list; do \
184    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185  done | $(am__uniquify_input)`
186ETAGS = etags
187CTAGS = ctags
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Makefile.in README
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__relativize = \
192  dir0=`pwd`; \
193  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194  sed_rest='s,^[^/]*/*,,'; \
195  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196  sed_butlast='s,/*[^/]*$$,,'; \
197  while test -n "$$dir1"; do \
198    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199    if test "$$first" != "."; then \
200      if test "$$first" = ".."; then \
201        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203      else \
204        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205        if test "$$first2" = "$$first"; then \
206          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207        else \
208          dir2="../$$dir2"; \
209        fi; \
210        dir0="$$dir0"/"$$first"; \
211      fi; \
212    fi; \
213    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214  done; \
215  reldir="$$dir2"
216ACLOCAL = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing aclocal-1.16
217ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX)
218ADMIN_MAN_SUFFIX = 8
219AMTAR = $${TAR-tar}
220AM_DEFAULT_VERBOSITY = 1
221APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX)
222APP_MAN_SUFFIX = 1
223AUTOCONF = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing autoconf
224AUTOHEADER = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing autoheader
225AUTOMAKE = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing automake-1.16
226AWK = gawk
227CC = gcc
228CCDEPMODE = depmode=none
229CFLAGS = -g -O2
230CPP = gcc -E
231CPPFLAGS =
232CYGPATH_W = echo
233DEFS = -DPACKAGE_NAME=\"xkeyboard-config\" -DPACKAGE_TARNAME=\"xkeyboard-config\" -DPACKAGE_VERSION=\"2.30\" -DPACKAGE_STRING=\"xkeyboard-config\ 2.30\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xkeyboard-config\" -DVERSION=\"2.30\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"xkeyboard-config\"
234DEPDIR = .deps
235DEPS_CFLAGS =
236DEPS_LIBS = -lX11
237DRIVER_MAN_DIR = $(mandir)/man$(DRIVER_MAN_SUFFIX)
238DRIVER_MAN_SUFFIX = 4
239ECHO_C =
240ECHO_N = -n
241ECHO_T =
242EGREP = /bin/grep -E
243EXEEXT =
244FILE_MAN_DIR = $(mandir)/man$(FILE_MAN_SUFFIX)
245FILE_MAN_SUFFIX = 5
246GETTEXT_MACRO_VERSION = 0.19
247GETTEXT_PACKAGE = xkeyboard-config
248GMSGFMT = /usr/bin/msgfmt
249GMSGFMT_015 = /usr/bin/msgfmt
250GREP = /bin/grep
251INSTALL = /usr/bin/install -c
252INSTALL_DATA = ${INSTALL} -m 644
253INSTALL_PROGRAM = ${INSTALL}
254INSTALL_SCRIPT = ${INSTALL}
255INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
256INTLLIBS =
257INTL_MACOSX_LIBS =
258LDFLAGS =
259LIBICONV = -liconv
260LIBINTL =
261LIBOBJS =
262LIBS =
263LIB_MAN_DIR = $(mandir)/man$(LIB_MAN_SUFFIX)
264LIB_MAN_SUFFIX = 3
265LTLIBICONV = -liconv
266LTLIBINTL =
267LTLIBOBJS =
268MAKEINFO = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing makeinfo
269MAN_SUBSTS = 	-e 's|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' 	-e 's|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' 	-e 's|__xservername__|Xorg|g' 	-e 's|__xconfigfile__|xorg.conf|g' 	-e 's|__projectroot__|$(prefix)|g' 	-e 's|__apploaddir__|$(appdefaultdir)|g' 	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' 	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' 	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' 	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' 	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' 	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
270MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX)
271MISC_MAN_SUFFIX = 7
272MKDIR_P = /bin/mkdir -p
273MSGFMT = /usr/bin/msgfmt
274MSGFMT_015 = /usr/bin/msgfmt
275MSGMERGE = /usr/bin/msgmerge
276OBJEXT = o
277PACKAGE = xkeyboard-config
278PACKAGE_BUGREPORT =
279PACKAGE_NAME = xkeyboard-config
280PACKAGE_STRING = xkeyboard-config 2.30
281PACKAGE_TARNAME = xkeyboard-config
282PACKAGE_URL =
283PACKAGE_VERSION = 2.30
284PATH_SEPARATOR = :
285PKG_CONFIG = /usr/bin/pkg-config
286PKG_CONFIG_LIBDIR =
287PKG_CONFIG_PATH =
288POSUB = po
289PYTHON = /usr/bin/python3
290PYTHON_EXEC_PREFIX = ${exec_prefix}
291PYTHON_PLATFORM = linux
292PYTHON_PREFIX = ${prefix}
293PYTHON_VERSION = 3.5
294SED = /bin/sed
295SET_MAKE =
296SHELL = /bin/sh
297STRIP =
298USE_NLS = yes
299VERSION = 2.30
300XGETTEXT = /usr/bin/xgettext
301XGETTEXT_015 = /usr/bin/xgettext
302XGETTEXT_EXTRA_OPTIONS =
303XORG_MAN_PAGE = X Version 11
304XSLTPROC = /usr/bin/xsltproc
305abs_builddir = /home/d00426933/code/xkb/xkeyboard-config-2.30/geometry
306abs_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30/geometry
307abs_top_builddir = /home/d00426933/code/xkb/xkeyboard-config-2.30
308abs_top_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30
309ac_ct_CC = gcc
310am__include = include
311am__leading_dot = .
312am__quote =
313am__tar = $${TAR-tar} chof - "$$tardir"
314am__untar = $${TAR-tar} xf -
315bindir = ${exec_prefix}/bin
316build = x86_64-pc-linux-gnu
317build_alias =
318build_cpu = x86_64
319build_os = linux-gnu
320build_vendor = pc
321builddir = .
322datadir = ${datarootdir}
323datarootdir = ${prefix}/share
324docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
325dvidir = ${docdir}
326exec_prefix = ${prefix}
327host = x86_64-pc-linux-gnu
328host_alias =
329host_cpu = x86_64
330host_os = linux-gnu
331host_vendor = pc
332htmldir = ${docdir}
333includedir = ${prefix}/include
334infodir = ${datarootdir}/info
335install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh
336libdir = ${exec_prefix}/lib
337libexecdir = ${exec_prefix}/libexec
338localedir = ${datarootdir}/locale
339localstatedir = ${prefix}/var
340mandir = ${datarootdir}/man
341mkdir_p = $(MKDIR_P)
342oldincludedir = /usr/include
343pdfdir = ${docdir}
344pkgpyexecdir = ${pyexecdir}/xkeyboard-config
345pkgpythondir = ${pythondir}/xkeyboard-config
346prefix = /usr/local
347program_transform_name = s,x,x,
348psdir = ${docdir}
349pyexecdir = ${exec_prefix}/lib/python3.5/site-packages
350pythondir = ${prefix}/lib/python3.5/site-packages
351sbindir = ${exec_prefix}/sbin
352sharedstatedir = ${prefix}/com
353srcdir = .
354sysconfdir = ${prefix}/etc
355target_alias =
356top_build_prefix = ../
357top_builddir = ..
358top_srcdir = ..
359xkb_base = ${datarootdir}/X11/xkb
360xkb_rules_symlink = xorg
361SUBDIRS = digital_vndr  sgi_vndr
362geomdir = $(xkb_base)/geometry
363geom_DATA = \
364amiga ataritt chicony \
365dell everex fujitsu \
366hhk hp keytronic kinesis \
367macintosh microsoft nec nokia \
368northgate pc sanwa sony thinkpad \
369sun teck steelseries typematrix winbook README
370
371EXTRA_DIST = $(geom_DATA)
372all: all-recursive
373
374.SUFFIXES:
375$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
376	@for dep in $?; do \
377	  case '$(am__configure_deps)' in \
378	    *$$dep*) \
379	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
380	        && { if test -f $@; then exit 0; else break; fi; }; \
381	      exit 1;; \
382	  esac; \
383	done; \
384	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign geometry/Makefile'; \
385	$(am__cd) $(top_srcdir) && \
386	  $(AUTOMAKE) --foreign geometry/Makefile
387Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388	@case '$?' in \
389	  *config.status*) \
390	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
391	  *) \
392	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
393	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
394	esac;
395
396$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398
399$(top_srcdir)/configure:  $(am__configure_deps)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403$(am__aclocal_m4_deps):
404install-geomDATA: $(geom_DATA)
405	@$(NORMAL_INSTALL)
406	@list='$(geom_DATA)'; test -n "$(geomdir)" || list=; \
407	if test -n "$$list"; then \
408	  echo " $(MKDIR_P) '$(DESTDIR)$(geomdir)'"; \
409	  $(MKDIR_P) "$(DESTDIR)$(geomdir)" || exit 1; \
410	fi; \
411	for p in $$list; do \
412	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
413	  echo "$$d$$p"; \
414	done | $(am__base_list) | \
415	while read files; do \
416	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(geomdir)'"; \
417	  $(INSTALL_DATA) $$files "$(DESTDIR)$(geomdir)" || exit $$?; \
418	done
419
420uninstall-geomDATA:
421	@$(NORMAL_UNINSTALL)
422	@list='$(geom_DATA)'; test -n "$(geomdir)" || list=; \
423	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
424	dir='$(DESTDIR)$(geomdir)'; $(am__uninstall_files_from_dir)
425
426# This directory's subdirectories are mostly independent; you can cd
427# into them and run 'make' without going through this Makefile.
428# To change the values of 'make' variables: instead of editing Makefiles,
429# (1) if the variable is set in 'config.status', edit 'config.status'
430#     (which will cause the Makefiles to be regenerated when you run 'make');
431# (2) otherwise, pass the desired values on the 'make' command line.
432$(am__recursive_targets):
433	@fail=; \
434	if $(am__make_keepgoing); then \
435	  failcom='fail=yes'; \
436	else \
437	  failcom='exit 1'; \
438	fi; \
439	dot_seen=no; \
440	target=`echo $@ | sed s/-recursive//`; \
441	case "$@" in \
442	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
443	  *) list='$(SUBDIRS)' ;; \
444	esac; \
445	for subdir in $$list; do \
446	  echo "Making $$target in $$subdir"; \
447	  if test "$$subdir" = "."; then \
448	    dot_seen=yes; \
449	    local_target="$$target-am"; \
450	  else \
451	    local_target="$$target"; \
452	  fi; \
453	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
454	  || eval $$failcom; \
455	done; \
456	if test "$$dot_seen" = "no"; then \
457	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
458	fi; test -z "$$fail"
459
460ID: $(am__tagged_files)
461	$(am__define_uniq_tagged_files); mkid -fID $$unique
462tags: tags-recursive
463TAGS: tags
464
465tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466	set x; \
467	here=`pwd`; \
468	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
469	  include_option=--etags-include; \
470	  empty_fix=.; \
471	else \
472	  include_option=--include; \
473	  empty_fix=; \
474	fi; \
475	list='$(SUBDIRS)'; for subdir in $$list; do \
476	  if test "$$subdir" = .; then :; else \
477	    test ! -f $$subdir/TAGS || \
478	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
479	  fi; \
480	done; \
481	$(am__define_uniq_tagged_files); \
482	shift; \
483	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484	  test -n "$$unique" || unique=$$empty_fix; \
485	  if test $$# -gt 0; then \
486	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487	      "$$@" $$unique; \
488	  else \
489	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490	      $$unique; \
491	  fi; \
492	fi
493ctags: ctags-recursive
494
495CTAGS: ctags
496ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497	$(am__define_uniq_tagged_files); \
498	test -z "$(CTAGS_ARGS)$$unique" \
499	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500	     $$unique
501
502GTAGS:
503	here=`$(am__cd) $(top_builddir) && pwd` \
504	  && $(am__cd) $(top_srcdir) \
505	  && gtags -i $(GTAGS_ARGS) "$$here"
506cscopelist: cscopelist-recursive
507
508cscopelist-am: $(am__tagged_files)
509	list='$(am__tagged_files)'; \
510	case "$(srcdir)" in \
511	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
512	  *) sdir=$(subdir)/$(srcdir) ;; \
513	esac; \
514	for i in $$list; do \
515	  if test -f "$$i"; then \
516	    echo "$(subdir)/$$i"; \
517	  else \
518	    echo "$$sdir/$$i"; \
519	  fi; \
520	done >> $(top_builddir)/cscope.files
521
522distclean-tags:
523	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
525distdir: $(BUILT_SOURCES)
526	$(MAKE) $(AM_MAKEFLAGS) distdir-am
527
528distdir-am: $(DISTFILES)
529	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531	list='$(DISTFILES)'; \
532	  dist_files=`for file in $$list; do echo $$file; done | \
533	  sed -e "s|^$$srcdirstrip/||;t" \
534	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
535	case $$dist_files in \
536	  */*) $(MKDIR_P) `echo "$$dist_files" | \
537			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
538			   sort -u` ;; \
539	esac; \
540	for file in $$dist_files; do \
541	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542	  if test -d $$d/$$file; then \
543	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
544	    if test -d "$(distdir)/$$file"; then \
545	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546	    fi; \
547	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
548	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
549	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550	    fi; \
551	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552	  else \
553	    test -f "$(distdir)/$$file" \
554	    || cp -p $$d/$$file "$(distdir)/$$file" \
555	    || exit 1; \
556	  fi; \
557	done
558	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
559	  if test "$$subdir" = .; then :; else \
560	    $(am__make_dryrun) \
561	      || test -d "$(distdir)/$$subdir" \
562	      || $(MKDIR_P) "$(distdir)/$$subdir" \
563	      || exit 1; \
564	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
565	    $(am__relativize); \
566	    new_distdir=$$reldir; \
567	    dir1=$$subdir; dir2="$(top_distdir)"; \
568	    $(am__relativize); \
569	    new_top_distdir=$$reldir; \
570	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
571	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
572	    ($(am__cd) $$subdir && \
573	      $(MAKE) $(AM_MAKEFLAGS) \
574	        top_distdir="$$new_top_distdir" \
575	        distdir="$$new_distdir" \
576		am__remove_distdir=: \
577		am__skip_length_check=: \
578		am__skip_mode_fix=: \
579	        distdir) \
580	      || exit 1; \
581	  fi; \
582	done
583check-am: all-am
584check: check-recursive
585all-am: Makefile $(DATA)
586installdirs: installdirs-recursive
587installdirs-am:
588	for dir in "$(DESTDIR)$(geomdir)"; do \
589	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
590	done
591install: install-recursive
592install-exec: install-exec-recursive
593install-data: install-data-recursive
594uninstall: uninstall-recursive
595
596install-am: all-am
597	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
598
599installcheck: installcheck-recursive
600install-strip:
601	if test -z '$(STRIP)'; then \
602	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604	      install; \
605	else \
606	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
607	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
608	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
609	fi
610mostlyclean-generic:
611
612clean-generic:
613
614distclean-generic:
615	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
616	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
617
618maintainer-clean-generic:
619	@echo "This command is intended for maintainers to use"
620	@echo "it deletes files that may require special tools to rebuild."
621clean: clean-recursive
622
623clean-am: clean-generic mostlyclean-am
624
625distclean: distclean-recursive
626	-rm -f Makefile
627distclean-am: clean-am distclean-generic distclean-tags
628
629dvi: dvi-recursive
630
631dvi-am:
632
633html: html-recursive
634
635html-am:
636
637info: info-recursive
638
639info-am:
640
641install-data-am: install-geomDATA
642
643install-dvi: install-dvi-recursive
644
645install-dvi-am:
646
647install-exec-am:
648
649install-html: install-html-recursive
650
651install-html-am:
652
653install-info: install-info-recursive
654
655install-info-am:
656
657install-man:
658
659install-pdf: install-pdf-recursive
660
661install-pdf-am:
662
663install-ps: install-ps-recursive
664
665install-ps-am:
666
667installcheck-am:
668
669maintainer-clean: maintainer-clean-recursive
670	-rm -f Makefile
671maintainer-clean-am: distclean-am maintainer-clean-generic
672
673mostlyclean: mostlyclean-recursive
674
675mostlyclean-am: mostlyclean-generic
676
677pdf: pdf-recursive
678
679pdf-am:
680
681ps: ps-recursive
682
683ps-am:
684
685uninstall-am: uninstall-geomDATA
686
687.MAKE: $(am__recursive_targets) install-am install-strip
688
689.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
690	check-am clean clean-generic cscopelist-am ctags ctags-am \
691	distclean distclean-generic distclean-tags distdir dvi dvi-am \
692	html html-am info info-am install install-am install-data \
693	install-data-am install-dvi install-dvi-am install-exec \
694	install-exec-am install-geomDATA install-html install-html-am \
695	install-info install-info-am install-man install-pdf \
696	install-pdf-am install-ps install-ps-am install-strip \
697	installcheck installcheck-am installdirs installdirs-am \
698	maintainer-clean maintainer-clean-generic mostlyclean \
699	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
700	uninstall-am uninstall-geomDATA
701
702.PRECIOUS: Makefile
703
704
705# Tell versions [3.59,3.63) of GNU make to not export all variables.
706# Otherwise a system limit (for SysV at least) may be exceeded.
707.NOEXPORT:
708