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

4.104.114.84.95
Last change on this file since 122e300 was 13a43ac2, checked in by Eric Norum <WENorum@…>, on 11/15/05 at 20:36:23

Remove offending make-exe.

  • Property mode set to 100644
File size: 691 bytes
Line 
1##
2##  $Id$
3##
4
5MANAGERS = io
6
7rtems_tests_PROGRAMS = iostream.exe
8iostream_exe_SOURCES = init.cc system.h
9
10scndir = $(rtems_testsdir)
11dist_scn_DATA = iostream.scn
12docdir = $(rtems_testsdir)
13dist_doc_DATA = iostream.doc
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/leaf.am
18
19iostream_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
20
21LINK_OBJS = $(iostream_exe_OBJECTS) $(iostream_exe_LDADD)
22LINK_LIBS = $(iostream_exe_LDLIBS)
23
24iostream.exe$(EXEEXT): $(iostream_exe_OBJECTS) $(iostream_exe_DEPENDENCIES)
25        @rm -f iostream.exe$(EXEEXT)
26        $(make-cxx-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.