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

5
Last change on this file since 9a4eca5 was 56c7192, checked in by Gedare Bloom <gedare@…>, on 03/03/15 at 16:08:51

psxtests/psxclock01: use clock() and CLOCKS_PER_SEC

Closes #2182

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