Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/proxy/src/subprojects/recapture_mouse/Makefile.am @ 9347

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

orxonox/proxy: merged the proxy.old back again, and it seems to work.

Merged with command
svn merge -r9247:HEAD https://svn.orxonox.net/orxonox/branches/proxy.old .

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.