source: rtems/testsuites/libtests/termios/Makefile.am @ 08bfed2

4.104.114.84.95
Last change on this file since 08bfed2 was 08bfed2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:06

2004-01-14 Ralf Corsepius <corsepiu@…>

  • cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • malloctest/Makefile.am: Ditto.
  • monitor/Makefile.am: Ditto.
  • putenvtest/Makefile.am: Ditto.
  • rtems++/Makefile.am: Ditto.
  • rtmonuse/Makefile.am: Ditto.
  • stackchk/Makefile.am: Ditto.
  • termios/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 756 bytes
Line 
1##
2## $Id$
3##
4
5TEST = termios
6
7MANAGERS = io
8
9C_FILES = init.c
10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
11
12H_FILES =
13noinst_HEADERS = $(H_FILES)
14
15DOCTYPES =
16DOCS = $(DOCTYPES:%=$(TEST).%)
17
18SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
19OBJS = $(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
20
21PRINT_SRCS = $(DOCS)
22
23PGM = ${ARCH}/$(TEST).exe
24
25include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
26include $(top_srcdir)/../automake/compile.am
27include $(top_srcdir)/../automake/leaf.am
28include $(top_srcdir)/libtests.am
29
30#
31# (OPTIONAL) Add local stuff here using +=
32#
33
34${PGM}: $(OBJS) $(LINK_FILES)
35        $(make-exe)
36
37all-local: $(TMPINSTALL_FILES)
38
39EXTRA_DIST = $(C_FILES) $(DOCS)
40
41CLEANFILES = $(TMPINSTALL_FILES)
42
43include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.