source: rtems/testsuites/libtests/cpuuse/Makefile.am @ c0069ba8

4.104.114.84.95
Last change on this file since c0069ba8 was d4f5ddcb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/11/06 at 04:54:10

Eliminate scndir, docdir. Use rtems_testsdir instead.

  • Property mode set to 100644
File size: 688 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io rate_monotonic
6
7rtems_tests_PROGRAMS = cpuuse.exe
8cpuuse_exe_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
9
10dist_rtems_tests_DATA = cpuuse.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16cpuuse_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(cpuuse_exe_OBJECTS) $(cpuuse_exe_LDADD)
21LINK_LIBS = $(cpuuse_exe_LDLIBS)
22
23cpuuse.exe$(EXEEXT): $(cpuuse_exe_OBJECTS) $(cpuuse_exe_DEPENDENCIES)
24        @rm -f cpuuse.exe$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.