Last change
on this file since 3288 was
2964,
checked in by bensch, 20 years ago
|
orxonox/branches/sound: merged Trunk back into sound. and included all headers for real into the configure.ac-script.
|
File size:
781 bytes
|
Line | |
---|
1 | AM_CXXFLAGS="-I/usr/X11R6/include" |
---|
2 | AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS) |
---|
3 | |
---|
4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
5 | |
---|
6 | |
---|
7 | bin_PROGRAMS=importer |
---|
8 | importer_SOURCES=framework.cc windowHandler.cc vector.cc object.cc array.cc material.cc |
---|
9 | |
---|
10 | noinst_HEADERS=framework.h windowHandler.h vector.h object.h array.h material.h |
---|
11 | |
---|
12 | |
---|
13 | # uncomment the following if bencoder requires the math library |
---|
14 | #orxonox_LDADD=-lm |
---|
15 | |
---|
16 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
17 | |
---|
18 | # if you write a self-test script named `chk', uncomment the |
---|
19 | # following and add `chk' to the EXTRA_DIST list |
---|
20 | #TESTS=chk |
---|
21 | |
---|
22 | # build and install the .info pages |
---|
23 | #info_TEXINFOS = orxonox.texinfo |
---|
24 | #orxonox_TEXINFOS = gpl.texinfo |
---|
25 | |
---|
26 | # install the man pages |
---|
27 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.