source: rtems/testsuites/psxtmtests/psxtmrwlock05/Makefile.am @ 84b01905

4.115
Last change on this file since 84b01905 was 84b01905, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 803 bytes
Line 
1rtems_tests_PROGRAMS = psxtmrwlock05
2psxtmrwlock05_SOURCES = init.c ../../tmtests/include/timesys.h \
3    ../../support/src/tmtests_empty_function.c \
4    ../../support/src/tmtests_support.c
5
6dist_rtems_tests_DATA = psxtmrwlock05.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12OPERATION_COUNT = @OPERATION_COUNT@
13AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
14AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
15AM_CPPFLAGS += -I$(top_srcdir)/../support/include
16
17LINK_OBJS = $(psxtmrwlock05_OBJECTS)
18LINK_LIBS = $(psxtmrwlock05_LDLIBS)
19
20psxtmrwlock05$(EXEEXT): $(psxtmrwlock05_OBJECTS) $(psxtmrwlock05_DEPENDENCIES)
21        @rm -f psxtmrwlock05$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.