# @(#)makefile	19.1 (ESO-IPG) 02/25/03 14:23:49
# .COPYRIGHT:	Copyright (c) 1988 European Southern Observatory,
#						all rights reserved
# .TYPE		make file
# .NAME		$MIDASHOME/$MIDVERS/stdred/lib/makefile
# .LANGUAGE	makefile syntax
# .ENVIRONMENT	Unix Systems. 
# .COMMENT	Cleaning stdred libraries
# .REMARKS	
# .AUTHOR	C. Guirao
# .VERSION 1.1	910503:		Implementation

# DEFINITIONS:
SHELL=/bin/sh


# DEPENDENCIES:
all: 

clean:
	rm  -f *.a 
