# $Source: /hms-mapped/hms/libc/core/rel80/makefile,v $
# $Revision: 72.1 $

# makefile for rel80 -- Release 8.0 compatibility code
# The `archive' and `profile' targets are no-ops.

default:	archive

archive:
	@echo "\t\t[No 8.0 compatibility code built for archive target]"

shared:
	@cd gen; $(MAKE) shared

profile:
	@echo "\t\t[No 8.0 compatibility code built for profile target]"

clean:
	@echo "\tCleaning rel80..."
	@cd gen; $(MAKE) clean

clobber:
	@echo "Clobbering is done by the top-level libc makefile"
