1DYLIB_NAME := foo
2DYLIB_C_SOURCES := foo.c
3C_SOURCES := main.c
4
5SPLIT_DEBUG_SYMBOLS = YES
6
7include Makefile.rules
8