]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/pixops/Makefile.am
$(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk-pixbuf compiles
[~andy/gtk] / gdk-pixbuf / pixops / Makefile.am
1 noinst_LTLIBRARIES = libpixops.la
2
3 INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)/gdk-pixbuf
4
5 noinst_PROGRAMS = timescale
6
7 timescale_SOURCES = timescale.c
8 timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
9
10 if USE_MMX
11 mmx_sources =                           \
12         have_mmx.S                      \
13         scale_line_22_33_mmx.S          \
14         composite_line_22_4a4_mmx.S     \
15         composite_line_color_22_4a4_mmx.S
16 endif
17
18 libpixops_la_SOURCES =                  \
19         pixops.c                        \
20         pixops.h                        \
21         pixops-internal.h               \
22         $(mmx_sources)