diff options
Diffstat (limited to 'libraries/ode-0.9/Makefile.in')
-rw-r--r-- | libraries/ode-0.9/Makefile.in | 665 |
1 files changed, 665 insertions, 0 deletions
diff --git a/libraries/ode-0.9/Makefile.in b/libraries/ode-0.9/Makefile.in new file mode 100644 index 0000000..5cf28d1 --- /dev/null +++ b/libraries/ode-0.9/Makefile.in | |||
@@ -0,0 +1,665 @@ | |||
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 = . | ||
37 | DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ | ||
38 | $(srcdir)/Makefile.in $(srcdir)/ode-config.in \ | ||
39 | $(top_srcdir)/configure config.guess config.sub depcomp \ | ||
40 | install-sh missing | ||
41 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
42 | am__aclocal_m4_deps = $(top_srcdir)/configure.in | ||
43 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
44 | $(ACLOCAL_M4) | ||
45 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | ||
46 | configure.lineno config.status.lineno | ||
47 | mkinstalldirs = $(install_sh) -d | ||
48 | CONFIG_HEADER = $(top_builddir)/include/ode/config.h | ||
49 | CONFIG_CLEAN_FILES = ode-config | ||
50 | am__installdirs = "$(DESTDIR)$(bindir)" | ||
51 | binSCRIPT_INSTALL = $(INSTALL_SCRIPT) | ||
52 | SCRIPTS = $(bin_SCRIPTS) | ||
53 | SOURCES = | ||
54 | DIST_SOURCES = | ||
55 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | ||
56 | html-recursive info-recursive install-data-recursive \ | ||
57 | install-dvi-recursive install-exec-recursive \ | ||
58 | install-html-recursive install-info-recursive \ | ||
59 | install-pdf-recursive install-ps-recursive install-recursive \ | ||
60 | installcheck-recursive installdirs-recursive pdf-recursive \ | ||
61 | ps-recursive uninstall-recursive | ||
62 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
63 | distclean-recursive maintainer-clean-recursive | ||
64 | ETAGS = etags | ||
65 | CTAGS = ctags | ||
66 | DIST_SUBDIRS = include ode tests drawstuff | ||
67 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
68 | distdir = $(PACKAGE)-$(VERSION) | ||
69 | top_distdir = $(distdir) | ||
70 | am__remove_distdir = \ | ||
71 | { test ! -d $(distdir) \ | ||
72 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | ||
73 | && rm -fr $(distdir); }; } | ||
74 | DIST_ARCHIVES = $(distdir).tar.gz | ||
75 | GZIP_ENV = --best | ||
76 | distuninstallcheck_listfiles = find . -type f -print | ||
77 | distcleancheck_listfiles = find . -type f -print | ||
78 | ACLOCAL = @ACLOCAL@ | ||
79 | ALLOCA = @ALLOCA@ | ||
80 | AMTAR = @AMTAR@ | ||
81 | ARCHFLAGS = @ARCHFLAGS@ | ||
82 | AUTOCONF = @AUTOCONF@ | ||
83 | AUTOHEADER = @AUTOHEADER@ | ||
84 | AUTOMAKE = @AUTOMAKE@ | ||
85 | AWK = @AWK@ | ||
86 | CC = @CC@ | ||
87 | CCDEPMODE = @CCDEPMODE@ | ||
88 | CFLAGS = @CFLAGS@ | ||
89 | CPP = @CPP@ | ||
90 | CPPFLAGS = @CPPFLAGS@ | ||
91 | CXX = @CXX@ | ||
92 | CXXDEPMODE = @CXXDEPMODE@ | ||
93 | CXXFLAGS = @CXXFLAGS@ | ||
94 | CYGPATH_W = @CYGPATH_W@ | ||
95 | DEFS = @DEFS@ | ||
96 | DEPDIR = @DEPDIR@ | ||
97 | DRAWSTUFF = @DRAWSTUFF@ | ||
98 | ECHO_C = @ECHO_C@ | ||
99 | ECHO_N = @ECHO_N@ | ||
100 | ECHO_T = @ECHO_T@ | ||
101 | EGREP = @EGREP@ | ||
102 | EXEEXT = @EXEEXT@ | ||
103 | GL_LIBS = @GL_LIBS@ | ||
104 | GREP = @GREP@ | ||
105 | INSTALL = @INSTALL@ | ||
106 | INSTALL_DATA = @INSTALL_DATA@ | ||
107 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
108 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
109 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
110 | LDFLAGS = @LDFLAGS@ | ||
111 | LIBOBJS = @LIBOBJS@ | ||
112 | LIBS = @LIBS@ | ||
113 | LTLIBOBJS = @LTLIBOBJS@ | ||
114 | MAKEINFO = @MAKEINFO@ | ||
115 | MKDIR_P = @MKDIR_P@ | ||
116 | OBJEXT = @OBJEXT@ | ||
117 | ODE_AGE = @ODE_AGE@ | ||
118 | ODE_CURRENT = @ODE_CURRENT@ | ||
119 | ODE_RELEASE = @ODE_RELEASE@ | ||
120 | ODE_REVISION = @ODE_REVISION@ | ||
121 | ODE_SONAME = @ODE_SONAME@ | ||
122 | PACKAGE = @PACKAGE@ | ||
123 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
124 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
125 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
126 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
127 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
128 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
129 | RANLIB = @RANLIB@ | ||
130 | SET_MAKE = @SET_MAKE@ | ||
131 | SHARED_LDFLAGS = @SHARED_LDFLAGS@ | ||
132 | SHELL = @SHELL@ | ||
133 | STRIP = @STRIP@ | ||
134 | TOPDIR = @TOPDIR@ | ||
135 | VERSION = @VERSION@ | ||
136 | WINDRES = @WINDRES@ | ||
137 | XMKMF = @XMKMF@ | ||
138 | X_CFLAGS = @X_CFLAGS@ | ||
139 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | ||
140 | X_LIBS = @X_LIBS@ | ||
141 | X_PRE_LIBS = @X_PRE_LIBS@ | ||
142 | abs_builddir = @abs_builddir@ | ||
143 | abs_srcdir = @abs_srcdir@ | ||
144 | abs_top_builddir = @abs_top_builddir@ | ||
145 | abs_top_srcdir = @abs_top_srcdir@ | ||
146 | ac_ct_CC = @ac_ct_CC@ | ||
147 | ac_ct_CXX = @ac_ct_CXX@ | ||
148 | ac_ct_WINDRES = @ac_ct_WINDRES@ | ||
149 | am__include = @am__include@ | ||
150 | am__leading_dot = @am__leading_dot@ | ||
151 | am__quote = @am__quote@ | ||
152 | am__tar = @am__tar@ | ||
153 | am__untar = @am__untar@ | ||
154 | bindir = @bindir@ | ||
155 | build = @build@ | ||
156 | build_alias = @build_alias@ | ||
157 | build_cpu = @build_cpu@ | ||
158 | build_os = @build_os@ | ||
159 | build_vendor = @build_vendor@ | ||
160 | builddir = @builddir@ | ||
161 | datadir = @datadir@ | ||
162 | datarootdir = @datarootdir@ | ||
163 | docdir = @docdir@ | ||
164 | dvidir = @dvidir@ | ||
165 | exec_prefix = @exec_prefix@ | ||
166 | host = @host@ | ||
167 | host_alias = @host_alias@ | ||
168 | host_cpu = @host_cpu@ | ||
169 | host_os = @host_os@ | ||
170 | host_vendor = @host_vendor@ | ||
171 | htmldir = @htmldir@ | ||
172 | includedir = @includedir@ | ||
173 | infodir = @infodir@ | ||
174 | install_sh = @install_sh@ | ||
175 | libdir = @libdir@ | ||
176 | libexecdir = @libexecdir@ | ||
177 | localedir = @localedir@ | ||
178 | localstatedir = @localstatedir@ | ||
179 | mandir = @mandir@ | ||
180 | mkdir_p = @mkdir_p@ | ||
181 | oldincludedir = @oldincludedir@ | ||
182 | pdfdir = @pdfdir@ | ||
183 | prefix = @prefix@ | ||
184 | program_transform_name = @program_transform_name@ | ||
185 | psdir = @psdir@ | ||
186 | sbindir = @sbindir@ | ||
187 | sharedstatedir = @sharedstatedir@ | ||
188 | so_ext = @so_ext@ | ||
189 | srcdir = @srcdir@ | ||
190 | sysconfdir = @sysconfdir@ | ||
191 | target = @target@ | ||
192 | target_alias = @target_alias@ | ||
193 | target_cpu = @target_cpu@ | ||
194 | target_os = @target_os@ | ||
195 | target_vendor = @target_vendor@ | ||
196 | top_builddir = @top_builddir@ | ||
197 | top_srcdir = @top_srcdir@ | ||
198 | LIBTOOL_DEPS = @LIBTOOL_DEPS@ | ||
199 | @ENABLE_DEMOS_FALSE@SUBDIRS = include ode tests | ||
200 | @ENABLE_DEMOS_TRUE@SUBDIRS = include drawstuff ode tests | ||
201 | bin_SCRIPTS = ode-config | ||
202 | all: all-recursive | ||
203 | |||
204 | .SUFFIXES: | ||
205 | am--refresh: | ||
206 | @: | ||
207 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
208 | @for dep in $?; do \ | ||
209 | case '$(am__configure_deps)' in \ | ||
210 | *$$dep*) \ | ||
211 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ | ||
212 | cd $(srcdir) && $(AUTOMAKE) --foreign \ | ||
213 | && exit 0; \ | ||
214 | exit 1;; \ | ||
215 | esac; \ | ||
216 | done; \ | ||
217 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | ||
218 | cd $(top_srcdir) && \ | ||
219 | $(AUTOMAKE) --foreign Makefile | ||
220 | .PRECIOUS: Makefile | ||
221 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
222 | @case '$?' in \ | ||
223 | *config.status*) \ | ||
224 | echo ' $(SHELL) ./config.status'; \ | ||
225 | $(SHELL) ./config.status;; \ | ||
226 | *) \ | ||
227 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | ||
228 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | ||
229 | esac; | ||
230 | |||
231 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
232 | $(SHELL) ./config.status --recheck | ||
233 | |||
234 | $(top_srcdir)/configure: $(am__configure_deps) | ||
235 | cd $(srcdir) && $(AUTOCONF) | ||
236 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
237 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | ||
238 | ode-config: $(top_builddir)/config.status $(srcdir)/ode-config.in | ||
239 | cd $(top_builddir) && $(SHELL) ./config.status $@ | ||
240 | install-binSCRIPTS: $(bin_SCRIPTS) | ||
241 | @$(NORMAL_INSTALL) | ||
242 | test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" | ||
243 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ | ||
244 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
245 | if test -f $$d$$p; then \ | ||
246 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ | ||
247 | echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ | ||
248 | $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ | ||
249 | else :; fi; \ | ||
250 | done | ||
251 | |||
252 | uninstall-binSCRIPTS: | ||
253 | @$(NORMAL_UNINSTALL) | ||
254 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ | ||
255 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ | ||
256 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ | ||
257 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ | ||
258 | done | ||
259 | |||
260 | # This directory's subdirectories are mostly independent; you can cd | ||
261 | # into them and run `make' without going through this Makefile. | ||
262 | # To change the values of `make' variables: instead of editing Makefiles, | ||
263 | # (1) if the variable is set in `config.status', edit `config.status' | ||
264 | # (which will cause the Makefiles to be regenerated when you run `make'); | ||
265 | # (2) otherwise, pass the desired values on the `make' command line. | ||
266 | $(RECURSIVE_TARGETS): | ||
267 | @failcom='exit 1'; \ | ||
268 | for f in x $$MAKEFLAGS; do \ | ||
269 | case $$f in \ | ||
270 | *=* | --[!k]*);; \ | ||
271 | *k*) failcom='fail=yes';; \ | ||
272 | esac; \ | ||
273 | done; \ | ||
274 | dot_seen=no; \ | ||
275 | target=`echo $@ | sed s/-recursive//`; \ | ||
276 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
277 | echo "Making $$target in $$subdir"; \ | ||
278 | if test "$$subdir" = "."; then \ | ||
279 | dot_seen=yes; \ | ||
280 | local_target="$$target-am"; \ | ||
281 | else \ | ||
282 | local_target="$$target"; \ | ||
283 | fi; \ | ||
284 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
285 | || eval $$failcom; \ | ||
286 | done; \ | ||
287 | if test "$$dot_seen" = "no"; then \ | ||
288 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||
289 | fi; test -z "$$fail" | ||
290 | |||
291 | $(RECURSIVE_CLEAN_TARGETS): | ||
292 | @failcom='exit 1'; \ | ||
293 | for f in x $$MAKEFLAGS; do \ | ||
294 | case $$f in \ | ||
295 | *=* | --[!k]*);; \ | ||
296 | *k*) failcom='fail=yes';; \ | ||
297 | esac; \ | ||
298 | done; \ | ||
299 | dot_seen=no; \ | ||
300 | case "$@" in \ | ||
301 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
302 | *) list='$(SUBDIRS)' ;; \ | ||
303 | esac; \ | ||
304 | rev=''; for subdir in $$list; do \ | ||
305 | if test "$$subdir" = "."; then :; else \ | ||
306 | rev="$$subdir $$rev"; \ | ||
307 | fi; \ | ||
308 | done; \ | ||
309 | rev="$$rev ."; \ | ||
310 | target=`echo $@ | sed s/-recursive//`; \ | ||
311 | for subdir in $$rev; do \ | ||
312 | echo "Making $$target in $$subdir"; \ | ||
313 | if test "$$subdir" = "."; then \ | ||
314 | local_target="$$target-am"; \ | ||
315 | else \ | ||
316 | local_target="$$target"; \ | ||
317 | fi; \ | ||
318 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
319 | || eval $$failcom; \ | ||
320 | done && test -z "$$fail" | ||
321 | tags-recursive: | ||
322 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
323 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
324 | done | ||
325 | ctags-recursive: | ||
326 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
327 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | ||
328 | done | ||
329 | |||
330 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
331 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
332 | unique=`for i in $$list; do \ | ||
333 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
334 | done | \ | ||
335 | $(AWK) ' { files[$$0] = 1; } \ | ||
336 | END { for (i in files) print i; }'`; \ | ||
337 | mkid -fID $$unique | ||
338 | tags: TAGS | ||
339 | |||
340 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
341 | $(TAGS_FILES) $(LISP) | ||
342 | tags=; \ | ||
343 | here=`pwd`; \ | ||
344 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||
345 | include_option=--etags-include; \ | ||
346 | empty_fix=.; \ | ||
347 | else \ | ||
348 | include_option=--include; \ | ||
349 | empty_fix=; \ | ||
350 | fi; \ | ||
351 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
352 | if test "$$subdir" = .; then :; else \ | ||
353 | test ! -f $$subdir/TAGS || \ | ||
354 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | ||
355 | fi; \ | ||
356 | done; \ | ||
357 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
358 | unique=`for i in $$list; do \ | ||
359 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
360 | done | \ | ||
361 | $(AWK) ' { files[$$0] = 1; } \ | ||
362 | END { for (i in files) print i; }'`; \ | ||
363 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | ||
364 | test -n "$$unique" || unique=$$empty_fix; \ | ||
365 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
366 | $$tags $$unique; \ | ||
367 | fi | ||
368 | ctags: CTAGS | ||
369 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
370 | $(TAGS_FILES) $(LISP) | ||
371 | tags=; \ | ||
372 | here=`pwd`; \ | ||
373 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
374 | unique=`for i in $$list; do \ | ||
375 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
376 | done | \ | ||
377 | $(AWK) ' { files[$$0] = 1; } \ | ||
378 | END { for (i in files) print i; }'`; \ | ||
379 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | ||
380 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
381 | $$tags $$unique | ||
382 | |||
383 | GTAGS: | ||
384 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
385 | && cd $(top_srcdir) \ | ||
386 | && gtags -i $(GTAGS_ARGS) $$here | ||
387 | |||
388 | distclean-tags: | ||
389 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
390 | |||
391 | distdir: $(DISTFILES) | ||
392 | $(am__remove_distdir) | ||
393 | test -d $(distdir) || mkdir $(distdir) | ||
394 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
395 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
396 | list='$(DISTFILES)'; \ | ||
397 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
398 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
399 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
400 | case $$dist_files in \ | ||
401 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
402 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
403 | sort -u` ;; \ | ||
404 | esac; \ | ||
405 | for file in $$dist_files; do \ | ||
406 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
407 | if test -d $$d/$$file; then \ | ||
408 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
409 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
410 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | ||
411 | fi; \ | ||
412 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | ||
413 | else \ | ||
414 | test -f $(distdir)/$$file \ | ||
415 | || cp -p $$d/$$file $(distdir)/$$file \ | ||
416 | || exit 1; \ | ||
417 | fi; \ | ||
418 | done | ||
419 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
420 | if test "$$subdir" = .; then :; else \ | ||
421 | test -d "$(distdir)/$$subdir" \ | ||
422 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | ||
423 | || exit 1; \ | ||
424 | distdir=`$(am__cd) $(distdir) && pwd`; \ | ||
425 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | ||
426 | (cd $$subdir && \ | ||
427 | $(MAKE) $(AM_MAKEFLAGS) \ | ||
428 | top_distdir="$$top_distdir" \ | ||
429 | distdir="$$distdir/$$subdir" \ | ||
430 | am__remove_distdir=: \ | ||
431 | am__skip_length_check=: \ | ||
432 | distdir) \ | ||
433 | || exit 1; \ | ||
434 | fi; \ | ||
435 | done | ||
436 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | ||
437 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | ||
438 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | ||
439 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | ||
440 | || chmod -R a+r $(distdir) | ||
441 | dist-gzip: distdir | ||
442 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | ||
443 | $(am__remove_distdir) | ||
444 | |||
445 | dist-bzip2: distdir | ||
446 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | ||
447 | $(am__remove_distdir) | ||
448 | |||
449 | dist-tarZ: distdir | ||
450 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | ||
451 | $(am__remove_distdir) | ||
452 | |||
453 | dist-shar: distdir | ||
454 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | ||
455 | $(am__remove_distdir) | ||
456 | |||
457 | dist dist-all: distdir | ||
458 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | ||
459 | $(am__remove_distdir) | ||
460 | |||
461 | # This target untars the dist file and tries a VPATH configuration. Then | ||
462 | # it guarantees that the distribution is self-contained by making another | ||
463 | # tarfile. | ||
464 | distcheck: dist | ||
465 | case '$(DIST_ARCHIVES)' in \ | ||
466 | *.tar.gz*) \ | ||
467 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | ||
468 | *.tar.bz2*) \ | ||
469 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | ||
470 | *.tar.Z*) \ | ||
471 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | ||
472 | *.shar.gz*) \ | ||
473 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | ||
474 | *.zip*) \ | ||
475 | unzip $(distdir).zip ;;\ | ||
476 | esac | ||
477 | chmod -R a-w $(distdir); chmod a+w $(distdir) | ||
478 | mkdir $(distdir)/_build | ||
479 | mkdir $(distdir)/_inst | ||
480 | chmod a-w $(distdir) | ||
481 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | ||
482 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | ||
483 | && cd $(distdir)/_build \ | ||
484 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | ||
485 | $(DISTCHECK_CONFIGURE_FLAGS) \ | ||
486 | && $(MAKE) $(AM_MAKEFLAGS) \ | ||
487 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
488 | && $(MAKE) $(AM_MAKEFLAGS) check \ | ||
489 | && $(MAKE) $(AM_MAKEFLAGS) install \ | ||
490 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | ||
491 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | ||
492 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | ||
493 | distuninstallcheck \ | ||
494 | && chmod -R a-w "$$dc_install_base" \ | ||
495 | && ({ \ | ||
496 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | ||
497 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | ||
498 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | ||
499 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | ||
500 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | ||
501 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | ||
502 | && rm -rf "$$dc_destdir" \ | ||
503 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | ||
504 | && rm -rf $(DIST_ARCHIVES) \ | ||
505 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | ||
506 | $(am__remove_distdir) | ||
507 | @(echo "$(distdir) archives ready for distribution: "; \ | ||
508 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | ||
509 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | ||
510 | distuninstallcheck: | ||
511 | @cd $(distuninstallcheck_dir) \ | ||
512 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | ||
513 | || { echo "ERROR: files left after uninstall:" ; \ | ||
514 | if test -n "$(DESTDIR)"; then \ | ||
515 | echo " (check DESTDIR support)"; \ | ||
516 | fi ; \ | ||
517 | $(distuninstallcheck_listfiles) ; \ | ||
518 | exit 1; } >&2 | ||
519 | distcleancheck: distclean | ||
520 | @if test '$(srcdir)' = . ; then \ | ||
521 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | ||
522 | exit 1 ; \ | ||
523 | fi | ||
524 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | ||
525 | || { echo "ERROR: files left in build directory after distclean:" ; \ | ||
526 | $(distcleancheck_listfiles) ; \ | ||
527 | exit 1; } >&2 | ||
528 | check-am: all-am | ||
529 | check: check-recursive | ||
530 | all-am: Makefile $(SCRIPTS) | ||
531 | installdirs: installdirs-recursive | ||
532 | installdirs-am: | ||
533 | for dir in "$(DESTDIR)$(bindir)"; do \ | ||
534 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
535 | done | ||
536 | install: install-recursive | ||
537 | install-exec: install-exec-recursive | ||
538 | install-data: install-data-recursive | ||
539 | uninstall: uninstall-recursive | ||
540 | |||
541 | install-am: all-am | ||
542 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
543 | |||
544 | installcheck: installcheck-recursive | ||
545 | install-strip: | ||
546 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
547 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
548 | `test -z '$(STRIP)' || \ | ||
549 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
550 | mostlyclean-generic: | ||
551 | |||
552 | clean-generic: | ||
553 | |||
554 | distclean-generic: | ||
555 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
556 | |||
557 | maintainer-clean-generic: | ||
558 | @echo "This command is intended for maintainers to use" | ||
559 | @echo "it deletes files that may require special tools to rebuild." | ||
560 | clean: clean-recursive | ||
561 | |||
562 | clean-am: clean-generic mostlyclean-am | ||
563 | |||
564 | distclean: distclean-recursive | ||
565 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
566 | -rm -f Makefile | ||
567 | distclean-am: clean-am distclean-generic distclean-tags | ||
568 | |||
569 | dvi: dvi-recursive | ||
570 | |||
571 | dvi-am: | ||
572 | |||
573 | html: html-recursive | ||
574 | |||
575 | info: info-recursive | ||
576 | |||
577 | info-am: | ||
578 | |||
579 | install-data-am: | ||
580 | |||
581 | install-dvi: install-dvi-recursive | ||
582 | |||
583 | install-exec-am: install-binSCRIPTS | ||
584 | @$(NORMAL_INSTALL) | ||
585 | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook | ||
586 | |||
587 | install-html: install-html-recursive | ||
588 | |||
589 | install-info: install-info-recursive | ||
590 | |||
591 | install-man: | ||
592 | |||
593 | install-pdf: install-pdf-recursive | ||
594 | |||
595 | install-ps: install-ps-recursive | ||
596 | |||
597 | installcheck-am: | ||
598 | |||
599 | maintainer-clean: maintainer-clean-recursive | ||
600 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
601 | -rm -rf $(top_srcdir)/autom4te.cache | ||
602 | -rm -f Makefile | ||
603 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
604 | |||
605 | mostlyclean: mostlyclean-recursive | ||
606 | |||
607 | mostlyclean-am: mostlyclean-generic | ||
608 | |||
609 | pdf: pdf-recursive | ||
610 | |||
611 | pdf-am: | ||
612 | |||
613 | ps: ps-recursive | ||
614 | |||
615 | ps-am: | ||
616 | |||
617 | uninstall-am: uninstall-binSCRIPTS | ||
618 | |||
619 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ | ||
620 | install-exec-am install-strip | ||
621 | |||
622 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | ||
623 | all all-am am--refresh check check-am clean clean-generic \ | ||
624 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | ||
625 | dist-shar dist-tarZ dist-zip distcheck distclean \ | ||
626 | distclean-generic distclean-tags distcleancheck distdir \ | ||
627 | distuninstallcheck dvi dvi-am html html-am info info-am \ | ||
628 | install install-am install-binSCRIPTS install-data \ | ||
629 | install-data-am install-dvi install-dvi-am install-exec \ | ||
630 | install-exec-am install-exec-hook install-html install-html-am \ | ||
631 | install-info install-info-am install-man install-pdf \ | ||
632 | install-pdf-am install-ps install-ps-am install-strip \ | ||
633 | installcheck installcheck-am installdirs installdirs-am \ | ||
634 | maintainer-clean maintainer-clean-generic mostlyclean \ | ||
635 | mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ | ||
636 | uninstall uninstall-am uninstall-binSCRIPTS | ||
637 | |||
638 | libtool: $(LIBTOOL_DEPS) | ||
639 | $(SHELL) ./config.status --recheck | ||
640 | |||
641 | # Utility rule for making a release | ||
642 | release: dist dist-bz2 dist-zip | ||
643 | @echo Created release packages for ${PACKAGE}-${VERSION}. | ||
644 | |||
645 | # Rules for creating .tar.bz2 and .zip packages | ||
646 | dist-bz2: ${PACKAGE}-${VERSION}.tar.gz | ||
647 | gzip -dc ${PACKAGE}-${VERSION}.tar.gz | bzip2 > ${PACKAGE}-${VERSION}.tar.bz2 | ||
648 | |||
649 | dist-zip: ${PACKAGE}-${VERSION}.tar.gz | ||
650 | tar -zxf ${PACKAGE}-${VERSION}.tar.gz && \ | ||
651 | zip -r ${PACKAGE}-${VERSION}.zip ${PACKAGE}-${VERSION} && \ | ||
652 | rm -rf ${PACKAGE}-${VERSION} | ||
653 | |||
654 | @USE_SONAME_TRUE@install-exec-hook: | ||
655 | @USE_SONAME_TRUE@ ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ | ||
656 | @USE_SONAME_TRUE@ $(libdir)/libode.so | ||
657 | @USE_SONAME_TRUE@ ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ | ||
658 | @USE_SONAME_TRUE@ $(libdir)/@ODE_SONAME@ | ||
659 | @USE_SONAME_TRUE@ ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ | ||
660 | @USE_SONAME_TRUE@ $(libdir)/@ODE_SONAME@.@ODE_REVISION@ | ||
661 | @USE_SONAME_TRUE@ /sbin/ldconfig | ||
662 | @USE_SONAME_FALSE@install-exec-hook: | ||
663 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
664 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
665 | .NOEXPORT: | ||