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