Makefile 496 B

12345678910111213141516171819
  1. TOP = ../..
  2. include $(TOP)/mk/paths.mk
  3. ac1 = AC.agda --ignore-interfaces
  4. ac2 = Example.agda --ignore-interfaces
  5. ac3 = Example.agda
  6. foo-% :
  7. echo $($*)
  8. all : test1-$(SUFFIX) test2-$(SUFFIX) test3-$(SUFFIX)
  9. $(LOG_DIR)/%-$(SUFFIX) :
  10. $(AGDA_BIN) $($*) +RTS -s$@
  11. @echo "──────────────────────────────────────────────────────────────────" >> $@
  12. @hostinfo >> $@