~ubuntu-branches/ubuntu/vivid/gdk-pixbuf/vivid

« back to all changes in this revision

Viewing changes to gdk-pixbuf/pixops/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-06 22:10:04 UTC
  • Revision ID: james.westby@ubuntu.com-20041006221004-rma9deknj8qctu67
Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)
 
23
 
 
24
EXTRA_DIST =                            \
 
25
        DETAILS
 
 
b'\\ No newline at end of file'