1 LEVEL = ../../../make 2 3 C_SOURCES := main.c 4 5 DYLIB_NAME := a 6 DYLIB_C_SOURCES := a.c 7 8 include $(LEVEL)/Makefile.rules 9