#PKG_LIBS+=
include Makevars.common
OBJECTS = $(PKG_OBJECTS)

all: $(SHLIB)

clean: 
	rm -f $(OBJECTS)
