summaryrefslogblamecommitdiffstats
path: root/testsuites/ada/tmtests/tm01/Makefile.am
blob: 249b65d1a9faa366c783f766d84c5b1b1faf306a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                                            


                            


                                                          
 
                                          

                                         
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_tm01
ada_tm01_SOURCES = tm01.adb config.h tmtest.adb tmtest.ads
ada_tm01_SOURCES += ../../support/init.c

ada_tm01$(EXEEXT): tm01.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@