summaryrefslogtreecommitdiff
path: root/testsuites/ada/tmtests/tm20/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-26 14:00:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-16 15:23:22 +0200
commita6dbaeeeb34bbb10922f6a75590d05333599075c (patch)
tree194c6a4249e53644d764d0b0c970388a88163ac4 /testsuites/ada/tmtests/tm20/Makefile.am
parenta45bc321c2cb39d3189fada38d3243603c1a354c (diff)
build: Remove old build systemremove-old-build-system
Close #3250. Close #4081.
Diffstat (limited to 'testsuites/ada/tmtests/tm20/Makefile.am')
-rw-r--r--testsuites/ada/tmtests/tm20/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/testsuites/ada/tmtests/tm20/Makefile.am b/testsuites/ada/tmtests/tm20/Makefile.am
deleted file mode 100644
index 508010465e..0000000000
--- a/testsuites/ada/tmtests/tm20/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-
-include $(top_srcdir)/ada.am
-
-noinst_PROGRAMS = ada_tm20
-ada_tm20_SOURCES = tm20.adb config.h tmtest.adb tmtest.ads
-ada_tm20_SOURCES += init.c
-
-ada_tm20$(EXEEXT): tm20.adb init.$(OBJEXT)
- $(GNATCOMPILE) -margs -a $< -o $@
-