Last change
on this file since 3458 was
3427,
checked in by bensch, 20 years ago
|
orxonox/trunk/importer: cleaned up the includes, while watching some Monty Python
|
File size:
851 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 | objModel.cc \ |
---|
12 | array.cc \ |
---|
13 | material.cc \ |
---|
14 | texture.cc \ |
---|
15 | ../vector.cc |
---|
16 | |
---|
17 | noinst_HEADERS= framework.h \ |
---|
18 | windowHandler.h \ |
---|
19 | model.h \ |
---|
20 | objModel.h \ |
---|
21 | array.h \ |
---|
22 | material.h \ |
---|
23 | texture.h |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | # uncomment the following if orxonox requires the math library |
---|
28 | #orxonox_LDADD=-lm |
---|
29 | |
---|
30 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
31 | |
---|
32 | # if you write a self-test script named `chk', uncomment the |
---|
33 | # following and add `chk' to the EXTRA_DIST list |
---|
34 | #TESTS=chk |
---|
35 | |
---|
36 | # build and install the .info pages |
---|
37 | #info_TEXINFOS = orxonox.texinfo |
---|
38 | #orxonox_TEXINFOS = gpl.texinfo |
---|
39 | |
---|
40 | # install the man pages |
---|
41 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.