##
## Makefile for VR routines
##
##	@(#)Makefile	1.3	(NCSA)	8/14/87
##

CPPFLAGS= -I../.. -I../Main
CFLAGS= -g $(CPPFLAGS)

SRC= tekstor.c vgtek.c rgsun.c rgp.c rg0.c rgpio.c rghp.c rghpio.c tekio.c
OBJ= tekstor.o vgtek.o rgsun.o rgp.o rg0.o rgpio.o rghp.o rghpio.o tekio.o

libvg.a:	$(OBJ)
	ar cr $@ $(OBJ)
	ranlib $@

tags:
	ctags -w *.c

depend:
	maketd $(CPPFLAGS) $(SRC)
# DO NOT DELETE THIS LINE - make depend DEPENDS ON IT
A=../Main
B=../..

tekstor.o: tekstor.c tekstor.h

vgtek.o: tekstor.h vgfont.h vgtek.c vgtek.h

rgsun.o: $B/Icons/rgsun.icon $A/defs.h $A/session.h rgsun.c

rgp.o: rgp.c

rg0.o: rg0.c

rgpio.o: rgpio.c

rghp.o: rghp.c

rghpio.o: rghpio.c

tekio.o: tekio.c

# *** Do not add anything here - It will go away. ***
