# Makefile for ~hufnagel/495/lib
# Bill Kendrick & Mike Hufnagel
# Oct. 3, 1995

all:	color.o connect.o gc.o hints.o text.o visual.o window.o

color.o:	color.c color.h
	gcc color.c -c
	chmod 660 color.o
connect.o:	connect.c connect.h
	gcc connect.c -c
	chmod 660 connect.o
gc.o:		gc.c gc.h
	gcc gc.c -c
	chmod 660 gc.o
hints.o:	hints.c hints.h
	gcc hints.c -c
	chmod 660 hints.o
text.o:		text.c text.h
	gcc text.c -c
	chmod 660 text.o
visual.o:	visual.c visual.h
	gcc visual.c -c
	chmod 660 visual.o
window.o:	window.c window.h
	gcc window.c -c
	chmod 660 window.o
clean:
	rm *.o