source: rtems/testsuites/support/Makefile.am @ 304cdca

4.104.114.84.95
Last change on this file since 304cdca was 304cdca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/02 at 10:04:45

2002-08-21 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Remove.
  • Makefile.am: Merge in former include/Makefile.am.
  • configure.ac: Reflect changes above. Take out unnecessary autoconf macros.
  • Property mode set to 100644
File size: 625 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
8
9noinst_HEADERS = include/tmacros.h include/buffer_test_io.h
10
11TMPINSTALLFILES = $(project_bspdir)/lib/include \
12    $(project_bspdir)/lib/include/tmacros.h \
13    $(project_bspdir)/lib/include/buffer_test_io.h
14
15$(project_bspdir)/lib/include:
16        $(mkinstalldirs) $@
17$(project_bspdir)/lib/include/%.h: include/%.h
18        $(INSTALL_DATA) $< $@
19
20CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \
21    $(project_bspdir)/lib/include/buffer_test_io.h
22
23all-local: $(TMPINSTALLFILES)
24
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.