all: upwindorderedv4.so
upwindorderedv4.so: $(OBJECTS)
	$(SHLIB_LINK) -o $@ $(OBJECTS) $(ALL_LIBS)
