~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to Xprint/ps/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libps.la
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
 
4
 
 
5
AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
 
6
        -D_XP_PRINT_SERVER_ -DPSZ=8 -DXP_PSTEXT
 
7
 
 
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
 
32
 
 
33
EXTRA_DIST =    PsFTFonts.c     \
 
34
        psout_ft.c              \
 
35
        psout_ftpstype1.c       \
 
36
        psout_ftpstype3.c       \
 
37
        ttf2pt1wrap.c