# Generated automatically from Makefile.in by configure.
srcdir = .

CC = gcc -g
CPPFLAGS=-I. -I.. -DXERR
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@

DEFS = -DHAVE_CONFIG_H -DCHARFILE=\"$(CHARFILE)\"
LIBS =  -lm
RANLIB = ranlib
YACC = bison -y
LEX = flex
prefix = /usr/local
exec_prefix = $(prefix)
binprefix =
manprefix =

bindir = $(exec_prefix)/bin
libdir = $(exec_prefix)/lib
mandir = $(prefix)/man
manext = 1
AR=		ar
SHELL=		/bin/sh


BINDIR=		/usr/local/bin
LIBDIR=		/usr/local/lib/mail/charset

BINS=	gc conv chset

all:		$(BINS) chardefs.txt charsets.cpl

gc:		gc.o charset.h iso646.h dfopen.o
		$(CC) -o $@ $(CPPFLAGS)  $(DEFS) gc.o dfopen.o
conv:		conv.o strncnv.o charset.h iso646.h dfopen.o baseqp.o
		$(CC) -o $@ $(CPPFLAGS)  $(DEFS) conv.o strncnv.o dfopen.o baseqp.o

chset:	chset.o strncnv.o charset.h iso646.h dfopen.o
		$(CC) -o $@ $(CPPFLAGS) $(DEFS) chset.o strncnv.o dfopen.o

chardefs.txt:	iso10646.def control.def other.def 
		cat iso10646.def control.def other.def > chardefs.txt

charsets.cpl:	gc chardefs.txt charsets.def
		-mkdir cm
		./gc

install:	all
		cp charsets.cpl $(LIBDIR)

#		cp charsets.cpl /usr/lib/mail
#		cp strncnv.o $(LIBDIR)
#		cp dfopen.o $(LIBDIR)
#		cp conv $(BINDIR)

export:
		tar cf chset23b.tar *.c *.h *.def *.doc te makefile chars.req

clean:
		-rm -f *.o $(BINS) chardefs.txt cm/*  *.cpl iso10646.cm core; \
		rmdir cm

.c.o:
		$(CC) $(CPPFLAGS) $(DEFS) -c $<






distclean: clean
	rm -f Makefile config.status config.h



