SHELL=/bin/sh

include $(SHOME)/library/S_MAKE_FLAGS
include ./S_MAKE_FLAGS
include ./S_LOCAL_FILES

S.so:  $(OBJ) 
	S LIBRARY S.so  $(OBJ) $(LOCAL_LIBS)



# This should be the last line of the makefile
include $(SHOME)/library/make.rules

