1C_SOURCES := main.c2 3DYLIB_NAME := a4DYLIB_C_SOURCES := a.c5ifndef PIE6 LD_EXTRAS := -no-pie7endif8 9include Makefile.rules10