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

4.104.114.84.95
Last change on this file since 96330198 was 96330198, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:35:48

2001-09-21 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Use 'CLEANFILES ='.
  • include/Makefile.am: Use 'TMPINSTALL_FILES ='.
  • include/Makefile.am: fix path to shared/include/coverhd.h.
  • Property mode set to 100644
File size: 460 bytes
RevLine 
[df49c60]1##
[ad0c286]2## $Id$
[df49c60]3##
[ad0c286]4
5AUTOMAKE_OPTIONS = foreign 1.4
[4c46630]6
[fb085c11]7include_HEADERS = bsp.h coverhd.h bspopts.h
[ad0c286]8
[4c46630]9$(PROJECT_INCLUDE):
10        $(mkinstalldirs) $@
[ad0c286]11
12$(PROJECT_INCLUDE)/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
[96330198]15coverhd.h: $(top_srcdir)/../shared/include/coverhd.h
[94608578]16        $(INSTALL_DATA) $< $@
[96330198]17CLEANFILES = coverhd.h
[94608578]18
[96330198]19TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
[fb085c11]20    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
[4c46630]21
[ad0c286]22all-local: $(TMPINSTALL_FILES)
23
24include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.