source: rtems/testsuites/psxtmtests/psxtmsem04/Makefile.am @ 2b7b14f

4.115
Last change on this file since 2b7b14f was 2b7b14f, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/11 at 21:38:26

2011-12-08 Joel Sherrill <joel.sherrill@…>

PR 1589/build

  • psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am, psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am, psxtmkey02/Makefile.am, psxtmmq01/Makefile.am, psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am, psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am, psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am, psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am, psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am, psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am, psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am, psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am, psxtmsem01/Makefile.am, psxtmsem02/Makefile.am, psxtmsem03/Makefile.am, psxtmsem04/Makefile.am, psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am, psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am, psxtmthread03/Makefile.am: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 792 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = psxtmsem04
7psxtmsem04_SOURCES = init.c ../../tmtests/include/timesys.h \
8    ../../support/src/tmtests_empty_function.c \
9    ../../support/src/tmtests_support.c
10
11dist_rtems_tests_DATA = psxtmsem04.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17OPERATION_COUNT = @OPERATION_COUNT@
18AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
19AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxtmsem04_OBJECTS)
23LINK_LIBS = $(psxtmsem04_LDLIBS)
24
25psxtmsem04$(EXEEXT): $(psxtmsem04_OBJECTS) $(psxtmsem04_DEPENDENCIES)
26        @rm -f psxtmsem04$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.