File: Makefile.am

package info (click to toggle)
sear 0.5.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,408 kB
  • ctags: 2,580
  • sloc: cpp: 14,902; sh: 10,890; makefile: 172
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
noinst_LIBRARIES = libEnvironment.a 

INCLUDES = -I$(top_srcdir)

libEnvironment_a_SOURCES = \
	TerrainRenderer.cpp TerrainRenderer.h \
	SkyDome.cpp	SkyDome.h \
	Environment.cpp	Environment.h \
	Stars.cpp Stars.h