# @(#)makefile	11.1.1.1 (ESO-SDAG) 11/27/96 18:13:25
# .COPYRIGHT:	Copyright (c) 1988 European Southern Observatory,
#						all rights reserved
# .TYPE		make file
# .NAME		$MIDASHOME/$MIDVERS/contrib/pos1/src/makefile 
# .LANGUAGE	makefile syntax
# .ENVIRONMENT	Unix Systems. 
# .COMMENT	Compiles source files and generates "pos1" commands
#
# .REMARKS	
# .AUTHOR	
# .VERSION 1.1	900620:		RHW Implementation
# .VERSION 2.1  901102:         new directory structure CG.
# .VERSION 3.       0  930308:		Using default.mk file

MIDAS = /scisoft/midas/99NOV/system/unix/inmidas

all:

	$(MIDAS) -p 66 -j "indisk/fits Landolt.fits Landolt.tbl ; bye"
	$(MIDAS) -p 66 -j "indisk/fits landolt.fits landolt.tbl ; bye"


install: 
	cp *.ctx *.tbl $(HOME)/midwork 
	cd ../proc ; cp *.prg $(HOME)/midwork


clean:
	rm -f *~
	rm -f *.tbl
	
