Ignore:
Timestamp:
01/31/00 15:27:02 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bb18b95
Parents:
8fbdf07
Message:

Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from
Ralf Corsepius <corsepiu@…> that contain:

  • Modifications, (minor) corrections, cleanups to most existing Makefile.ams
  • Adds automake support to all remaining BSPs which have not yet been converted to automake.
  • Makefile.am for all remaining wrapup/Makefile.ams
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sh/sh7032/include/Makefile.am

    r8fbdf07 r4e36a2f  
    66
    77H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h
    8 noinst_HEADERS = $(H_FILES)
    98
    109# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
    1110#       file name conflicts
    12 
    13 TMPINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
    14     $(H_FILES:%=$(PROJECT_INCLUDE)/sh/%)
    1511
    1612$(PROJECT_INCLUDE)/sh:
     
    2016        $(INSTALL_DATA) $< $@
    2117
     18TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \
     19    $(H_FILES:%=$(PROJECT_INCLUDE)/sh/%)
     20
    2221all-local: $(TMPINSTALL_FILES)
    2322
     23EXTRA_DIST = null.h sci.h sh7_pfc.h sh7_sci.h
     24
    2425include $(top_srcdir)/../../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.