File: Makefile.am

package info (click to toggle)
clanlib 1.0~svn3827-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 24,312 kB
  • ctags: 16,513
  • sloc: cpp: 101,606; xml: 6,410; makefile: 1,747; ansic: 463; perl: 424; php: 247; sh: 53
file content (28 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
lib_LTLIBRARIES = libclanSDL.la

libclanSDL_la_SOURCES = \
display_window_sdl.cpp	\
display_window_sdl.h	\
graphic_context_sdl.cpp \
graphic_context_sdl.h	\
input_device_sdlkeyboard.cpp \
input_device_sdlkeyboard.h   \
input_device_sdlmouse.cpp    \
input_device_sdlmouse.h      \
input_device_sdljoystick.cpp \
input_device_sdljoystick.h   \
pixel_buffer_sdl_frame.cpp   \
pixel_buffer_sdl_frame.h     \
sdl_target.cpp  \
sdl_target.h    \
setupsdl.cpp    \
surface_sdl.cpp \
surface_sdl.h

libclanSDL_la_CXXFLAGS = $(SDL_CFLAGS)
libclanSDL_la_LIBADD   = $(SDL_LIBS)

libclanSDL_la_LDFLAGS = \
  -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LDFLAGS_LT_RELEASE)

# EOF #