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