2000-01-05 21:33:58 +00:00
|
|
|
noinst_LTLIBRARIES = libpixops.la
|
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
INCLUDES = \
|
2001-07-05 14:19:43 +00:00
|
|
|
-I$(top_srcdir) -I$(top_builddir) \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GDK_PIXBUF_DEP_CFLAGS) \
|
|
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED
|
2000-01-05 21:33:58 +00:00
|
|
|
|
2000-02-22 00:29:00 +00:00
|
|
|
noinst_PROGRAMS = timescale
|
2000-01-05 21:33:58 +00:00
|
|
|
|
|
|
|
timescale_SOURCES = timescale.c
|
2007-07-04 12:40:56 +00:00
|
|
|
timescale_LDADD = libpixops.la $(GLIB_LIBS) $(GDK_PIXBUF_DEP_LIBS)
|
2000-01-05 21:33:58 +00:00
|
|
|
|
|
|
|
if USE_MMX
|
|
|
|
mmx_sources = \
|
|
|
|
have_mmx.S \
|
|
|
|
scale_line_22_33_mmx.S \
|
|
|
|
composite_line_22_4a4_mmx.S \
|
|
|
|
composite_line_color_22_4a4_mmx.S
|
|
|
|
endif
|
|
|
|
|
|
|
|
libpixops_la_SOURCES = \
|
|
|
|
pixops.c \
|
|
|
|
pixops.h \
|
|
|
|
pixops-internal.h \
|
|
|
|
$(mmx_sources)
|
2000-05-22 19:09:27 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2000-07-22 23:50:19 +00:00
|
|
|
DETAILS \
|
2003-04-01 20:57:25 +00:00
|
|
|
pixbuf-transform-math.ltx \
|
2002-09-14 10:50:03 +00:00
|
|
|
makefile.msc
|