
# makefile for subdirectories in the Wind idl software distribution

SOURCE:sh = ls *.pro 

all: $(SOURCE)

install: all

clean:
	sccs clean
	rm -f *%
	rm -f core
