summaryrefslogtreecommitdiff
path: root/Build/source/utils/devnag/Makefile.am
blob: e8fc97f26cfa6374afec4a9f6678d933d7485d51 (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
## Makefile.am for the TeX Live subdirectory utils/devnag/
##
## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
AM_CPPFLAGS = -DTEXLIVE

AM_CFLAGS = $(WARNING_CFLAGS)

bin_PROGRAMS = devnag

devnag_SOURCES = src/devnag.c

$(devnag_OBJECTS): config.force

config.force: $(KPATHSEA_DEPEND)
	echo timestamp >config.force
	$(SHELL) ./config.status --recheck

DISTCLEANFILES = config.force

## Tests.
##
TESTS = tests/devnag.test
EXTRA_DIST = $(TESTS)
tests/devnag.log: devnag$(EXEEXT)
## tests/devnag.test
EXTRA_DIST += \
	tests/captions.dn tests/captions.tex \
	tests/examples.dn tests/examples.tex \
	tests/misspaal.dn tests/misspaal.tex \
	tests/vedasample.dn tests/vedasample.tex

DISTCLEANFILES += captions.dn examples.dn *.tex