Makefile.in revision 32001f49
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@
81@HAVE_GLUT_TRUE@bin_PROGRAMS = gs-tri$(EXEEXT)
82subdir = src/gs
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/depcomp
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
87	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
88	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
89	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
90am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91	$(ACLOCAL_M4)
92mkinstalldirs = $(install_sh) -d
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95am__installdirs = "$(DESTDIR)$(bindir)"
96PROGRAMS = $(bin_PROGRAMS)
97gs_tri_SOURCES = gs-tri.c
98gs_tri_OBJECTS = gs-tri.$(OBJEXT)
99gs_tri_LDADD = $(LDADD)
100AM_V_lt = $(am__v_lt_@AM_V@)
101am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
102am__v_lt_0 = --silent
103am__v_lt_1 = 
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 = 
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 = 
116DEFAULT_INCLUDES = -I.@am__isrc@
117depcomp = $(SHELL) $(top_srcdir)/depcomp
118am__depfiles_maybe = depfiles
119am__mv = mv -f
120COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
124	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125	$(AM_CFLAGS) $(CFLAGS)
126AM_V_CC = $(am__v_CC_@AM_V@)
127am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128am__v_CC_0 = @echo "  CC      " $@;
129am__v_CC_1 = 
130CCLD = $(CC)
131LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133	$(AM_LDFLAGS) $(LDFLAGS) -o $@
134AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136am__v_CCLD_0 = @echo "  CCLD    " $@;
137am__v_CCLD_1 = 
138SOURCES = gs-tri.c
139DIST_SOURCES = gs-tri.c
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146# Read a list of newline-separated strings from the standard input,
147# and print each of them once, without duplicates.  Input order is
148# *not* preserved.
149am__uniquify_input = $(AWK) '\
150  BEGIN { nonempty = 0; } \
151  { items[$$0] = 1; nonempty = 1; } \
152  END { if (nonempty) { for (i in items) print i; }; } \
153'
154# Make sure the list of sources is unique.  This is necessary because,
155# e.g., the same source file might be shared among _SOURCES variables
156# for different programs/libraries.
157am__define_uniq_tagged_files = \
158  list='$(am__tagged_files)'; \
159  unique=`for i in $$list; do \
160    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161  done | $(am__uniquify_input)`
162ETAGS = etags
163CTAGS = ctags
164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165ACLOCAL = @ACLOCAL@
166AMTAR = @AMTAR@
167AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
168AR = @AR@
169AUTOCONF = @AUTOCONF@
170AUTOHEADER = @AUTOHEADER@
171AUTOMAKE = @AUTOMAKE@
172AWK = @AWK@
173CC = @CC@
174CCDEPMODE = @CCDEPMODE@
175CFLAGS = @CFLAGS@
176CPP = @CPP@
177CPPFLAGS = @CPPFLAGS@
178CXX = @CXX@
179CXXCPP = @CXXCPP@
180CXXDEPMODE = @CXXDEPMODE@
181CXXFLAGS = @CXXFLAGS@
182CYGPATH_W = @CYGPATH_W@
183DEFS = @DEFS@
184DEMOS_DATA_DIR = @DEMOS_DATA_DIR@
185DEMO_CFLAGS = @DEMO_CFLAGS@
186DEMO_LIBS = @DEMO_LIBS@
187DEPDIR = @DEPDIR@
188DLLTOOL = @DLLTOOL@
189DRM_CFLAGS = @DRM_CFLAGS@
190DRM_LIBS = @DRM_LIBS@
191DSYMUTIL = @DSYMUTIL@
192DUMPBIN = @DUMPBIN@
193ECHO_C = @ECHO_C@
194ECHO_N = @ECHO_N@
195ECHO_T = @ECHO_T@
196EGL_CFLAGS = @EGL_CFLAGS@
197EGL_LIBS = @EGL_LIBS@
198EGREP = @EGREP@
199EXEEXT = @EXEEXT@
200FGREP = @FGREP@
201FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
202FREETYPE2_LIBS = @FREETYPE2_LIBS@
203GBM_CFLAGS = @GBM_CFLAGS@
204GBM_LIBS = @GBM_LIBS@
205GLESV1_CFLAGS = @GLESV1_CFLAGS@
206GLESV1_LIBS = @GLESV1_LIBS@
207GLESV2_CFLAGS = @GLESV2_CFLAGS@
208GLESV2_LIBS = @GLESV2_LIBS@
209GLEW_CFLAGS = @GLEW_CFLAGS@
210GLEW_LIBS = @GLEW_LIBS@
211GLUT_CFLAGS = @GLUT_CFLAGS@
212GLUT_LIBS = @GLUT_LIBS@
213GLU_CFLAGS = @GLU_CFLAGS@
214GLU_LIBS = @GLU_LIBS@
215GL_CFLAGS = @GL_CFLAGS@
216GL_LIBS = @GL_LIBS@
217GREP = @GREP@
218INSTALL = @INSTALL@
219INSTALL_DATA = @INSTALL_DATA@
220INSTALL_PROGRAM = @INSTALL_PROGRAM@
221INSTALL_SCRIPT = @INSTALL_SCRIPT@
222INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223LD = @LD@
224LDFLAGS = @LDFLAGS@
225LIBOBJS = @LIBOBJS@
226LIBS = @LIBS@
227LIBTOOL = @LIBTOOL@
228LIPO = @LIPO@
229LN_S = @LN_S@
230LTLIBOBJS = @LTLIBOBJS@
231MAKEINFO = @MAKEINFO@
232MANIFEST_TOOL = @MANIFEST_TOOL@
233MESA_GLAPI = @MESA_GLAPI@
234MKDIR_P = @MKDIR_P@
235NM = @NM@
236NMEDIT = @NMEDIT@
237OBJDUMP = @OBJDUMP@
238OBJEXT = @OBJEXT@
239OSMESA16_LIBS = @OSMESA16_LIBS@
240OSMESA32_LIBS = @OSMESA32_LIBS@
241OSMESA_CFLAGS = @OSMESA_CFLAGS@
242OSMESA_LIBS = @OSMESA_LIBS@
243OTOOL = @OTOOL@
244OTOOL64 = @OTOOL64@
245PACKAGE = @PACKAGE@
246PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247PACKAGE_NAME = @PACKAGE_NAME@
248PACKAGE_STRING = @PACKAGE_STRING@
249PACKAGE_TARNAME = @PACKAGE_TARNAME@
250PACKAGE_URL = @PACKAGE_URL@
251PACKAGE_VERSION = @PACKAGE_VERSION@
252PATH_SEPARATOR = @PATH_SEPARATOR@
253PKG_CONFIG = @PKG_CONFIG@
254PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
255PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
256RANLIB = @RANLIB@
257SED = @SED@
258SET_MAKE = @SET_MAKE@
259SHELL = @SHELL@
260STRIP = @STRIP@
261VERSION = @VERSION@
262VG_CFLAGS = @VG_CFLAGS@
263VG_LIBS = @VG_LIBS@
264WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
265WAYLAND_LIBS = @WAYLAND_LIBS@
266X11_CFLAGS = @X11_CFLAGS@
267X11_LIBS = @X11_LIBS@
268abs_builddir = @abs_builddir@
269abs_srcdir = @abs_srcdir@
270abs_top_builddir = @abs_top_builddir@
271abs_top_srcdir = @abs_top_srcdir@
272ac_ct_AR = @ac_ct_AR@
273ac_ct_CC = @ac_ct_CC@
274ac_ct_CXX = @ac_ct_CXX@
275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276am__include = @am__include@
277am__leading_dot = @am__leading_dot@
278am__quote = @am__quote@
279am__tar = @am__tar@
280am__untar = @am__untar@
281bindir = @bindir@
282build = @build@
283build_alias = @build_alias@
284build_cpu = @build_cpu@
285build_os = @build_os@
286build_vendor = @build_vendor@
287builddir = @builddir@
288datadir = @datadir@
289datarootdir = @datarootdir@
290docdir = @docdir@
291dvidir = @dvidir@
292exec_prefix = @exec_prefix@
293host = @host@
294host_alias = @host_alias@
295host_cpu = @host_cpu@
296host_os = @host_os@
297host_vendor = @host_vendor@
298htmldir = @htmldir@
299includedir = @includedir@
300infodir = @infodir@
301install_sh = @install_sh@
302libdir = @libdir@
303libexecdir = @libexecdir@
304localedir = @localedir@
305localstatedir = @localstatedir@
306mandir = @mandir@
307mkdir_p = @mkdir_p@
308oldincludedir = @oldincludedir@
309pdfdir = @pdfdir@
310prefix = @prefix@
311program_transform_name = @program_transform_name@
312psdir = @psdir@
313sbindir = @sbindir@
314sharedstatedir = @sharedstatedir@
315srcdir = @srcdir@
316sysconfdir = @sysconfdir@
317target_alias = @target_alias@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321AM_CFLAGS = \
322	$(DEMO_CFLAGS) \
323	$(GLUT_CFLAGS) \
324	-I$(top_srcdir)/src/util
325
326AM_LDFLAGS = \
327	$(DEMO_LIBS) \
328	$(GLUT_LIBS)
329
330EXTRA_DIST = \
331	basic.glsl
332
333all: all-am
334
335.SUFFIXES:
336.SUFFIXES: .c .lo .o .obj
337$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
338	@for dep in $?; do \
339	  case '$(am__configure_deps)' in \
340	    *$$dep*) \
341	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342	        && { if test -f $@; then exit 0; else break; fi; }; \
343	      exit 1;; \
344	  esac; \
345	done; \
346	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gs/Makefile'; \
347	$(am__cd) $(top_srcdir) && \
348	  $(AUTOMAKE) --gnu src/gs/Makefile
349.PRECIOUS: Makefile
350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351	@case '$?' in \
352	  *config.status*) \
353	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354	  *) \
355	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
356	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
357	esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
362$(top_srcdir)/configure:  $(am__configure_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
365	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366$(am__aclocal_m4_deps):
367install-binPROGRAMS: $(bin_PROGRAMS)
368	@$(NORMAL_INSTALL)
369	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
370	if test -n "$$list"; then \
371	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
372	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
373	fi; \
374	for p in $$list; do echo "$$p $$p"; done | \
375	sed 's/$(EXEEXT)$$//' | \
376	while read p p1; do if test -f $$p \
377	 || test -f $$p1 \
378	  ; then echo "$$p"; echo "$$p"; else :; fi; \
379	done | \
380	sed -e 'p;s,.*/,,;n;h' \
381	    -e 's|.*|.|' \
382	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
383	sed 'N;N;N;s,\n, ,g' | \
384	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
385	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
386	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
387	    else { print "f", $$3 "/" $$4, $$1; } } \
388	  END { for (d in files) print "f", d, files[d] }' | \
389	while read type dir files; do \
390	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
391	    test -z "$$files" || { \
392	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
393	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
394	    } \
395	; done
396
397uninstall-binPROGRAMS:
398	@$(NORMAL_UNINSTALL)
399	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
400	files=`for p in $$list; do echo "$$p"; done | \
401	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
402	      -e 's/$$/$(EXEEXT)/' \
403	`; \
404	test -n "$$list" || exit 0; \
405	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
406	cd "$(DESTDIR)$(bindir)" && rm -f $$files
407
408clean-binPROGRAMS:
409	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
410	echo " rm -f" $$list; \
411	rm -f $$list || exit $$?; \
412	test -n "$(EXEEXT)" || exit 0; \
413	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
414	echo " rm -f" $$list; \
415	rm -f $$list
416
417gs-tri$(EXEEXT): $(gs_tri_OBJECTS) $(gs_tri_DEPENDENCIES) $(EXTRA_gs_tri_DEPENDENCIES) 
418	@rm -f gs-tri$(EXEEXT)
419	$(AM_V_CCLD)$(LINK) $(gs_tri_OBJECTS) $(gs_tri_LDADD) $(LIBS)
420
421mostlyclean-compile:
422	-rm -f *.$(OBJEXT)
423
424distclean-compile:
425	-rm -f *.tab.c
426
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gs-tri.Po@am__quote@
428
429.c.o:
430@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
435
436.c.obj:
437@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
438@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
442
443.c.lo:
444@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
449
450mostlyclean-libtool:
451	-rm -f *.lo
452
453clean-libtool:
454	-rm -rf .libs _libs
455
456ID: $(am__tagged_files)
457	$(am__define_uniq_tagged_files); mkid -fID $$unique
458tags: tags-am
459TAGS: tags
460
461tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462	set x; \
463	here=`pwd`; \
464	$(am__define_uniq_tagged_files); \
465	shift; \
466	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467	  test -n "$$unique" || unique=$$empty_fix; \
468	  if test $$# -gt 0; then \
469	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470	      "$$@" $$unique; \
471	  else \
472	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473	      $$unique; \
474	  fi; \
475	fi
476ctags: ctags-am
477
478CTAGS: ctags
479ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480	$(am__define_uniq_tagged_files); \
481	test -z "$(CTAGS_ARGS)$$unique" \
482	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483	     $$unique
484
485GTAGS:
486	here=`$(am__cd) $(top_builddir) && pwd` \
487	  && $(am__cd) $(top_srcdir) \
488	  && gtags -i $(GTAGS_ARGS) "$$here"
489cscopelist: cscopelist-am
490
491cscopelist-am: $(am__tagged_files)
492	list='$(am__tagged_files)'; \
493	case "$(srcdir)" in \
494	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
495	  *) sdir=$(subdir)/$(srcdir) ;; \
496	esac; \
497	for i in $$list; do \
498	  if test -f "$$i"; then \
499	    echo "$(subdir)/$$i"; \
500	  else \
501	    echo "$$sdir/$$i"; \
502	  fi; \
503	done >> $(top_builddir)/cscope.files
504
505distclean-tags:
506	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507
508distdir: $(DISTFILES)
509	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	list='$(DISTFILES)'; \
512	  dist_files=`for file in $$list; do echo $$file; done | \
513	  sed -e "s|^$$srcdirstrip/||;t" \
514	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
515	case $$dist_files in \
516	  */*) $(MKDIR_P) `echo "$$dist_files" | \
517			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
518			   sort -u` ;; \
519	esac; \
520	for file in $$dist_files; do \
521	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522	  if test -d $$d/$$file; then \
523	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
524	    if test -d "$(distdir)/$$file"; then \
525	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526	    fi; \
527	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532	  else \
533	    test -f "$(distdir)/$$file" \
534	    || cp -p $$d/$$file "$(distdir)/$$file" \
535	    || exit 1; \
536	  fi; \
537	done
538check-am: all-am
539check: check-am
540all-am: Makefile $(PROGRAMS)
541installdirs:
542	for dir in "$(DESTDIR)$(bindir)"; do \
543	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
544	done
545install: install-am
546install-exec: install-exec-am
547install-data: install-data-am
548uninstall: uninstall-am
549
550install-am: all-am
551	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553installcheck: installcheck-am
554install-strip:
555	if test -z '$(STRIP)'; then \
556	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558	      install; \
559	else \
560	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563	fi
564mostlyclean-generic:
565
566clean-generic:
567
568distclean-generic:
569	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572maintainer-clean-generic:
573	@echo "This command is intended for maintainers to use"
574	@echo "it deletes files that may require special tools to rebuild."
575clean: clean-am
576
577clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
578
579distclean: distclean-am
580	-rm -rf ./$(DEPDIR)
581	-rm -f Makefile
582distclean-am: clean-am distclean-compile distclean-generic \
583	distclean-tags
584
585dvi: dvi-am
586
587dvi-am:
588
589html: html-am
590
591html-am:
592
593info: info-am
594
595info-am:
596
597install-data-am:
598
599install-dvi: install-dvi-am
600
601install-dvi-am:
602
603install-exec-am: install-binPROGRAMS
604
605install-html: install-html-am
606
607install-html-am:
608
609install-info: install-info-am
610
611install-info-am:
612
613install-man:
614
615install-pdf: install-pdf-am
616
617install-pdf-am:
618
619install-ps: install-ps-am
620
621install-ps-am:
622
623installcheck-am:
624
625maintainer-clean: maintainer-clean-am
626	-rm -rf ./$(DEPDIR)
627	-rm -f Makefile
628maintainer-clean-am: distclean-am maintainer-clean-generic
629
630mostlyclean: mostlyclean-am
631
632mostlyclean-am: mostlyclean-compile mostlyclean-generic \
633	mostlyclean-libtool
634
635pdf: pdf-am
636
637pdf-am:
638
639ps: ps-am
640
641ps-am:
642
643uninstall-am: uninstall-binPROGRAMS
644
645.MAKE: install-am install-strip
646
647.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
648	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
649	ctags ctags-am distclean distclean-compile distclean-generic \
650	distclean-libtool distclean-tags distdir dvi dvi-am html \
651	html-am info info-am install install-am install-binPROGRAMS \
652	install-data install-data-am install-dvi install-dvi-am \
653	install-exec install-exec-am install-html install-html-am \
654	install-info install-info-am install-man install-pdf \
655	install-pdf-am install-ps install-ps-am install-strip \
656	installcheck installcheck-am installdirs maintainer-clean \
657	maintainer-clean-generic mostlyclean mostlyclean-compile \
658	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
659	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
660
661
662# Tell versions [3.59,3.63) of GNU make to not export all variables.
663# Otherwise a system limit (for SysV at least) may be exceeded.
664.NOEXPORT:
665