Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/atmospheric_engine/src/lib/graphics/Makefile.am @ 7523

Last change on this file since 7523 was 7504, checked in by amaechler, 19 years ago

branches/atmospheric_engine: Added volumetric fogeffect files

File size: 1.1 KB
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 \
[7165]9                           \
[5463]10                           render2D/render_2d.cc \
11                           render2D/element_2d.cc \
[6815]12                           render2D/billboard.cc \
[7165]13                           \
[5463]14                           text_engine/text_engine.cc \
15                           text_engine/text.cc \
[6753]16                           text_engine/font.cc \
[7165]17                           \
[6753]18                           effects/graphics_effect.cc \
[7379]19                           effects/atmospheric_engine.cc \
[7381]20                           effects/weather_effect.cc \
21                           effects/sun_effect.cc \
[6815]22                           effects/fog_effect.cc \
[7504]23                           effects/volfog_effect.cc \
[6815]24                           effects/lense_flare.cc
[5347]25
[6815]26
[5347]27noinst_HEADERS = graphics_engine.h \
28                 light.h \
29                 shader.h \
[7165]30                 \
[5347]31                 render2D/render_2d.h \
32                 render2D/element_2d.h \
[6815]33                 render2D/billboard.h \
[7165]34                 \
[5347]35                 text_engine/text_engine.h \
36                 text_engine/text.h \
[6753]37                 text_engine/font.h \
[7165]38                 text_engine/default_font.xpm \
39                 \
[6753]40                 effects/graphics_effect.h \
[7379]41                 effects/atmospheric_engine.h \
[7381]42                 effects/weather_effect.h \
43                 effects/sun_effect.h \
[6815]44                 effects/fog_effect.h \
[7504]45                 effects/volfog_effect.h \
[6815]46                 effects/lense_flare.h
[5347]47
48
[4789]49SUBDIRS = importer \
[5342]50          spatial_separation
51
[7165]52EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.