source: rtems/testsuites/samples/minimum/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb 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: 529 bytes
RevLine 
[33a105fb]1##
2##  $Id$
3##
4
5
[3d54837]6rtems_tests_PROGRAMS = minimum
7minimum_SOURCES = init.c
[e31c63e5]8
[d4f5ddcb]9dist_rtems_tests_DATA = minimum.scn
10dist_rtems_tests_DATA += minimum.doc
[e31c63e5]11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]13include $(top_srcdir)/../automake/compile.am
[ebb7d37]14include $(top_srcdir)/../automake/leaf.am
[b669ec7]15
[e31c63e5]16
[c9cbbe22]17#       This test should not be executed
[e31c63e5]18
[cd06294a]19LINK_OBJS = $(minimum_OBJECTS)
[3d54837]20LINK_LIBS = $(minimum_LDLIBS)
[e31c63e5]21
[3d54837]22minimum$(EXEEXT): $(minimum_OBJECTS) $(minimum_DEPENDENCIES)
23        @rm -f minimum$(EXEEXT)
[3bb5d94]24        $(make-exe)
[a00ee40]25
[ebb7d37]26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.