Changeset 94608578 in rtems for c/src/lib/libbsp/bare


Ignore:
Timestamp:
01/10/00 13:56:35 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
10726095
Parents:
338f1dc
Message:

Patch rtems-rc-20000104-2.diff from Ralf Corsepius <corsepiu@…>
that converts nearly all of libbsp/sh to automake. Comments follow:

  1. Almost full automake support for the libbsp/sh/ subdirectories (exception libbsp/sh/gensh*/wrapup/*)
  2. Fixes for libbsp/bare/*
  3. Updates to libbsp/* configuration which supports old (autoconf/deep configuration) and new (automake/flat/cascaded configuration) style configuration of libbsp/<cpu>/*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bare/include/Makefile.am

    r338f1dc r94608578  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 H_FILES = bsp.h $(srcdir)/../../../shared/coverhd.h
    7 
     6H_FILES = bsp.h
    87noinst_HEADERS = $(H_FILES)
    98
    109TMPINSTALL_FILES += \
    1110$(PROJECT_INCLUDE) \
    12 $(H_FILES:%=$(PROJECT_INCLUDE)/%)
     11$(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
     12$(PROJECT_INCLUDE)/coverhd.h
    1313
    1414$(PROJECT_INCLUDE)/%.h: %.h
     15        $(INSTALL_DATA) $< $@
     16
     17$(PROJECT_INCLUDE)/coverhd.h: $(srcdir)/../../shared/include/coverhd.h
    1518        $(INSTALL_DATA) $< $@
    1619
Note: See TracChangeset for help on using the changeset viewer.