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