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

4.104.115
Last change on this file since 49c8f45 was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 461 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 += ../../shared/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.