Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/physics/Makefile.am @ 5450

Last change on this file since 5450 was 5450, checked in by bensch, 19 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: 724 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LTLIBRARIES = libORXphysics.la
5
6libORXphysics_la_SOURCES = physics_interface.cc \
7                           physics_connection.cc \
8                           physics_engine.cc \
9                           fields/field.cc \
10                           fields/gravity.cc \
11                           fields/point_gravity.cc \
12                           fields/twirl.cc
13
14noinst_HEADERS= physics_interface.h \
15                physics_connection.h \
16                physics_engine.h \
17                fields/fields.h \
18                fields/field.h \
19                fields/gravity.h \
20                fields/point_gravity.h \
21                fields/twirl.h
Note: See TracBrowser for help on using the repository browser.