source: rtems/testsuites/psxtests/psxcond02/Makefile.am @ 9a4eca5

5
Last change on this file since 9a4eca5 was 6131b84, checked in by Joel Sherrill <joel@…>, on 03/09/16 at 21:15:37

Add pthread_condattr_getclock() and pthread_condattr_setclock()

updates #2608.

  • Property mode set to 100644
File size: 613 bytes
Line 
1
2rtems_tests_PROGRAMS = psxcond02
3psxcond02_SOURCES = init.c ../include/pmacros.h
4
5dist_rtems_tests_DATA = psxcond02.scn
6dist_rtems_tests_DATA += psxcond02.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12
13AM_CPPFLAGS += -I$(top_srcdir)/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(psxcond02_OBJECTS)
17LINK_LIBS = $(psxcond02_LDLIBS)
18
19psxcond02$(EXEEXT): $(psxcond02_OBJECTS) \
20    $(psxcond02_DEPENDENCIES)
21        @rm -f psxcond02$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.