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