head	1.1;
branch	1.1.1;
access;
symbols
	john2:1.1.1.1.0.6
	john1:1.1.1.1
	lapyu-work:1.1.1.1.0.4
	john-work:1.1.1.1.0.2
	SIXALPHA:1.1.1.1
	TEXLIVE:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2000.10.03.04.01.56;	author plaice;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.10.03.04.01.56;	author plaice;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@
CC=cc
CFLAGS=-O2 -s
bindir=/usr/local/bin

BIN=bg5conv cefconv cef5conv cefsconv sjisconv
all: $(BIN)


bg5conv:
	$(CC) $(CFLAGS) -o bg5conv bg5conv.c
cefconv:
	$(CC) $(CFLAGS) -o cefconv cefconv.c
cef5conv:
	$(CC) $(CFLAGS) -o cef5conv cef5conv.c
cefsconv:
	$(CC) $(CFLAGS) -o cefsconv cefsconv.c
sjisconv:
	$(CC) $(CFLAGS) -o sjisconv sjisconv.c

clean:
	-rm $(BIN) 

realclean: clean

install: all
	cp $(BIN) $(bindir)

@


1.1.1.1
log
@sun2.dante.de download 2/10/2000 of TeXLive (Omega 1.11)
@
text
@@
