source: rtems/testsuites/psxtests/psxtimes01/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

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