summaryrefslogtreecommitdiff
path: root/src/test/locale/Makefile
blob: 26ec5c9a904c231e8636dc96834a5d9be191d15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# src/test/locale/Makefile

subdir = src/test/locale
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global


PROGS = test-ctype
DIRS = de_DE.ISO8859-1 gr_GR.ISO8859-7 koi8-r koi8-to-win1251

all: $(PROGS)

clean distclean maintainer-clean:
	rm -f $(PROGS) *.o
	for d in $(DIRS); do \
		$(MAKE) -C $$d clean || exit; \
	done

check-%: all
	@$(MAKE) -C `echo $@ | sed 's/^check-//'` test