Changeset 5475 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Nov 3, 2005, 2:24:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/Makefile.in
r5465 r5475 1 # Makefile.in generated by automake 1. 8.5 from Makefile.am.1 # Makefile.in generated by automake 1.9.5 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc.5 # 2003, 2004, 2005 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 38 38 PRE_UNINSTALL = : 39 39 POST_UNINSTALL = : 40 build_triplet = @build@ 40 41 host_triplet = @host@ 42 target_triplet = @target@ 41 43 subdir = src/lib/collision_detection 42 44 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ … … 62 64 depcomp = $(SHELL) $(top_srcdir)/depcomp 63 65 am__depfiles_maybe = depfiles 64 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bounding_sphere.Po \65 @AMDEP_TRUE@ ./$(DEPDIR)/bounding_volume.Po \66 @AMDEP_TRUE@ ./$(DEPDIR)/bv_tree.Po ./$(DEPDIR)/bv_tree_node.Po \67 @AMDEP_TRUE@ ./$(DEPDIR)/cd_engine.Po ./$(DEPDIR)/collision.Po \68 @AMDEP_TRUE@ ./$(DEPDIR)/obb.Po ./$(DEPDIR)/obb_tree.Po \69 @AMDEP_TRUE@ ./$(DEPDIR)/obb_tree_node.Po70 66 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 71 67 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) … … 155 151 am__leading_dot = @am__leading_dot@ 156 152 am__quote = @am__quote@ 153 am__tar = @am__tar@ 154 am__untar = @am__untar@ 157 155 bindir = @bindir@ 158 156 build = @build@ … … 272 270 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 273 271 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 274 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 272 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 276 273 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 277 274 … … 280 277 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 281 278 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 283 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 279 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 284 280 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 285 281 uninstall-info-am: … … 383 379 384 380 distclean-generic: 385 - rm -f $(CONFIG_CLEAN_FILES)381 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 386 382 387 383 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.