Last change
on this file since 5628 was
5517,
checked in by patrick, 19 years ago
|
branches/lib/network: added the network folder to the automake project
|
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 \ |
---|
[5517] | 15 | network/libORXnet.a \ |
---|
[5463] | 16 | graphics/spatial_separation/libORXquadtree.a \ |
---|
| 17 | tinyxml/libtinyxml.a \ |
---|
| 18 | shell/libORXshell.a |
---|
[5349] | 19 | |
---|
[5463] | 20 | #libORXlibs_a_LIBDADD = gui/gtk_gui/libORXgui.a \ |
---|
| 21 | gui/gl_gui/libORXglgui.a \ |
---|
| 22 | graphics/importer/libORXimporter.a \ |
---|
| 23 | graphics/libORXgraphics.a \ |
---|
| 24 | sound/libORXsound.a \ |
---|
| 25 | event/libORXevent.a \ |
---|
| 26 | physics/libORXphysics.a \ |
---|
| 27 | particles/libORXparticles.a \ |
---|
| 28 | collision_detection/libORXcd.a \ |
---|
[5517] | 29 | network/libORXnet.a \ |
---|
[5463] | 30 | graphics/spatial_separation/libORXquadtree.a \ |
---|
| 31 | tinyxml/libtinyxml.a \ |
---|
| 32 | shell/libORXshell.a \ |
---|
| 33 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[5349] | 34 | |
---|
[5463] | 35 | libORXlibs_a_SOURCES = coord/p_node.cc \ |
---|
[5349] | 36 | coord/null_parent.cc \ |
---|
| 37 | lang/base_object.cc \ |
---|
| 38 | lang/class_list.cc \ |
---|
| 39 | util/ini_parser.cc \ |
---|
| 40 | util/substring.cc \ |
---|
| 41 | util/color.cc \ |
---|
| 42 | util/helper_functions.cc \ |
---|
| 43 | math/vector.cc \ |
---|
| 44 | math/curve.cc |
---|
| 45 | |
---|
| 46 | noinst_HEADERS = coord/p_node.h \ |
---|
| 47 | coord/null_parent.h \ |
---|
| 48 | lang/base_object.h \ |
---|
| 49 | graphics/render2D/element_2d.h \ |
---|
| 50 | graphics/render2D/render_2d.h \ |
---|
| 51 | lang/class_list.h \ |
---|
| 52 | util/ini_parser.h \ |
---|
| 53 | util/substring.h \ |
---|
| 54 | util/array.h \ |
---|
| 55 | util/list.h \ |
---|
[5389] | 56 | util/t_stack.h \ |
---|
[5349] | 57 | util/color.h \ |
---|
| 58 | util/helper_functions.h \ |
---|
| 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 \ |
---|
[5517] | 68 | network \ |
---|
[4569] | 69 | tinyxml \ |
---|
[5349] | 70 | shell \ |
---|
| 71 | gui \ |
---|
| 72 | . |
---|
| 73 | |
---|
Note: See
TracBrowser
for help on using the repository browser.