source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.am @ 42705e11

4.104.114.84.95
Last change on this file since 42705e11 was 42705e11, checked in by Joel Sherrill <joel.sherrill@…>, on 05/24/01 at 20:08:36

2001-05-22 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • include/bsp.h: Include bspopts.h.
  • Property mode set to 100644
File size: 466 bytes
RevLine 
[df49c60]1##
[1e562da6]2## $Id$
[df49c60]3##
[1e562da6]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[42705e11]7include_HEADERS = bsp.h coverhd.h bspopts.h
[1e562da6]8
9$(PROJECT_INCLUDE):
10        $(mkinstalldirs) $@
11
[42705e11]12$(PROJECT_INCLUDE)/%.h: %.h
[1e562da6]13        $(INSTALL_DATA) $< $@
14
[42705e11]15coverhd.h: $(top_srcdir)../../shared/include/coverhd.h
[1e562da6]16        $(INSTALL_DATA) $< $@
[42705e11]17CLEANFILES += coverhd.h
[1e562da6]18
[42705e11]19TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
20    $(include_HEADER:%=S(PROJECT_INCLUDE)/%)
[1e562da6]21
22all-local: $(TMPINSTALL_FILES)
23
24include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.