Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/Makefile.am @ 7052

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

orxonox/trunk: merged branches/network back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6774:HEAD

no conflicts…
thats what i call orthogonal work

File size: 859 bytes
RevLine 
[5347]1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
[5463]4noinst_LIBRARIES = libORXgraphics.a
[5347]5
[5463]6libORXgraphics_a_SOURCES = graphics_engine.cc \
7                           light.cc \
8                           shader.cc \
9                           render2D/render_2d.cc \
10                           render2D/element_2d.cc \
[6815]11                           render2D/billboard.cc \
[5463]12                           text_engine/text_engine.cc \
13                           text_engine/text.cc \
[6753]14                           text_engine/font.cc \
15                           effects/graphics_effect.cc \
[6815]16                           effects/fog_effect.cc \
17                           effects/lense_flare.cc
[5347]18
[6815]19
[5347]20noinst_HEADERS = graphics_engine.h \
21                 light.h \
22                 shader.h \
23                 render2D/render_2d.h \
24                 render2D/element_2d.h \
[6815]25                 render2D/billboard.h \
[5347]26                 text_engine/text_engine.h \
27                 text_engine/text.h \
[6753]28                 text_engine/font.h \
29                 effects/graphics_effect.h \
[6815]30                 effects/fog_effect.h \
31                 effects/lense_flare.h
[5347]32
33
[4789]34SUBDIRS = importer \
[5342]35          spatial_separation
36
[5347]37EXTRA_DIST = text_engine/default_font.xpm
Note: See TracBrowser for help on using the repository browser.