Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 9455 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
RevLine 
[3549]1MAINSRCDIR=../..
[4492]2include $(MAINSRCDIR)/defs/include_paths.am
[3549]3
[7151]4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
[3549]6
7
[7151]8importer_LDFLAGS = \
9                $(MWINDOWS)
10
11
12bin_PROGRAMS = \
[9317]13                recapturemouse
[3549]14
[9317]15
[7156]16DEPENDENCIES = \
[7155]17                $(MAINSRCDIR)/world_entities/libORXwe.a \
18                $(libORXlibs_a_LIBRARIES_) \
19                $(MAINSRCDIR)/util/libORXutils.a
[7151]20
[7156]21LDADD = \
[7151]22                $(MAINSRCDIR)/util/libORXutils.a \
[7155]23                $(libORXlibs_a_LIBRARIES_) \
24                $(MAINSRCDIR)/world_entities/libORXwe.a \
25                $(libORXlibs_a_LIBRARIES_) \
26                $(MAINSRCDIR)/util/libORXutils.a
[4266]27
[9317]28recapturemouse_SOURCES= \
[9320]29                recapturer.cc
Note: See TracBrowser for help on using the repository browser.