Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/collision_detection/Makefile.am @ 5435

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

orxonox/trunk: reverted to old revision 5409, removing the LIBTOOL-stuff with command:
svn merge . . -r HEAD:5409

Reason:
Timing:
Default:


real 1m1.111s
user 1m31.534s
sys 0m6.903s

LIBTOOL:


real 2m21.384s
user 3m12.141s
sys 0m36.896s

→ compileTime doubled

File size: 658 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5413]4noinst_LIBRARIES = libORXcd.a
[4291]5
[5413]6libORXcd_a_SOURCES = cd_engine.cc \
7                     collision.cc \
8                     obb.cc \
9                     obb_tree.cc \
10                     obb_tree_node.cc \
11                     bv_tree.cc \
12                     bv_tree_node.cc \
13                     bounding_volume.cc \
14                     bounding_sphere.cc
[4291]15
[4416]16
[4484]17
[4527]18noinst_HEADERS =     cd_engine.h \
[4539]19                     collision_defs.h \
[4527]20                     collision.h \
21                     obb.h \
22                     obb_tree.h \
[4541]23                     obb_tree_node.h \
[4527]24                     bv_tree.h \
[4541]25                     bv_tree_node.h \
[4527]26                     bounding_volume.h \
[4627]27                     bounding_sphere.h \
28                     lin_alg.h
[4527]29
Note: See TracBrowser for help on using the repository browser.