source: rtems/testsuites/psxtmtests/psxtmthread03/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 = psxtmthread03
2psxtmthread03_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 = psxtmthread03.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 = $(psxtmthread03_OBJECTS)
18LINK_LIBS = $(psxtmthread03_LDLIBS)
19
20psxtmthread03$(EXEEXT): $(psxtmthread03_OBJECTS) $(psxtmthread03_DEPENDENCIES)
21        @rm -f psxtmthread03$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.