source: rtems/c/src/lib/libbsp/sh/simsh4/include/Makefile.am @ 70d7eaa9

4.104.114.84.95
Last change on this file since 70d7eaa9 was 70d7eaa9, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/01 at 18:07:19

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

  • configure.ac: Added support for START_HW_INIT.
  • console/Makefile.am: Removed VPATH.
  • include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
  • startup/linkcmds: Do not force output format to coff-sh.
  • startup/linkcmds-le: Comment out force of output format and add comment questioning need to have special linkcmds for little endian.
  • wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
  • Property mode set to 100644
File size: 320 bytes
RevLine 
[cd67dca]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[70d7eaa9]7include_HEADERS = bsp.h bspopts.h coverhd.h syscall.h ramdisk.h
[cd67dca]8
9$(PROJECT_INCLUDE)/%.h: %.h
10        $(INSTALL_DATA) $< $@
11
12PREINSTALL_FILES = $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
13
14all-local: $(PREINSTALL_FILES)
15
16include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.