summaryrefslogtreecommitdiff
path: root/hw/xprint/pcl/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xprint/pcl/Makefile.am.inc')
-rw-r--r--hw/xprint/pcl/Makefile.am.inc28
1 files changed, 28 insertions, 0 deletions
diff --git a/hw/xprint/pcl/Makefile.am.inc b/hw/xprint/pcl/Makefile.am.inc
new file mode 100644
index 000000000..38a784e13
--- /dev/null
+++ b/hw/xprint/pcl/Makefile.am.inc
@@ -0,0 +1,28 @@
+INCLUDES = -I$(top_srcdir)/hw/xprint
+
+AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
+ -D_XP_PRINT_SERVER_ -DPSZ=8 $(PCL_DRIVER)
+
+libpcl_la_SOURCES = \
+ $(srcdir)/../pcl/PclArc.c \
+ $(srcdir)/../pcl/PclArea.c \
+ $(srcdir)/../pcl/PclAttr.c \
+ $(srcdir)/../pcl/PclAttVal.c \
+ $(srcdir)/../pcl/PclColor.c \
+ $(srcdir)/../pcl/PclCursor.c \
+ $(srcdir)/../pcl/PclDef.h \
+ $(srcdir)/../pcl/PclFonts.c \
+ $(srcdir)/../pcl/PclGC.c \
+ $(srcdir)/../pcl/Pcl.h \
+ $(srcdir)/../pcl/PclInit.c \
+ $(srcdir)/../pcl/PclLine.c \
+ $(srcdir)/../pcl/Pclmap.h \
+ $(srcdir)/../pcl/PclMisc.c \
+ $(srcdir)/../pcl/PclPixel.c \
+ $(srcdir)/../pcl/PclPolygon.c \
+ $(srcdir)/../pcl/PclPrint.c \
+ $(srcdir)/../pcl/PclSFonts.c \
+ $(srcdir)/../pcl/PclSFonts.h \
+ $(srcdir)/../pcl/PclSpans.c \
+ $(srcdir)/../pcl/PclText.c \
+ $(srcdir)/../pcl/PclWindow.c