C_SOURCES := main.c # Make an archive that has two object files with the same name, but # different timestamps. Do it all in one rule so that the timestamps # can be controlled without confusing Make. libfoo.a: a.c sub1/a.c $(CC) $(CFLAGS) -c $(