summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/Makefile.in
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-25 06:05:30 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-25 06:05:30 +0000
commitf77c54eb48f9abb742a0102243e04168e04f8d9f (patch)
treed39cc0f736eef5cd39e971f3834b6f521ddb00b4 /Build/source/texk/gregorio/Makefile.in
parent337eaca0d4cd1b1257bfd995e50bd4caac7565e9 (diff)
gregorio 4.2.0
git-svn-id: svn://tug.org/texlive/trunk@42143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/Makefile.in')
-rw-r--r--Build/source/texk/gregorio/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/gregorio/Makefile.in b/Build/source/texk/gregorio/Makefile.in
index 9cb2229c928..eb3601a479d 100644
--- a/Build/source/texk/gregorio/Makefile.in
+++ b/Build/source/texk/gregorio/Makefile.in
@@ -88,7 +88,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-bin_PROGRAMS = gregorio$(EXEEXT)
+bin_PROGRAMS = gregorio-$(FILENAME_VERSION)$(EXEEXT)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
@@ -124,6 +124,7 @@ am_gregorio_OBJECTS = @GREGORIO_TREE@/src/characters.$(OBJEXT) \
@GREGORIO_TREE@/src/gabc/gabc-elements-determination.$(OBJEXT) \
@GREGORIO_TREE@/src/gabc/gabc-glyphs-determination.$(OBJEXT) \
@GREGORIO_TREE@/src/gabc/gabc-notes-determination-l.$(OBJEXT) \
+ @GREGORIO_TREE@/src/gabc/gabc-score-determination.$(OBJEXT) \
@GREGORIO_TREE@/src/gabc/gabc-score-determination-l.$(OBJEXT) \
@GREGORIO_TREE@/src/gabc/gabc-score-determination-y.$(OBJEXT) \
@GREGORIO_TREE@/src/gabc/gabc-write.$(OBJEXT) \
@@ -588,6 +589,7 @@ gregorio_SOURCES = \
@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 \
@@ -755,6 +757,9 @@ clean-binPROGRAMS:
@GREGORIO_TREE@/src/gabc/gabc-notes-determination-l.$(OBJEXT): \
@GREGORIO_TREE@/src/gabc/$(am__dirstamp) \
@GREGORIO_TREE@/src/gabc/$(DEPDIR)/$(am__dirstamp)
+@GREGORIO_TREE@/src/gabc/gabc-score-determination.$(OBJEXT): \
+ @GREGORIO_TREE@/src/gabc/$(am__dirstamp) \
+ @GREGORIO_TREE@/src/gabc/$(DEPDIR)/$(am__dirstamp)
@GREGORIO_TREE@/src/gabc/gabc-score-determination-l.$(OBJEXT): \
@GREGORIO_TREE@/src/gabc/$(am__dirstamp) \
@GREGORIO_TREE@/src/gabc/$(DEPDIR)/$(am__dirstamp)
@@ -818,6 +823,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-elements-determination.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-glyphs-determination.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-notes-determination-l.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination-l.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination-y.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-write.Po@am__quote@