algolps9: algolps9.c wfilter filter
	cc -o algolps9 algolps9.c taccutil.c log.c mmalloc.c regexp.c
	./filter < SOURCES.a60 > test.ii
	./algolps9 > SOURCES.html
	scp SOURCES.html gtoal@gtoal.com:gtoal.com/languages/algol60/a60tohtml/NUMAL/

wfilter: wfilter.c
	cc -o wfilter wfilter.c

filter: filter.c
	cc -o filter filter.c

algolps9.c: algolps9.e tacc
	./tacc algolps9

tacc: tacc.c
	cc -o tacc tacc.c
