summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/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/texk/gregorio/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/texk/gregorio/Makefile.am')
-rw-r--r--Build/source/texk/gregorio/Makefile.am63
1 files changed, 0 insertions, 63 deletions
diff --git a/Build/source/texk/gregorio/Makefile.am b/Build/source/texk/gregorio/Makefile.am
deleted file mode 100644
index 521814ca183..00000000000
--- a/Build/source/texk/gregorio/Makefile.am
+++ /dev/null
@@ -1,63 +0,0 @@
-## $Id$
-## Makefile.am for the TeX Live subdirectory texk/gregorio/
-##
-## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
-## Copyright 2015 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-
-## We want to re-distribute the whole original gregorio source tree.
-EXTRA_DIST = $(GREGORIO_TREE)
-
-## Patches applied to the original source tree
-EXTRA_DIST += TLpatches
-
-# Files not to be distributed
-include $(srcdir)/../../am/dist_hook.am
-NEVER_NAMES += $(NEVER_NAMES_SUB)
-
-AM_CPPFLAGS = \
- -I$(top_srcdir)/$(GREGORIO_TREE)/src \
- -I$(top_srcdir)/$(GREGORIO_TREE)/src/gabc \
- -I$(top_srcdir)/$(GREGORIO_TREE)/src/dump \
- -I$(top_srcdir)/$(GREGORIO_TREE)/src/gregoriotex \
- $(KPATHSEA_INCLUDES) -D_GNU_SOURCE -DUSE_KPSE
-AM_CFLAGS = $(WARNING_CFLAGS)
-
-bin_PROGRAMS = gregorio
-
-gregorio_SOURCES = \
- @GREGORIO_TREE@/src/characters.c \
- @GREGORIO_TREE@/src/gregorio-utils.c \
- @GREGORIO_TREE@/src/messages.c \
- @GREGORIO_TREE@/src/sha1.c \
- @GREGORIO_TREE@/src/struct.c \
- @GREGORIO_TREE@/src/support.c \
- @GREGORIO_TREE@/src/unicode.c \
- @GREGORIO_TREE@/src/dump/dump.c \
- @GREGORIO_TREE@/src/gabc/gabc-elements-determination.c \
- @GREGORIO_TREE@/src/gabc/gabc-glyphs-determination.c \
- @GREGORIO_TREE@/src/gabc/gabc-notes-determination-l.c \
- @GREGORIO_TREE@/src/gabc/gabc-score-determination.c \
- @GREGORIO_TREE@/src/gabc/gabc-score-determination-l.c \
- @GREGORIO_TREE@/src/gabc/gabc-score-determination-y.c \
- @GREGORIO_TREE@/src/gabc/gabc-write.c \
- @GREGORIO_TREE@/src/gregoriotex/gregoriotex-position.c \
- @GREGORIO_TREE@/src/gregoriotex/gregoriotex-write.c \
- @GREGORIO_TREE@/src/vowel/vowel.c \
- @GREGORIO_TREE@/src/vowel/vowel-rules-l.c \
- @GREGORIO_TREE@/src/vowel/vowel-rules-y.c
-
-LDADD = $(KPATHSEA_LIBS)
-
-$(gregorio_OBJECTS): $(KPATHSEA_DEPEND)
-
-## Rebuild libkpathsea
-@KPATHSEA_RULE@
-
-## TESTS
-AM_TESTS_ENVIRONMENT = GREGORIO_TREE='$(GREGORIO_TREE)'; export GREGORIO_TREE;
-TESTS = gregorio.test
-gregorio.log: gregorio$(EXEEXT)
-
-EXTRA_DIST += $(TESTS)
-DISTCLEANFILES =