TOPDIR = ../.. include $(TOPDIR)/rules.mk TESTS = \ apply \ apply2 \ apply3 \ apply_inv1 include $(TOPDIR)/samples/samples.mk CFLAGS+=-O0 tests:: $(TESTS) -include $(DEPS)