diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/ode-0.9/include/ode/Makefile.in | 448 |
1 files changed, 448 insertions, 0 deletions
diff --git a/libraries/ode-0.9/include/ode/Makefile.in b/libraries/ode-0.9/include/ode/Makefile.in new file mode 100644 index 0000000..8458adb --- /dev/null +++ b/libraries/ode-0.9/include/ode/Makefile.in | |||
@@ -0,0 +1,448 @@ | |||
1 | # Makefile.in generated by automake 1.10 from Makefile.am. | ||
2 | # @configure_input@ | ||
3 | |||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
5 | # 2003, 2004, 2005, 2006 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 | @SET_MAKE@ | ||
16 | |||
17 | VPATH = @srcdir@ | ||
18 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
19 | pkglibdir = $(libdir)/@PACKAGE@ | ||
20 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
21 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
22 | install_sh_DATA = $(install_sh) -c -m 644 | ||
23 | install_sh_PROGRAM = $(install_sh) -c | ||
24 | install_sh_SCRIPT = $(install_sh) -c | ||
25 | INSTALL_HEADER = $(INSTALL_DATA) | ||
26 | transform = $(program_transform_name) | ||
27 | NORMAL_INSTALL = : | ||
28 | PRE_INSTALL = : | ||
29 | POST_INSTALL = : | ||
30 | NORMAL_UNINSTALL = : | ||
31 | PRE_UNINSTALL = : | ||
32 | POST_UNINSTALL = : | ||
33 | build_triplet = @build@ | ||
34 | host_triplet = @host@ | ||
35 | target_triplet = @target@ | ||
36 | subdir = include/ode | ||
37 | DIST_COMMON = README $(libglitch_include_HEADERS) \ | ||
38 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | ||
39 | $(srcdir)/config.h.in | ||
40 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
41 | am__aclocal_m4_deps = $(top_srcdir)/configure.in | ||
42 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
43 | $(ACLOCAL_M4) | ||
44 | mkinstalldirs = $(install_sh) -d | ||
45 | CONFIG_HEADER = config.h | ||
46 | CONFIG_CLEAN_FILES = | ||
47 | SOURCES = | ||
48 | DIST_SOURCES = | ||
49 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
50 | am__vpath_adj = case $$p in \ | ||
51 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
52 | *) f=$$p;; \ | ||
53 | esac; | ||
54 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; | ||
55 | am__installdirs = "$(DESTDIR)$(libglitch_includedir)" | ||
56 | libglitch_includeHEADERS_INSTALL = $(INSTALL_HEADER) | ||
57 | HEADERS = $(libglitch_include_HEADERS) | ||
58 | ETAGS = etags | ||
59 | CTAGS = ctags | ||
60 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
61 | ACLOCAL = @ACLOCAL@ | ||
62 | ALLOCA = @ALLOCA@ | ||
63 | AMTAR = @AMTAR@ | ||
64 | ARCHFLAGS = @ARCHFLAGS@ | ||
65 | AUTOCONF = @AUTOCONF@ | ||
66 | AUTOHEADER = @AUTOHEADER@ | ||
67 | AUTOMAKE = @AUTOMAKE@ | ||
68 | AWK = @AWK@ | ||
69 | CC = @CC@ | ||
70 | CCDEPMODE = @CCDEPMODE@ | ||
71 | CFLAGS = @CFLAGS@ | ||
72 | CPP = @CPP@ | ||
73 | CPPFLAGS = @CPPFLAGS@ | ||
74 | CXX = @CXX@ | ||
75 | CXXDEPMODE = @CXXDEPMODE@ | ||
76 | CXXFLAGS = @CXXFLAGS@ | ||
77 | CYGPATH_W = @CYGPATH_W@ | ||
78 | DEFS = @DEFS@ | ||
79 | DEPDIR = @DEPDIR@ | ||
80 | DRAWSTUFF = @DRAWSTUFF@ | ||
81 | ECHO_C = @ECHO_C@ | ||
82 | ECHO_N = @ECHO_N@ | ||
83 | ECHO_T = @ECHO_T@ | ||
84 | EGREP = @EGREP@ | ||
85 | EXEEXT = @EXEEXT@ | ||
86 | GL_LIBS = @GL_LIBS@ | ||
87 | GREP = @GREP@ | ||
88 | INSTALL = @INSTALL@ | ||
89 | INSTALL_DATA = @INSTALL_DATA@ | ||
90 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
91 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
92 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
93 | LDFLAGS = @LDFLAGS@ | ||
94 | LIBOBJS = @LIBOBJS@ | ||
95 | LIBS = @LIBS@ | ||
96 | LTLIBOBJS = @LTLIBOBJS@ | ||
97 | MAKEINFO = @MAKEINFO@ | ||
98 | MKDIR_P = @MKDIR_P@ | ||
99 | OBJEXT = @OBJEXT@ | ||
100 | ODE_AGE = @ODE_AGE@ | ||
101 | ODE_CURRENT = @ODE_CURRENT@ | ||
102 | ODE_RELEASE = @ODE_RELEASE@ | ||
103 | ODE_REVISION = @ODE_REVISION@ | ||
104 | ODE_SONAME = @ODE_SONAME@ | ||
105 | PACKAGE = @PACKAGE@ | ||
106 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
107 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
108 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
109 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
110 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
111 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
112 | RANLIB = @RANLIB@ | ||
113 | SET_MAKE = @SET_MAKE@ | ||
114 | SHARED_LDFLAGS = @SHARED_LDFLAGS@ | ||
115 | SHELL = @SHELL@ | ||
116 | STRIP = @STRIP@ | ||
117 | TOPDIR = @TOPDIR@ | ||
118 | VERSION = @VERSION@ | ||
119 | WINDRES = @WINDRES@ | ||
120 | XMKMF = @XMKMF@ | ||
121 | X_CFLAGS = @X_CFLAGS@ | ||
122 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | ||
123 | X_LIBS = @X_LIBS@ | ||
124 | X_PRE_LIBS = @X_PRE_LIBS@ | ||
125 | abs_builddir = @abs_builddir@ | ||
126 | abs_srcdir = @abs_srcdir@ | ||
127 | abs_top_builddir = @abs_top_builddir@ | ||
128 | abs_top_srcdir = @abs_top_srcdir@ | ||
129 | ac_ct_CC = @ac_ct_CC@ | ||
130 | ac_ct_CXX = @ac_ct_CXX@ | ||
131 | ac_ct_WINDRES = @ac_ct_WINDRES@ | ||
132 | am__include = @am__include@ | ||
133 | am__leading_dot = @am__leading_dot@ | ||
134 | am__quote = @am__quote@ | ||
135 | am__tar = @am__tar@ | ||
136 | am__untar = @am__untar@ | ||
137 | bindir = @bindir@ | ||
138 | build = @build@ | ||
139 | build_alias = @build_alias@ | ||
140 | build_cpu = @build_cpu@ | ||
141 | build_os = @build_os@ | ||
142 | build_vendor = @build_vendor@ | ||
143 | builddir = @builddir@ | ||
144 | datadir = @datadir@ | ||
145 | datarootdir = @datarootdir@ | ||
146 | docdir = @docdir@ | ||
147 | dvidir = @dvidir@ | ||
148 | exec_prefix = @exec_prefix@ | ||
149 | host = @host@ | ||
150 | host_alias = @host_alias@ | ||
151 | host_cpu = @host_cpu@ | ||
152 | host_os = @host_os@ | ||
153 | host_vendor = @host_vendor@ | ||
154 | htmldir = @htmldir@ | ||
155 | includedir = @includedir@ | ||
156 | infodir = @infodir@ | ||
157 | install_sh = @install_sh@ | ||
158 | libdir = @libdir@ | ||
159 | libexecdir = @libexecdir@ | ||
160 | localedir = @localedir@ | ||
161 | localstatedir = @localstatedir@ | ||
162 | mandir = @mandir@ | ||
163 | mkdir_p = @mkdir_p@ | ||
164 | oldincludedir = @oldincludedir@ | ||
165 | pdfdir = @pdfdir@ | ||
166 | prefix = @prefix@ | ||
167 | program_transform_name = @program_transform_name@ | ||
168 | psdir = @psdir@ | ||
169 | sbindir = @sbindir@ | ||
170 | sharedstatedir = @sharedstatedir@ | ||
171 | so_ext = @so_ext@ | ||
172 | srcdir = @srcdir@ | ||
173 | sysconfdir = @sysconfdir@ | ||
174 | target = @target@ | ||
175 | target_alias = @target_alias@ | ||
176 | target_cpu = @target_cpu@ | ||
177 | target_os = @target_os@ | ||
178 | target_vendor = @target_vendor@ | ||
179 | top_builddir = @top_builddir@ | ||
180 | top_srcdir = @top_srcdir@ | ||
181 | libglitch_includedir = $(includedir)/ode | ||
182 | libglitch_include_HEADERS = collision_trimesh.h \ | ||
183 | mass.h \ | ||
184 | odecpp.h \ | ||
185 | common.h \ | ||
186 | matrix.h \ | ||
187 | odecpp_collision.h \ | ||
188 | compatibility.h \ | ||
189 | memory.h \ | ||
190 | contact.h \ | ||
191 | misc.h \ | ||
192 | odemath.h \ | ||
193 | collision.h \ | ||
194 | error.h \ | ||
195 | objects.h \ | ||
196 | rotation.h \ | ||
197 | collision_space.h \ | ||
198 | export-dif.h \ | ||
199 | ode.h \ | ||
200 | timer.h \ | ||
201 | config.h | ||
202 | |||
203 | EXTRA_DIST = config.h.in | ||
204 | all: config.h | ||
205 | $(MAKE) $(AM_MAKEFLAGS) all-am | ||
206 | |||
207 | .SUFFIXES: | ||
208 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
209 | @for dep in $?; do \ | ||
210 | case '$(am__configure_deps)' in \ | ||
211 | *$$dep*) \ | ||
212 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | ||
213 | && exit 0; \ | ||
214 | exit 1;; \ | ||
215 | esac; \ | ||
216 | done; \ | ||
217 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/ode/Makefile'; \ | ||
218 | cd $(top_srcdir) && \ | ||
219 | $(AUTOMAKE) --foreign include/ode/Makefile | ||
220 | .PRECIOUS: Makefile | ||
221 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
222 | @case '$?' in \ | ||
223 | *config.status*) \ | ||
224 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
225 | *) \ | ||
226 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
227 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
228 | esac; | ||
229 | |||
230 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
231 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
232 | |||
233 | $(top_srcdir)/configure: $(am__configure_deps) | ||
234 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
235 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
236 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
237 | |||
238 | config.h: stamp-h1 | ||
239 | @if test ! -f $@; then \ | ||
240 | rm -f stamp-h1; \ | ||
241 | $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ | ||
242 | else :; fi | ||
243 | |||
244 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | ||
245 | @rm -f stamp-h1 | ||
246 | cd $(top_builddir) && $(SHELL) ./config.status include/ode/config.h | ||
247 | $(srcdir)/config.h.in: $(am__configure_deps) | ||
248 | cd $(top_srcdir) && $(AUTOHEADER) | ||
249 | rm -f stamp-h1 | ||
250 | touch $@ | ||
251 | |||
252 | distclean-hdr: | ||
253 | -rm -f config.h stamp-h1 | ||
254 | install-libglitch_includeHEADERS: $(libglitch_include_HEADERS) | ||
255 | @$(NORMAL_INSTALL) | ||
256 | test -z "$(libglitch_includedir)" || $(MKDIR_P) "$(DESTDIR)$(libglitch_includedir)" | ||
257 | @list='$(libglitch_include_HEADERS)'; for p in $$list; do \ | ||
258 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
259 | f=$(am__strip_dir) \ | ||
260 | echo " $(libglitch_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libglitch_includedir)/$$f'"; \ | ||
261 | $(libglitch_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libglitch_includedir)/$$f"; \ | ||
262 | done | ||
263 | |||
264 | uninstall-libglitch_includeHEADERS: | ||
265 | @$(NORMAL_UNINSTALL) | ||
266 | @list='$(libglitch_include_HEADERS)'; for p in $$list; do \ | ||
267 | f=$(am__strip_dir) \ | ||
268 | echo " rm -f '$(DESTDIR)$(libglitch_includedir)/$$f'"; \ | ||
269 | rm -f "$(DESTDIR)$(libglitch_includedir)/$$f"; \ | ||
270 | done | ||
271 | |||
272 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
273 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
274 | unique=`for i in $$list; do \ | ||
275 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
276 | done | \ | ||
277 | $(AWK) ' { files[$$0] = 1; } \ | ||
278 | END { for (i in files) print i; }'`; \ | ||
279 | mkid -fID $$unique | ||
280 | tags: TAGS | ||
281 | |||
282 | TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | ||
283 | $(TAGS_FILES) $(LISP) | ||
284 | tags=; \ | ||
285 | here=`pwd`; \ | ||
286 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | ||
287 | unique=`for i in $$list; do \ | ||
288 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
289 | done | \ | ||
290 | $(AWK) ' { files[$$0] = 1; } \ | ||
291 | END { for (i in files) print i; }'`; \ | ||
292 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | ||
293 | test -n "$$unique" || unique=$$empty_fix; \ | ||
294 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
295 | $$tags $$unique; \ | ||
296 | fi | ||
297 | ctags: CTAGS | ||
298 | CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | ||
299 | $(TAGS_FILES) $(LISP) | ||
300 | tags=; \ | ||
301 | here=`pwd`; \ | ||
302 | list='$(SOURCES) $(HEADERS) config.h.in $(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; } \ | ||
307 | END { for (i in files) print i; }'`; \ | ||
308 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | ||
309 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
310 | $$tags $$unique | ||
311 | |||
312 | GTAGS: | ||
313 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
314 | && cd $(top_srcdir) \ | ||
315 | && gtags -i $(GTAGS_ARGS) $$here | ||
316 | |||
317 | distclean-tags: | ||
318 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
319 | |||
320 | distdir: $(DISTFILES) | ||
321 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
322 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
323 | list='$(DISTFILES)'; \ | ||
324 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
325 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
326 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
327 | case $$dist_files in \ | ||
328 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
329 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
330 | sort -u` ;; \ | ||
331 | esac; \ | ||
332 | for file in $$dist_files; do \ | ||
333 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
334 | if test -d $$d/$$file; then \ | ||
335 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
336 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
337 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | ||
338 | fi; \ | ||
339 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | ||
340 | else \ | ||
341 | test -f $(distdir)/$$file \ | ||
342 | || cp -p $$d/$$file $(distdir)/$$file \ | ||
343 | || exit 1; \ | ||
344 | fi; \ | ||
345 | done | ||
346 | check-am: all-am | ||
347 | check: check-am | ||
348 | all-am: Makefile $(HEADERS) config.h | ||
349 | installdirs: | ||
350 | for dir in "$(DESTDIR)$(libglitch_includedir)"; do \ | ||
351 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
352 | done | ||
353 | install: install-am | ||
354 | install-exec: install-exec-am | ||
355 | install-data: install-data-am | ||
356 | uninstall: uninstall-am | ||
357 | |||
358 | install-am: all-am | ||
359 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
360 | |||
361 | installcheck: installcheck-am | ||
362 | install-strip: | ||
363 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
364 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
365 | `test -z '$(STRIP)' || \ | ||
366 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
367 | mostlyclean-generic: | ||
368 | |||
369 | clean-generic: | ||
370 | |||
371 | distclean-generic: | ||
372 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
373 | |||
374 | maintainer-clean-generic: | ||
375 | @echo "This command is intended for maintainers to use" | ||
376 | @echo "it deletes files that may require special tools to rebuild." | ||
377 | clean: clean-am | ||
378 | |||
379 | clean-am: clean-generic mostlyclean-am | ||
380 | |||
381 | distclean: distclean-am | ||
382 | -rm -f Makefile | ||
383 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | ||
384 | |||
385 | dvi: dvi-am | ||
386 | |||
387 | dvi-am: | ||
388 | |||
389 | html: html-am | ||
390 | |||
391 | info: info-am | ||
392 | |||
393 | info-am: | ||
394 | |||
395 | install-data-am: install-libglitch_includeHEADERS | ||
396 | |||
397 | install-dvi: install-dvi-am | ||
398 | |||
399 | install-exec-am: | ||
400 | |||
401 | install-html: install-html-am | ||
402 | |||
403 | install-info: install-info-am | ||
404 | |||
405 | install-man: | ||
406 | |||
407 | install-pdf: install-pdf-am | ||
408 | |||
409 | install-ps: install-ps-am | ||
410 | |||
411 | installcheck-am: | ||
412 | |||
413 | maintainer-clean: maintainer-clean-am | ||
414 | -rm -f Makefile | ||
415 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
416 | |||
417 | mostlyclean: mostlyclean-am | ||
418 | |||
419 | mostlyclean-am: mostlyclean-generic | ||
420 | |||
421 | pdf: pdf-am | ||
422 | |||
423 | pdf-am: | ||
424 | |||
425 | ps: ps-am | ||
426 | |||
427 | ps-am: | ||
428 | |||
429 | uninstall-am: uninstall-libglitch_includeHEADERS | ||
430 | |||
431 | .MAKE: install-am install-strip | ||
432 | |||
433 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | ||
434 | ctags distclean distclean-generic distclean-hdr distclean-tags \ | ||
435 | distdir dvi dvi-am html html-am info info-am install \ | ||
436 | install-am install-data install-data-am install-dvi \ | ||
437 | install-dvi-am install-exec install-exec-am install-html \ | ||
438 | install-html-am install-info install-info-am \ | ||
439 | install-libglitch_includeHEADERS install-man install-pdf \ | ||
440 | install-pdf-am install-ps install-ps-am install-strip \ | ||
441 | installcheck installcheck-am installdirs maintainer-clean \ | ||
442 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ | ||
443 | pdf-am ps ps-am tags uninstall uninstall-am \ | ||
444 | uninstall-libglitch_includeHEADERS | ||
445 | |||
446 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
447 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
448 | .NOEXPORT: | ||