source: rtems/testsuites/samples/hello/Makefile.am @ 122e300

4.104.114.84.95
Last change on this file since 122e300 was a6b588d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:46:05

Convert to using *_PROGRAMS.

  • Property mode set to 100644
File size: 650 bytes
RevLine 
[e31c63e5]1##
2##  $Id$
3##
4
5MANAGERS = io
6
[a6b588d6]7rtems_tests_PROGRAMS = hello.exe
8hello_exe_SOURCES = init.c system.h
[e31c63e5]9
[a6b588d6]10scndir = $(rtems_testsdir)
[3bb5d94]11dist_scn_DATA = hello.scn
[a6b588d6]12docdir = $(rtems_testsdir)
[3bb5d94]13dist_doc_DATA = hello.doc
[e31c63e5]14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]16include $(top_srcdir)/../automake/compile.am
[ebb7d37]17include $(top_srcdir)/../automake/leaf.am
[b669ec7]18
[a6b588d6]19hello_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[e31c63e5]20
[a6b588d6]21LINK_OBJS = $(hello_exe_OBJECTS) $(hello_exe_LDADD)
22LINK_LIBS = $(hello_exe_LDLIBS)
[e31c63e5]23
[a6b588d6]24hello.exe$(EXEEXT): $(hello_exe_OBJECTS) $(hello_exe_DEPENDENCIES)
25        @rm -f hello.exe$(EXEEXT)
[e31c63e5]26        $(make-exe)
27
[ebb7d37]28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.