xserver-multidpi/Xprint/ps/Makefile.am
Søren Sandmann Pedersen df938987d6 Add buildsystem for Xprint, and:
Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com>
Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h"
Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h"
Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com>
Conditionally compile in xprint.c
Add Xprint
2005-08-17 19:03:18 +00:00

37 lines
607 B
Makefile

noinst_LTLIBRARIES = libps.la
INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
AM_CFLAGS = @DIX_CFLAGS@ -D_XP_PRINT_SERVER_ -DPSZ=8 -DXP_PSTEXT
libps_la_SOURCES = \
PsArc.c \
PsArea.c \
PsAttr.c \
PsAttVal.c \
PsCache.c \
PsColor.c \
PsDef.h \
PsFonts.c \
PsGC.c \
Ps.h \
PsImageUtil.c \
PsInit.c \
PsLine.c \
PsMisc.c \
psout.c \
psout.h \
PsPixel.c \
PsPixmap.c \
PsPolygon.c \
PsPrint.c \
PsSpans.c \
PsText.c \
PsWindow.c
EXTRA_DIST = PsFTFonts.c \
psout_ft.c \
psout_ftpstype1.c \
psout_ftpstype3.c \
ttf2pt1wrap.c