head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.1
	LIBC_4_5_18:1.1.1.1
	LIBC_4_5_17:1.1.1.1
	LIBC_4_5_16:1.1.1.1
	LIBC_4_5_15:1.1.1.1
	LIBC_4_5_14:1.1.1.1
	LIBC_4_5_13:1.1.1.1
	LIBC_4_5_12:1.1.1.1
	LIBC_4_5_11:1.1.1.1
	LIBC_4_5_10:1.1.1.1
	LIBC_4_5_9:1.1.1.1
	LIBC_4_5_8:1.1.1.1
	LIBC_4_5_7:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.14.16.58.54;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.14.16.58.55;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@LEX=flex

ENG-SRCS= errlist.m errlist-u.m h-errlist.m siglist.m siglist-u.m getopt.m \
		clnt-misc.m rpc-errlist.m auth.m rpc-misc.m \
		net-misc.m
ENGLISH-SRCS=$(ENG-SRCS:%=English/%)

GER-SRCS=errlist.m
GERMAN-SRCS=$(GER-SRCS:%=German/%)

TEST-SRCS=$(ENG-SRCS)
TESTING-SRCS=$(TEST-SRCS:%=Test/%)

INSTDIR=/etc/locale/C

libc.cat: all

all: english

../gencat: ../gencat.c ../genlib.c
	cd ../; make gencat

../nls_libc.h: $(ENGLISH-SRCS) ../gencat
	../gencat -new /dev/null $(ENGLISH-SRCS) -h $@@

english:  $(ENGLISH-SRCS) ../gencat
	rm -f libc.cat
	../gencat -new libc.cat $(ENGLISH-SRCS)

german:   $(GERMAN-SRCS) ../gencat
	../gencat -new libc.cat $(GERMAN-SRCS)

test:   $(TESTING-SRCS) ../gencat
	../gencat -new libc.cat $(TESTING-SRCS)

check:	$(ENGLISH-SRCS) ../gencat
	@@[ -d Check ] || mkdir Check
	@@for i in $(ENG-SRCS) ;\
	do \
		sed 's/^# /# X-/' English/$$i > Check/$$i ;\
	done
	../gencat -new libc.cat $(ENG-SRCS:%=Check/%)

xtract: xtract.c

xtract.c:	xtract.l
	$(LEX) $<
	mv lex.yy.c $@@
	
install: libc.cat
	install -m a+xr -d $(INSTDIR)
	install -m a+r libc.cat $(INSTDIR)
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@
