mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-01 09:28:20 +02:00
35 lines
566 B
Makefile
35 lines
566 B
Makefile
lib_LTLIBRARIES = libpixman.la
|
|
include_HEADERS = pixman.h
|
|
|
|
libpixman_la_SOURCES = \
|
|
pixman.h \
|
|
pixman-xserver-compat.h \
|
|
pixregion.c \
|
|
pixregionint.h \
|
|
ic.c \
|
|
icblt.c \
|
|
icbltone.c \
|
|
iccolor.c \
|
|
iccompose.c \
|
|
icformat.c \
|
|
icimage.c \
|
|
icimage.h \
|
|
icint.h \
|
|
icpixels.c \
|
|
icrect.c \
|
|
icrop.h \
|
|
icstipple.c \
|
|
ictrap.c \
|
|
ictransform.c \
|
|
ictri.c \
|
|
icutil.c \
|
|
fbedge.c \
|
|
fbedgeimp.h \
|
|
fbtrap.c \
|
|
renderedge.c \
|
|
renderedge.h \
|
|
slim_internal.h
|
|
|
|
libpixman_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
|
|
|
|
INCLUDES = -I$(srcdir) $(WARN_CFLAGS)
|