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










