File: Makefile.am

package info (click to toggle)
enigma 1.20-dfsg.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 64,620 kB
  • ctags: 16,428
  • sloc: xml: 153,614; cpp: 63,581; ansic: 31,088; sh: 4,825; makefile: 1,858; yacc: 288; perl: 84; sed: 16
file content (42 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (4)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
noinst_LIBRARIES = libecl.a
AM_CFLAGS	 = @SDL_CFLAGS@
AM_CXXFLAGS 	 = @SDL_CFLAGS@

libecl_a_SOURCES = \
	IMG_SavePNG.c 			\
	IMG_SavePNG.h 			\
	SDL_gfxPrimitives.c		\
	SDL_gfxPrimitives.h		\
	SDL_gfxPrimitives_font.h	\
	SDL_rotozoom.c			\
	SDL_rotozoom.h			\
	ecl_alist.hh			\
	ecl_argp.cc 			\
	ecl_argp.hh			\
	ecl_array2.hh 			\
	ecl_buffer.cc 			\
	ecl_buffer.hh			\
	ecl_cache.hh			\
	ecl_callback.hh			\
	ecl_dict.cc 			\
	ecl_dict.hh			\
	ecl_error.hh			\
	ecl_font.cc 			\
	ecl_font.hh			\
	ecl_geom.cc 			\
	ecl_geom.hh			\
	ecl_math.cc 			\
	ecl_math.hh			\
	ecl.hh				\
	ecl_fwd.hh			\
	ecl_sdl.hh 			\
	ecl_sdl.cc			\
	ecl_system.hh 			\
	ecl_system.cc	 		\
	ecl_sys_localename.cc		\
	ecl_utf.hh                      \
	ecl_utf.cc                      \
	ecl_util.hh 			\
	ecl_util.cc			\
	ecl_video.cc 			\
	ecl_video.hh