source: rtems/testsuites/psxtmtests/psxtmcond05/Makefile.am @ 7f97cb3

4.115
Last change on this file since 7f97cb3 was 7f97cb3, checked in by Christopher Kerl <zargyyoyo@…>, on 01/09/13 at 19:27:57

Create POSIX Timing Test psxtmcond05

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