First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xprint / ps / Makefile.am
blob08638b19de06b03a167899ace3ee764cd30e14ca
1 noinst_LTLIBRARIES = libps.la
3 INCLUDES = -I$(top_srcdir)/hw/xprint
5 AM_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ @FREETYPE_CFLAGS@ \
6             -D_XP_PRINT_SERVER_ -DXP_PSTEXT
8 libps_la_SOURCES =              \
9         PsArc.c                 \
10         PsArea.c                \
11         PsAttr.c                \
12         PsAttVal.c              \
13         PsCache.c               \
14         PsColor.c               \
15         PsDef.h                 \
16         PsFonts.c               \
17         PsGC.c                  \
18         Ps.h                    \
19         PsImageUtil.c           \
20         PsInit.c                \
21         PsLine.c                \
22         PsMisc.c                \
23         psout.c                 \
24         psout.h                 \
25         PsPixel.c               \
26         PsPixmap.c              \
27         PsPolygon.c             \
28         PsPrint.c               \
29         PsSpans.c               \
30         PsText.c                \
31         PsWindow.c
33 EXTRA_DIST =    PsFTFonts.c     \
34         psout_ft.c              \
35         psout_ftpstype1.c       \
36         psout_ftpstype3.c       \
37         ttf2pt1wrap.c
39 if XP_USE_FREETYPE
40     AM_CFLAGS += -DXP_USE_FREETYPE
41     libps_la_SOURCES += $(EXTRA_DIST)
42 endif