source:
orxonox.OLD/trunk/src/subprojects/network/Makefile.am
@
7237
Last change on this file since 7237 was 7160, checked in by bensch, 19 years ago | |
---|---|
File size: 685 bytes |
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 | |
[7160] | 9 | DEPENDENCIES = \ |
10 | $(MAINSRCDIR)/world_entities/libORXwe.a \ | |
11 | $(libORXlibs_a_LIBRARIES_) \ | |
12 | $(MAINSRCDIR)/util/libORXutils.a | |
[3549] | 13 | |
[7160] | 14 | LDADD = \ |
15 | $(MAINSRCDIR)/util/libORXutils.a \ | |
16 | $(libORXlibs_a_LIBRARIES_) \ | |
17 | $(MAINSRCDIR)/world_entities/libORXwe.a \ | |
18 | $(libORXlibs_a_LIBRARIES_) \ | |
19 | $(MAINSRCDIR)/util/libORXutils.a | |
[5579] | 20 | |
[7160] | 21 | |
[5580] | 22 | network_SOURCES= network_unit_test.cc \ |
[5650] | 23 | simple_sync.cc \ |
[5996] | 24 | read_sync.cc \ |
[7160] | 25 | write_sync.cc |
[3549] | 26 | |
[4266] | 27 | |
[5649] | 28 | |
[5650] | 29 | noinst_HEADERS = network_unit_test.h \ |
[5996] | 30 | simple_sync.h \ |
31 | read_sync.h \ | |
32 | write_sync.h | |
[5506] | 33 |
Note: See TracBrowser
for help on using the repository browser.