1C_SOURCES := main.c 2 3all: a.out simple 4 5include Makefile.rules 6 7simple: 8 $(MAKE) -f $(MAKEFILE_RULES) \ 9 C_SOURCES=simple.c EXE=simple 10