include config.mk

libs: staticlib dll ;

sharedobject: dll ;

dll:
	$(MK) -f dll.mk dll

%:
	$(MK) -f ../gcctemplate/default.mk $@




