The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

19 lines
535 B

4 weeks ago
  1. cudd_libcudd_la_SOURCES += mtr/mtr.h mtr/mtrInt.h mtr/mtrBasic.c mtr/mtrGroup.c
  2. check_PROGRAMS += mtr/testmtr
  3. mtr_testmtr_SOURCES = mtr/testmtr.c
  4. mtr_testmtr_CPPFLAGS = $(cudd_libcudd_la_CPPFLAGS)
  5. mtr_testmtr_LDADD = cudd/libcudd.la
  6. check_SCRIPTS += mtr/test_mtr.test
  7. dist_check_DATA += mtr/test.groups mtr/test.out
  8. EXTRA_DIST += mtr/test_mtr.test.in
  9. if !CROSS_COMPILING
  10. TESTS += mtr/test_mtr.test
  11. endif !CROSS_COMPILING
  12. mtr/test_mtr.test: mtr/test_mtr.test.in Makefile
  13. $(do_subst) $< > $@
  14. chmod +x $@
  15. CLEANFILES += mtr/test.tst