source: rtems/testsuites/ada/samples/base_mp/node1/Makefile.am @ 477bca2

5
Last change on this file since 477bca2 was 477bca2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/06/18 at 08:59:10

build: Remove local.am

  • Property mode set to 100644
File size: 526 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6AM_ADAFLAGS += -I$(srcdir)/..
7
8if EXPADA
9noinst_PROGRAMS = ada_base_mp_node1
10ada_base_mp_node1_SOURCES = mptest-per_node_configuration.adb
11endif
12
13ada_base_mp_node1$(EXEEXT): ../mptest.adb init.o
14        $(GNATCOMPILE) -margs -a $< -o $@
15
16init.o: ../../../support/init.c
17        $(COMPILE.c) $(AM_CPPFLAGS) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $<
18
19scndir = $(rtems_ada_testsdir)
20dist_scn_DATA = ada_base_mp-node1.scn
21
Note: See TracBrowser for help on using the repository browser.