# 
# .COPYRIGHT:	Copyright (c) 1988,2004 European Southern Observatory,
#						all rights reserved
# .TYPE		make file
# .NAME		$MIDASHOME/$MIDVERS/system/unix
# .LANGUAGE	makefile syntax
# .ENVIRONMENT	Unix Systems. 
# .COMMENT	creates executable Shell Scripts
# .REMARKS 
# .AUTHOR	Carlos Guirao
# .VERSION 1.0	040105		copied from /midas/test/system/unix
# 041112	last modif

#include ../local/default.mk

OUT = outside_setup rdscr pixcheck

all: $(OUT)

clean:
	rm -f $(OUT)
