1# Makefile.in generated by automake 1.11 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src/rsMath
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.in
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50    *) f=$$p;; \
51  esac;
52am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53am__install_max = 40
54am__nobase_strip_setup = \
55  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56am__nobase_strip = \
57  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58am__nobase_list = $(am__nobase_strip_setup); \
59  for p in $$list; do echo "$$p $$p"; done | \
60  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62    if (++n[$$2] == $(am__install_max)) \
63      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64    END { for (dir in files) print dir, files[dir] }'
65am__base_list = \
66  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68am__installdirs = "$(DESTDIR)$(libdir)"
69LTLIBRARIES = $(lib_LTLIBRARIES)
70librsMath_la_LIBADD =
71am_librsMath_la_OBJECTS = rsMatrix.lo rsQuat.lo rsTrigonometry.lo \
72	rsVec.lo
73librsMath_la_OBJECTS = $(am_librsMath_la_OBJECTS)
74DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75depcomp = $(SHELL) $(top_srcdir)/depcomp
76am__depfiles_maybe = depfiles
77am__mv = mv -f
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86	$(LDFLAGS) -o $@
87CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
92CXXLD = $(CXX)
93CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
95	$(LDFLAGS) -o $@
96SOURCES = $(librsMath_la_SOURCES)
97DIST_SOURCES = $(librsMath_la_SOURCES)
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
103AR = @AR@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108BZIP2 = @BZIP2@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CXX = @CXX@
115CXXCPP = @CXXCPP@
116CXXDEPMODE = @CXXDEPMODE@
117CXXFLAGS = @CXXFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121DSYMUTIL = @DSYMUTIL@
122DUMPBIN = @DUMPBIN@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128FGREP = @FGREP@
129GLEW = @GLEW@
130GREP = @GREP@
131INSTALL = @INSTALL@
132INSTALL_DATA = @INSTALL_DATA@
133INSTALL_PROGRAM = @INSTALL_PROGRAM@
134INSTALL_SCRIPT = @INSTALL_SCRIPT@
135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136LD = @LD@
137LDFLAGS = @LDFLAGS@
138LIBOBJS = @LIBOBJS@
139LIBS = @LIBS@
140LIBTOOL = @LIBTOOL@
141LIPO = @LIPO@
142LN_S = @LN_S@
143LTLIBOBJS = @LTLIBOBJS@
144MAKEINFO = @MAKEINFO@
145MKDIR_P = @MKDIR_P@
146NM = @NM@
147NMEDIT = @NMEDIT@
148OBJDUMP = @OBJDUMP@
149OBJEXT = @OBJEXT@
150OTOOL = @OTOOL@
151OTOOL64 = @OTOOL64@
152PACKAGE = @PACKAGE@
153PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154PACKAGE_NAME = @PACKAGE_NAME@
155PACKAGE_STRING = @PACKAGE_STRING@
156PACKAGE_TARNAME = @PACKAGE_TARNAME@
157PACKAGE_URL = @PACKAGE_URL@
158PACKAGE_VERSION = @PACKAGE_VERSION@
159PATH_SEPARATOR = @PATH_SEPARATOR@
160PKG_CONFIG = @PKG_CONFIG@
161PTHREAD_LIBS = @PTHREAD_LIBS@
162RANLIB = @RANLIB@
163SED = @SED@
164SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@
166STRIP = @STRIP@
167VERSION = @VERSION@
168Wand_CFLAGS = @Wand_CFLAGS@
169Wand_LIBS = @Wand_LIBS@
170XMKMF = @XMKMF@
171X_CFLAGS = @X_CFLAGS@
172X_EXTRA_LIBS = @X_EXTRA_LIBS@
173X_LIBS = @X_LIBS@
174X_PRE_LIBS = @X_PRE_LIBS@
175abs_builddir = @abs_builddir@
176abs_srcdir = @abs_srcdir@
177abs_top_builddir = @abs_top_builddir@
178abs_top_srcdir = @abs_top_srcdir@
179ac_ct_CC = @ac_ct_CC@
180ac_ct_CXX = @ac_ct_CXX@
181ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
182am__include = @am__include@
183am__leading_dot = @am__leading_dot@
184am__quote = @am__quote@
185am__tar = @am__tar@
186am__untar = @am__untar@
187bindir = @bindir@
188build = @build@
189build_alias = @build_alias@
190build_cpu = @build_cpu@
191build_os = @build_os@
192build_vendor = @build_vendor@
193builddir = @builddir@
194configdir = @configdir@
195datadir = @datadir@
196datarootdir = @datarootdir@
197docdir = @docdir@
198dvidir = @dvidir@
199exec_prefix = @exec_prefix@
200freealut_CFLAGS = @freealut_CFLAGS@
201freealut_LIBS = @freealut_LIBS@
202host = @host@
203host_alias = @host_alias@
204host_cpu = @host_cpu@
205host_os = @host_os@
206host_vendor = @host_vendor@
207htmldir = @htmldir@
208includedir = @includedir@
209infodir = @infodir@
210install_sh = @install_sh@
211kdessconfigdir = @kdessconfigdir@
212libdir = @libdir@
213libexecdir = @libexecdir@
214localedir = @localedir@
215localstatedir = @localstatedir@
216lt_ECHO = @lt_ECHO@
217mandir = @mandir@
218mkdir_p = @mkdir_p@
219oldincludedir = @oldincludedir@
220pdfdir = @pdfdir@
221prefix = @prefix@
222program_transform_name = @program_transform_name@
223psdir = @psdir@
224quesoglc_CFLAGS = @quesoglc_CFLAGS@
225quesoglc_LIBS = @quesoglc_LIBS@
226sbindir = @sbindir@
227sharedstatedir = @sharedstatedir@
228srcdir = @srcdir@
229sysconfdir = @sysconfdir@
230target_alias = @target_alias@
231top_build_prefix = @top_build_prefix@
232top_builddir = @top_builddir@
233top_srcdir = @top_srcdir@
234INCLUDES = -I..
235lib_LTLIBRARIES = librsMath.la
236librsMath_la_SOURCES = rsMatrix.cpp rsQuat.cpp rsTrigonometry.c rsVec.cpp
237all: all-am
238
239.SUFFIXES:
240.SUFFIXES: .c .cpp .lo .o .obj
241$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242	@for dep in $?; do \
243	  case '$(am__configure_deps)' in \
244	    *$$dep*) \
245	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246	        && { if test -f $@; then exit 0; else break; fi; }; \
247	      exit 1;; \
248	  esac; \
249	done; \
250	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/rsMath/Makefile'; \
251	$(am__cd) $(top_srcdir) && \
252	  $(AUTOMAKE) --gnu src/rsMath/Makefile
253.PRECIOUS: Makefile
254Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255	@case '$?' in \
256	  *config.status*) \
257	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258	  *) \
259	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261	esac;
262
263$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266$(top_srcdir)/configure:  $(am__configure_deps)
267	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270$(am__aclocal_m4_deps):
271install-libLTLIBRARIES: $(lib_LTLIBRARIES)
272	@$(NORMAL_INSTALL)
273	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
274	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
275	list2=; for p in $$list; do \
276	  if test -f $$p; then \
277	    list2="$$list2 $$p"; \
278	  else :; fi; \
279	done; \
280	test -z "$$list2" || { \
281	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
282	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
283	}
284
285uninstall-libLTLIBRARIES:
286	@$(NORMAL_UNINSTALL)
287	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
288	for p in $$list; do \
289	  $(am__strip_dir) \
290	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
291	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
292	done
293
294clean-libLTLIBRARIES:
295	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
296	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
297	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
298	  test "$$dir" != "$$p" || dir=.; \
299	  echo "rm -f \"$${dir}/so_locations\""; \
300	  rm -f "$${dir}/so_locations"; \
301	done
302librsMath.la: $(librsMath_la_OBJECTS) $(librsMath_la_DEPENDENCIES)
303	$(CXXLINK) -rpath $(libdir) $(librsMath_la_OBJECTS) $(librsMath_la_LIBADD) $(LIBS)
304
305mostlyclean-compile:
306	-rm -f *.$(OBJEXT)
307
308distclean-compile:
309	-rm -f *.tab.c
310
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsMatrix.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsQuat.Plo@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsTrigonometry.Plo@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsVec.Plo@am__quote@
315
316.c.o:
317@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
318@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321@am__fastdepCC_FALSE@	$(COMPILE) -c $<
322
323.c.obj:
324@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
325@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
326@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
329
330.c.lo:
331@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
333@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
334@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
336
337.cpp.o:
338@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
339@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
343
344.cpp.obj:
345@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
346@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
350
351.cpp.lo:
352@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
354@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
355@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
357
358mostlyclean-libtool:
359	-rm -f *.lo
360
361clean-libtool:
362	-rm -rf .libs _libs
363
364ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
365	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366	unique=`for i in $$list; do \
367	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368	  done | \
369	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370	      END { if (nonempty) { for (i in files) print i; }; }'`; \
371	mkid -fID $$unique
372tags: TAGS
373
374TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375		$(TAGS_FILES) $(LISP)
376	set x; \
377	here=`pwd`; \
378	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379	unique=`for i in $$list; do \
380	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381	  done | \
382	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383	      END { if (nonempty) { for (i in files) print i; }; }'`; \
384	shift; \
385	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386	  test -n "$$unique" || unique=$$empty_fix; \
387	  if test $$# -gt 0; then \
388	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389	      "$$@" $$unique; \
390	  else \
391	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392	      $$unique; \
393	  fi; \
394	fi
395ctags: CTAGS
396CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397		$(TAGS_FILES) $(LISP)
398	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399	unique=`for i in $$list; do \
400	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401	  done | \
402	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403	      END { if (nonempty) { for (i in files) print i; }; }'`; \
404	test -z "$(CTAGS_ARGS)$$unique" \
405	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
406	     $$unique
407
408GTAGS:
409	here=`$(am__cd) $(top_builddir) && pwd` \
410	  && $(am__cd) $(top_srcdir) \
411	  && gtags -i $(GTAGS_ARGS) "$$here"
412
413distclean-tags:
414	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
415
416distdir: $(DISTFILES)
417	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419	list='$(DISTFILES)'; \
420	  dist_files=`for file in $$list; do echo $$file; done | \
421	  sed -e "s|^$$srcdirstrip/||;t" \
422	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423	case $$dist_files in \
424	  */*) $(MKDIR_P) `echo "$$dist_files" | \
425			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426			   sort -u` ;; \
427	esac; \
428	for file in $$dist_files; do \
429	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430	  if test -d $$d/$$file; then \
431	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432	    if test -d "$(distdir)/$$file"; then \
433	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434	    fi; \
435	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438	    fi; \
439	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440	  else \
441	    test -f "$(distdir)/$$file" \
442	    || cp -p $$d/$$file "$(distdir)/$$file" \
443	    || exit 1; \
444	  fi; \
445	done
446check-am: all-am
447check: check-am
448all-am: Makefile $(LTLIBRARIES)
449installdirs:
450	for dir in "$(DESTDIR)$(libdir)"; do \
451	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
452	done
453install: install-am
454install-exec: install-exec-am
455install-data: install-data-am
456uninstall: uninstall-am
457
458install-am: all-am
459	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461installcheck: installcheck-am
462install-strip:
463	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465	  `test -z '$(STRIP)' || \
466	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467mostlyclean-generic:
468
469clean-generic:
470
471distclean-generic:
472	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474
475maintainer-clean-generic:
476	@echo "This command is intended for maintainers to use"
477	@echo "it deletes files that may require special tools to rebuild."
478clean: clean-am
479
480clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
481	mostlyclean-am
482
483distclean: distclean-am
484	-rm -rf ./$(DEPDIR)
485	-rm -f Makefile
486distclean-am: clean-am distclean-compile distclean-generic \
487	distclean-tags
488
489dvi: dvi-am
490
491dvi-am:
492
493html: html-am
494
495html-am:
496
497info: info-am
498
499info-am:
500
501install-data-am:
502
503install-dvi: install-dvi-am
504
505install-dvi-am:
506
507install-exec-am: install-libLTLIBRARIES
508
509install-html: install-html-am
510
511install-html-am:
512
513install-info: install-info-am
514
515install-info-am:
516
517install-man:
518
519install-pdf: install-pdf-am
520
521install-pdf-am:
522
523install-ps: install-ps-am
524
525install-ps-am:
526
527installcheck-am:
528
529maintainer-clean: maintainer-clean-am
530	-rm -rf ./$(DEPDIR)
531	-rm -f Makefile
532maintainer-clean-am: distclean-am maintainer-clean-generic
533
534mostlyclean: mostlyclean-am
535
536mostlyclean-am: mostlyclean-compile mostlyclean-generic \
537	mostlyclean-libtool
538
539pdf: pdf-am
540
541pdf-am:
542
543ps: ps-am
544
545ps-am:
546
547uninstall-am: uninstall-libLTLIBRARIES
548
549.MAKE: install-am install-strip
550
551.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
552	clean-libLTLIBRARIES clean-libtool ctags distclean \
553	distclean-compile distclean-generic distclean-libtool \
554	distclean-tags distdir dvi dvi-am html html-am info info-am \
555	install install-am install-data install-data-am install-dvi \
556	install-dvi-am install-exec install-exec-am install-html \
557	install-html-am install-info install-info-am \
558	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
559	install-ps install-ps-am install-strip installcheck \
560	installcheck-am installdirs maintainer-clean \
561	maintainer-clean-generic mostlyclean mostlyclean-compile \
562	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
563	tags uninstall uninstall-am uninstall-libLTLIBRARIES
564
565
566# Tell versions [3.59,3.63) of GNU make to not export all variables.
567# Otherwise a system limit (for SysV at least) may be exceeded.
568.NOEXPORT:
569