summaryrefslogtreecommitdiff
path: root/Xprint/pcl/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Xprint/pcl/Makefile.am.inc')
-rw-r--r--Xprint/pcl/Makefile.am.inc29
1 files changed, 29 insertions, 0 deletions
diff --git a/Xprint/pcl/Makefile.am.inc b/Xprint/pcl/Makefile.am.inc
new file mode 100644
index 000000000..1ea53dd05
--- /dev/null
+++ b/Xprint/pcl/Makefile.am.inc
@@ -0,0 +1,29 @@
+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