Last change
on this file since 7178 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
|
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 | importer_LDFLAGS = \ |
---|
9 | $(MWINDOWS) |
---|
10 | |
---|
11 | bin_PROGRAMS = collision |
---|
12 | |
---|
13 | DEPENDENCIES = \ |
---|
14 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
15 | $(libORXlibs_a_LIBRARIES_) \ |
---|
16 | $(MAINSRCDIR)/util/libORXutils.a |
---|
17 | |
---|
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) |
---|
25 | |
---|
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 |
---|
31 | |
---|
32 | |
---|
33 | |
---|
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 | |
---|
46 | noinst_HEADERS = collision_test_entity.h |
---|
Note: See
TracBrowser
for help on using the repository browser.