source: rtems/c/src/tests/support/Makefile.am @ b7d1ffe0

4.104.114.84.95
Last change on this file since b7d1ffe0 was e3e310f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:48

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 616 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.