summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/Makefile.am
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/libs/pixman/Makefile.am
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/Makefile.am')
-rw-r--r--Build/source/libs/pixman/Makefile.am56
1 files changed, 0 insertions, 56 deletions
diff --git a/Build/source/libs/pixman/Makefile.am b/Build/source/libs/pixman/Makefile.am
deleted file mode 100644
index a83ff0514c5..00000000000
--- a/Build/source/libs/pixman/Makefile.am
+++ /dev/null
@@ -1,56 +0,0 @@
-## $Id$
-## Proxy Makefile.am to build pixman for TeX Live.
-##
-## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
-## Copyright 2012-2015 Peter Breitenlohner <tex-live@tug.org>
-## Copyright 2012 Taco Hoekwater <taco@metatex.org>
-##
-## This file is free software; the copyright holder
-## gives unlimited permission to copy and/or distribute it,
-## with or without modifications, as long as this notice is preserved.
-##
-## We want to re-distribute the whole pixman source tree.
-##
-EXTRA_DIST = $(PIXMAN_TREE)
-
-## Changes applied to the original source tree
-##
-EXTRA_DIST += TLpatches
-
-PIXMAN_SRC = $(PIXMAN_TREE)/pixman
-
-# Files not to be distributed
-include $(srcdir)/../../am/dist_hook.am
-NEVER_NAMES += $(NEVER_NAMES_SUB)
-
-SUBDIRS = . include
-
-AM_CPPFLAGS = -I$(top_srcdir)/$(PIXMAN_SRC)
-AM_CFLAGS = $(VISIBILITY_CFLAGS) # $(WARNING_CFLAGS)
-
-noinst_LIBRARIES = libpixman.a
-
-include $(srcdir)/sources.am
-
-libpixman_a_SOURCES = $(libpixman_sources) $(libpixman_headers)
-
-if build
-check_PROGRAMS = pixtest
-dist_check_SCRIPTS = pixman.test
-TESTS = pixman.test
-endif build
-pixman.log: pixtest$(EXEEXT)
-
-pixtest_SOURCES = pixtest.c
-
-pixtest_CPPFLAGS = -Iinclude
-
-LDADD = libpixman.a
-
-# Rebuild
-rebuild_prereq =
-rebuild_target = all
-CLEANFILES =
-
-include $(srcdir)/../../am/rebuild.am
-