Changeset 82a7f58 in rtems


Ignore:
Timestamp:
09/29/03 09:56:23 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d348010c
Parents:
87576f7
Message:

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
Location:
c/src/lib/libbsp
Files:
4 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/or32/orp/ChangeLog

    r87576f7 r82a7f58  
     12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Merge-in include/Makefile.am.
     4        Reflect changes to bsp.am.
     5        * include/Makefile.am: Remove.
     6        * configure.ac: Reflect changes above.
     7
    182003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/or32/orp/Makefile.am

    r87576f7 r82a7f58  
    66
    77# wrapup is the one that actually builds and installs the library
    8 #  from the individual .rel files built in other directories
    9 SUBDIRS = . include clock console startup timer start wrapup
     8# from the individual .rel files built in other directories
     9SUBDIRS = . clock console startup timer start wrapup
    1010
    1111include $(top_srcdir)/../../bsp.am
    1212
    13 EXTRA_DIST = bsp_specs
     13include_HEADERS += include/coverhd.h
     14
     15all-local: $(PREINSTALL_FILES)
     16
     17$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
     18        $(INSTALL_DATA) $< $@
     19PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
    1420
    1521include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/or32/orp/configure.ac

    r87576f7 r82a7f58  
    1919clock/Makefile
    2020console/Makefile
    21 include/Makefile
    2221start/Makefile
    2322startup/Makefile
  • c/src/lib/libbsp/sparc/erc32/ChangeLog

    r87576f7 r82a7f58  
     12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Merge-in include/Makefile.am.
     4        Reflect changes to bsp.am.
     5        * include/Makefile.am: Remove.
     6        * configure.ac: Reflect changes above.
     7
    182003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/sparc/erc32/Makefile.am

    r87576f7 r82a7f58  
    66
    77# wrapup is the one that actually builds and installs the library
    8 #  from the individual .rel files built in other directories
    9 SUBDIRS = . include start startup gnatsupp console clock timer erc32sonic \
    10     wrapup tools
     8# from the individual .rel files built in other directories
     9SUBDIRS = . start startup gnatsupp console clock timer erc32sonic wrapup \
     10    tools
    1111
    1212include $(top_srcdir)/../../bsp.am
    1313
    14 EXTRA_DIST = bsp_specs times
     14include_HEADERS += include/erc32.h
     15
     16all-local: $(PREINSTALL_FILES)
     17
     18EXTRA_DIST = times
     19
     20$(PROJECT_INCLUDE)/erc32.h: include/erc32.h
     21        $(INSTALL_DATA) $< $@
     22PREINSTALL_FILES += $(PROJECT_INCLUDE)/erc32.h
    1523
    1624include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/sparc/erc32/configure.ac

    r87576f7 r82a7f58  
    4343erc32sonic/Makefile
    4444gnatsupp/Makefile
    45 include/Makefile
    4645start/Makefile
    4746startup/Makefile
  • c/src/lib/libbsp/sparc/leon/ChangeLog

    r87576f7 r82a7f58  
     12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Merge-in include/Makefile.am.
     4        Reflect changes to bsp.am.
     5        * include/Makefile.am: Remove.
     6        * configure.ac: Reflect changes above.
     7
    182003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/sparc/leon/Makefile.am

    r87576f7 r82a7f58  
    66
    77# wrapup is the one that actually builds and installs the library
    8 #  from the individual .rel files built in other directories
    9 SUBDIRS = . include start startup gnatsupp console clock timer \
    10     leon_open_eth wrapup tools
     8# from the individual .rel files built in other directories
     9SUBDIRS = . start startup gnatsupp console clock timer leon_open_eth wrapup \
     10    tools
    1111
    1212include $(top_srcdir)/../../bsp.am
    1313
    14 EXTRA_DIST = bsp_specs times
     14include_HEADERS += include/leon.h
     15
     16all-local: $(PREINSTALL_FILES)
     17
     18EXTRA_DIST = times
     19
     20$(PROJECT_INCLUDE)/leon.h: include/leon.h
     21        $(INSTALL_DATA) $< $@
     22PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h
    1523
    1624include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/sparc/leon/configure.ac

    r87576f7 r82a7f58  
    4343leon_open_eth/Makefile
    4444gnatsupp/Makefile
    45 include/Makefile
    4645start/Makefile
    4746startup/Makefile
  • c/src/lib/libbsp/unix/posix/ChangeLog

    r87576f7 r82a7f58  
     12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Merge-in include/Makefile.am.
     4        Reflect changes to bsp.am.
     5        * include/Makefile.am: Remove.
     6        * configure.ac: Reflect changes above.
     7
    182003-09-26      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/lib/libbsp/unix/posix/Makefile.am

    r87576f7 r82a7f58  
    66
    77# wrapup is the one that actually builds and installs the library
    8 #  from the individual .rel files built in other directories
    9 SUBDIRS = . include startup clock console timer shmsupp wrapup tools
     8# from the individual .rel files built in other directories
     9SUBDIRS = . startup clock console timer shmsupp wrapup tools
    1010
    1111include $(top_srcdir)/../../bsp.am
    1212
    13 EXTRA_DIST = bsp_specs times
     13nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
     14
     15all-local: $(PREINSTALL_FILES)
     16
     17EXTRA_DIST = times
     18
     19$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
     20        $(INSTALL_DATA) $< $@
     21PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
    1422
    1523include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/unix/posix/configure.ac

    r87576f7 r82a7f58  
    4141clock/Makefile
    4242console/Makefile
    43 include/Makefile
    4443shmsupp/Makefile
    4544startup/Makefile
Note: See TracChangeset for help on using the changeset viewer.