1LIB_PREFIX := loadunload_
2
3DYLIB_NAME := $(LIB_PREFIX)d
4DYLIB_CXX_SOURCES := d.cpp
5DYLIB_ONLY := YES
6
7include Makefile.rules
8