source: rtems/testsuites/psxtmtests/psxtmmutex07/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: 794 bytes
Line 
1rtems_tests_PROGRAMS = psxtmmutex07
2psxtmmutex07_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 = psxtmmutex07.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 = $(psxtmmutex07_OBJECTS)
18LINK_LIBS = $(psxtmmutex07_LDLIBS)
19
20psxtmmutex07$(EXEEXT): $(psxtmmutex07_OBJECTS) $(psxtmmutex07_DEPENDENCIES)
21        @rm -f psxtmmutex07$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.