]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/pixops/Makefile.am
If major.minor of required and available glib versions are the same, add
[~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         -DGDK_PIXBUF_DISABLE_DEPRECATED
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         pixbuf-transform-math.ltx       \
31         makefile.msc