# @(#)makefile	16.1.1.1 (ESO-IPG) 06/19/01 15:41:44
# .COPYRIGHT:	Copyright (c) 1988 European Southern Observatory,
#						all rights reserved
# .TYPE		make file
# .NAME		$MIDASHOME/$MIDVERS/system/exec
# .LANGUAGE	makefile syntax
# .ENVIRONMENT	Unix Systems. 
# .COMMENT	Remove all *.exe files.
# .REMARKS 
# .AUTHOR	Carlos Guirao
# .VERSION 1.1	880831:		Implementation
# .VERSION 2.1  901102:         New directory structure CG.
# .VERSION 2.2  910715:         Creating executable shell scripts
# .VERSION 3.0  930308:		Using default.mk file

include ../../local/default.mk

OUT = hlqtohlc ftoc_params ftoc_nam ftoc_vmr crea_alll crea_hlq

all: $(OUT)

clean:
	rm -f *.exe
