summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/nls/Makefile
blob: a1936e3644a94edb749a140e1a5b749dd1f4eaeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

SUBDIRS=	C et finnish french german greek italian ja pl russian \
		spanish ukrainian
#GENCAT=	gencat -new
GENCAT=		gencat

catalogs:
	@for i in ${SUBDIRS} ; \
	do \
	    echo "$$i"; \
	    cd $$i; \
	    cat set[0-9] set[0-9][0-9] > ../../tcsh.$$i.m; \
	    cd ..; \
	    ${GENCAT} ../tcsh.$$i.cat ../tcsh.$$i.m; \
	done

clean:
	@for i in ${SUBDIRS} ; \
	do \
	    rm -f $$i/*~; \
	    rm -f ../tcsh.$$i.cat ../tcsh.$$i.m; \
	done
OpenPOWER on IntegriCloud