|
Last change
on this file since 10330 was
7191,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: some better and faster slerp functions
|
|
File size:
886 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | LIB_PREFIX=$(MAINSRCDIR)/lib |
|---|
| 5 | include $(MAINSRCDIR)/lib/BuildLibs.am |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | bin_PROGRAMS = collision |
|---|
| 9 | |
|---|
| 10 | DEPENDENCIES = \ |
|---|
| 11 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
|---|
| 12 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 13 | $(MAINSRCDIR)/util/libORXutils.a |
|---|
| 14 | |
|---|
| 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) |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 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 | |
|---|
| 36 | noinst_HEADERS = collision_test_entity.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.