Last change
on this file since 3482 was
3479,
checked in by bensch, 20 years ago
|
orxonox/trunk/src/importer: Makefile.am adapted to the new File-structure
|
File size:
1.1 KB
|
Line | |
---|
1 | MAINSRCDIR=.. |
---|
2 | AM_CXXFLAGS=-I$(MAINSRCDIR) |
---|
3 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities |
---|
4 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities |
---|
5 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/mathlib |
---|
6 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib |
---|
7 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs |
---|
8 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/font |
---|
9 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/network |
---|
10 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu |
---|
11 | |
---|
12 | AM_LDFLAGS=$(MWINDOWS) |
---|
13 | |
---|
14 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
15 | |
---|
16 | |
---|
17 | bin_PROGRAMS=importer |
---|
18 | importer_SOURCES= framework.cc \ |
---|
19 | windowHandler.cc \ |
---|
20 | model.cc \ |
---|
21 | objModel.cc \ |
---|
22 | array.cc \ |
---|
23 | material.cc \ |
---|
24 | texture.cc \ |
---|
25 | $(MAINSRCDIR)/mathlib/vector.cc |
---|
26 | |
---|
27 | noinst_HEADERS= framework.h \ |
---|
28 | windowHandler.h \ |
---|
29 | model.h \ |
---|
30 | objModel.h \ |
---|
31 | array.h \ |
---|
32 | material.h \ |
---|
33 | texture.h |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | # uncomment the following if orxonox requires the math library |
---|
38 | #orxonox_LDADD=-lm |
---|
39 | |
---|
40 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
41 | |
---|
42 | # if you write a self-test script named `chk', uncomment the |
---|
43 | # following and add `chk' to the EXTRA_DIST list |
---|
44 | #TESTS=chk |
---|
45 | |
---|
46 | # build and install the .info pages |
---|
47 | #info_TEXINFOS = orxonox.texinfo |
---|
48 | #orxonox_TEXINFOS = gpl.texinfo |
---|
49 | |
---|
50 | # install the man pages |
---|
51 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.