Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/mount_points/src/subprojects/recapture_mouse/Makefile.am @ 10182

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

some more thoughts… but it looks like a hard one

File size: 570 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
7
8recapturemouse_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.