Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5580 was 5580, checked in by bensch, 18 years ago

orxonox/branches/network: fixed makefiles
created working subproject network

File size: 684 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4bin_PROGRAMS = network
5
6
7network_CPPFLAGS =
8
9network_LDFLAGS = $(MWINDOWS)
10
11network_LDADD = $(MAINSRCDIR)/lib/network/libORXnet.a \
12                \
13                $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a
14
15network_SOURCES=  network_unit_test.cc \
16                  \
17                  \
18                  $(MAINSRCDIR)/lib/lang/base_object.cc \
19                  $(MAINSRCDIR)/lib/lang/class_list.cc \
20                  $(MAINSRCDIR)/util/loading/load_param.cc \
21                  $(MAINSRCDIR)/lib/util/substring.cc \
22                  $(MAINSRCDIR)/lib/util/helper_functions.cc
23
24
25noinst_HEADERS  =  network_unit_test.h
26
Note: See TracBrowser for help on using the repository browser.