Last change
on this file since 3247 was
3201,
checked in by bensch, 20 years ago
|
orxonox/trunk/src/importer: how logging could be
|
File size:
790 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 \ |
---|
| 10 | object.cc \ |
---|
| 11 | array.cc \ |
---|
[3201] | 12 | material.cc \ |
---|
| 13 | vector.cc |
---|
[2755] | 14 | |
---|
[3182] | 15 | noinst_HEADERS= framework.h \ |
---|
| 16 | windowHandler.h \ |
---|
| 17 | object.h \ |
---|
| 18 | array.h \ |
---|
[3201] | 19 | material.h |
---|
[2755] | 20 | |
---|
| 21 | |
---|
[3201] | 22 | |
---|
[3027] | 23 | # uncomment the following if orxonox requires the math library |
---|
[2755] | 24 | #orxonox_LDADD=-lm |
---|
| 25 | |
---|
| 26 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 27 | |
---|
| 28 | # if you write a self-test script named `chk', uncomment the |
---|
| 29 | # following and add `chk' to the EXTRA_DIST list |
---|
| 30 | #TESTS=chk |
---|
| 31 | |
---|
| 32 | # build and install the .info pages |
---|
| 33 | #info_TEXINFOS = orxonox.texinfo |
---|
| 34 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 35 | |
---|
| 36 | # install the man pages |
---|
| 37 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.