|
Last change
on this file since 8665 was
7954,
checked in by patrick, 19 years ago
|
|
trunk: merged the network branche back to trunk.
|
|
File size:
773 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | LIB_PREFIX=$(MAINSRCDIR)/lib |
|---|
| 5 | include $(MAINSRCDIR)/lib/BuildLibs.am |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | bin_PROGRAMS = network |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | network_CPPFLAGS = |
|---|
| 12 | #-DNO_SHELL -DNO_SHELL_COMMAND |
|---|
| 13 | |
|---|
| 14 | network_DEPENDENCIES = \ |
|---|
| 15 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
|---|
| 16 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 17 | $(MAINSRCDIR)/util/libORXutils.a |
|---|
| 18 | |
|---|
| 19 | network_LDADD = \ |
|---|
| 20 | $(MAINSRCDIR)/util/libORXutils.a \ |
|---|
| 21 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 22 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
|---|
| 23 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 24 | $(MAINSRCDIR)/util/libORXutils.a |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | network_SOURCES= network_unit_test.cc \ |
|---|
| 28 | simple_sync.cc \ |
|---|
| 29 | read_sync.cc \ |
|---|
| 30 | write_sync.cc |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | noinst_HEADERS = network_unit_test.h \ |
|---|
| 35 | simple_sync.h \ |
|---|
| 36 | read_sync.h \ |
|---|
| 37 | write_sync.h |
|---|
| 38 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.