
DATA=astrology cursive cyrillic futura.l futura.m gothic.eng \
        gothic.ger gothic.ita greek japanese markers math.low \
        math.upp meteorology music script symbolic times.g \
        times.i times.ib times.r times.rb
DATADIR=hershey

CLEAN=h2v $(DATA) hdisp fdisp allfonts

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)
DIRS=data fonts

$(DATA) : h2v allfonts

allfonts :
	touch $@
	./h2v data/hersh.oc 
	./h2v data/hersh.or fonts/japan.hmp japanese  

h2v.o : h2v.h

h2v:	h2v.o getchar.o 
	$(CC) -o $@ $@.o getchar.o -lm

hdisp:	hdisp.o getchar.o 
	$(CC) $(CFLAGS) -o $@ $@.o getchar.o $(LDFLAGS) -lvogle -lX11 -lstock -lm

fdisp:	fdisp.o 
	$(CC) $(CFLAGS) -o $@ $@.o $(LDFLAGS) -lvogle -lX11 -lstock -lm

# $Id: Makefile,v 1.1.1.1 1997/04/12 04:18:24 danq Exp $ 
# DO NOT DELETE
