Last change
on this file since 7190 was
7156,
checked in by bensch, 19 years ago
|
orxonox/trunk: collision_subproject should link again… can't test it, because the subproject is BORK…
|
File size:
1.1 KB
|
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 | |
---|
| 8 | importer_LDFLAGS = \ |
---|
| 9 | $(MWINDOWS) |
---|
| 10 | |
---|
[4532] | 11 | bin_PROGRAMS = collision |
---|
[3549] | 12 | |
---|
[7156] | 13 | DEPENDENCIES = \ |
---|
| 14 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 15 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 16 | $(MAINSRCDIR)/util/libORXutils.a |
---|
[4266] | 17 | |
---|
[7156] | 18 | LDADD = \ |
---|
| 19 | $(MAINSRCDIR)/util/libORXutils.a \ |
---|
| 20 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 21 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 22 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 23 | $(MAINSRCDIR)/util/libORXutils.a \ |
---|
| 24 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[4626] | 25 | |
---|
[7156] | 26 | importer_SOURCES= \ |
---|
| 27 | ../framework.cc \ |
---|
| 28 | importer.cc \ |
---|
| 29 | $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \ |
---|
| 30 | $(MAINSRCDIR)/world_entities/weapons/test_gun.cc |
---|
[4646] | 31 | |
---|
| 32 | |
---|
[4679] | 33 | |
---|
[7156] | 34 | collision_CPPFLAGS = \ |
---|
| 35 | -DGUI_MODULE \ |
---|
| 36 | $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS) |
---|
| 37 | |
---|
| 38 | collision_SOURCES= \ |
---|
| 39 | ../framework.cc \ |
---|
| 40 | collision_detection.cc \ |
---|
| 41 | collision_test_entity.cc \ |
---|
| 42 | \ |
---|
| 43 | $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \ |
---|
| 44 | $(MAINSRCDIR)/world_entities/weapons/test_gun.cc |
---|
| 45 | |
---|
[5546] | 46 | noinst_HEADERS = collision_test_entity.h |
---|
Note: See
TracBrowser
for help on using the repository browser.