Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/math/Makefile.am @ 10079

Last change on this file since 10079 was 7919, checked in by bensch, 18 years ago

orxonox/trunk: merged the gui branche back
merged with command:
https://svn.orxonox.net/orxonox/branches/gui
no conflicts

File size: 406 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[4291]4
[7033]5noinst_LIBRARIES = libORXmath.a
[4291]6
[7033]7libORXmath_a_SOURCES = \
8                vector.cc \
9                vector2D.cc \
10                quaternion.cc \
11                matrix.cc \
12                curve.cc \
13                plane.cc \
14                line.cc \
[7919]15                rect2D.cc \
[7033]16                rotation_OBSOLETE.cc
[4416]17
[6621]18noinst_HEADERS = \
[7033]19                vector.h \
20                vector2D.h \
21                quaternion.h \
22                matrix.h \
23                curve.h \
24                plane.h \
25                line.h \
[7919]26                rect2D.h \
[7033]27                rotation_OBSOLETE.h
Note: See TracBrowser for help on using the repository browser.