summaryrefslogtreecommitdiff
path: root/Build/source/utils/autosp/Makefile.am
blob: 94d4c76fec9c78822e8e1f341a58ed5d06544304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## $Id$
## Makefile.am for the TeX Live subdirectory utils/autosp/
##
## Copyright 2016-2018 Karl Berry <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.

## We want to re-distribute the whole original ps2eps source tree.
EXTRA_DIST = $(AUTOSP_TREE)

# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
NEVER_NAMES += $(NEVER_NAMES_SUB)

AM_CFLAGS = $(WARNING_CFLAGS)

# We intentionally omit the rebar program, since the name just seems to
# be generic to end up in system bindirs, and it's said to just be a
# convenience.  People can get it from the Werner Icking Music Archive.
bin_PROGRAMS = autosp tex2aspc

# must use @... here or subdir $(... (literally) is created for .deps.
autosp_SOURCES = \
	@AUTOSP_TREE@/autosp.c \
	@AUTOSP_TREE@/utils.c \
	@AUTOSP_TREE@/process_score.c \
	@AUTOSP_TREE@/process_command.c \
	@AUTOSP_TREE@/status.c \
	@AUTOSP_TREE@/spacing_note.c \
	@AUTOSP_TREE@/xtuplet.c

tex2aspc_SOURCES = \
	@AUTOSP_TREE@/tex2aspc.c \
	@AUTOSP_TREE@/utils.c

man1_MANS = \
	$(AUTOSP_TREE)/autosp.1 \
	$(AUTOSP_TREE)/tex2aspc.1

## Tests
AM_TESTS_ENVIRONMENT = AUTOSP_TREE=$(AUTOSP_TREE); export AUTOSP_TREE;
#
TESTS = $(AUTOSP_TREE)/autosp.test $(AUTOSP_TREE)/tex2aspc.test
EXTRA_DIST += $(TESTS)
autosp.log: autosp$(EXEEXT)
tex2aspc.log: tex2aspc$(EXEEXT)
#
## autosp.test files
EXTRA_DIST += $(AUTOSP_TREE)/tests