Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

[Physik] add ode-0.9

File size: 18.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@
36noinst_PROGRAMS = ode_unit_test$(EXEEXT)
37subdir = tests
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.in
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42        $(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/include/ode/config.h
45CONFIG_CLEAN_FILES =
46PROGRAMS = $(noinst_PROGRAMS)
47am_ode_unit_test_OBJECTS = main.$(OBJEXT) box_sphere.$(OBJEXT)
48ode_unit_test_OBJECTS = $(am_ode_unit_test_OBJECTS)
49ode_unit_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
50        $(ode_unit_test_LDFLAGS) $(LDFLAGS) -o $@
51DEFAULT_INCLUDES = -I. -I$(top_builddir)/include/ode@am__isrc@
52depcomp = $(SHELL) $(top_srcdir)/depcomp
53am__depfiles_maybe = depfiles
54CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
55        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
56CXXLD = $(CXX)
57CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
58        -o $@
59SOURCES = $(ode_unit_test_SOURCES)
60DIST_SOURCES = $(ode_unit_test_SOURCES)
61RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62        html-recursive info-recursive install-data-recursive \
63        install-dvi-recursive install-exec-recursive \
64        install-html-recursive install-info-recursive \
65        install-pdf-recursive install-ps-recursive install-recursive \
66        installcheck-recursive installdirs-recursive pdf-recursive \
67        ps-recursive uninstall-recursive
68RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69  distclean-recursive maintainer-clean-recursive
70ETAGS = etags
71CTAGS = ctags
72DIST_SUBDIRS = $(SUBDIRS)
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74ACLOCAL = @ACLOCAL@
75ALLOCA = @ALLOCA@
76AMTAR = @AMTAR@
77ARCHFLAGS = @ARCHFLAGS@
78AUTOCONF = @AUTOCONF@
79AUTOHEADER = @AUTOHEADER@
80AUTOMAKE = @AUTOMAKE@
81AWK = @AWK@
82CC = @CC@
83CCDEPMODE = @CCDEPMODE@
84CFLAGS = @CFLAGS@
85CPP = @CPP@
86CPPFLAGS = @CPPFLAGS@
87CXX = @CXX@
88CXXDEPMODE = @CXXDEPMODE@
89CXXFLAGS = @CXXFLAGS@
90CYGPATH_W = @CYGPATH_W@
91DEFS = @DEFS@
92DEPDIR = @DEPDIR@
93DRAWSTUFF = @DRAWSTUFF@
94ECHO_C = @ECHO_C@
95ECHO_N = @ECHO_N@
96ECHO_T = @ECHO_T@
97EGREP = @EGREP@
98EXEEXT = @EXEEXT@
99GL_LIBS = @GL_LIBS@
100GREP = @GREP@
101INSTALL = @INSTALL@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106LDFLAGS = @LDFLAGS@
107LIBOBJS = @LIBOBJS@
108LIBS = @LIBS@
109LTLIBOBJS = @LTLIBOBJS@
110MAKEINFO = @MAKEINFO@
111MKDIR_P = @MKDIR_P@
112OBJEXT = @OBJEXT@
113ODE_AGE = @ODE_AGE@
114ODE_CURRENT = @ODE_CURRENT@
115ODE_RELEASE = @ODE_RELEASE@
116ODE_REVISION = @ODE_REVISION@
117ODE_SONAME = @ODE_SONAME@
118PACKAGE = @PACKAGE@
119PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
120PACKAGE_NAME = @PACKAGE_NAME@
121PACKAGE_STRING = @PACKAGE_STRING@
122PACKAGE_TARNAME = @PACKAGE_TARNAME@
123PACKAGE_VERSION = @PACKAGE_VERSION@
124PATH_SEPARATOR = @PATH_SEPARATOR@
125RANLIB = @RANLIB@
126SET_MAKE = @SET_MAKE@
127SHARED_LDFLAGS = @SHARED_LDFLAGS@
128SHELL = @SHELL@
129STRIP = @STRIP@
130TOPDIR = @TOPDIR@
131VERSION = @VERSION@
132WINDRES = @WINDRES@
133XMKMF = @XMKMF@
134X_CFLAGS = @X_CFLAGS@
135X_EXTRA_LIBS = @X_EXTRA_LIBS@
136X_LIBS = @X_LIBS@
137X_PRE_LIBS = @X_PRE_LIBS@
138abs_builddir = @abs_builddir@
139abs_srcdir = @abs_srcdir@
140abs_top_builddir = @abs_top_builddir@
141abs_top_srcdir = @abs_top_srcdir@
142ac_ct_CC = @ac_ct_CC@
143ac_ct_CXX = @ac_ct_CXX@
144ac_ct_WINDRES = @ac_ct_WINDRES@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156builddir = @builddir@
157datadir = @datadir@
158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167htmldir = @htmldir@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171libdir = @libdir@
172libexecdir = @libexecdir@
173localedir = @localedir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178pdfdir = @pdfdir@
179prefix = @prefix@
180program_transform_name = @program_transform_name@
181psdir = @psdir@
182sbindir = @sbindir@
183sharedstatedir = @sharedstatedir@
184so_ext = @so_ext@
185srcdir = @srcdir@
186sysconfdir = @sysconfdir@
187target = @target@
188target_alias = @target_alias@
189target_cpu = @target_cpu@
190target_os = @target_os@
191target_vendor = @target_vendor@
192top_builddir = @top_builddir@
193top_srcdir = @top_srcdir@
194SUBDIRS = CppTestHarness
195AM_CXXFLAGS = @ARCHFLAGS@ @CXXFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/tests/CppTestHarness -I$(top_builddir)/include
196AM_CFLAGS = @ARCHFLAGS@ @CXXFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/tests/CppTestHarness -I$(top_builddir)/include
197ode_unit_test_SOURCES = \
198  main.cpp \
199  colliders/box_sphere.cpp
200
201ode_unit_test_DEPENDENCIES = \
202  $(top_builddir)/ode/src/libode.a \
203  $(top_builddir)/tests/CppTestHarness/libodetest.a
204
205ode_unit_test_LDFLAGS = \
206  -L$(top_builddir)/ode/src \
207  -L$(top_builddir)/tests/CppTestHarness \
208  @LDFLAGS@
209
210ode_unit_test_LDADD = \
211  $(top_builddir)/ode/src/libode.a \
212  $(top_builddir)/tests/CppTestHarness/libodetest.a \
213  @GL_LIBS@ @LIBS@
214
215all: all-recursive
216
217.SUFFIXES:
218.SUFFIXES: .cpp .o .obj
219$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
220        @for dep in $?; do \
221          case '$(am__configure_deps)' in \
222            *$$dep*) \
223              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
224                && exit 0; \
225              exit 1;; \
226          esac; \
227        done; \
228        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
229        cd $(top_srcdir) && \
230          $(AUTOMAKE) --foreign  tests/Makefile
231.PRECIOUS: Makefile
232Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233        @case '$?' in \
234          *config.status*) \
235            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
236          *) \
237            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
239        esac;
240
241$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244$(top_srcdir)/configure:  $(am__configure_deps)
245        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
247        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249clean-noinstPROGRAMS:
250        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
251ode_unit_test$(EXEEXT): $(ode_unit_test_OBJECTS) $(ode_unit_test_DEPENDENCIES)
252        @rm -f ode_unit_test$(EXEEXT)
253        $(ode_unit_test_LINK) $(ode_unit_test_OBJECTS) $(ode_unit_test_LDADD) $(LIBS)
254
255mostlyclean-compile:
256        -rm -f *.$(OBJEXT)
257
258distclean-compile:
259        -rm -f *.tab.c
260
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_sphere.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
263
264.cpp.o:
265@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
266@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
270
271.cpp.obj:
272@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
273@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
277
278box_sphere.o: colliders/box_sphere.cpp
279@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT box_sphere.o -MD -MP -MF $(DEPDIR)/box_sphere.Tpo -c -o box_sphere.o `test -f 'colliders/box_sphere.cpp' || echo '$(srcdir)/'`colliders/box_sphere.cpp
280@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/box_sphere.Tpo $(DEPDIR)/box_sphere.Po
281@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='colliders/box_sphere.cpp' object='box_sphere.o' libtool=no @AMDEPBACKSLASH@
282@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o box_sphere.o `test -f 'colliders/box_sphere.cpp' || echo '$(srcdir)/'`colliders/box_sphere.cpp
284
285box_sphere.obj: colliders/box_sphere.cpp
286@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT box_sphere.obj -MD -MP -MF $(DEPDIR)/box_sphere.Tpo -c -o box_sphere.obj `if test -f 'colliders/box_sphere.cpp'; then $(CYGPATH_W) 'colliders/box_sphere.cpp'; else $(CYGPATH_W) '$(srcdir)/colliders/box_sphere.cpp'; fi`
287@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/box_sphere.Tpo $(DEPDIR)/box_sphere.Po
288@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='colliders/box_sphere.cpp' object='box_sphere.obj' libtool=no @AMDEPBACKSLASH@
289@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o box_sphere.obj `if test -f 'colliders/box_sphere.cpp'; then $(CYGPATH_W) 'colliders/box_sphere.cpp'; else $(CYGPATH_W) '$(srcdir)/colliders/box_sphere.cpp'; fi`
291
292# This directory's subdirectories are mostly independent; you can cd
293# into them and run `make' without going through this Makefile.
294# To change the values of `make' variables: instead of editing Makefiles,
295# (1) if the variable is set in `config.status', edit `config.status'
296#     (which will cause the Makefiles to be regenerated when you run `make');
297# (2) otherwise, pass the desired values on the `make' command line.
298$(RECURSIVE_TARGETS):
299        @failcom='exit 1'; \
300        for f in x $$MAKEFLAGS; do \
301          case $$f in \
302            *=* | --[!k]*);; \
303            *k*) failcom='fail=yes';; \
304          esac; \
305        done; \
306        dot_seen=no; \
307        target=`echo $@ | sed s/-recursive//`; \
308        list='$(SUBDIRS)'; for subdir in $$list; do \
309          echo "Making $$target in $$subdir"; \
310          if test "$$subdir" = "."; then \
311            dot_seen=yes; \
312            local_target="$$target-am"; \
313          else \
314            local_target="$$target"; \
315          fi; \
316          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
317          || eval $$failcom; \
318        done; \
319        if test "$$dot_seen" = "no"; then \
320          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
321        fi; test -z "$$fail"
322
323$(RECURSIVE_CLEAN_TARGETS):
324        @failcom='exit 1'; \
325        for f in x $$MAKEFLAGS; do \
326          case $$f in \
327            *=* | --[!k]*);; \
328            *k*) failcom='fail=yes';; \
329          esac; \
330        done; \
331        dot_seen=no; \
332        case "$@" in \
333          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
334          *) list='$(SUBDIRS)' ;; \
335        esac; \
336        rev=''; for subdir in $$list; do \
337          if test "$$subdir" = "."; then :; else \
338            rev="$$subdir $$rev"; \
339          fi; \
340        done; \
341        rev="$$rev ."; \
342        target=`echo $@ | sed s/-recursive//`; \
343        for subdir in $$rev; do \
344          echo "Making $$target in $$subdir"; \
345          if test "$$subdir" = "."; then \
346            local_target="$$target-am"; \
347          else \
348            local_target="$$target"; \
349          fi; \
350          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351          || eval $$failcom; \
352        done && test -z "$$fail"
353tags-recursive:
354        list='$(SUBDIRS)'; for subdir in $$list; do \
355          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
356        done
357ctags-recursive:
358        list='$(SUBDIRS)'; for subdir in $$list; do \
359          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
360        done
361
362ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364        unique=`for i in $$list; do \
365            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366          done | \
367          $(AWK) '    { files[$$0] = 1; } \
368               END { for (i in files) print i; }'`; \
369        mkid -fID $$unique
370tags: TAGS
371
372TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373                $(TAGS_FILES) $(LISP)
374        tags=; \
375        here=`pwd`; \
376        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
377          include_option=--etags-include; \
378          empty_fix=.; \
379        else \
380          include_option=--include; \
381          empty_fix=; \
382        fi; \
383        list='$(SUBDIRS)'; for subdir in $$list; do \
384          if test "$$subdir" = .; then :; else \
385            test ! -f $$subdir/TAGS || \
386              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
387          fi; \
388        done; \
389        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390        unique=`for i in $$list; do \
391            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392          done | \
393          $(AWK) '    { files[$$0] = 1; } \
394               END { for (i in files) print i; }'`; \
395        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
396          test -n "$$unique" || unique=$$empty_fix; \
397          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398            $$tags $$unique; \
399        fi
400ctags: CTAGS
401CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402                $(TAGS_FILES) $(LISP)
403        tags=; \
404        here=`pwd`; \
405        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406        unique=`for i in $$list; do \
407            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408          done | \
409          $(AWK) '    { files[$$0] = 1; } \
410               END { for (i in files) print i; }'`; \
411        test -z "$(CTAGS_ARGS)$$tags$$unique" \
412          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413             $$tags $$unique
414
415GTAGS:
416        here=`$(am__cd) $(top_builddir) && pwd` \
417          && cd $(top_srcdir) \
418          && gtags -i $(GTAGS_ARGS) $$here
419
420distclean-tags:
421        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
422
423distdir: $(DISTFILES)
424        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426        list='$(DISTFILES)'; \
427          dist_files=`for file in $$list; do echo $$file; done | \
428          sed -e "s|^$$srcdirstrip/||;t" \
429              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430        case $$dist_files in \
431          */*) $(MKDIR_P) `echo "$$dist_files" | \
432                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433                           sort -u` ;; \
434        esac; \
435        for file in $$dist_files; do \
436          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437          if test -d $$d/$$file; then \
438            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441            fi; \
442            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
443          else \
444            test -f $(distdir)/$$file \
445            || cp -p $$d/$$file $(distdir)/$$file \
446            || exit 1; \
447          fi; \
448        done
449        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450          if test "$$subdir" = .; then :; else \
451            test -d "$(distdir)/$$subdir" \
452            || $(MKDIR_P) "$(distdir)/$$subdir" \
453            || exit 1; \
454            distdir=`$(am__cd) $(distdir) && pwd`; \
455            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456            (cd $$subdir && \
457              $(MAKE) $(AM_MAKEFLAGS) \
458                top_distdir="$$top_distdir" \
459                distdir="$$distdir/$$subdir" \
460                am__remove_distdir=: \
461                am__skip_length_check=: \
462                distdir) \
463              || exit 1; \
464          fi; \
465        done
466check-am: all-am
467check: check-recursive
468all-am: Makefile $(PROGRAMS)
469installdirs: installdirs-recursive
470installdirs-am:
471install: install-recursive
472install-exec: install-exec-recursive
473install-data: install-data-recursive
474uninstall: uninstall-recursive
475
476install-am: all-am
477        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479installcheck: installcheck-recursive
480install-strip:
481        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483          `test -z '$(STRIP)' || \
484            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
485mostlyclean-generic:
486
487clean-generic:
488
489distclean-generic:
490        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
491
492maintainer-clean-generic:
493        @echo "This command is intended for maintainers to use"
494        @echo "it deletes files that may require special tools to rebuild."
495clean: clean-recursive
496
497clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
498
499distclean: distclean-recursive
500        -rm -rf ./$(DEPDIR)
501        -rm -f Makefile
502distclean-am: clean-am distclean-compile distclean-generic \
503        distclean-tags
504
505dvi: dvi-recursive
506
507dvi-am:
508
509html: html-recursive
510
511info: info-recursive
512
513info-am:
514
515install-data-am:
516
517install-dvi: install-dvi-recursive
518
519install-exec-am:
520
521install-html: install-html-recursive
522
523install-info: install-info-recursive
524
525install-man:
526
527install-pdf: install-pdf-recursive
528
529install-ps: install-ps-recursive
530
531installcheck-am:
532
533maintainer-clean: maintainer-clean-recursive
534        -rm -rf ./$(DEPDIR)
535        -rm -f Makefile
536maintainer-clean-am: distclean-am maintainer-clean-generic
537
538mostlyclean: mostlyclean-recursive
539
540mostlyclean-am: mostlyclean-compile mostlyclean-generic
541
542pdf: pdf-recursive
543
544pdf-am:
545
546ps: ps-recursive
547
548ps-am:
549
550uninstall-am:
551
552.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
553        install-strip
554
555.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
556        all all-am check check-am clean clean-generic \
557        clean-noinstPROGRAMS ctags ctags-recursive distclean \
558        distclean-compile distclean-generic distclean-tags distdir dvi \
559        dvi-am html html-am info info-am install install-am \
560        install-data install-data-am install-dvi install-dvi-am \
561        install-exec install-exec-am install-html install-html-am \
562        install-info install-info-am install-man install-pdf \
563        install-pdf-am install-ps install-ps-am install-strip \
564        installcheck installcheck-am installdirs installdirs-am \
565        maintainer-clean maintainer-clean-generic mostlyclean \
566        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
567        tags tags-recursive uninstall uninstall-am
568
569# Tell versions [3.59,3.63) of GNU make to not export all variables.
570# Otherwise a system limit (for SysV at least) may be exceeded.
571.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.