source: rtems/testsuites/psxtmtests/psxtmmutex06/Makefile.am @ a87d1b1

4.115
Last change on this file since a87d1b1 was a87d1b1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/20/11 at 21:39:25

2011-07-20 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_mutex_unlock where it is unblocking threads with preemption.
  • psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am, psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
  • Property mode set to 100644
File size: 847 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxtmmutex06
8psxtmmutex06_SOURCES = init.c ../../tmtests/include/timesys.h \
9    ../../support/src/tmtests_empty_function.c \
10    ../../support/src/tmtests_support.c
11
12dist_rtems_tests_DATA = psxtmmutex06.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18OPERATION_COUNT = @OPERATION_COUNT@
19AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
20AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(psxtmmutex06_OBJECTS) $(psxtmmutex06_LDADD)
24LINK_LIBS = $(psxtmmutex06_LDLIBS)
25
26psxtmmutex06$(EXEEXT): $(psxtmmutex06_OBJECTS) $(psxtmmutex06_DEPENDENCIES)
27        @rm -f psxtmmutex06$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.