Last change
on this file since 5461 was
5450,
checked in by bensch, 19 years ago
|
orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values
|
File size:
2.7 KB
|
Rev | Line | |
---|
[5349] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5450] | 4 | noinst_LTLIBRARIES = libORXlibs.la |
---|
[5349] | 5 | |
---|
[5450] | 6 | libORXlibs_la_DEPENDENCIES = gui/gtk_gui/libORXgui.la \ |
---|
| 7 | gui/gl_gui/libORXglgui.la \ |
---|
| 8 | graphics/importer/libORXimporter.la \ |
---|
| 9 | graphics/libORXgraphics.la \ |
---|
| 10 | sound/libORXsound.la \ |
---|
| 11 | event/libORXevent.la \ |
---|
| 12 | physics/libORXphysics.la \ |
---|
| 13 | particles/libORXparticles.la \ |
---|
| 14 | collision_detection/libORXcd.la \ |
---|
| 15 | graphics/spatial_separation/libORXquadtree.la \ |
---|
| 16 | tinyxml/libtinyxml.la \ |
---|
| 17 | shell/libORXshell.la |
---|
[5349] | 18 | |
---|
[5450] | 19 | libORXlibs_la_LIBADD = gui/gtk_gui/libORXgui.la \ |
---|
| 20 | gui/gl_gui/libORXglgui.la \ |
---|
| 21 | graphics/importer/libORXimporter.la \ |
---|
| 22 | graphics/libORXgraphics.la \ |
---|
| 23 | sound/libORXsound.la \ |
---|
| 24 | event/libORXevent.la \ |
---|
| 25 | physics/libORXphysics.la \ |
---|
| 26 | particles/libORXparticles.la \ |
---|
| 27 | collision_detection/libORXcd.la \ |
---|
| 28 | graphics/spatial_separation/libORXquadtree.la \ |
---|
| 29 | tinyxml/libtinyxml.la \ |
---|
| 30 | shell/libORXshell.la |
---|
[5349] | 31 | |
---|
[5450] | 32 | libORXlibs_la_SOURCES = coord/p_node.cc \ |
---|
[5349] | 33 | coord/null_parent.cc \ |
---|
| 34 | lang/base_object.cc \ |
---|
| 35 | lang/class_list.cc \ |
---|
| 36 | util/ini_parser.cc \ |
---|
| 37 | util/substring.cc \ |
---|
| 38 | util/color.cc \ |
---|
| 39 | util/helper_functions.cc \ |
---|
| 40 | math/vector.cc \ |
---|
| 41 | math/curve.cc |
---|
| 42 | |
---|
| 43 | noinst_HEADERS = coord/p_node.h \ |
---|
| 44 | coord/null_parent.h \ |
---|
| 45 | lang/base_object.h \ |
---|
| 46 | graphics/render2D/element_2d.h \ |
---|
| 47 | graphics/render2D/render_2d.h \ |
---|
| 48 | lang/class_list.h \ |
---|
| 49 | util/ini_parser.h \ |
---|
| 50 | util/substring.h \ |
---|
| 51 | util/array.h \ |
---|
| 52 | util/list.h \ |
---|
[5389] | 53 | util/t_stack.h \ |
---|
[5349] | 54 | util/color.h \ |
---|
| 55 | util/helper_functions.h \ |
---|
| 56 | math/vector.h \ |
---|
| 57 | math/curve.h |
---|
| 58 | |
---|
[3493] | 59 | SUBDIRS = graphics \ |
---|
[4569] | 60 | sound \ |
---|
| 61 | event \ |
---|
| 62 | physics \ |
---|
| 63 | particles \ |
---|
| 64 | collision_detection \ |
---|
| 65 | tinyxml \ |
---|
[5349] | 66 | shell \ |
---|
| 67 | gui \ |
---|
| 68 | . |
---|
| 69 | |
---|
Note: See
TracBrowser
for help on using the repository browser.