source:
orxonox.OLD/branches/ODE/src/lib/graphics/spatial_separation/Makefile.am
Last change on this file was 9876, checked in by bensch, 18 years ago | |
---|---|
File size: 347 bytes |
Line | |
---|---|
1 | MAINSRCDIR=../../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am |
3 | |
4 | noinst_LIBRARIES = libORXquadtree.a |
5 | |
6 | libORXquadtree_a_SOURCES = |
7 | # quadtree.cc \ |
8 | quadtree_node.cc \ |
9 | spatial_separation.cc |
10 | |
11 | noinst_HEADERS = quadtree.h \ |
12 | quadtree_node.h \ |
13 | spatial_separation.h |
Note: See TracBrowser
for help on using the repository browser.