Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/recapture_mouse/Makefile.am @ 9406

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

orxonox/trunk: merged the proxy back

merged with commandsvn merge -r9346:HEAD https://svn.orxonox.net/orxonox/branches/proxy .

no conflicts

File size: 564 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
7
8importer_LDFLAGS = \
9                $(MWINDOWS)
10
11
12bin_PROGRAMS = \
13                recapturemouse
14
15
16DEPENDENCIES = \
17                $(MAINSRCDIR)/world_entities/libORXwe.a \
18                $(libORXlibs_a_LIBRARIES_) \
19                $(MAINSRCDIR)/util/libORXutils.a
20
21LDADD = \
22                $(MAINSRCDIR)/util/libORXutils.a \
23                $(libORXlibs_a_LIBRARIES_) \
24                $(MAINSRCDIR)/world_entities/libORXwe.a \
25                $(libORXlibs_a_LIBRARIES_) \
26                $(MAINSRCDIR)/util/libORXutils.a
27
28recapturemouse_SOURCES= \
29                recapturer.cc
Note: See TracBrowser for help on using the repository browser.