######################################################################
#
#  Name ............................................... LiDIA makefile 
#
#  Architecture : sparc7, sparc8, mips, alpha, rs6000, hp9000/7xx,os/2
#  Compiler     : 
#  Flags        : 
#  Program Flags: 
#  Author       : Thomas Papanikolaou (TP) & Stefan Neis
#  Release      : 1.0 
#  Last Change  : Sat Apr 29 23:15:12 MET DST 1995
#  Copyright    : by the LiDIA Group, 1995
#

#
# include the configuration file
#

include ../../config/CONFIG

#
#
#

all:	dvi

dvi:
	touch lidiaman.ind
	latex lidiaman.tex
	latex lidiaman.tex
	.$(DIRSEP)make_lidia_index lidiaman
	latex lidiaman.tex

ps:	lidiaman.dvi
	dvips -o lidiaman.ps lidiaman.dvi

#
# make clean
#

clean:
	-$(RM) *.ilg *.log *.aux *.toc *.idx *.ind

#
# make veryclean
#

veryclean:	clean
	-$(RM) lidiaman.dvi lidiaman.ps

#
# make distclean
#

distclean:	veryclean

#
# end of makefile
#
