source: rtems/testsuites/samples/cdtest/Makefile.am @ b98d0013

4.104.114.84.95
Last change on this file since b98d0013 was b98d0013, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 07:30:36

Partial conversion to automake.

  • Property mode set to 100644
File size: 694 bytes
Line 
1##
2##  $Id$
3##
4
5SAMPLE = cdtest
6PGM = ${ARCH}/$(SAMPLE).exe
7
8MANAGERS = all
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.c main.cc system.h
12
13DOCTYPES = scn
14DOCS = $(DOCTYPES:%=$(SAMPLE).%)
15
16SRCS = $(DOCS)
17OBJS = $(lib_a_OBJECTS)
18
19PRINT_SRCS = $(DOCS)
20
21include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22include $(top_srcdir)/../automake/amcompile.am
23include $(top_srcdir)/../automake/leaf.am
24include $(top_srcdir)/sample.am
25
26# AM_CPPFLAGS += -DRTEMS_TEST_IO_STREAM
27
28#
29# (OPTIONAL) Add local stuff here using +=
30#
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-cxx-exe)
34
35all-local: $(TMPINSTALL_FILES)
36
37EXTRA_DIST = $(DOCS)
38
39CLEANFILES = $(TMPINSTALL_FILES)
40
41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.