File: Makefile.am

package info (click to toggle)
xorg-server 2%3A1.1.1-21etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 53,408 kB
  • ctags: 137,174
  • sloc: ansic: 855,904; sh: 10,998; makefile: 7,181; cpp: 4,893; asm: 2,018; objc: 2,003; perl: 600; yacc: 401; lex: 266; csh: 3
file content (21 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_LTLIBRARIES = librender.la

AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@

librender_la_SOURCES =	\
	animcur.c	\
	filter.c	\
	glyph.c		\
	miglyph.c	\
	miindex.c	\
	mipict.c	\
	mirect.c	\
	mitrap.c	\
	mitri.c		\
	picture.c	\
	render.c	\
	renderedge.c

if XORG
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h renderedge.h
endif