Makefile   [plain text]


LEVEL = ../../../make

DYLIB_NAME := libfoo
DYLIB_C_SOURCES := foo.c
C_SOURCES := main.c
CFLAGS_EXTRAS += -fPIC

include $(LEVEL)/Makefile.rules