source:
orxonox.OLD/branches/qt_gui/src/lib/math/Makefile.am
@
7438
Last change on this file since 7438 was 7033, checked in by bensch, 19 years ago | |
---|---|
File size: 379 bytes |
Line | |
---|---|
1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am |
3 | |
4 | |
5 | noinst_LIBRARIES = libORXmath.a |
6 | |
7 | libORXmath_a_SOURCES = \ |
8 | vector.cc \ |
9 | vector2D.cc \ |
10 | quaternion.cc \ |
11 | matrix.cc \ |
12 | curve.cc \ |
13 | plane.cc \ |
14 | line.cc \ |
15 | rotation_OBSOLETE.cc |
16 | |
17 | noinst_HEADERS = \ |
18 | vector.h \ |
19 | vector2D.h \ |
20 | quaternion.h \ |
21 | matrix.h \ |
22 | curve.h \ |
23 | plane.h \ |
24 | line.h \ |
25 | rotation_OBSOLETE.h |
Note: See TracBrowser
for help on using the repository browser.