1C_SOURCES := main.c 2 3DYLIB_NAME := a 4DYLIB_C_SOURCES := a.c 5ifndef PIE 6 LD_EXTRAS := -no-pie 7endif 8 9include Makefile.rules 10