1DYLIB_NAME := One
2DYLIB_C_SOURCES := One.c
3DYLIB_ONLY := YES
4CFLAGS_EXTRAS := -O2
5LD_EXTRAS := -L. -lTwo
6
7include Makefile.rules
8