source: rtems/c/src/lib/libbsp/bare/Makefile.am @ ca80493

4.104.115
Last change on this file since ca80493 was ca80493, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:08:22

Cosmetics.

  • Property mode set to 100644
File size: 448 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7include $(top_srcdir)/../bsp.am
8
9dist_project_lib_DATA = bsp_specs
10
11include_HEADERS = include/bsp.h
12include_HEADERS += include/tm27.h
13
14nodist_include_HEADERS = include/bspopts.h
15DISTCLEANFILES = include/bspopts.h
16
17nodist_include_HEADERS += ../shared/include/coverhd.h
18
19EXTRA_DIST = build-tools do-bare-bsp-build
20
21include $(srcdir)/preinstall.am
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.