source: rtems/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am @ e86adc7

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

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

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