Last change
on this file since 10293 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 | |
---|
[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 = \ |
---|
[6676] | 13 | importer \ |
---|
[7156] | 14 | multitex |
---|
| 15 | # movie_player_test |
---|
[3549] | 16 | |
---|
[7156] | 17 | DEPENDENCIES = \ |
---|
[7155] | 18 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 19 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 20 | $(MAINSRCDIR)/util/libORXutils.a |
---|
[7151] | 21 | |
---|
[7156] | 22 | LDADD = \ |
---|
[7151] | 23 | $(MAINSRCDIR)/util/libORXutils.a \ |
---|
[7155] | 24 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 25 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 26 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 27 | $(MAINSRCDIR)/util/libORXutils.a |
---|
[4266] | 28 | |
---|
[6676] | 29 | importer_SOURCES= \ |
---|
| 30 | ../framework.cc \ |
---|
[7151] | 31 | importer.cc \ |
---|
[7155] | 32 | $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \ |
---|
| 33 | $(MAINSRCDIR)/world_entities/weapons/test_gun.cc |
---|
[5865] | 34 | |
---|
| 35 | |
---|
[6676] | 36 | multitex_SOURCES= \ |
---|
| 37 | ../framework.cc \ |
---|
| 38 | multitex.cc \ |
---|
[7156] | 39 | $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \ |
---|
| 40 | $(MAINSRCDIR)/world_entities/weapons/test_gun.cc |
---|
[6532] | 41 | |
---|
[7156] | 42 | # movie_player_test_SOURCES= \ |
---|
| 43 | # ../framework.cc \ |
---|
| 44 | # movie_player_test.cc \ |
---|
| 45 | # $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \ |
---|
| 46 | # $(MAINSRCDIR)/world_entities/weapons/test_gun.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.