Last change
on this file since 9610 was
7191,
checked in by bensch, 19 years ago
|
orxonox/trunk: some better and faster slerp functions
|
File size:
886 bytes
|
Rev | Line | |
---|
[3549] | 1 | MAINSRCDIR=../.. |
---|
[4492] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3549] | 3 | |
---|
[7156] | 4 | LIB_PREFIX=$(MAINSRCDIR)/lib |
---|
| 5 | include $(MAINSRCDIR)/lib/BuildLibs.am |
---|
[3549] | 6 | |
---|
[7156] | 7 | |
---|
[4532] | 8 | bin_PROGRAMS = collision |
---|
[3549] | 9 | |
---|
[7156] | 10 | DEPENDENCIES = \ |
---|
| 11 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 12 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 13 | $(MAINSRCDIR)/util/libORXutils.a |
---|
[4266] | 14 | |
---|
[7156] | 15 | LDADD = \ |
---|
| 16 | $(MAINSRCDIR)/util/libORXutils.a \ |
---|
| 17 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 18 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 19 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 20 | $(MAINSRCDIR)/util/libORXutils.a \ |
---|
| 21 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[4626] | 22 | |
---|
[4646] | 23 | |
---|
[7156] | 24 | collision_CPPFLAGS = \ |
---|
| 25 | -DGUI_MODULE \ |
---|
| 26 | $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS) |
---|
| 27 | |
---|
| 28 | collision_SOURCES= \ |
---|
| 29 | ../framework.cc \ |
---|
| 30 | collision_detection.cc \ |
---|
| 31 | collision_test_entity.cc \ |
---|
| 32 | \ |
---|
| 33 | $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \ |
---|
| 34 | $(MAINSRCDIR)/world_entities/weapons/test_gun.cc |
---|
| 35 | |
---|
[5546] | 36 | noinst_HEADERS = collision_test_entity.h |
---|
Note: See
TracBrowser
for help on using the repository browser.