1C_SOURCES := main.c 2USE_LIBDL := 1 3 4other: 5 $(MAKE) -f $(MAKEFILE_RULES) C_SOURCES=other.c EXE=other 6all: other 7 8include Makefile.rules 9