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