File: Makefile.am

package info (click to toggle)
xwnc 0.3.3-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 14,812 kB
  • ctags: 44,024
  • sloc: ansic: 303,514; asm: 4,881; sh: 1,331; makefile: 1,148
file content (20 lines) | stat: -rw-r--r-- 298 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
INCLUDES = 					\
	-I$(top_srcdir)/xserver/include			\
	-I$(top_srcdir)/xserver/mi			\
	$(XSERVER_CFLAGS)

noinst_LIBRARIES = librender.a

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