xserver-multidpi/Xprint/ps/Makefile.am
Kevin E Martin 63aa96c08a Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
    with separate build roots.
2005-11-19 07:15:50 +00:00

37 lines
623 B
Makefile

noinst_LTLIBRARIES = libps.la
INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
AM_CFLAGS = @DIX_CFLAGS@ @XPRINT_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