Last change
on this file since 3392 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
|
Rev | Line | |
---|
[3180] | 1 | #AM_CXXFLAGS="-I/usr/X11R6/include" |
---|
| 2 | AM_LDFLAGS=$(MWINDOWS) |
---|
[2755] | 3 | |
---|
| 4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | bin_PROGRAMS=importer |
---|
[3182] | 8 | importer_SOURCES= framework.cc \ |
---|
| 9 | windowHandler.cc \ |
---|
[3365] | 10 | model.cc \ |
---|
[3182] | 11 | array.cc \ |
---|
[3201] | 12 | material.cc \ |
---|
[3365] | 13 | texture.cc \ |
---|
[3201] | 14 | vector.cc |
---|
[2755] | 15 | |
---|
[3182] | 16 | noinst_HEADERS= framework.h \ |
---|
| 17 | windowHandler.h \ |
---|
[3365] | 18 | model.h \ |
---|
[3182] | 19 | array.h \ |
---|
[3365] | 20 | material.h \ |
---|
| 21 | texture.h |
---|
[2755] | 22 | |
---|
| 23 | |
---|
[3201] | 24 | |
---|
[3027] | 25 | # uncomment the following if orxonox requires the math library |
---|
[2755] | 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.