Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

some more thoughts… but it looks like a hard one

File size: 570 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
[9664]8recapturemouse_LDFLAGS = \
[7151]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.