summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/mptests/mp01/node1/Makefile.am
blob: ebb7e2de78d90674deff06c457c264dbcdef2012 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                 
                                                             




                             


                                                                        
 

                                                                
 


                              
                                                           
## $Id$

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

include $(top_srcdir)/ada.am

AM_ADAFLAGS += -I$(srcdir)/..

noinst_PROGRAMS = mp01_node1
mp01_node1_SOURCES = mp01_node1.adb ../mptest.adb config.h ../mptest.ads
mp01_node1_SOURCES += ../../../support/init.c

mp01_node1$(EXEEXT): mp01_node1.adb ../mptest.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = mp01-node1.scn

include $(top_srcdir)/../../../testsuites/automake/local.am