2007-10-03 14:53:30 -06:00
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2007-10-03 14:48:33 -06:00
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2007-10-03 14:53:30 -06:00
# 2003, 2004, 2005 Free Software Foundation, Inc.
2007-10-03 14:48:33 -06:00
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@ S E T _ M A K E @
2007-10-03 14:53:30 -06:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
2007-10-03 14:48:33 -06:00
VPATH = @srcdir@
pkgdatadir = $( datadir) /@PACKAGE@
pkglibdir = $( libdir) /@PACKAGE@
pkgincludedir = $( includedir) /@PACKAGE@
2007-10-03 14:53:30 -06:00
top_builddir = .
2007-10-03 14:48:33 -06:00
am__cd = CDPATH = " $$ {ZSH_VERSION+.} $( PATH_SEPARATOR) " && cd
2007-10-03 14:53:30 -06:00
INSTALL = @INSTALL@
2011-07-24 07:05:47 -06:00
install_sh_DATA = ${ SHELL } $( install_sh) -c -m 644
install_sh_PROGRAM = ${ SHELL } $( install_sh) -c
install_sh_SCRIPT = ${ SHELL } $( install_sh) -c
2007-10-03 14:48:33 -06:00
INSTALL_HEADER = $( INSTALL_DATA)
transform = $( program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = README $( am__configure_deps) $( srcdir) /Makefile.am \
$( srcdir) /Makefile.in $( srcdir) /config.h.in \
2008-09-23 13:11:40 -06:00
$( srcdir) /pixman-1-uninstalled.pc.in $( srcdir) /pixman-1.pc.in \
$( top_srcdir) /configure AUTHORS COPYING ChangeLog INSTALL NEWS \
TODO compile config.guess config.sub depcomp install-sh \
ltmain.sh missing
2007-10-03 14:53:30 -06:00
subdir = .
2007-10-03 14:48:33 -06:00
ACLOCAL_M4 = $( top_srcdir) /aclocal.m4
am__aclocal_m4_deps = $( top_srcdir) /configure.ac
am__configure_deps = $( am__aclocal_m4_deps) $( CONFIGURE_DEPENDENCIES) \
$( ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
2007-10-03 14:53:30 -06:00
configure.lineno configure.status.lineno
mkinstalldirs = $( SHELL) $( install_sh) -d
2007-10-03 14:48:33 -06:00
CONFIG_HEADER = config.h
2008-09-23 13:11:40 -06:00
CONFIG_CLEAN_FILES = pixman-1.pc pixman-1-uninstalled.pc
2007-10-03 14:48:33 -06:00
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
2007-10-03 14:53:30 -06:00
install-exec-recursive install-info-recursive \
install-recursive installcheck-recursive installdirs-recursive \
pdf-recursive ps-recursive uninstall-info-recursive \
uninstall-recursive
2007-10-03 14:48:33 -06:00
am__vpath_adj_setup = srcdirstrip = ` echo " $( srcdir) " | sed 's|.|.|g' ` ;
am__vpath_adj = case $$ p in \
$( srcdir) /*) f = ` echo " $$ p " | sed " s|^ $$ srcdirstrip/|| " ` ; ; \
*) f = $$ p; ; \
esac ;
am__strip_dir = ` echo $$ p | sed -e 's|^.*/||' ` ;
am__installdirs = " $( DESTDIR) $( pkgconfigdir) "
pkgconfigDATA_INSTALL = $( INSTALL_DATA)
DATA = $( pkgconfig_DATA)
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $( SUBDIRS)
DISTFILES = $( DIST_COMMON) $( DIST_SOURCES) $( TEXINFOS) $( EXTRA_DIST)
distdir = $( PACKAGE) -$( VERSION)
top_distdir = $( distdir)
am__remove_distdir = \
{ test ! -d $( distdir) \
|| { find $( distdir) -type d ! -perm -200 -exec chmod u+w { } ';' \
&& rm -fr $( distdir) ; } ; }
DIST_ARCHIVES = $( distdir) .tar.gz $( distdir) .tar.bz2
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
2007-10-03 14:53:30 -06:00
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
2007-10-03 14:48:33 -06:00
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
2010-10-03 12:30:04 -06:00
CCAS = @CCAS@
CCASFLAGS = @CCASFLAGS@
2007-10-03 14:48:33 -06:00
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEP_CFLAGS = @DEP_CFLAGS@
DEP_LIBS = @DEP_LIBS@
2012-02-28 13:36:12 -07:00
DLLTOOL = @DLLTOOL@
2008-09-23 13:11:40 -06:00
DSYMUTIL = @DSYMUTIL@
2012-02-28 13:36:12 -07:00
DUMPBIN = @DUMPBIN@
2007-10-03 14:48:33 -06:00
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
2012-02-28 13:36:12 -07:00
FGREP = @FGREP@
2009-06-05 14:14:27 -06:00
GREP = @GREP@
2007-10-03 14:48:33 -06:00
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
2007-10-03 14:53:30 -06:00
HAVE_GTK_FALSE = @HAVE_GTK_FALSE@
HAVE_GTK_TRUE = @HAVE_GTK_TRUE@
2012-02-28 13:36:12 -07:00
HAVE_LIBPNG = @HAVE_LIBPNG@
2010-10-03 12:30:04 -06:00
HAVE_PTHREAD_SETSPECIFIC = @HAVE_PTHREAD_SETSPECIFIC@
2007-10-03 14:48:33 -06:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2012-02-28 13:36:12 -07:00
LD = @LD@
2007-10-03 14:48:33 -06:00
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
2012-02-28 13:36:12 -07:00
LIPO = @LIPO@
2007-10-03 14:48:33 -06:00
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LT_VERSION_INFO = @LT_VERSION_INFO@
MAKEINFO = @MAKEINFO@
2012-02-28 13:36:12 -07:00
MANIFEST_TOOL = @MANIFEST_TOOL@
2007-10-03 14:48:33 -06:00
MMX_CFLAGS = @MMX_CFLAGS@
2009-06-05 14:14:27 -06:00
MMX_LDFLAGS = @MMX_LDFLAGS@
2012-02-28 13:36:12 -07:00
NM = @NM@
2008-09-23 13:11:40 -06:00
NMEDIT = @NMEDIT@
2012-02-28 13:36:12 -07:00
OBJDUMP = @OBJDUMP@
2007-10-03 14:48:33 -06:00
OBJEXT = @OBJEXT@
2010-11-14 06:42:49 -07:00
OPENMP_CFLAGS = @OPENMP_CFLAGS@
2012-02-28 13:36:12 -07:00
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
2007-10-03 14:48:33 -06:00
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
2008-09-23 13:11:40 -06:00
PERL = @PERL@
2010-03-25 15:58:52 -06:00
PIXMAN_TIMERS = @PIXMAN_TIMERS@
2008-04-08 13:00:25 -06:00
PIXMAN_VERSION_MAJOR = @PIXMAN_VERSION_MAJOR@
PIXMAN_VERSION_MICRO = @PIXMAN_VERSION_MICRO@
PIXMAN_VERSION_MINOR = @PIXMAN_VERSION_MINOR@
PKG_CONFIG = @PKG_CONFIG@
2012-02-28 13:36:12 -07:00
PNG_CFLAGS = @PNG_CFLAGS@
PNG_LIBS = @PNG_LIBS@
2010-10-03 12:30:04 -06:00
PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
2010-11-14 06:42:49 -07:00
PTHREAD_LIBS = @PTHREAD_LIBS@
2007-10-03 14:48:33 -06:00
RANLIB = @RANLIB@
2008-09-23 13:11:40 -06:00
SED = @SED@
2007-10-03 14:48:33 -06:00
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
2008-09-23 13:11:40 -06:00
SSE2_CFLAGS = @SSE2_CFLAGS@
2009-06-05 14:14:27 -06:00
SSE2_LDFLAGS = @SSE2_LDFLAGS@
2007-10-03 14:48:33 -06:00
STRIP = @STRIP@
2010-10-03 12:30:04 -06:00
STUBS_CFLAGS = @STUBS_CFLAGS@
STUBS_LIBS = @STUBS_LIBS@
2011-07-24 07:05:47 -06:00
TESTPROGS_EXTRA_LDFLAGS = @TESTPROGS_EXTRA_LDFLAGS@
TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR = @TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR@
2010-10-03 12:30:04 -06:00
TOOLCHAIN_SUPPORTS__THREAD = @TOOLCHAIN_SUPPORTS__THREAD@
2012-02-28 13:36:12 -07:00
USE_ARM_IWMMXT_FALSE = @USE_ARM_IWMMXT_FALSE@
USE_ARM_IWMMXT_TRUE = @USE_ARM_IWMMXT_TRUE@
2009-06-05 14:14:27 -06:00
USE_ARM_NEON_FALSE = @USE_ARM_NEON_FALSE@
USE_ARM_NEON_TRUE = @USE_ARM_NEON_TRUE@
USE_ARM_SIMD_FALSE = @USE_ARM_SIMD_FALSE@
USE_ARM_SIMD_TRUE = @USE_ARM_SIMD_TRUE@
USE_GCC_INLINE_ASM_FALSE = @USE_GCC_INLINE_ASM_FALSE@
USE_GCC_INLINE_ASM_TRUE = @USE_GCC_INLINE_ASM_TRUE@
2008-04-08 13:00:25 -06:00
USE_SSE2_FALSE = @USE_SSE2_FALSE@
USE_SSE2_TRUE = @USE_SSE2_TRUE@
2008-09-23 13:11:40 -06:00
USE_VMX_FALSE = @USE_VMX_FALSE@
USE_VMX_TRUE = @USE_VMX_TRUE@
2012-02-28 13:36:12 -07:00
USE_X86_MMX_FALSE = @USE_X86_MMX_FALSE@
USE_X86_MMX_TRUE = @USE_X86_MMX_TRUE@
2007-10-03 14:48:33 -06:00
VERSION = @VERSION@
2008-09-23 13:11:40 -06:00
VMX_CFLAGS = @VMX_CFLAGS@
2012-02-28 13:36:12 -07:00
ac_ct_AR = @ac_ct_AR@
2007-10-03 14:48:33 -06:00
ac_ct_CC = @ac_ct_CC@
2012-02-28 13:36:12 -07:00
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2007-10-03 14:53:30 -06:00
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
2007-10-03 14:48:33 -06:00
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
2009-06-05 14:14:27 -06:00
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
2007-10-03 14:48:33 -06:00
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
2009-06-05 14:14:27 -06:00
htmldir = @htmldir@
2007-10-03 14:48:33 -06:00
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
2009-06-05 14:14:27 -06:00
localedir = @localedir@
2007-10-03 14:48:33 -06:00
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
2009-06-05 14:14:27 -06:00
pdfdir = @pdfdir@
2007-10-03 14:48:33 -06:00
prefix = @prefix@
program_transform_name = @program_transform_name@
2009-06-05 14:14:27 -06:00
psdir = @psdir@
2007-10-03 14:48:33 -06:00
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
2012-02-28 13:36:12 -07:00
SUBDIRS = pixman
2007-10-03 14:48:33 -06:00
pkgconfigdir = $( libdir) /pkgconfig
pkgconfig_DATA = pixman-1.pc
2008-09-23 13:11:40 -06:00
GPGKEY = 6FF7C1A8
2008-04-08 13:00:25 -06:00
USERNAME = $$ USER
2011-07-24 07:05:47 -06:00
RELEASE_OR_SNAPSHOT = $$ ( if test " x $( PIXMAN_VERSION_MINOR) " = " x $$ (echo " $( PIXMAN_VERSION_MINOR) /2*2" | bc)" ; then echo release; else echo snapshot; fi )
2008-04-08 13:00:25 -06:00
RELEASE_CAIRO_HOST = $( USERNAME) @cairographics.org
2011-07-24 07:05:47 -06:00
RELEASE_CAIRO_DIR = /srv/cairo.freedesktop.org/www/$( RELEASE_OR_SNAPSHOT) s
RELEASE_CAIRO_URL = http://cairographics.org/$( RELEASE_OR_SNAPSHOT) s
2008-04-08 13:00:25 -06:00
RELEASE_XORG_URL = http://xorg.freedesktop.org/archive/individual/lib
RELEASE_XORG_HOST = $( USERNAME) @xorg.freedesktop.org
RELEASE_XORG_DIR = /srv/xorg.freedesktop.org/archive/individual/lib
2012-02-28 13:36:12 -07:00
RELEASE_ANNOUNCE_LIST = cairo-announce@cairographics.org, xorg-announce@lists.freedesktop.org, pixman@lists.freedesktop.org
2008-04-08 13:00:25 -06:00
tar_gz = $( PACKAGE) -$( VERSION) .tar.gz
tar_bz2 = $( PACKAGE) -$( VERSION) .tar.bz2
sha1_tgz = $( tar_gz) .sha1
md5_tgz = $( tar_gz) .md5
sha1_tbz2 = $( tar_bz2) .sha1
md5_tbz2 = $( tar_bz2) .md5
gpg_file = $( sha1_tgz) .asc
2009-06-05 14:14:27 -06:00
HASHFILES = $( sha1_tgz) $( sha1_tbz2) $( md5_tgz) $( md5_tbz2)
2012-02-28 13:36:12 -07:00
RELEASE_TYPE = $$ ( if test " x $( PIXMAN_VERSION_MINOR) " = " x $$ (echo " $( PIXMAN_VERSION_MINOR) /2*2" | bc)" ; then echo "stable release in the" ; else echo "development snapshot leading up to a stable" ; fi )
2007-10-03 14:48:33 -06:00
all : config .h
$( MAKE) $( AM_MAKEFLAGS) all-recursive
.SUFFIXES :
am--refresh :
@:
$(srcdir)/Makefile.in : $( srcdir ) /Makefile .am $( am__configure_deps )
@for dep in $? ; do \
case '$(am__configure_deps)' in \
*$$ dep*) \
2010-10-03 12:30:04 -06:00
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign ' ; \
cd $( srcdir) && $( AUTOMAKE) --foreign \
2007-10-03 14:48:33 -06:00
&& exit 0; \
exit 1; ; \
esac ; \
done ; \
2010-10-03 12:30:04 -06:00
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
2007-10-03 14:48:33 -06:00
cd $( top_srcdir) && \
2010-10-03 12:30:04 -06:00
$( AUTOMAKE) --foreign Makefile
2007-10-03 14:48:33 -06:00
.PRECIOUS : Makefile
Makefile : $( srcdir ) /Makefile .in $( top_builddir ) /config .status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status' ; \
$( SHELL) ./config.status; ; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)' ; \
cd $( top_builddir) && $( SHELL) ./config.status $@ $( am__depfiles_maybe) ; ; \
esac ;
$(top_builddir)/config.status : $( top_srcdir ) /configure $( CONFIG_STATUS_DEPENDENCIES )
$( SHELL) ./config.status --recheck
$(top_srcdir)/configure : $( am__configure_deps )
cd $( srcdir) && $( AUTOCONF)
$(ACLOCAL_M4) : $( am__aclocal_m 4_deps )
cd $( srcdir) && $( ACLOCAL) $( ACLOCAL_AMFLAGS)
config.h : stamp -h 1
@if test ! -f $@ ; then \
rm -f stamp-h1; \
2007-10-03 14:53:30 -06:00
$( MAKE) stamp-h1; \
2007-10-03 14:48:33 -06:00
else :; fi
stamp-h1 : $( srcdir ) /config .h .in $( top_builddir ) /config .status
@rm -f stamp-h1
cd $( top_builddir) && $( SHELL) ./config.status config.h
$(srcdir)/config.h.in : $( am__configure_deps )
cd $( top_srcdir) && $( AUTOHEADER)
rm -f stamp-h1
touch $@
distclean-hdr :
-rm -f config.h stamp-h1
pixman-1.pc : $( top_builddir ) /config .status $( srcdir ) /pixman -1.pc .in
cd $( top_builddir) && $( SHELL) ./config.status $@
2008-09-23 13:11:40 -06:00
pixman-1-uninstalled.pc : $( top_builddir ) /config .status $( srcdir ) /pixman -1-uninstalled .pc .in
cd $( top_builddir) && $( SHELL) ./config.status $@
2007-10-03 14:48:33 -06:00
mostlyclean-libtool :
-rm -f *.lo
clean-libtool :
-rm -rf .libs _libs
distclean-libtool :
-rm -f libtool
2007-10-03 14:53:30 -06:00
uninstall-info-am :
2007-10-03 14:48:33 -06:00
install-pkgconfigDATA : $( pkgconfig_DATA )
@$( NORMAL_INSTALL)
2007-10-03 14:53:30 -06:00
test -z " $( pkgconfigdir) " || $( mkdir_p) " $( DESTDIR) $( pkgconfigdir) "
2007-10-03 14:48:33 -06:00
@list= '$(pkgconfig_DATA)' ; for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
f = $( am__strip_dir) \
echo " $( pkgconfigDATA_INSTALL) ' $$ d $$ p' ' $( DESTDIR) $( pkgconfigdir) / $$ f' " ; \
$( pkgconfigDATA_INSTALL) " $$ d $$ p " " $( DESTDIR) $( pkgconfigdir) / $$ f " ; \
done
uninstall-pkgconfigDATA :
@$( NORMAL_UNINSTALL)
@list= '$(pkgconfig_DATA)' ; for p in $$ list; do \
f = $( am__strip_dir) \
echo " rm -f ' $( DESTDIR) $( pkgconfigdir) / $$ f' " ; \
rm -f " $( DESTDIR) $( pkgconfigdir) / $$ f " ; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS) :
@failcom= 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
dot_seen = no; \
target = ` echo $@ | sed s/-recursive//` ; \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
dot_seen = yes; \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
|| eval $$ failcom; \
done ; \
if test " $$ dot_seen " = "no" ; then \
$( MAKE) $( AM_MAKEFLAGS) " $$ target-am " || exit 1; \
fi ; test -z " $$ fail "
2007-10-03 14:53:30 -06:00
m o s t l y c l e a n - r e c u r s i v e c l e a n - r e c u r s i v e d i s t c l e a n - r e c u r s i v e \
maintainer-clean-recursive :
2007-10-03 14:48:33 -06:00
@failcom= 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
dot_seen = no; \
case " $@ " in \
distclean-* | maintainer-clean-*) list = '$(DIST_SUBDIRS)' ; ; \
*) list = '$(SUBDIRS)' ; ; \
esac ; \
rev = '' ; for subdir in $$ list; do \
if test " $$ subdir " = "." ; then :; else \
rev = " $$ subdir $$ rev " ; \
fi ; \
done ; \
rev = " $$ rev . " ; \
target = ` echo $@ | sed s/-recursive//` ; \
for subdir in $$ rev; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
|| eval $$ failcom; \
done && test -z " $$ fail "
tags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) tags) ; \
done
ctags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) ctags) ; \
done
ID : $( HEADERS ) $( SOURCES ) $( LISP ) $( TAGS_FILES )
list = '$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
mkid -fID $$ unique
tags : TAGS
TAGS : tags -recursive $( HEADERS ) $( SOURCES ) config .h .in $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
tags = ; \
here = ` pwd ` ; \
if ( $( ETAGS) --etags-include --version) >/dev/null 2>& 1; then \
include_option = --etags-include; \
empty_fix = .; \
else \
include_option = --include; \
empty_fix = ; \
fi ; \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
if test " $$ subdir " = .; then :; else \
test ! -f $$ subdir/TAGS || \
tags = " $$ tags $$ include_option= $$ here/ $$ subdir/TAGS " ; \
fi ; \
done ; \
list = '$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
if test -z " $( ETAGS_ARGS) $$ tags $$ unique " ; then :; else \
test -n " $$ unique " || unique = $$ empty_fix; \
$( ETAGS) $( ETAGSFLAGS) $( AM_ETAGSFLAGS) $( ETAGS_ARGS) \
$$ tags $$ unique; \
fi
ctags : CTAGS
CTAGS : ctags -recursive $( HEADERS ) $( SOURCES ) config .h .in $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
tags = ; \
here = ` pwd ` ; \
list = '$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
test -z " $( CTAGS_ARGS) $$ tags $$ unique " \
|| $( CTAGS) $( CTAGSFLAGS) $( AM_CTAGSFLAGS) $( CTAGS_ARGS) \
$$ tags $$ unique
GTAGS :
here = ` $( am__cd) $( top_builddir) && pwd ` \
&& cd $( top_srcdir) \
&& gtags -i $( GTAGS_ARGS) $$ here
distclean-tags :
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir : $( DISTFILES )
$( am__remove_distdir)
2007-10-03 14:53:30 -06:00
mkdir $( distdir)
2008-04-08 13:00:25 -06:00
$( mkdir_p) $( distdir) /. $( distdir) /pixman
2007-10-03 14:53:30 -06:00
@srcdirstrip= ` echo " $( srcdir) " | sed 's|.|.|g' ` ; \
topsrcdirstrip = ` echo " $( top_srcdir) " | sed 's|.|.|g' ` ; \
list = '$(DISTFILES)' ; for file in $$ list; do \
case $$ file in \
$( srcdir) /*) file = ` echo " $$ file " | sed " s|^ $$ srcdirstrip/|| " ` ; ; \
$( top_srcdir) /*) file = ` echo " $$ file " | sed " s|^ $$ topsrcdirstrip/| $( top_builddir) /| " ` ; ; \
esac ; \
2007-10-03 14:48:33 -06:00
if test -f $$ file || test -d $$ file; then d = .; else d = $( srcdir) ; fi ; \
2007-10-03 14:53:30 -06:00
dir = ` echo " $$ file " | sed -e 's,/[^/]*$$,,' ` ; \
if test " $$ dir " != " $$ file " && test " $$ dir " != "." ; then \
dir = " / $$ dir " ; \
$( mkdir_p) " $( distdir) $$ dir " ; \
else \
dir = '' ; \
fi ; \
2007-10-03 14:48:33 -06:00
if test -d $$ d/$$ file; then \
if test -d $( srcdir) /$$ file && test $$ d != $( srcdir) ; then \
cp -pR $( srcdir) /$$ file $( distdir) $$ dir || exit 1; \
fi ; \
cp -pR $$ d/$$ file $( distdir) $$ dir || exit 1; \
else \
test -f $( distdir) /$$ file \
|| cp -p $$ d/$$ file $( distdir) /$$ file \
|| exit 1; \
fi ; \
done
list = '$(DIST_SUBDIRS)' ; for subdir in $$ list; do \
if test " $$ subdir " = .; then :; else \
test -d " $( distdir) / $$ subdir " \
2007-10-03 14:53:30 -06:00
|| $( mkdir_p) " $( distdir) / $$ subdir " \
2007-10-03 14:48:33 -06:00
|| exit 1; \
distdir = ` $( am__cd) $( distdir) && pwd ` ; \
top_distdir = ` $( am__cd) $( top_distdir) && pwd ` ; \
( cd $$ subdir && \
$( MAKE) $( AM_MAKEFLAGS) \
top_distdir = " $$ top_distdir " \
distdir = " $$ distdir/ $$ subdir " \
distdir) \
|| exit 1; \
fi ; \
done
-find $( distdir) -type d ! -perm -777 -exec chmod a+rwx { } \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r { } \; -o \
! -type d ! -perm -400 -exec chmod a+r { } \; -o \
2007-10-03 14:53:30 -06:00
! -type d ! -perm -444 -exec $( SHELL) $( install_sh) -c -m a+r { } { } \; \
2007-10-03 14:48:33 -06:00
|| chmod -R a+r $( distdir)
dist-gzip : distdir
tardir = $( distdir) && $( am__tar) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .tar.gz
$( am__remove_distdir)
dist-bzip2 : distdir
tardir = $( distdir) && $( am__tar) | bzip2 -9 -c >$( distdir) .tar.bz2
$( am__remove_distdir)
dist-tarZ : distdir
tardir = $( distdir) && $( am__tar) | compress -c >$( distdir) .tar.Z
$( am__remove_distdir)
dist-shar : distdir
shar $( distdir) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .shar.gz
$( am__remove_distdir)
dist-zip : distdir
-rm -f $( distdir) .zip
zip -rq $( distdir) .zip $( distdir)
$( am__remove_distdir)
dist dist-all : distdir
tardir = $( distdir) && $( am__tar) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .tar.gz
tardir = $( distdir) && $( am__tar) | bzip2 -9 -c >$( distdir) .tar.bz2
$( am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck : dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP = $( GZIP_ENV) gunzip -c $( distdir) .tar.gz | $( am__untar) ; ; \
*.tar.bz2*) \
bunzip2 -c $( distdir) .tar.bz2 | $( am__untar) ; ; \
*.tar.Z*) \
uncompress -c $( distdir) .tar.Z | $( am__untar) ; ; \
*.shar.gz*) \
GZIP = $( GZIP_ENV) gunzip -c $( distdir) .shar.gz | unshar ; ; \
*.zip*) \
unzip $( distdir) .zip ; ; \
esac
chmod -R a-w $( distdir) ; chmod a+w $( distdir)
mkdir $( distdir) /_build
mkdir $( distdir) /_inst
chmod a-w $( distdir)
dc_install_base = ` $( am__cd) $( distdir) /_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,' ` \
&& dc_destdir = " $$ {TMPDIR-/tmp}/am-dc- $$ $$ / " \
&& cd $( distdir) /_build \
&& ../configure --srcdir= .. --prefix= " $$ dc_install_base " \
$( DISTCHECK_CONFIGURE_FLAGS) \
&& $( MAKE) $( AM_MAKEFLAGS) \
&& $( MAKE) $( AM_MAKEFLAGS) dvi \
&& $( MAKE) $( AM_MAKEFLAGS) check \
&& $( MAKE) $( AM_MAKEFLAGS) install \
&& $( MAKE) $( AM_MAKEFLAGS) installcheck \
&& $( MAKE) $( AM_MAKEFLAGS) uninstall \
&& $( MAKE) $( AM_MAKEFLAGS) distuninstallcheck_dir = " $$ dc_install_base " \
distuninstallcheck \
&& chmod -R a-w " $$ dc_install_base " \
&& ( { \
( cd ../.. && umask 077 && mkdir " $$ dc_destdir " ) \
&& $( MAKE) $( AM_MAKEFLAGS) DESTDIR = " $$ dc_destdir " install \
&& $( MAKE) $( AM_MAKEFLAGS) DESTDIR = " $$ dc_destdir " uninstall \
&& $( MAKE) $( AM_MAKEFLAGS) DESTDIR = " $$ dc_destdir " \
distuninstallcheck_dir = " $$ dc_destdir " distuninstallcheck; \
} || { rm -rf " $$ dc_destdir " ; exit 1; } ) \
&& rm -rf " $$ dc_destdir " \
&& $( MAKE) $( AM_MAKEFLAGS) dist \
&& rm -rf $( DIST_ARCHIVES) \
&& $( MAKE) $( AM_MAKEFLAGS) distcleancheck
$( am__remove_distdir)
@( echo " $( distdir) archives ready for distribution: " ; \
list = '$(DIST_ARCHIVES)' ; for i in $$ list; do echo $$ i; done ) | \
2007-10-03 14:53:30 -06:00
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
2007-10-03 14:48:33 -06:00
distuninstallcheck :
@cd $( distuninstallcheck_dir) \
&& test ` $( distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n " $( DESTDIR) " ; then \
echo " (check DESTDIR support)" ; \
fi ; \
$( distuninstallcheck_listfiles) ; \
exit 1; } >& 2
distcleancheck : distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test ` $( distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$( distcleancheck_listfiles) ; \
exit 1; } >& 2
check-am : all -am
check : check -recursive
all-am : Makefile $( DATA ) config .h
installdirs : installdirs -recursive
installdirs-am :
for dir in " $( DESTDIR) $( pkgconfigdir) " ; do \
2007-10-03 14:53:30 -06:00
test -z " $$ dir " || $( mkdir_p) " $$ dir " ; \
2007-10-03 14:48:33 -06:00
done
install : install -recursive
install-exec : install -exec -recursive
install-data : install -data -recursive
uninstall : uninstall -recursive
install-am : all -am
@$( MAKE) $( AM_MAKEFLAGS) install-exec-am install-data-am
installcheck : installcheck -recursive
install-strip :
$( MAKE) $( AM_MAKEFLAGS) INSTALL_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " \
install_sh_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG = -s \
` test -z '$(STRIP)' || \
echo " INSTALL_PROGRAM_ENV=STRIPPROG=' $( STRIP) ' " ` install
mostlyclean-generic :
clean-generic :
distclean-generic :
-test -z " $( CONFIG_CLEAN_FILES) " || rm -f $( CONFIG_CLEAN_FILES)
maintainer-clean-generic :
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean : clean -recursive
clean-am : clean -generic clean -libtool mostlyclean -am
distclean : distclean -recursive
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -f Makefile
distclean-am : clean -am distclean -generic distclean -hdr \
distclean-libtool distclean-tags
dvi : dvi -recursive
dvi-am :
html : html -recursive
info : info -recursive
info-am :
install-data-am : install -pkgconfigDATA
install-exec-am :
install-info : install -info -recursive
install-man :
installcheck-am :
maintainer-clean : maintainer -clean -recursive
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -rf $( top_srcdir) /autom4te.cache
-rm -f Makefile
maintainer-clean-am : distclean -am maintainer -clean -generic
mostlyclean : mostlyclean -recursive
mostlyclean-am : mostlyclean -generic mostlyclean -libtool
pdf : pdf -recursive
pdf-am :
ps : ps -recursive
ps-am :
2007-10-03 14:53:30 -06:00
uninstall-am : uninstall -info -am uninstall -pkgconfigDATA
2007-10-03 14:48:33 -06:00
2007-10-03 14:53:30 -06:00
uninstall-info : uninstall -info -recursive
2007-10-03 14:48:33 -06:00
2007-10-03 14:53:30 -06:00
.PHONY : $( RECURSIVE_TARGETS ) CTAGS GTAGS all all -am am --refresh check \
check-am clean clean-generic clean-libtool clean-recursive \
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
dist-shar dist-tarZ dist-zip distcheck distclean \
2007-10-03 14:48:33 -06:00
distclean-generic distclean-hdr distclean-libtool \
2007-10-03 14:53:30 -06:00
distclean-recursive distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-exec \
install-exec-am install-info install-info-am install-man \
install-pkgconfigDATA install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic maintainer-clean-recursive \
mostlyclean mostlyclean-generic mostlyclean-libtool \
mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-info-am \
2007-10-03 14:48:33 -06:00
uninstall-pkgconfigDATA
$(pkgconfig_DATA) : pixman -1.pc .in
2008-04-08 13:00:25 -06:00
snapshot :
distdir = " $( distdir) -`date '+%Y%m%d'` " ; \
2009-06-05 14:14:27 -06:00
test -d " $( srcdir) /.git " && distdir = $$ distdir-` cd " $( srcdir) " && git rev-parse HEAD | cut -c 1-6` ; \
2008-04-08 13:00:25 -06:00
$( MAKE) $( AM_MAKEFLAGS) distdir = " $$ distdir " dist
$(sha1_tgz) : $( tar_gz )
sha1sum $^ > $@
$(md5_tgz) : $( tar_gz )
md5sum $^ > $@
$(sha1_tbz2) : $( tar_bz 2)
sha1sum $^ > $@
$(md5_tbz2) : $( tar_bz 2)
md5sum $^ > $@
$(gpg_file) : $( sha 1_tgz )
@echo "Please enter your GPG password to sign the checksum."
gpg --armor --sign $^
release-verify-newer :
@echo -n " Checking that no $( VERSION) release already exists at $( RELEASE_XORG_HOST) ... "
@ssh $( RELEASE_XORG_HOST) test ! -e $( RELEASE_XORG_DIR) /$( tar_gz) \
|| ( echo "Ouch." && echo " Found: $( RELEASE_XORG_HOST) : $( RELEASE_XORG_DIR) / $( tar_gz) " \
&& echo "Refusing to try to generate a new release of the same name." \
&& false )
@ssh $( RELEASE_CAIRO_HOST) test ! -e $( RELEASE_CAIRO_DIR) /$( tar_gz) \
|| ( echo "Ouch." && echo " Found: $( RELEASE_CAIRO_HOST) : $( RELEASE_CAIRO_DIR) / $( tar_gz) " \
&& echo "Refusing to try to generate a new release of the same name." \
&& false )
@echo "Good."
release-remove-old :
2009-06-05 14:14:27 -06:00
$( RM) $( tar_gz) $( tar_bz2) $( HASHFILES) $( gpg_file)
2008-04-08 13:00:25 -06:00
ensure-prev :
@if [ [ " $( PREV) " = = "" ] ] ; then \
echo "" && \
echo "You must set the PREV variable on the make command line to" && \
2009-06-05 14:14:27 -06:00
echo "the last version." && \
2008-04-08 13:00:25 -06:00
echo "" && \
echo "For example:" && \
2009-06-05 14:14:27 -06:00
echo " make PREV=0.7.3" && \
2008-04-08 13:00:25 -06:00
echo "" && \
false; \
fi
release-check : ensure -prev release -verify -newer release -remove -old distcheck
2008-09-23 13:11:40 -06:00
release-tag :
2009-06-05 14:14:27 -06:00
git tag -u $( GPGKEY) -m " $( PACKAGE) $( VERSION) release " $( PACKAGE) -$( VERSION)
2008-09-23 13:11:40 -06:00
2009-06-05 14:14:27 -06:00
release-upload : release -check $( tar_gz ) $( tar_bz 2) $( sha 1_tgz ) $( sha 1_tbz 2) $( md 5_tgz ) $( gpg_file )
2008-04-08 13:00:25 -06:00
scp $( tar_gz) $( sha1_tgz) $( gpg_file) $( RELEASE_CAIRO_HOST) :$( RELEASE_CAIRO_DIR)
scp $( tar_gz) $( tar_bz2) $( RELEASE_XORG_HOST) :$( RELEASE_XORG_DIR)
ssh $( RELEASE_CAIRO_HOST) " rm -f $( RELEASE_CAIRO_DIR) /LATEST- $( PACKAGE) -[0-9]* && ln -s $( tar_gz) $( RELEASE_CAIRO_DIR) /LATEST- $( PACKAGE) - $( VERSION) "
2009-06-05 14:14:27 -06:00
release-publish-message : $( HASHFILES ) ensure -prev
2008-04-08 13:00:25 -06:00
@echo "Please follow the instructions in RELEASING to push stuff out and"
@echo "send out the announcement mails. Here is the excerpt you need:"
@echo ""
@echo " Lists: $( RELEASE_ANNOUNCE_LIST) "
@echo " Subject: [ANNOUNCE] $( PACKAGE) release $( VERSION) now available "
@echo "============================== CUT HERE =============================="
2012-02-28 13:36:12 -07:00
@echo " A new $( PACKAGE) release $( VERSION) is now available. This is a $( RELEASE_TYPE) "
2008-04-08 13:00:25 -06:00
@echo ""
@echo "tar.gz:"
@echo " $( RELEASE_CAIRO_URL) / $( tar_gz) "
@echo " $( RELEASE_XORG_URL) / $( tar_gz) "
@echo ""
@echo "tar.bz2:"
@echo " $( RELEASE_XORG_URL) / $( tar_bz2) "
@echo ""
@echo "Hashes:"
@echo -n " MD5: "
@cat $( md5_tgz)
@echo -n " MD5: "
@cat $( md5_tbz2)
@echo -n " SHA1: "
@cat $( sha1_tgz)
@echo -n " SHA1: "
@cat $( sha1_tbz2)
@echo ""
@echo "GPG signature:"
@echo " $( RELEASE_CAIRO_URL) / $( gpg_file) "
2008-09-23 13:11:40 -06:00
@echo " (signed by `git config --get user.name` <`git config --get user.email`>)"
2008-04-08 13:00:25 -06:00
@echo ""
@echo "Git:"
@echo " git://git.freedesktop.org/git/pixman"
@echo " tag: $( PACKAGE) - $( VERSION) "
@echo ""
@echo "Log:"
2009-06-05 14:14:27 -06:00
@git log --no-merges " $( PACKAGE) - $( PREV) " .." $( PACKAGE) - $( VERSION) " | git shortlog | awk '{ printf "\t"; print ; }' | cut -b1-80
2008-04-08 13:00:25 -06:00
@echo "============================== CUT HERE =============================="
@echo ""
2008-09-23 13:11:40 -06:00
release-publish : release -upload release -tag release -publish -message
2008-04-08 13:00:25 -06:00
2008-09-23 13:11:40 -06:00
.PHONY : release -upload release -publish release -publish -message release -tag
2007-10-03 14:48:33 -06:00
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT :