source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/include/Makefile.am @ 22afde51

4.104.114.84.95
Last change on this file since 22afde51 was 22afde51, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/01 at 23:50:01

2001-10-23 Ralf Corsepius <corsepiu@…>

  • aclocal.m4: Regenerated.
  • configure.ac, include/Makefile.am, irq/Makefile.am, vectors/Makefile.am: Updated to autoconf 2.52.
  • include/.cvsignore: Added newly generated files.
  • include/bsp.h: Added include of bspopts.h.
  • Property mode set to 100644
File size: 483 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_HEADERS = bsp.h bspopts.h coverhd.h
8
9$(PROJECT_INCLUDE):
10        $(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/bsp:
13        $(mkinstalldirs) $@
14
15$(PROJECT_INCLUDE)/%.h: %.h
16        $(INSTALL_DATA) $< $@
17
18PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \
19        $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
20        $(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%)
21
22all-local: $(PREINSTALL_FILES)
23
24include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.