Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/importer/Makefile.am @ 3479

Last change on this file since 3479 was 3479, checked in by bensch, 19 years ago

orxonox/trunk/src/importer: Makefile.am adapted to the new File-structure

File size: 1.1 KB
Line 
1MAINSRCDIR=..
2AM_CXXFLAGS=-I$(MAINSRCDIR)
3AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities
4AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities
5AM_CXXFLAGS+=-I$(MAINSRCDIR)/mathlib
6AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib
7AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
8AM_CXXFLAGS+=-I$(MAINSRCDIR)/font
9AM_CXXFLAGS+=-I$(MAINSRCDIR)/network
10AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu
11
12AM_LDFLAGS=$(MWINDOWS)
13
14#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
15
16
17bin_PROGRAMS=importer
18importer_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
27noinst_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.