.PHONY: lib
lib:

include Makefile_rules
COMPILE :=
LINK :=
include Makefile_deps

$(LIBNAM): $(wildcard $(LIBOBJECTS))
lib: $(LIBNAM)
