summaryrefslogtreecommitdiff
path: root/Xprint/pcl/Makefile.am
blob: 144411c5519cbbb0253dce91deb63b25b3d8b3ff (plain)
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
noinst_LTLIBRARIES = libpcl.la

INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb

AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
	-D_XP_PRINT_SERVER_ -DPSZ=8

libpcl_la_SOURCES =		\
	PclArc.c		\
	PclArea.c		\
	PclAttr.c		\
	PclAttVal.c		\
	PclColor.c		\
	PclCursor.c		\
	PclDef.h		\
	PclFonts.c		\
	PclGC.c			\
	Pcl.h			\
	PclInit.c		\
	PclLine.c		\
	Pclmap.h		\
	PclMisc.c		\
	PclPixel.c		\
	PclPixmap.c		\
	PclPolygon.c		\
	PclPrint.c		\
	PclSFonts.c		\
	PclSFonts.h		\
	PclSpans.c		\
	PclText.c		\
	PclWindow.c