Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/collision_detection/Makefile.in @ 5412

Last change on this file since 5412 was 5412, checked in by bensch, 19 years ago

orxonox/trunk: subprojects compile again (but with many segfaults)

File size: 15.3 KB
Line 
1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  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
18SOURCES = $(libORXcd_la_SOURCES)
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = ../../..
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40host_triplet = @host@
41subdir = src/lib/collision_detection
42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43        $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47        $(ACLOCAL_M4)
48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51LTLIBRARIES = $(noinst_LTLIBRARIES)
52libORXcd_la_LIBADD =
53am_libORXcd_la_OBJECTS = cd_engine.lo collision.lo obb.lo obb_tree.lo \
54        obb_tree_node.lo bv_tree.lo bv_tree_node.lo bounding_volume.lo \
55        bounding_sphere.lo
56libORXcd_la_OBJECTS = $(am_libORXcd_la_OBJECTS)
57DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
58depcomp = $(SHELL) $(top_srcdir)/depcomp
59am__depfiles_maybe = depfiles
60@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bounding_sphere.Plo \
61@AMDEP_TRUE@    ./$(DEPDIR)/bounding_volume.Plo \
62@AMDEP_TRUE@    ./$(DEPDIR)/bv_tree.Plo \
63@AMDEP_TRUE@    ./$(DEPDIR)/bv_tree_node.Plo \
64@AMDEP_TRUE@    ./$(DEPDIR)/cd_engine.Plo \
65@AMDEP_TRUE@    ./$(DEPDIR)/collision.Plo ./$(DEPDIR)/obb.Plo \
66@AMDEP_TRUE@    ./$(DEPDIR)/obb_tree.Plo \
67@AMDEP_TRUE@    ./$(DEPDIR)/obb_tree_node.Plo
68CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
71        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72        $(AM_CXXFLAGS) $(CXXFLAGS)
73CXXLD = $(CXX)
74CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
75        $(AM_LDFLAGS) $(LDFLAGS) -o $@
76SOURCES = $(libORXcd_la_SOURCES)
77DIST_SOURCES = $(libORXcd_la_SOURCES)
78HEADERS = $(noinst_HEADERS)
79ETAGS = etags
80CTAGS = ctags
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82ACLOCAL = @ACLOCAL@
83AMDEP_FALSE = @AMDEP_FALSE@
84AMDEP_TRUE = @AMDEP_TRUE@
85AMTAR = @AMTAR@
86AR = @AR@
87AUTOCONF = @AUTOCONF@
88AUTOHEADER = @AUTOHEADER@
89AUTOMAKE = @AUTOMAKE@
90AWK = @AWK@
91CC = @CC@
92CCDEPMODE = @CCDEPMODE@
93CFLAGS = @CFLAGS@
94CPP = @CPP@
95CPPFLAGS = @CPPFLAGS@
96CURL_CFLAGS = @CURL_CFLAGS@
97CURL_LIBS = @CURL_LIBS@
98CXX = @CXX@
99CXXCPP = @CXXCPP@
100CXXDEPMODE = @CXXDEPMODE@
101CXXFLAGS = @CXXFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DEBUG = @DEBUG@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
106DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@
107DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@
108DOXYGEN = @DOXYGEN@
109DOXYGEN_FALSE = @DOXYGEN_FALSE@
110DOXYGEN_TRUE = @DOXYGEN_TRUE@
111ECHO = @ECHO@
112ECHO_C = @ECHO_C@
113ECHO_N = @ECHO_N@
114ECHO_T = @ECHO_T@
115EGREP = @EGREP@
116EXEEXT = @EXEEXT@
117F77 = @F77@
118FFLAGS = @FFLAGS@
119GPROF = @GPROF@
120GTK2_CFLAGS = @GTK2_CFLAGS@
121GTK2_LIBS = @GTK2_LIBS@
122HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
123HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
124HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
125HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
126INSTALL_DATA = @INSTALL_DATA@
127INSTALL_PROGRAM = @INSTALL_PROGRAM@
128INSTALL_SCRIPT = @INSTALL_SCRIPT@
129INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130LDFLAGS = @LDFLAGS@
131LIBOBJS = @LIBOBJS@
132LIBS = @LIBS@
133LIBTOOL = @LIBTOOL@
134LN_S = @LN_S@
135LTLIBOBJS = @LTLIBOBJS@
136MAKEINFO = @MAKEINFO@
137MSBITFIELDS = @MSBITFIELDS@
138OBJEXT = @OBJEXT@
139PACKAGE = @PACKAGE@
140PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141PACKAGE_NAME = @PACKAGE_NAME@
142PACKAGE_STRING = @PACKAGE_STRING@
143PACKAGE_TARNAME = @PACKAGE_TARNAME@
144PACKAGE_VERSION = @PACKAGE_VERSION@
145PATH_SEPARATOR = @PATH_SEPARATOR@
146PKG_CONFIG = @PKG_CONFIG@
147RANLIB = @RANLIB@
148SET_MAKE = @SET_MAKE@
149SHELL = @SHELL@
150STRIP = @STRIP@
151SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
152SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
153VERSION = @VERSION@
154ac_ct_AR = @ac_ct_AR@
155ac_ct_CC = @ac_ct_CC@
156ac_ct_CXX = @ac_ct_CXX@
157ac_ct_F77 = @ac_ct_F77@
158ac_ct_RANLIB = @ac_ct_RANLIB@
159ac_ct_STRIP = @ac_ct_STRIP@
160am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
161am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
162am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
163am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
164am__include = @am__include@
165am__leading_dot = @am__leading_dot@
166am__quote = @am__quote@
167bindir = @bindir@
168build = @build@
169build_alias = @build_alias@
170build_cpu = @build_cpu@
171build_os = @build_os@
172build_vendor = @build_vendor@
173datadir = @datadir@
174exec_prefix = @exec_prefix@
175host = @host@
176host_alias = @host_alias@
177host_cpu = @host_cpu@
178host_os = @host_os@
179host_vendor = @host_vendor@
180includedir = @includedir@
181infodir = @infodir@
182install_sh = @install_sh@
183libdir = @libdir@
184libexecdir = @libexecdir@
185localstatedir = @localstatedir@
186mandir = @mandir@
187mkdir_p = @mkdir_p@
188oldincludedir = @oldincludedir@
189prefix = @prefix@
190program_transform_name = @program_transform_name@
191sbindir = @sbindir@
192sharedstatedir = @sharedstatedir@
193sysconfdir = @sysconfdir@
194target = @target@
195target_alias = @target_alias@
196target_cpu = @target_cpu@
197target_os = @target_os@
198target_vendor = @target_vendor@
199MAINSRCDIR = ../..
200noinst_LTLIBRARIES = libORXcd.la
201libORXcd_la_SOURCES = cd_engine.cc \
202                      collision.cc \
203                      obb.cc \
204                      obb_tree.cc \
205                      obb_tree_node.cc \
206                      bv_tree.cc \
207                      bv_tree_node.cc \
208                      bounding_volume.cc \
209                      bounding_sphere.cc
210
211noinst_HEADERS = cd_engine.h \
212                     collision_defs.h \
213                     collision.h \
214                     obb.h \
215                     obb_tree.h \
216                     obb_tree_node.h \
217                     bv_tree.h \
218                     bv_tree_node.h \
219                     bounding_volume.h \
220                     bounding_sphere.h \
221                     lin_alg.h
222
223all: all-am
224
225.SUFFIXES:
226.SUFFIXES: .cc .lo .o .obj
227$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
228        @for dep in $?; do \
229          case '$(am__configure_deps)' in \
230            *$$dep*) \
231              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
232                && exit 0; \
233              exit 1;; \
234          esac; \
235        done; \
236        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/collision_detection/Makefile'; \
237        cd $(top_srcdir) && \
238          $(AUTOMAKE) --foreign  src/lib/collision_detection/Makefile
239.PRECIOUS: Makefile
240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241        @case '$?' in \
242          *config.status*) \
243            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244          *) \
245            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247        esac;
248
249$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252$(top_srcdir)/configure:  $(am__configure_deps)
253        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
255        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257clean-noinstLTLIBRARIES:
258        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
259        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
260          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
261          test "$$dir" != "$$p" || dir=.; \
262          echo "rm -f \"$${dir}/so_locations\""; \
263          rm -f "$${dir}/so_locations"; \
264        done
265libORXcd.la: $(libORXcd_la_OBJECTS) $(libORXcd_la_DEPENDENCIES)
266        $(CXXLINK)  $(libORXcd_la_LDFLAGS) $(libORXcd_la_OBJECTS) $(libORXcd_la_LIBADD) $(LIBS)
267
268mostlyclean-compile:
269        -rm -f *.$(OBJEXT)
270
271distclean-compile:
272        -rm -f *.tab.c
273
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bounding_sphere.Plo@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bounding_volume.Plo@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bv_tree.Plo@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bv_tree_node.Plo@am__quote@
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_engine.Plo@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/collision.Plo@am__quote@
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obb.Plo@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obb_tree.Plo@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obb_tree_node.Plo@am__quote@
283
284.cc.o:
285@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
286@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
287@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
289@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
291
292.cc.obj:
293@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
294@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
295@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
297@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
299
300.cc.lo:
301@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
302@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
303@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
304@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
305@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
307
308mostlyclean-libtool:
309        -rm -f *.lo
310
311clean-libtool:
312        -rm -rf .libs _libs
313
314distclean-libtool:
315        -rm -f libtool
316uninstall-info-am:
317
318ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320        unique=`for i in $$list; do \
321            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322          done | \
323          $(AWK) '    { files[$$0] = 1; } \
324               END { for (i in files) print i; }'`; \
325        mkid -fID $$unique
326tags: TAGS
327
328TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329                $(TAGS_FILES) $(LISP)
330        tags=; \
331        here=`pwd`; \
332        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333        unique=`for i in $$list; do \
334            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335          done | \
336          $(AWK) '    { files[$$0] = 1; } \
337               END { for (i in files) print i; }'`; \
338        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339          test -n "$$unique" || unique=$$empty_fix; \
340          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341            $$tags $$unique; \
342        fi
343ctags: CTAGS
344CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345                $(TAGS_FILES) $(LISP)
346        tags=; \
347        here=`pwd`; \
348        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349        unique=`for i in $$list; do \
350            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351          done | \
352          $(AWK) '    { files[$$0] = 1; } \
353               END { for (i in files) print i; }'`; \
354        test -z "$(CTAGS_ARGS)$$tags$$unique" \
355          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356             $$tags $$unique
357
358GTAGS:
359        here=`$(am__cd) $(top_builddir) && pwd` \
360          && cd $(top_srcdir) \
361          && gtags -i $(GTAGS_ARGS) $$here
362
363distclean-tags:
364        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
366distdir: $(DISTFILES)
367        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
368        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
369        list='$(DISTFILES)'; for file in $$list; do \
370          case $$file in \
371            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
372            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
373          esac; \
374          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
376          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
377            dir="/$$dir"; \
378            $(mkdir_p) "$(distdir)$$dir"; \
379          else \
380            dir=''; \
381          fi; \
382          if test -d $$d/$$file; then \
383            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
385            fi; \
386            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
387          else \
388            test -f $(distdir)/$$file \
389            || cp -p $$d/$$file $(distdir)/$$file \
390            || exit 1; \
391          fi; \
392        done
393check-am: all-am
394check: check-am
395all-am: Makefile $(LTLIBRARIES) $(HEADERS)
396installdirs:
397install: install-am
398install-exec: install-exec-am
399install-data: install-data-am
400uninstall: uninstall-am
401
402install-am: all-am
403        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404
405installcheck: installcheck-am
406install-strip:
407        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409          `test -z '$(STRIP)' || \
410            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411mostlyclean-generic:
412
413clean-generic:
414
415distclean-generic:
416        -rm -f $(CONFIG_CLEAN_FILES)
417
418maintainer-clean-generic:
419        @echo "This command is intended for maintainers to use"
420        @echo "it deletes files that may require special tools to rebuild."
421clean: clean-am
422
423clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
424        mostlyclean-am
425
426distclean: distclean-am
427        -rm -rf ./$(DEPDIR)
428        -rm -f Makefile
429distclean-am: clean-am distclean-compile distclean-generic \
430        distclean-libtool distclean-tags
431
432dvi: dvi-am
433
434dvi-am:
435
436html: html-am
437
438info: info-am
439
440info-am:
441
442install-data-am:
443
444install-exec-am:
445
446install-info: install-info-am
447
448install-man:
449
450installcheck-am:
451
452maintainer-clean: maintainer-clean-am
453        -rm -rf ./$(DEPDIR)
454        -rm -f Makefile
455maintainer-clean-am: distclean-am maintainer-clean-generic
456
457mostlyclean: mostlyclean-am
458
459mostlyclean-am: mostlyclean-compile mostlyclean-generic \
460        mostlyclean-libtool
461
462pdf: pdf-am
463
464pdf-am:
465
466ps: ps-am
467
468ps-am:
469
470uninstall-am: uninstall-info-am
471
472.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
473        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
474        distclean-compile distclean-generic distclean-libtool \
475        distclean-tags distdir dvi dvi-am html html-am info info-am \
476        install install-am install-data install-data-am install-exec \
477        install-exec-am install-info install-info-am install-man \
478        install-strip installcheck installcheck-am installdirs \
479        maintainer-clean maintainer-clean-generic mostlyclean \
480        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
481        pdf pdf-am ps ps-am tags uninstall uninstall-am \
482        uninstall-info-am
483
484include $(MAINSRCDIR)/defs/include_paths.am
485# Tell versions [3.59,3.63) of GNU make to not export all variables.
486# Otherwise a system limit (for SysV at least) may be exceeded.
487.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.