TOPDIR = .. include $(TOPDIR)/rules.mk LIBSTUB = libstdc++.a LIBSTUB_MODULES = stub.o all:: $(LIBSTUB) clean:: rm -f $(LIBSTUB) $(LIBSTUB_MODULES) $(LIBSTUB): $(LIBSTUB_MODULES) ar cru $@ $?