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