File: Makefile.am

package info (click to toggle)
freej 0.10git20100110-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 32,080 kB
  • ctags: 22,705
  • sloc: cpp: 156,254; ansic: 25,531; sh: 13,538; perl: 4,624; makefile: 3,278; python: 2,889; objc: 1,284; asm: 1,125; ruby: 126
file content (35 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
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

INCLUDES = -I$(top_srcdir)

AM_CFLAGS = $(CFLAGS)

AUTOMAKE_OPTIONS = foreign

noinst_LTLIBRARIES = libflash.la

libflash_la_SOURCES = \
	adpcm.cc	\
	bitmap.cc	\
	button.cc	\
	character.cc	\
	cxform.cc	\
	displaylist.cc	\
	flash.cc	\
	font.cc		\
	graphic.cc	\
	graphic16.cc	\
	graphic24.cc	\
	graphic32.cc	\
	matrix.cc	\
	movie.cc	\
	program.cc	\
	rect.h		\
	script.cc	\
	shape.cc	\
	sprite.cc	\
	sqrt.cc		\
	text.cc

noinst_HEADERS = adpcm.h bitmap.h button.h character.h cxform.h displaylist.h \
	flash.h font.h graphic.h matrix.h movie.h program.h rect.h script.h \
	shape.h sprite.h swf.h text.h graphic16.h graphic24.h graphic32.h