source: rtems/testsuites/sptests/sp32/Makefile.am @ 517655cd

4.104.115
Last change on this file since 517655cd was 3d54837, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/09 at 12:55:13

Eliminate _exe_/.exe.

  • Property mode set to 100644
File size: 599 bytes
RevLine 
[0af7c20]1##
2## $Id$
3##
4
[e58077c]5MANAGERS = io rate_monotonic semaphore clock
[0af7c20]6
[3d54837]7rtems_tests_PROGRAMS = sp32
8sp32_SOURCES = init.c
[0af7c20]9
[9c5ea11]10dist_rtems_tests_DATA = sp32.scn
[0af7c20]11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]13include $(top_srcdir)/../automake/compile.am
[7f9e5908]14include $(top_srcdir)/../automake/leaf.am
[7c1e3f4c]15
[3d54837]16sp32_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[0af7c20]17
[d65005e]18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
[3d54837]20LINK_OBJS = $(sp32_OBJECTS) $(sp32_LDADD)
21LINK_LIBS = $(sp32_LDLIBS)
[0af7c20]22
[3d54837]23sp32$(EXEEXT): $(sp32_OBJECTS) $(sp32_DEPENDENCIES)
24        @rm -f sp32$(EXEEXT)
[3bb5d94]25        $(make-exe)
[340835b0]26
[7f9e5908]27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.