# This file is part of the CJK package Version 4.2.0 (13-Dec-1998)

# UNIX Makefile for thaiconv

CC=cc
CFLAGS=-O -s


thaiconv:
	$(CC) $(CFLAGS) -o thaiconv thaiconv.c

# this builds a .dvi-file using the c2cweb package
documentation: thaiconv.c
	c2cweb -b "The thaiconv program" -l -v thaiconv.c
	$(CWEAVE) +ai thaiconv.cw
	$(TEX) thaiconv
