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 (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LIBRARIES = libRendererGL.a 

INCLUDES = -I$(top_srcdir)

libRendererGL_a_SOURCES = \
	TextureManager.cpp TextureManager.h \
	StateManager.cpp StateManager.h \
	default_font.h default_font.xpm default_image.xpm \
	RenderSystem.cpp RenderSystem.h \
	GL.cpp GL.h \
	Sprite.cpp Sprite.h \
	ImageUtils.h ImageUtils.cpp