1C_SOURCES := main.c2 3all: a.out simple4 5include Makefile.rules6 7simple:8 "$(MAKE)" -f $(MAKEFILE_RULES) \9 C_SOURCES=simple.c EXE=simple10