]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/pixops/Makefile.am
9b00b744353a57e53dcedc40d96a7181ff18df13
[~andy/gtk] / gdk-pixbuf / pixops / Makefile.am
1 noinst_LTLIBRARIES = libpixops.la
2
3 INCLUDES = \
4         -I$(top_srcdir) -I$(top_builddir)       \
5         $(GTK_DEBUG_FLAGS)                      \
6         $(GDK_PIXBUF_DEP_CFLAGS)                \
7         -DG_DISABLE_DEPRECATED                  \
8         -DGDK_PIXBUF_DISABLE_DEPRECATED
9
10 noinst_PROGRAMS = timescale
11
12 timescale_SOURCES = timescale.c
13 timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
14
15 if USE_MMX
16 mmx_sources =                           \
17         have_mmx.S                      \
18         scale_line_22_33_mmx.S          \
19         composite_line_22_4a4_mmx.S     \
20         composite_line_color_22_4a4_mmx.S
21 endif
22
23 libpixops_la_SOURCES =                  \
24         pixops.c                        \
25         pixops.h                        \
26         pixops-internal.h               \
27         $(mmx_sources)
28
29 EXTRA_DIST =                            \
30         DETAILS                         \
31         pixbuf-transform-math.ltx       \
32         makefile.msc