Last change
on this file since 3504 was
3399,
checked in by bensch, 20 years ago
|
orxonox/branches/nico: merged trunk into branches/nico
merged with command:
svn merge ../trunk/ nico/ -r 3238:HEAD
resolved conflict in favor of branches/nico.
|
File size:
983 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 heightmap |
---|
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 | heightmap_SOURCES= main.cc \ |
---|
18 | heightMapTerrain.cc \ |
---|
19 | heightMapViewer.cc \ |
---|
20 | vector.cc \ |
---|
21 | windowHandler.cc |
---|
22 | |
---|
23 | noinst_HEADERS= framework.h \ |
---|
24 | windowHandler.h \ |
---|
25 | model.h \ |
---|
26 | objModel.h \ |
---|
27 | array.h \ |
---|
28 | material.h \ |
---|
29 | texture.h |
---|
30 | |
---|
31 | |
---|
32 | |
---|
33 | # uncomment the following if orxonox requires the math library |
---|
34 | #orxonox_LDADD=-lm |
---|
35 | |
---|
36 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
37 | |
---|
38 | # if you write a self-test script named `chk', uncomment the |
---|
39 | # following and add `chk' to the EXTRA_DIST list |
---|
40 | #TESTS=chk |
---|
41 | |
---|
42 | # build and install the .info pages |
---|
43 | #info_TEXINFOS = orxonox.texinfo |
---|
44 | #orxonox_TEXINFOS = gpl.texinfo |
---|
45 | |
---|
46 | # install the man pages |
---|
47 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.