Last change
on this file since 7404 was
7160,
checked in by bensch, 19 years ago
|
network subproject should compile again
|
File size:
685 bytes
|
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 | DEPENDENCIES = \ |
---|
10 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
11 | $(libORXlibs_a_LIBRARIES_) \ |
---|
12 | $(MAINSRCDIR)/util/libORXutils.a |
---|
13 | |
---|
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 |
---|
20 | |
---|
21 | |
---|
22 | network_SOURCES= network_unit_test.cc \ |
---|
23 | simple_sync.cc \ |
---|
24 | read_sync.cc \ |
---|
25 | write_sync.cc |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | noinst_HEADERS = network_unit_test.h \ |
---|
30 | simple_sync.h \ |
---|
31 | read_sync.h \ |
---|
32 | write_sync.h |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.