Last change
on this file since 6252 was
6139,
checked in by patrick, 19 years ago
|
trunk: merged branche network with trunk using command: svn merge -r5999:HEAD, conflicts resolved in favor of the trunk bla
|
File size:
1.0 KB
|
Rev | Line | |
---|
[3549] | 1 | MAINSRCDIR=../.. |
---|
[4492] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3549] | 3 | |
---|
[5580] | 4 | bin_PROGRAMS = network |
---|
| 5 | |
---|
| 6 | |
---|
[5619] | 7 | network_CPPFLAGS = -DNO_SHELL -DNO_SHELL_COMMAND |
---|
[3549] | 8 | |
---|
[5506] | 9 | network_LDFLAGS = $(MWINDOWS) |
---|
[3549] | 10 | |
---|
[5580] | 11 | network_LDADD = $(MAINSRCDIR)/lib/network/libORXnet.a \ |
---|
| 12 | \ |
---|
[6139] | 13 | $(MAINSRCDIR)/lib/parser/tinyxml/libtinyxml.a |
---|
[5579] | 14 | |
---|
[5580] | 15 | network_SOURCES= network_unit_test.cc \ |
---|
[5650] | 16 | simple_sync.cc \ |
---|
[5996] | 17 | read_sync.cc \ |
---|
| 18 | write_sync.cc \ |
---|
[5580] | 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 \ |
---|
[5996] | 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 |
---|
[3549] | 29 | |
---|
[4266] | 30 | |
---|
[5649] | 31 | |
---|
[5650] | 32 | noinst_HEADERS = network_unit_test.h \ |
---|
[5996] | 33 | simple_sync.h \ |
---|
| 34 | read_sync.h \ |
---|
| 35 | write_sync.h |
---|
[5506] | 36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.