TOPDIR = ../../.. include $(TOPDIR)/Preamble.make SBIN_PROGRAMS = aio-stress CFILES = aio-stress.c OBJS = $(subst .c,.o,$(CFILES)) aio-stress: $(OBJS) $(LINK) -lpthread -laio include $(TOPDIR)/Postamble.make