1C_SOURCES := main.c 2 3MAKE_DSYM := NO 4ARCHIVE_NAME := libfoo.a 5ARCHIVE_C_SOURCES := a.c b.c 6 7include Makefile.rules 8