Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/Makefile.in @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 20.7 KB
Line 
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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
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 = @build@
34host_triplet = @host@
35target_triplet = @target@
36subdir = .
37DIST_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
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46 configure.lineno config.status.lineno
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/include/ode/config.h
49CONFIG_CLEAN_FILES = ode-config
50am__installdirs = "$(DESTDIR)$(bindir)"
51binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
52SCRIPTS = $(bin_SCRIPTS)
53SOURCES =
54DIST_SOURCES =
55RECURSIVE_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
62RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63  distclean-recursive maintainer-clean-recursive
64ETAGS = etags
65CTAGS = ctags
66DIST_SUBDIRS = include ode tests drawstuff
67DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68distdir = $(PACKAGE)-$(VERSION)
69top_distdir = $(distdir)
70am__remove_distdir = \
71  { test ! -d $(distdir) \
72    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
73         && rm -fr $(distdir); }; }
74DIST_ARCHIVES = $(distdir).tar.gz
75GZIP_ENV = --best
76distuninstallcheck_listfiles = find . -type f -print
77distcleancheck_listfiles = find . -type f -print
78ACLOCAL = @ACLOCAL@
79ALLOCA = @ALLOCA@
80AMTAR = @AMTAR@
81ARCHFLAGS = @ARCHFLAGS@
82AUTOCONF = @AUTOCONF@
83AUTOHEADER = @AUTOHEADER@
84AUTOMAKE = @AUTOMAKE@
85AWK = @AWK@
86CC = @CC@
87CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
89CPP = @CPP@
90CPPFLAGS = @CPPFLAGS@
91CXX = @CXX@
92CXXDEPMODE = @CXXDEPMODE@
93CXXFLAGS = @CXXFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEFS = @DEFS@
96DEPDIR = @DEPDIR@
97DRAWSTUFF = @DRAWSTUFF@
98ECHO_C = @ECHO_C@
99ECHO_N = @ECHO_N@
100ECHO_T = @ECHO_T@
101EGREP = @EGREP@
102EXEEXT = @EXEEXT@
103GL_LIBS = @GL_LIBS@
104GREP = @GREP@
105INSTALL = @INSTALL@
106INSTALL_DATA = @INSTALL_DATA@
107INSTALL_PROGRAM = @INSTALL_PROGRAM@
108INSTALL_SCRIPT = @INSTALL_SCRIPT@
109INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110LDFLAGS = @LDFLAGS@
111LIBOBJS = @LIBOBJS@
112LIBS = @LIBS@
113LTLIBOBJS = @LTLIBOBJS@
114MAKEINFO = @MAKEINFO@
115MKDIR_P = @MKDIR_P@
116OBJEXT = @OBJEXT@
117ODE_AGE = @ODE_AGE@
118ODE_CURRENT = @ODE_CURRENT@
119ODE_RELEASE = @ODE_RELEASE@
120ODE_REVISION = @ODE_REVISION@
121ODE_SONAME = @ODE_SONAME@
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129RANLIB = @RANLIB@
130SET_MAKE = @SET_MAKE@
131SHARED_LDFLAGS = @SHARED_LDFLAGS@
132SHELL = @SHELL@
133STRIP = @STRIP@
134TOPDIR = @TOPDIR@
135VERSION = @VERSION@
136WINDRES = @WINDRES@
137XMKMF = @XMKMF@
138X_CFLAGS = @X_CFLAGS@
139X_EXTRA_LIBS = @X_EXTRA_LIBS@
140X_LIBS = @X_LIBS@
141X_PRE_LIBS = @X_PRE_LIBS@
142abs_builddir = @abs_builddir@
143abs_srcdir = @abs_srcdir@
144abs_top_builddir = @abs_top_builddir@
145abs_top_srcdir = @abs_top_srcdir@
146ac_ct_CC = @ac_ct_CC@
147ac_ct_CXX = @ac_ct_CXX@
148ac_ct_WINDRES = @ac_ct_WINDRES@
149am__include = @am__include@
150am__leading_dot = @am__leading_dot@
151am__quote = @am__quote@
152am__tar = @am__tar@
153am__untar = @am__untar@
154bindir = @bindir@
155build = @build@
156build_alias = @build_alias@
157build_cpu = @build_cpu@
158build_os = @build_os@
159build_vendor = @build_vendor@
160builddir = @builddir@
161datadir = @datadir@
162datarootdir = @datarootdir@
163docdir = @docdir@
164dvidir = @dvidir@
165exec_prefix = @exec_prefix@
166host = @host@
167host_alias = @host_alias@
168host_cpu = @host_cpu@
169host_os = @host_os@
170host_vendor = @host_vendor@
171htmldir = @htmldir@
172includedir = @includedir@
173infodir = @infodir@
174install_sh = @install_sh@
175libdir = @libdir@
176libexecdir = @libexecdir@
177localedir = @localedir@
178localstatedir = @localstatedir@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181oldincludedir = @oldincludedir@
182pdfdir = @pdfdir@
183prefix = @prefix@
184program_transform_name = @program_transform_name@
185psdir = @psdir@
186sbindir = @sbindir@
187sharedstatedir = @sharedstatedir@
188so_ext = @so_ext@
189srcdir = @srcdir@
190sysconfdir = @sysconfdir@
191target = @target@
192target_alias = @target_alias@
193target_cpu = @target_cpu@
194target_os = @target_os@
195target_vendor = @target_vendor@
196top_builddir = @top_builddir@
197top_srcdir = @top_srcdir@
198LIBTOOL_DEPS = @LIBTOOL_DEPS@
199@ENABLE_DEMOS_FALSE@SUBDIRS = include ode tests
200@ENABLE_DEMOS_TRUE@SUBDIRS = include drawstuff ode tests
201bin_SCRIPTS = ode-config
202all: all-recursive
203
204.SUFFIXES:
205am--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
221Makefile: $(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)
238ode-config: $(top_builddir)/config.status $(srcdir)/ode-config.in
239        cd $(top_builddir) && $(SHELL) ./config.status $@
240install-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
252uninstall-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"
321tags-recursive:
322        list='$(SUBDIRS)'; for subdir in $$list; do \
323          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
324        done
325ctags-recursive:
326        list='$(SUBDIRS)'; for subdir in $$list; do \
327          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
328        done
329
330ID: $(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
338tags: TAGS
339
340TAGS: 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
368ctags: CTAGS
369CTAGS: 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
383GTAGS:
384        here=`$(am__cd) $(top_builddir) && pwd` \
385          && cd $(top_srcdir) \
386          && gtags -i $(GTAGS_ARGS) $$here
387
388distclean-tags:
389        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
390
391distdir: $(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)
441dist-gzip: distdir
442        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
443        $(am__remove_distdir)
444
445dist-bzip2: distdir
446        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
447        $(am__remove_distdir)
448
449dist-tarZ: distdir
450        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
451        $(am__remove_distdir)
452
453dist-shar: distdir
454        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
455        $(am__remove_distdir)
456
457dist 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.
464distcheck: 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'
510distuninstallcheck:
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
519distcleancheck: 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
528check-am: all-am
529check: check-recursive
530all-am: Makefile $(SCRIPTS)
531installdirs: installdirs-recursive
532installdirs-am:
533        for dir in "$(DESTDIR)$(bindir)"; do \
534          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
535        done
536install: install-recursive
537install-exec: install-exec-recursive
538install-data: install-data-recursive
539uninstall: uninstall-recursive
540
541install-am: all-am
542        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543
544installcheck: installcheck-recursive
545install-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
550mostlyclean-generic:
551
552clean-generic:
553
554distclean-generic:
555        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556
557maintainer-clean-generic:
558        @echo "This command is intended for maintainers to use"
559        @echo "it deletes files that may require special tools to rebuild."
560clean: clean-recursive
561
562clean-am: clean-generic mostlyclean-am
563
564distclean: distclean-recursive
565        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
566        -rm -f Makefile
567distclean-am: clean-am distclean-generic distclean-tags
568
569dvi: dvi-recursive
570
571dvi-am:
572
573html: html-recursive
574
575info: info-recursive
576
577info-am:
578
579install-data-am:
580
581install-dvi: install-dvi-recursive
582
583install-exec-am: install-binSCRIPTS
584        @$(NORMAL_INSTALL)
585        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
586
587install-html: install-html-recursive
588
589install-info: install-info-recursive
590
591install-man:
592
593install-pdf: install-pdf-recursive
594
595install-ps: install-ps-recursive
596
597installcheck-am:
598
599maintainer-clean: maintainer-clean-recursive
600        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
601        -rm -rf $(top_srcdir)/autom4te.cache
602        -rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
617uninstall-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
638libtool: $(LIBTOOL_DEPS)
639        $(SHELL) ./config.status --recheck
640
641# Utility rule for making a release
642release: dist dist-bz2 dist-zip
643        @echo Created release packages for ${PACKAGE}-${VERSION}.
644
645# Rules for creating .tar.bz2 and .zip packages
646dist-bz2: ${PACKAGE}-${VERSION}.tar.gz
647        gzip -dc ${PACKAGE}-${VERSION}.tar.gz | bzip2 > ${PACKAGE}-${VERSION}.tar.bz2
648
649dist-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:
Note: See TracBrowser for help on using the repository browser.