source: rtems/testsuites/psxtests/psxglobalcon01/Makefile.am @ a38ced2

4.115
Last change on this file since a38ced2 was a38ced2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/10/14 at 07:09:19

score: Rework global construction

Ensure that the global construction is performed in the context of the
first initialization thread. On SMP this was not guaranteed in the
previous implementation.

  • Property mode set to 100644
File size: 571 bytes
Line 
1rtems_tests_PROGRAMS = psxglobalcon01
2psxglobalcon01_SOURCES = init.cc
3
4dist_rtems_tests_DATA = psxglobalcon01.scn psxglobalcon01.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(psxglobalcon01_OBJECTS)
13LINK_LIBS = $(psxglobalcon01_LDLIBS)
14
15psxglobalcon01$(EXEEXT): $(psxglobalcon01_OBJECTS) $(psxglobalcon01_DEPENDENCIES)
16        @rm -f psxglobalcon01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.