Last change
on this file since 5576 was
5558,
checked in by bensch, 19 years ago
|
orxonox/branches/world_entities: merged the Trunk to the world_entities branche
merged with command
svn merge -r5516:HEAD ../trunk/ world_entities/
no conflicts
|
File size:
2.8 KB
|
Rev | Line | |
---|
[5349] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5463] | 4 | noinst_LIBRARIES = libORXlibs.a |
---|
[5349] | 5 | |
---|
[5463] | 6 | #libORXlibs_a_DEPENDENCIES = gui/gtk_gui/libORXgui.a \ |
---|
| 7 | gui/gl_gui/libORXglgui.a \ |
---|
| 8 | graphics/importer/libORXimporter.a \ |
---|
| 9 | graphics/libORXgraphics.a \ |
---|
| 10 | sound/libORXsound.a \ |
---|
| 11 | event/libORXevent.a \ |
---|
| 12 | physics/libORXphysics.a \ |
---|
| 13 | particles/libORXparticles.a \ |
---|
| 14 | collision_detection/libORXcd.a \ |
---|
| 15 | graphics/spatial_separation/libORXquadtree.a \ |
---|
| 16 | tinyxml/libtinyxml.a \ |
---|
| 17 | shell/libORXshell.a |
---|
[5349] | 18 | |
---|
[5463] | 19 | #libORXlibs_a_LIBDADD = gui/gtk_gui/libORXgui.a \ |
---|
| 20 | gui/gl_gui/libORXglgui.a \ |
---|
| 21 | graphics/importer/libORXimporter.a \ |
---|
| 22 | graphics/libORXgraphics.a \ |
---|
| 23 | sound/libORXsound.a \ |
---|
| 24 | event/libORXevent.a \ |
---|
| 25 | physics/libORXphysics.a \ |
---|
| 26 | particles/libORXparticles.a \ |
---|
| 27 | collision_detection/libORXcd.a \ |
---|
| 28 | graphics/spatial_separation/libORXquadtree.a \ |
---|
| 29 | tinyxml/libtinyxml.a \ |
---|
| 30 | shell/libORXshell.a \ |
---|
| 31 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[5349] | 32 | |
---|
[5463] | 33 | libORXlibs_a_SOURCES = coord/p_node.cc \ |
---|
[5349] | 34 | coord/null_parent.cc \ |
---|
| 35 | lang/base_object.cc \ |
---|
| 36 | lang/class_list.cc \ |
---|
| 37 | util/ini_parser.cc \ |
---|
| 38 | util/substring.cc \ |
---|
| 39 | util/color.cc \ |
---|
| 40 | util/helper_functions.cc \ |
---|
[5558] | 41 | util/multi_type.cc \ |
---|
[5349] | 42 | math/vector.cc \ |
---|
| 43 | math/curve.cc |
---|
| 44 | |
---|
| 45 | noinst_HEADERS = coord/p_node.h \ |
---|
| 46 | coord/null_parent.h \ |
---|
| 47 | lang/base_object.h \ |
---|
| 48 | graphics/render2D/element_2d.h \ |
---|
| 49 | graphics/render2D/render_2d.h \ |
---|
| 50 | lang/class_list.h \ |
---|
| 51 | util/ini_parser.h \ |
---|
| 52 | util/substring.h \ |
---|
| 53 | util/array.h \ |
---|
| 54 | util/list.h \ |
---|
[5389] | 55 | util/t_stack.h \ |
---|
[5349] | 56 | util/color.h \ |
---|
| 57 | util/helper_functions.h \ |
---|
[5558] | 58 | util/multi_type.h \ |
---|
[5349] | 59 | math/vector.h \ |
---|
| 60 | math/curve.h |
---|
| 61 | |
---|
[3493] | 62 | SUBDIRS = graphics \ |
---|
[4569] | 63 | sound \ |
---|
| 64 | event \ |
---|
| 65 | physics \ |
---|
| 66 | particles \ |
---|
| 67 | collision_detection \ |
---|
| 68 | tinyxml \ |
---|
[5349] | 69 | shell \ |
---|
| 70 | gui \ |
---|
| 71 | . |
---|
| 72 | |
---|
Note: See
TracBrowser
for help on using the repository browser.