source: rtems/c/src/lib/libbsp/sparc/leon/include/Makefile.am @ 4445e3c

4.104.114.84.95
Last change on this file since 4445e3c was 4445e3c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/00 at 21:46:47

2000-11-13 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Cleanup.
  • Property mode set to 100644
File size: 373 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = bsp.h coverhd.h leon.h
8
9$(PROJECT_INCLUDE):
10        $(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
15PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)
16
17all-local: $(PREINSTALL_FILES)
18
19EXTRA_DIST = bsp.h coverhd.h
20
21include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.