Last change
on this file since 5731 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
|
Line | |
---|
1 | MAINSRCDIR=.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXlibs.a |
---|
5 | |
---|
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 | network/libORXnet.a \ |
---|
16 | graphics/spatial_separation/libORXquadtree.a \ |
---|
17 | tinyxml/libtinyxml.a \ |
---|
18 | shell/libORXshell.a |
---|
19 | |
---|
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 \ |
---|
29 | network/libORXnet.a \ |
---|
30 | graphics/spatial_separation/libORXquadtree.a \ |
---|
31 | tinyxml/libtinyxml.a \ |
---|
32 | shell/libORXshell.a \ |
---|
33 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
34 | |
---|
35 | libORXlibs_a_SOURCES = coord/p_node.cc \ |
---|
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 \ |
---|
56 | util/t_stack.h \ |
---|
57 | util/color.h \ |
---|
58 | util/helper_functions.h \ |
---|
59 | math/vector.h \ |
---|
60 | math/curve.h |
---|
61 | |
---|
62 | SUBDIRS = graphics \ |
---|
63 | sound \ |
---|
64 | event \ |
---|
65 | physics \ |
---|
66 | particles \ |
---|
67 | collision_detection \ |
---|
68 | network \ |
---|
69 | tinyxml \ |
---|
70 | shell \ |
---|
71 | gui \ |
---|
72 | . |
---|
73 | |
---|
Note: See
TracBrowser
for help on using the repository browser.