]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/pixops/Makefile.am
Use correct DLL and import library names, with GTK_API_VERSION in name,
[~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         -DG_DISABLE_DEPRECATED                  \
8         -DGDK_PIXBUF_DISABLE_DEPRECATED         \
9 @STRIP_END@
10
11 noinst_PROGRAMS = timescale
12
13 timescale_SOURCES = timescale.c
14 timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
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         makefile.msc