1C_SOURCES := main.c
2
3DYLIB_NAME := a
4DYLIB_C_SOURCES := a.c
5
6include Makefile.rules
7