Last change
on this file since 7914 was
7914,
checked in by bensch, 19 years ago
|
orxonox/gui: simple almost finished implementation of a Rectangle Class, that should greatly improve work-flow in the GUI (most widgets are Rectangled
|
File size:
406 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 | rect2D.cc \ |
---|
16 | rotation_OBSOLETE.cc |
---|
17 | |
---|
18 | noinst_HEADERS = \ |
---|
19 | vector.h \ |
---|
20 | vector2D.h \ |
---|
21 | quaternion.h \ |
---|
22 | matrix.h \ |
---|
23 | curve.h \ |
---|
24 | plane.h \ |
---|
25 | line.h \ |
---|
26 | rect2D.h \ |
---|
27 | rotation_OBSOLETE.h |
---|
Note: See
TracBrowser
for help on using the repository browser.