source:
orxonox.OLD/trunk/src/subprojects/recapture_mouse/Makefile.am
@
9442
Last change on this file since 9442 was 9406, checked in by bensch, 18 years ago | |
---|---|
File size: 564 bytes |
Rev | Line | |
---|---|---|
[3549] | 1 | MAINSRCDIR=../.. |
[4492] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3549] | 3 | |
[7151] | 4 | LIB_PREFIX=$(MAINSRCDIR)/lib |
5 | include $(MAINSRCDIR)/lib/BuildLibs.am | |
[3549] | 6 | |
7 | ||
[7151] | 8 | importer_LDFLAGS = \ |
9 | $(MWINDOWS) | |
10 | ||
11 | ||
12 | bin_PROGRAMS = \ | |
[9317] | 13 | recapturemouse |
[3549] | 14 | |
[9317] | 15 | |
[7156] | 16 | DEPENDENCIES = \ |
[7155] | 17 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
18 | $(libORXlibs_a_LIBRARIES_) \ | |
19 | $(MAINSRCDIR)/util/libORXutils.a | |
[7151] | 20 | |
[7156] | 21 | LDADD = \ |
[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] | 28 | recapturemouse_SOURCES= \ |
[9320] | 29 | recapturer.cc |
Note: See TracBrowser
for help on using the repository browser.