Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/subprojects/network/Makefile.am @ 9865

Last change on this file since 9865 was 7954, checked in by patrick, 18 years ago

trunk: merged the network branche back to trunk.

File size: 773 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
7
8bin_PROGRAMS = network
9
10
11network_CPPFLAGS =
12#-DNO_SHELL -DNO_SHELL_COMMAND
13
14network_DEPENDENCIES = \
15                $(MAINSRCDIR)/world_entities/libORXwe.a \
16                $(libORXlibs_a_LIBRARIES_) \
17                $(MAINSRCDIR)/util/libORXutils.a
18
19network_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
27network_SOURCES=  network_unit_test.cc \
28                  simple_sync.cc \
29                  read_sync.cc \
30                  write_sync.cc
31
32
33
34noinst_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.