aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/tests/Makefile')
-rw-r--r--src/others/mimesh/libg3d-0.0.8/tests/Makefile538
1 files changed, 538 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/tests/Makefile b/src/others/mimesh/libg3d-0.0.8/tests/Makefile
new file mode 100644
index 0000000..2151058
--- /dev/null
+++ b/src/others/mimesh/libg3d-0.0.8/tests/Makefile
@@ -0,0 +1,538 @@
1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# tests/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
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
18pkgdatadir = $(datadir)/libg3d
19pkglibdir = $(libdir)/libg3d
20pkgincludedir = $(includedir)/libg3d
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = x86_64-unknown-linux-gnu
34host_triplet = x86_64-unknown-linux-gnu
35noinst_PROGRAMS = test_lib$(EXEEXT) test_buf$(EXEEXT) \
36 test_imgdump$(EXEEXT) $(am__EXEEXT_1)
37#am__append_1 = test_cxx
38subdir = tests
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
42 $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
43 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
44 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/win32.m4 \
45 $(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/include/g3d/config.h
50CONFIG_CLEAN_FILES =
51#am__EXEEXT_1 = test_cxx$(EXEEXT)
52PROGRAMS = $(noinst_PROGRAMS)
53am_test_buf_OBJECTS = test_buf.$(OBJEXT)
54test_buf_OBJECTS = $(am_test_buf_OBJECTS)
55am_test_cxx_OBJECTS = test_cxx.$(OBJEXT)
56test_cxx_OBJECTS = $(am_test_cxx_OBJECTS)
57am_test_imgdump_OBJECTS = test_imgdump.$(OBJEXT)
58test_imgdump_OBJECTS = $(am_test_imgdump_OBJECTS)
59am_test_lib_OBJECTS = test_lib.$(OBJEXT)
60test_lib_OBJECTS = $(am_test_lib_OBJECTS)
61DEFAULT_INCLUDES = -I. -I$(top_builddir)/include/g3d
62depcomp = $(SHELL) $(top_srcdir)/config/depcomp
63am__depfiles_maybe = depfiles
64COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69CCLD = $(CC)
70LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72 $(LDFLAGS) -o $@
73CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
75LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
78CXXLD = $(CXX)
79CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
81 $(LDFLAGS) -o $@
82SOURCES = $(test_buf_SOURCES) $(test_cxx_SOURCES) \
83 $(test_imgdump_SOURCES) $(test_lib_SOURCES)
84DIST_SOURCES = $(test_buf_SOURCES) $(test_cxx_SOURCES) \
85 $(test_imgdump_SOURCES) $(test_lib_SOURCES)
86ETAGS = etags
87CTAGS = ctags
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89ACLOCAL = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run aclocal-1.10
90AMTAR = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run tar
91AR = ar
92AS = as
93AUTOCONF = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run autoconf
94AUTOHEADER = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run autoheader
95AUTOMAKE = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run automake-1.10
96AWK = gawk
97CC = gcc
98CCDEPMODE = depmode=gcc3
99CFLAGS = -g -O2
100CPP = gcc -E
101CPPFLAGS =
102CXX = g++
103CXXCPP = g++ -E
104CXXDEPMODE = depmode=gcc3
105CXXFLAGS = -g -O2
106CYGPATH_W = echo
107DBG_CFLAGS = -O2
108DEBUG = 0
109DEFS = -DHAVE_CONFIG_H
110DEPDIR = .deps
111DLLTOOL = dlltool
112ECHO = echo
113ECHO_C =
114ECHO_N = -n
115ECHO_T =
116EGREP = /bin/grep -E
117EXEEXT =
118F77 =
119FFLAGS =
120GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
121GDKPIXBUF_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
122GLIB_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
123GLIB_GENMARSHAL = glib-genmarshal
124GLIB_LIBS = -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0
125GLIB_MKENUMS = glib-mkenums
126GOBJECT_QUERY = gobject-query
127GREP = /bin/grep
128GTKDOC_CHECK = /usr/bin/gtkdoc-check
129GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
130GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
131HTML_DIR = ${datadir}/gtk-doc/html
132INSTALL = /usr/bin/install -c
133INSTALL_DATA = ${INSTALL} -m 644
134INSTALL_PROGRAM = ${INSTALL}
135INSTALL_SCRIPT = ${INSTALL}
136INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
137LDFLAGS =
138LEX = flex
139LEXLIB = -lfl
140LEX_OUTPUT_ROOT = lex.yy
141LIBGSF_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libgsf-1
142LIBGSF_LIBS = -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0
143LIBOBJS =
144LIBS = -lm
145LIBTOOL = $(SHELL) $(top_builddir)/libtool
146LIBXML2_CFLAGS = -I/usr/include/libxml2
147LIBXML2_LIBS = -L/usr/lib/x86_64-linux-gnu -lxml2
148LN_S = ln -s
149LTLIBOBJS =
150LTVERSION = 0:8:0
151MAGIC_LIBS = -lmagic
152MAKEINFO = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run makeinfo
153MATH_LIBS = -lm
154MKDIR_P = /bin/mkdir -p
155OBJDUMP = objdump
156OBJEXT = o
157PACKAGE = libg3d
158PACKAGE_BUGREPORT =
159PACKAGE_NAME =
160PACKAGE_STRING =
161PACKAGE_TARNAME =
162PACKAGE_VERSION =
163PATH_SEPARATOR = :
164PKG_CONFIG = /usr/bin/pkg-config
165PLUGINS_LDFLAGS = -avoid-version -export-dynamic
166RANLIB = ranlib
167SET_MAKE =
168SHELL = /bin/bash
169STRIP = strip
170VERSION = 0.0.8
171XML2_CONFIG = /usr/bin/xml2-config
172XML_CPPFLAGS = -I/usr/include/libxml2
173XML_LIBS = -L/usr/lib/x86_64-linux-gnu -lxml2
174Z_CFLAGS =
175Z_LIBS = -lz
176abs_builddir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/tests
177abs_srcdir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/tests
178abs_top_builddir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8
179abs_top_srcdir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8
180ac_ct_CC = gcc
181ac_ct_CXX = g++
182ac_ct_F77 =
183am__include = include
184am__leading_dot = .
185am__quote =
186am__tar = ${AMTAR} chof - "$$tardir"
187am__untar = ${AMTAR} xf -
188bindir = ${exec_prefix}/bin
189build = x86_64-unknown-linux-gnu
190build_alias =
191build_cpu = x86_64
192build_os = linux-gnu
193build_vendor = unknown
194builddir = .
195datadir = ${datarootdir}
196datarootdir = ${prefix}/share
197docdir = ${datarootdir}/doc/${PACKAGE}
198dvidir = ${docdir}
199exec_prefix = ${prefix}
200host = x86_64-unknown-linux-gnu
201host_alias =
202host_cpu = x86_64
203host_os = linux-gnu
204host_vendor = unknown
205htmldir = ${docdir}
206includedir = ${prefix}/include
207infodir = ${datarootdir}/info
208install_sh = $(SHELL) /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/install-sh
209libdir = ${exec_prefix}/lib
210libexecdir = ${exec_prefix}/libexec
211localedir = ${datarootdir}/locale
212localstatedir = ${prefix}/var
213mandir = ${datarootdir}/man
214mkdir_p = /bin/mkdir -p
215oldincludedir = /usr/include
216pdfdir = ${docdir}
217prefix = /usr/local
218program_transform_name = s,x,x,
219psdir = ${docdir}
220sbindir = ${exec_prefix}/sbin
221sharedstatedir = ${prefix}/com
222srcdir = .
223sysconfdir = ${prefix}/etc
224target_alias =
225top_builddir = ..
226top_srcdir = ..
227AM_CFLAGS = \
228 -Wall -ansi -pedantic \
229 -I$(top_srcdir)/include \
230 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
231
232AM_CXXFLAGS = \
233 -Wall \
234 -I$(top_srcdir)/include \
235 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
236
237test_lib_DEPENDENCIES = ../src/libg3d.la
238test_lib_SOURCES = test_lib.c
239test_lib_LDADD = ../src/libg3d.la -lm -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lmagic
240test_buf_DEPENDENCIES = ../src/libg3d.la
241test_buf_SOURCES = test_buf.c
242test_buf_LDADD = ../src/libg3d.la -lm -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lmagic
243test_imgdump_DEPENDENCIES = ../src/libg3d.la
244test_imgdump_SOURCES = test_imgdump.c
245test_imgdump_LDADD = ../src/libg3d.la -lm -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lmagic
246test_cxx_DEPENDENCIES = ../src/libg3d.la
247test_cxx_SOURCES = test_cxx.cxx
248test_cxx_LDADD = ../src/libg3d.la -lm -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lmagic
249all: all-am
250
251.SUFFIXES:
252.SUFFIXES: .c .cxx .lo .o .obj
253$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
254 @for dep in $?; do \
255 case '$(am__configure_deps)' in \
256 *$$dep*) \
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
258 && exit 0; \
259 exit 1;; \
260 esac; \
261 done; \
262 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
263 cd $(top_srcdir) && \
264 $(AUTOMAKE) --gnu tests/Makefile
265.PRECIOUS: Makefile
266Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267 @case '$?' in \
268 *config.status*) \
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
270 *) \
271 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
272 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
273 esac;
274
275$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278$(top_srcdir)/configure: $(am__configure_deps)
279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280$(ACLOCAL_M4): $(am__aclocal_m4_deps)
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283clean-noinstPROGRAMS:
284 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
285 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
286 echo " rm -f $$p $$f"; \
287 rm -f $$p $$f ; \
288 done
289test_buf$(EXEEXT): $(test_buf_OBJECTS) $(test_buf_DEPENDENCIES)
290 @rm -f test_buf$(EXEEXT)
291 $(LINK) $(test_buf_OBJECTS) $(test_buf_LDADD) $(LIBS)
292test_cxx$(EXEEXT): $(test_cxx_OBJECTS) $(test_cxx_DEPENDENCIES)
293 @rm -f test_cxx$(EXEEXT)
294 $(CXXLINK) $(test_cxx_OBJECTS) $(test_cxx_LDADD) $(LIBS)
295test_imgdump$(EXEEXT): $(test_imgdump_OBJECTS) $(test_imgdump_DEPENDENCIES)
296 @rm -f test_imgdump$(EXEEXT)
297 $(LINK) $(test_imgdump_OBJECTS) $(test_imgdump_LDADD) $(LIBS)
298test_lib$(EXEEXT): $(test_lib_OBJECTS) $(test_lib_DEPENDENCIES)
299 @rm -f test_lib$(EXEEXT)
300 $(LINK) $(test_lib_OBJECTS) $(test_lib_LDADD) $(LIBS)
301
302mostlyclean-compile:
303 -rm -f *.$(OBJEXT)
304
305distclean-compile:
306 -rm -f *.tab.c
307
308include ./$(DEPDIR)/test_buf.Po
309include ./$(DEPDIR)/test_cxx.Po
310include ./$(DEPDIR)/test_imgdump.Po
311include ./$(DEPDIR)/test_lib.Po
312
313.c.o:
314 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316# source='$<' object='$@' libtool=no \
317# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
318# $(COMPILE) -c $<
319
320.c.obj:
321 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323# source='$<' object='$@' libtool=no \
324# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
325# $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
327.c.lo:
328 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330# source='$<' object='$@' libtool=yes \
331# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
332# $(LTCOMPILE) -c -o $@ $<
333
334.cxx.o:
335 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337# source='$<' object='$@' libtool=no \
338# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
339# $(CXXCOMPILE) -c -o $@ $<
340
341.cxx.obj:
342 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344# source='$<' object='$@' libtool=no \
345# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
346# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
347
348.cxx.lo:
349 $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351# source='$<' object='$@' libtool=yes \
352# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
353# $(LTCXXCOMPILE) -c -o $@ $<
354
355mostlyclean-libtool:
356 -rm -f *.lo
357
358clean-libtool:
359 -rm -rf .libs _libs
360
361ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 mkid -fID $$unique
369tags: TAGS
370
371TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
372 $(TAGS_FILES) $(LISP)
373 tags=; \
374 here=`pwd`; \
375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378 done | \
379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380 END { if (nonempty) { for (i in files) print i; }; }'`; \
381 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
382 test -n "$$unique" || unique=$$empty_fix; \
383 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384 $$tags $$unique; \
385 fi
386ctags: CTAGS
387CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
388 $(TAGS_FILES) $(LISP)
389 tags=; \
390 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391 unique=`for i in $$list; do \
392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 done | \
394 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395 END { if (nonempty) { for (i in files) print i; }; }'`; \
396 test -z "$(CTAGS_ARGS)$$tags$$unique" \
397 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398 $$tags $$unique
399
400GTAGS:
401 here=`$(am__cd) $(top_builddir) && pwd` \
402 && cd $(top_srcdir) \
403 && gtags -i $(GTAGS_ARGS) $$here
404
405distclean-tags:
406 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408distdir: $(DISTFILES)
409 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411 list='$(DISTFILES)'; \
412 dist_files=`for file in $$list; do echo $$file; done | \
413 sed -e "s|^$$srcdirstrip/||;t" \
414 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
415 case $$dist_files in \
416 */*) $(MKDIR_P) `echo "$$dist_files" | \
417 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
418 sort -u` ;; \
419 esac; \
420 for file in $$dist_files; do \
421 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422 if test -d $$d/$$file; then \
423 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
424 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
426 fi; \
427 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
428 else \
429 test -f $(distdir)/$$file \
430 || cp -p $$d/$$file $(distdir)/$$file \
431 || exit 1; \
432 fi; \
433 done
434check-am: all-am
435check: check-am
436all-am: Makefile $(PROGRAMS)
437installdirs:
438install: install-am
439install-exec: install-exec-am
440install-data: install-data-am
441uninstall: uninstall-am
442
443install-am: all-am
444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446installcheck: installcheck-am
447install-strip:
448 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450 `test -z '$(STRIP)' || \
451 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452mostlyclean-generic:
453
454clean-generic:
455
456distclean-generic:
457 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458
459maintainer-clean-generic:
460 @echo "This command is intended for maintainers to use"
461 @echo "it deletes files that may require special tools to rebuild."
462clean: clean-am
463
464clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
465 mostlyclean-am
466
467distclean: distclean-am
468 -rm -rf ./$(DEPDIR)
469 -rm -f Makefile
470distclean-am: clean-am distclean-compile distclean-generic \
471 distclean-tags
472
473dvi: dvi-am
474
475dvi-am:
476
477html: html-am
478
479info: info-am
480
481info-am:
482
483install-data-am:
484
485install-dvi: install-dvi-am
486
487install-exec-am:
488
489install-html: install-html-am
490
491install-info: install-info-am
492
493install-man:
494
495install-pdf: install-pdf-am
496
497install-ps: install-ps-am
498
499installcheck-am:
500
501maintainer-clean: maintainer-clean-am
502 -rm -rf ./$(DEPDIR)
503 -rm -f Makefile
504maintainer-clean-am: distclean-am maintainer-clean-generic
505
506mostlyclean: mostlyclean-am
507
508mostlyclean-am: mostlyclean-compile mostlyclean-generic \
509 mostlyclean-libtool
510
511pdf: pdf-am
512
513pdf-am:
514
515ps: ps-am
516
517ps-am:
518
519uninstall-am:
520
521.MAKE: install-am install-strip
522
523.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
524 clean-libtool clean-noinstPROGRAMS ctags distclean \
525 distclean-compile distclean-generic distclean-libtool \
526 distclean-tags distdir dvi dvi-am html html-am info info-am \
527 install install-am install-data install-data-am install-dvi \
528 install-dvi-am install-exec install-exec-am install-html \
529 install-html-am install-info install-info-am install-man \
530 install-pdf install-pdf-am install-ps install-ps-am \
531 install-strip installcheck installcheck-am installdirs \
532 maintainer-clean maintainer-clean-generic mostlyclean \
533 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
534 pdf pdf-am ps ps-am tags uninstall uninstall-am
535
536# Tell versions [3.59,3.63) of GNU make to not export all variables.
537# Otherwise a system limit (for SysV at least) may be exceeded.
538.NOEXPORT: