|
Last change
on this file since 5452 was
5450,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values
|
|
File size:
639 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | bin_PROGRAMS = particles |
|---|
| 6 | |
|---|
| 7 | particles_LDADD = ${MAINSRCDIR}/lib/libORXlibs.la \ |
|---|
| 8 | ${MAINSRCDIR}/util/libORXutils.la \ |
|---|
| 9 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
|---|
| 10 | |
|---|
| 11 | particles_CPPFLAGS = -DGUI_MODULE \ |
|---|
| 12 | $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS) |
|---|
| 13 | |
|---|
| 14 | particles_SOURCES= ../framework.cc \ |
|---|
| 15 | particle_fun.cc \ |
|---|
| 16 | $(MAINSRCDIR)/util/resource_manager.cc \ |
|---|
| 17 | $(MAINSRCDIR)/world_entities/camera.cc \ |
|---|
| 18 | $(MAINSRCDIR)/world_entities/world_entity.cc |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.