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

4.104.114.84.95
Last change on this file since ad0c286 was ad0c286, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/99 at 16:02:57

Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@…>
which adds automake support to libbsp/bare.

  • Property mode set to 100644
File size: 321 bytes
RevLine 
[ad0c286]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6H_FILES = bsp.h coverhd.h
7
8noinst_HEADERS = $(H_FILES)
9
10TMPINSTALL_FILES += \
11$(PROJECT_INCLUDE) \
12$(H_FILES:%=$(PROJECT_INCLUDE)/%)
13
14$(PROJECT_INCLUDE)/%.h: %.h
15        $(INSTALL_DATA) $< $@
16
17all-local: $(TMPINSTALL_FILES)
18
19include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.