Last change
on this file since 3500 was
3365,
checked in by bensch, 20 years ago
|
orxonox/trunk: merged branches/parenting back to the.
merged with command:
svn merge branches/parenting trunk -r 3247:HEAD
resolved all conflicts in favor of parenting.
|
File size:
818 bytes
|
Line | |
---|
1 | #AM_CXXFLAGS="-I/usr/X11R6/include" |
---|
2 | AM_LDFLAGS=$(MWINDOWS) |
---|
3 | |
---|
4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
5 | |
---|
6 | |
---|
7 | bin_PROGRAMS=importer |
---|
8 | importer_SOURCES= framework.cc \ |
---|
9 | windowHandler.cc \ |
---|
10 | model.cc \ |
---|
11 | array.cc \ |
---|
12 | material.cc \ |
---|
13 | texture.cc \ |
---|
14 | vector.cc |
---|
15 | |
---|
16 | noinst_HEADERS= framework.h \ |
---|
17 | windowHandler.h \ |
---|
18 | model.h \ |
---|
19 | array.h \ |
---|
20 | material.h \ |
---|
21 | texture.h |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | # uncomment the following if orxonox requires the math library |
---|
26 | #orxonox_LDADD=-lm |
---|
27 | |
---|
28 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
29 | |
---|
30 | # if you write a self-test script named `chk', uncomment the |
---|
31 | # following and add `chk' to the EXTRA_DIST list |
---|
32 | #TESTS=chk |
---|
33 | |
---|
34 | # build and install the .info pages |
---|
35 | #info_TEXINFOS = orxonox.texinfo |
---|
36 | #orxonox_TEXINFOS = gpl.texinfo |
---|
37 | |
---|
38 | # install the man pages |
---|
39 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.