]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/pixops/Makefile.am
Add git.mk to generate .gitignore files
[~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
10 noinst_PROGRAMS = timescale
11
12 timescale_SOURCES = timescale.c
13 timescale_LDADD = libpixops.la $(GLIB_LIBS) $(GDK_PIXBUF_DEP_LIBS)
14
15 if USE_MMX
16 mmx_sources =                           \
17         have_mmx.S                      \
18         scale_line_22_33_mmx.S          \
19         composite_line_22_4a4_mmx.S     \
20         composite_line_color_22_4a4_mmx.S
21 endif
22
23 libpixops_la_SOURCES =                  \
24         pixops.c                        \
25         pixops.h                        \
26         pixops-internal.h               \
27         $(mmx_sources)
28
29 EXTRA_DIST +=                           \
30         DETAILS                         \
31         pixbuf-transform-math.ltx       \
32         makefile.msc
33
34 -include $(top_srcdir)/git.mk