source: rtems/testsuites/psxtmtests/psxtmsem05/Makefile.am @ 99a074de

4.115
Last change on this file since 99a074de was 99a074de, checked in by Joel Sherrill <joel.sherrill@…>, on 07/26/11 at 13:38:42

2011-07-26 Ricardo Aguirre <el.mastin@…>

PR 1850/tests

  • Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_post - thread waiting, preempt.
  • psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c, psxtmsem05/psxtmsem05.doc: New files.
  • Property mode set to 100644
File size: 827 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxtmsem05
8psxtmsem05_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 = psxtmsem05.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 = $(psxtmsem05_OBJECTS) $(psxtmsem05_LDADD)
24LINK_LIBS = $(psxtmsem05_LDLIBS)
25
26psxtmsem05$(EXEEXT): $(psxtmsem05_OBJECTS) $(psxtmsem05_DEPENDENCIES)
27        @rm -f psxtmsem05$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.