1# Makefile.in generated by automake 1.11.1 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
18### ##########################################################################
19### SG = < Socket Graphics >
20### Copyright (C) 1994-- Michael Holst
21###
22### This library is free software; you can redistribute it and/or
23### modify it under the terms of the GNU Lesser General Public
24### License as published by the Free Software Foundation; either
25### version 2.1 of the License, or (at your option) any later version.
26###
27### This library is distributed in the hope that it will be useful,
28### but WITHOUT ANY WARRANTY; without even the implied warranty of
29### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30### Lesser General Public License for more details.
31###
32### You should have received a copy of the GNU Lesser General Public
33### License along with this library; if not, write to the Free Software
34### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
35###
36### rcsid="$Id: Makefile.in,v 1.128 2010/12/08 07:30:48 fetk Exp $"
37### ##########################################################################
38
39VPATH = @srcdir@
40pkgdatadir = $(datadir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkglibexecdir = $(libexecdir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58target_triplet = @target@
59subdir = src/gl
60DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62am__aclocal_m4_deps = $(top_srcdir)/configure.ac
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64	$(ACLOCAL_M4)
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = $(top_builddir)/src/aaa_inc/sgcf.h
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69LTLIBRARIES = $(noinst_LTLIBRARIES)
70libGL_la_LIBADD =
71am_libGL_la_OBJECTS = accum.lo alpha.lo alphabuf.lo api.lo attrib.lo \
72	bitmap.lo blend.lo bresenhm.lo clip.lo cmesa.lo context.lo \
73	copypix.lo depth.lo dlist.lo draw.lo drawpix.lo enable.lo \
74	eval.lo feedback.lo fog.lo get.lo glx.lo image.lo interp.lo \
75	light.lo lines.lo logic.lo masking.lo matrix.lo misc.lo \
76	osmesa.lo pb.lo pixel.lo pointers.lo points.lo polygon.lo \
77	readpix.lo scissor.lo span.lo stencil.lo svgamesa.lo \
78	teximage.lo texobj.lo texture.lo triangle.lo varray.lo vb.lo \
79	vertex.lo winpos.lo xfonts.lo xform.lo xmesa1.lo xmesa2.lo \
80	xmesa3.lo
81libGL_la_OBJECTS = $(am_libGL_la_OBJECTS)
82DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/aaa_inc
83depcomp =
84am__depfiles_maybe =
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93	$(LDFLAGS) -o $@
94SOURCES = $(libGL_la_SOURCES)
95DIST_SOURCES = $(libGL_la_SOURCES)
96RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97	html-recursive info-recursive install-data-recursive \
98	install-dvi-recursive install-exec-recursive \
99	install-html-recursive install-info-recursive \
100	install-pdf-recursive install-ps-recursive install-recursive \
101	installcheck-recursive installdirs-recursive pdf-recursive \
102	ps-recursive uninstall-recursive
103RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
104  distclean-recursive maintainer-clean-recursive
105AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
107	distdir
108ETAGS = etags
109CTAGS = ctags
110DIST_SUBDIRS = $(SUBDIRS)
111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112am__relativize = \
113  dir0=`pwd`; \
114  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115  sed_rest='s,^[^/]*/*,,'; \
116  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117  sed_butlast='s,/*[^/]*$$,,'; \
118  while test -n "$$dir1"; do \
119    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120    if test "$$first" != "."; then \
121      if test "$$first" = ".."; then \
122        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124      else \
125        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126        if test "$$first2" = "$$first"; then \
127          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128        else \
129          dir2="../$$dir2"; \
130        fi; \
131        dir0="$$dir0"/"$$first"; \
132      fi; \
133    fi; \
134    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135  done; \
136  reldir="$$dir2"
137ACLOCAL = @ACLOCAL@
138AMTAR = @AMTAR@
139AR = @AR@
140AUTOCONF = @AUTOCONF@
141AUTOHEADER = @AUTOHEADER@
142AUTOMAKE = @AUTOMAKE@
143AWK = @AWK@
144CC = @CC@
145CCDEPMODE = @CCDEPMODE@
146CFLAGS = @CFLAGS@
147CPP = @CPP@
148CPPFLAGS = @CPPFLAGS@
149CYGPATH_W = @CYGPATH_W@
150DEFS = @DEFS@
151DEPDIR = @DEPDIR@
152DLLTOOL = @DLLTOOL@
153DSYMUTIL = @DSYMUTIL@
154DUMPBIN = @DUMPBIN@
155ECHO_C = @ECHO_C@
156ECHO_N = @ECHO_N@
157ECHO_T = @ECHO_T@
158EGREP = @EGREP@
159EXEEXT = @EXEEXT@
160FETK_VERSION = @FETK_VERSION@
161FGREP = @FGREP@
162GREP = @GREP@
163INSTALL = @INSTALL@
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_PROGRAM = @INSTALL_PROGRAM@
166INSTALL_SCRIPT = @INSTALL_SCRIPT@
167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168LD = @LD@
169LDFLAGS = @LDFLAGS@
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LIBTOOL = @LIBTOOL@
173LIPO = @LIPO@
174LN_S = @LN_S@
175LTLIBOBJS = @LTLIBOBJS@
176MAINT = @MAINT@
177MAKEINFO = @MAKEINFO@
178MAKE_DOC = @MAKE_DOC@
179MANIFEST_TOOL = @MANIFEST_TOOL@
180MKDIR_P = @MKDIR_P@
181NM = @NM@
182NMEDIT = @NMEDIT@
183OBJDUMP = @OBJDUMP@
184OBJEXT = @OBJEXT@
185OTOOL = @OTOOL@
186OTOOL64 = @OTOOL64@
187PACKAGE = @PACKAGE@
188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189PACKAGE_NAME = @PACKAGE_NAME@
190PACKAGE_STRING = @PACKAGE_STRING@
191PACKAGE_TARNAME = @PACKAGE_TARNAME@
192PACKAGE_URL = @PACKAGE_URL@
193PACKAGE_VERSION = @PACKAGE_VERSION@
194PATH_SEPARATOR = @PATH_SEPARATOR@
195RANLIB = @RANLIB@
196SED = @SED@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199STRIP = @STRIP@
200VERSION = @VERSION@
201XMKMF = @XMKMF@
202X_CFLAGS = @X_CFLAGS@
203X_EXTRA_LIBS = @X_EXTRA_LIBS@
204X_LIBS = @X_LIBS@
205X_PRE_LIBS = @X_PRE_LIBS@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_AR = @ac_ct_AR@
211ac_ct_CC = @ac_ct_CC@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__include = @am__include@
214am__leading_dot = @am__leading_dot@
215am__quote = @am__quote@
216am__tar = @am__tar@
217am__untar = @am__untar@
218bindir = @bindir@
219build = @build@
220build_alias = @build_alias@
221build_cpu = @build_cpu@
222build_os = @build_os@
223build_vendor = @build_vendor@
224builddir = @builddir@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dot_path = @dot_path@
229doxygen_path = @doxygen_path@
230dvidir = @dvidir@
231exec_prefix = @exec_prefix@
232fetk_cpu_vendor_os = @fetk_cpu_vendor_os@
233gl = @gl@
234gl_inc = @gl_inc@
235gl_lib = @gl_lib@
236glu = @glu@
237glu_inc = @glu_inc@
238glu_lib = @glu_lib@
239glw = @glw@
240glw_inc = @glw_inc@
241glw_lib = @glw_lib@
242host = @host@
243host_alias = @host_alias@
244host_cpu = @host_cpu@
245host_os = @host_os@
246host_vendor = @host_vendor@
247htmldir = @htmldir@
248includedir = @includedir@
249infodir = @infodir@
250install_sh = @install_sh@
251libdir = @libdir@
252liberty_lib = @liberty_lib@
253libexecdir = @libexecdir@
254localedir = @localedir@
255localstatedir = @localstatedir@
256maloc_inc = @maloc_inc@
257maloc_lib = @maloc_lib@
258mandir = @mandir@
259math_lib = @math_lib@
260mkdir_p = @mkdir_p@
261motif_inc = @motif_inc@
262motif_lib = @motif_lib@
263nsl_lib = @nsl_lib@
264objc_lib = @objc_lib@
265oldincludedir = @oldincludedir@
266pdfdir = @pdfdir@
267pedantic_ansi = @pedantic_ansi@
268prefix = @prefix@
269profile = @profile@
270profile_lib = @profile_lib@
271program_transform_name = @program_transform_name@
272psdir = @psdir@
273rl_lib = @rl_lib@
274sbindir = @sbindir@
275sharedstatedir = @sharedstatedir@
276socket_lib = @socket_lib@
277srcdir = @srcdir@
278sysconfdir = @sysconfdir@
279target = @target@
280target_alias = @target_alias@
281target_cpu = @target_cpu@
282target_os = @target_os@
283target_vendor = @target_vendor@
284thread_lib = @thread_lib@
285top_build_prefix = @top_build_prefix@
286top_builddir = @top_builddir@
287top_srcdir = @top_srcdir@
288wall = @wall@
289wall_pedantic = @wall_pedantic@
290wall_pedantic_ansi = @wall_pedantic_ansi@
291x_lib = @x_lib@
292zfence = @zfence@
293zfence_lib = @zfence_lib@
294AUTOMAKE_OPTIONS = no-dependencies
295SUFFIXES = .y .l .H .h .m .C .cc .c .f .java .o
296always_built_SUBDIRS =
297SUBDIRS = $(always_built_SUBDIRS) .
298THISLIB = gl
299noinst_LTLIBRARIES = libGL.la
300libGL_la_SOURCES = accum.c alpha.c alphabuf.c api.c attrib.c bitmap.c blend.c bresenhm.c clip.c cmesa.c context.c copypix.c depth.c dlist.c draw.c drawpix.c enable.c eval.c feedback.c fog.c get.c glx.c image.c interp.c light.c lines.c logic.c masking.c matrix.c misc.c osmesa.c pb.c pixel.c pointers.c points.c polygon.c readpix.c scissor.c span.c stencil.c svgamesa.c teximage.c texobj.c texture.c triangle.c varray.c vb.c vertex.c winpos.c xfonts.c xform.c xmesa1.c xmesa2.c xmesa3.c
301INCLUDES = @maloc_inc@ @gl_inc@ @X_CFLAGS@
302AM_CFLAGS = @profile@ @pedantic_ansi@
303all: all-recursive
304
305.SUFFIXES:
306.SUFFIXES: .y .l .H .h .m .C .cc .c .f .java .o .lo .obj
307$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
308	@for dep in $?; do \
309	  case '$(am__configure_deps)' in \
310	    *$$dep*) \
311	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312	        && { if test -f $@; then exit 0; else break; fi; }; \
313	      exit 1;; \
314	  esac; \
315	done; \
316	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gl/Makefile'; \
317	$(am__cd) $(top_srcdir) && \
318	  $(AUTOMAKE) --foreign src/gl/Makefile
319.PRECIOUS: Makefile
320Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321	@case '$?' in \
322	  *config.status*) \
323	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324	  *) \
325	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
326	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
327	esac;
328
329$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
332$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
335	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336$(am__aclocal_m4_deps):
337
338clean-noinstLTLIBRARIES:
339	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
340	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
341	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
342	  test "$$dir" != "$$p" || dir=.; \
343	  echo "rm -f \"$${dir}/so_locations\""; \
344	  rm -f "$${dir}/so_locations"; \
345	done
346libGL.la: $(libGL_la_OBJECTS) $(libGL_la_DEPENDENCIES)
347	$(LINK)  $(libGL_la_OBJECTS) $(libGL_la_LIBADD) $(LIBS)
348
349mostlyclean-compile:
350	-rm -f *.$(OBJEXT)
351
352distclean-compile:
353	-rm -f *.tab.c
354
355.c.o:
356	$(COMPILE) -c $<
357
358.c.obj:
359	$(COMPILE) -c `$(CYGPATH_W) '$<'`
360
361.c.lo:
362	$(LTCOMPILE) -c -o $@ $<
363
364mostlyclean-libtool:
365	-rm -f *.lo
366
367clean-libtool:
368	-rm -rf .libs _libs
369
370# This directory's subdirectories are mostly independent; you can cd
371# into them and run `make' without going through this Makefile.
372# To change the values of `make' variables: instead of editing Makefiles,
373# (1) if the variable is set in `config.status', edit `config.status'
374#     (which will cause the Makefiles to be regenerated when you run `make');
375# (2) otherwise, pass the desired values on the `make' command line.
376$(RECURSIVE_TARGETS):
377	@fail= failcom='exit 1'; \
378	for f in x $$MAKEFLAGS; do \
379	  case $$f in \
380	    *=* | --[!k]*);; \
381	    *k*) failcom='fail=yes';; \
382	  esac; \
383	done; \
384	dot_seen=no; \
385	target=`echo $@ | sed s/-recursive//`; \
386	list='$(SUBDIRS)'; for subdir in $$list; do \
387	  echo "Making $$target in $$subdir"; \
388	  if test "$$subdir" = "."; then \
389	    dot_seen=yes; \
390	    local_target="$$target-am"; \
391	  else \
392	    local_target="$$target"; \
393	  fi; \
394	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395	  || eval $$failcom; \
396	done; \
397	if test "$$dot_seen" = "no"; then \
398	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
399	fi; test -z "$$fail"
400
401$(RECURSIVE_CLEAN_TARGETS):
402	@fail= failcom='exit 1'; \
403	for f in x $$MAKEFLAGS; do \
404	  case $$f in \
405	    *=* | --[!k]*);; \
406	    *k*) failcom='fail=yes';; \
407	  esac; \
408	done; \
409	dot_seen=no; \
410	case "$@" in \
411	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
412	  *) list='$(SUBDIRS)' ;; \
413	esac; \
414	rev=''; for subdir in $$list; do \
415	  if test "$$subdir" = "."; then :; else \
416	    rev="$$subdir $$rev"; \
417	  fi; \
418	done; \
419	rev="$$rev ."; \
420	target=`echo $@ | sed s/-recursive//`; \
421	for subdir in $$rev; do \
422	  echo "Making $$target in $$subdir"; \
423	  if test "$$subdir" = "."; then \
424	    local_target="$$target-am"; \
425	  else \
426	    local_target="$$target"; \
427	  fi; \
428	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429	  || eval $$failcom; \
430	done && test -z "$$fail"
431tags-recursive:
432	list='$(SUBDIRS)'; for subdir in $$list; do \
433	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
434	done
435ctags-recursive:
436	list='$(SUBDIRS)'; for subdir in $$list; do \
437	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
438	done
439
440ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
441	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442	unique=`for i in $$list; do \
443	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444	  done | \
445	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446	      END { if (nonempty) { for (i in files) print i; }; }'`; \
447	mkid -fID $$unique
448tags: TAGS
449
450TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
451		$(TAGS_FILES) $(LISP)
452	set x; \
453	here=`pwd`; \
454	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
455	  include_option=--etags-include; \
456	  empty_fix=.; \
457	else \
458	  include_option=--include; \
459	  empty_fix=; \
460	fi; \
461	list='$(SUBDIRS)'; for subdir in $$list; do \
462	  if test "$$subdir" = .; then :; else \
463	    test ! -f $$subdir/TAGS || \
464	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
465	  fi; \
466	done; \
467	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468	unique=`for i in $$list; do \
469	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470	  done | \
471	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473	shift; \
474	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475	  test -n "$$unique" || unique=$$empty_fix; \
476	  if test $$# -gt 0; then \
477	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478	      "$$@" $$unique; \
479	  else \
480	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481	      $$unique; \
482	  fi; \
483	fi
484ctags: CTAGS
485CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
486		$(TAGS_FILES) $(LISP)
487	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488	unique=`for i in $$list; do \
489	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490	  done | \
491	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492	      END { if (nonempty) { for (i in files) print i; }; }'`; \
493	test -z "$(CTAGS_ARGS)$$unique" \
494	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495	     $$unique
496
497GTAGS:
498	here=`$(am__cd) $(top_builddir) && pwd` \
499	  && $(am__cd) $(top_srcdir) \
500	  && gtags -i $(GTAGS_ARGS) "$$here"
501
502distclean-tags:
503	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504
505distdir: $(DISTFILES)
506	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508	list='$(DISTFILES)'; \
509	  dist_files=`for file in $$list; do echo $$file; done | \
510	  sed -e "s|^$$srcdirstrip/||;t" \
511	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512	case $$dist_files in \
513	  */*) $(MKDIR_P) `echo "$$dist_files" | \
514			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515			   sort -u` ;; \
516	esac; \
517	for file in $$dist_files; do \
518	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519	  if test -d $$d/$$file; then \
520	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521	    if test -d "$(distdir)/$$file"; then \
522	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523	    fi; \
524	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529	  else \
530	    test -f "$(distdir)/$$file" \
531	    || cp -p $$d/$$file "$(distdir)/$$file" \
532	    || exit 1; \
533	  fi; \
534	done
535	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536	  if test "$$subdir" = .; then :; else \
537	    test -d "$(distdir)/$$subdir" \
538	    || $(MKDIR_P) "$(distdir)/$$subdir" \
539	    || exit 1; \
540	  fi; \
541	done
542	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543	  if test "$$subdir" = .; then :; else \
544	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
545	    $(am__relativize); \
546	    new_distdir=$$reldir; \
547	    dir1=$$subdir; dir2="$(top_distdir)"; \
548	    $(am__relativize); \
549	    new_top_distdir=$$reldir; \
550	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
551	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
552	    ($(am__cd) $$subdir && \
553	      $(MAKE) $(AM_MAKEFLAGS) \
554	        top_distdir="$$new_top_distdir" \
555	        distdir="$$new_distdir" \
556		am__remove_distdir=: \
557		am__skip_length_check=: \
558		am__skip_mode_fix=: \
559	        distdir) \
560	      || exit 1; \
561	  fi; \
562	done
563check-am: all-am
564check: check-recursive
565all-am: Makefile $(LTLIBRARIES) all-local
566installdirs: installdirs-recursive
567installdirs-am:
568install: install-recursive
569install-exec: install-exec-recursive
570install-data: install-data-recursive
571uninstall: uninstall-recursive
572
573install-am: all-am
574	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
575
576installcheck: installcheck-recursive
577install-strip:
578	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580	  `test -z '$(STRIP)' || \
581	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
582mostlyclean-generic:
583
584clean-generic:
585
586distclean-generic:
587	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
590maintainer-clean-generic:
591	@echo "This command is intended for maintainers to use"
592	@echo "it deletes files that may require special tools to rebuild."
593clean: clean-recursive
594
595clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
596	mostlyclean-am
597
598distclean: distclean-recursive
599	-rm -f Makefile
600distclean-am: clean-am distclean-compile distclean-generic \
601	distclean-tags
602
603dvi: dvi-recursive
604
605dvi-am:
606
607html: html-recursive
608
609html-am:
610
611info: info-recursive
612
613info-am:
614
615install-data-am:
616
617install-dvi: install-dvi-recursive
618
619install-dvi-am:
620
621install-exec-am:
622
623install-html: install-html-recursive
624
625install-html-am:
626
627install-info: install-info-recursive
628
629install-info-am:
630
631install-man:
632
633install-pdf: install-pdf-recursive
634
635install-pdf-am:
636
637install-ps: install-ps-recursive
638
639install-ps-am:
640
641installcheck-am:
642
643maintainer-clean: maintainer-clean-recursive
644	-rm -f Makefile
645maintainer-clean-am: distclean-am maintainer-clean-generic
646
647mostlyclean: mostlyclean-recursive
648
649mostlyclean-am: mostlyclean-compile mostlyclean-generic \
650	mostlyclean-libtool
651
652pdf: pdf-recursive
653
654pdf-am:
655
656ps: ps-recursive
657
658ps-am:
659
660uninstall-am:
661
662.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
663	install-am install-strip tags-recursive
664
665.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
666	all all-am all-local check check-am clean clean-generic \
667	clean-libtool clean-noinstLTLIBRARIES ctags ctags-recursive \
668	distclean distclean-compile distclean-generic \
669	distclean-libtool distclean-tags distdir dvi dvi-am html \
670	html-am info info-am install install-am install-data \
671	install-data-am install-dvi install-dvi-am install-exec \
672	install-exec-am install-html install-html-am install-info \
673	install-info-am install-man install-pdf install-pdf-am \
674	install-ps install-ps-am install-strip installcheck \
675	installcheck-am installdirs installdirs-am maintainer-clean \
676	maintainer-clean-generic mostlyclean mostlyclean-compile \
677	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
678	tags tags-recursive uninstall uninstall-am
679
680
681all-local:
682	cp -p ${top_srcdir}/src/${THISLIB}/GL/*.h ../aaa_inc/GL/.
683
684# Tell versions [3.59,3.63) of GNU make to not export all variables.
685# Otherwise a system limit (for SysV at least) may be exceeded.
686.NOEXPORT:
687