Last change
on this file since 6102 was
5996,
checked in by patrick, 19 years ago
|
orxonox/trunk: merged network branche into trunk with command svn merge -r 5824:HEAD
|
File size:
1.0 KB
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | bin_PROGRAMS = network |
---|
5 | |
---|
6 | |
---|
7 | network_CPPFLAGS = -DNO_SHELL -DNO_SHELL_COMMAND |
---|
8 | |
---|
9 | network_LDFLAGS = $(MWINDOWS) |
---|
10 | |
---|
11 | network_LDADD = $(MAINSRCDIR)/lib/network/libORXnet.a \ |
---|
12 | \ |
---|
13 | $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a |
---|
14 | |
---|
15 | network_SOURCES= network_unit_test.cc \ |
---|
16 | simple_sync.cc \ |
---|
17 | read_sync.cc \ |
---|
18 | write_sync.cc \ |
---|
19 | \ |
---|
20 | \ |
---|
21 | $(MAINSRCDIR)/lib/lang/base_object.cc \ |
---|
22 | $(MAINSRCDIR)/lib/lang/class_list.cc \ |
---|
23 | $(MAINSRCDIR)/util/loading/load_param.cc \ |
---|
24 | $(MAINSRCDIR)/lib/util/substring.cc \ |
---|
25 | $(MAINSRCDIR)/util/loading/load_param_description.cc \ |
---|
26 | $(MAINSRCDIR)/lib/util/helper_functions.cc \ |
---|
27 | $(MAINSRCDIR)/lib/util/executor/executor.cc \ |
---|
28 | $(MAINSRCDIR)/lib/util/multi_type.cc |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | noinst_HEADERS = network_unit_test.h \ |
---|
33 | simple_sync.h \ |
---|
34 | read_sync.h \ |
---|
35 | write_sync.h |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.