ADAPTOR_FLAGS = 

ALL = shallow

all : $(ALL)

shallow: shallow.o
	$(LD) -o shallow shallow.o $(NLIB)

include ../make.body
#
clean:
	rm -f *.f $(IM_FILES) $(ALL) 
#
