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


Ignore:
Timestamp:
09/29/03 10:39:05 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dfe49b69
Parents:
8d7f47f4
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/bare
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bare/ChangeLog

    r8d7f47f4 rd1b210cd  
     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-04      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/lib/libbsp/bare/Makefile.am

    r8d7f47f4 rd1b210cd  
    77include $(top_srcdir)/../bsp.am
    88
    9 SUBDIRS = . include
     9nodist_include_HEADERS += $(top_srcdir)/../shared/include/coverhd.h
    1010
    11 EXTRA_DIST = bsp_specs build-tools do-bare-bsp-build
     11all-local: $(PREINSTALL_FILES)
    1212
    13 include $(top_srcdir)/../../../automake/subdirs.am
     13EXTRA_DIST = build-tools do-bare-bsp-build
     14
     15$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../shared/include/coverhd.h
     16        $(INSTALL_DATA) $< $@
     17PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
     18
    1419include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libbsp/bare/configure.ac

    r8d7f47f4 rd1b210cd  
    2020
    2121# Explicitly list all Makefiles here
    22 AC_CONFIG_FILES([Makefile
    23 include/Makefile])
     22AC_CONFIG_FILES([Makefile])
    2423AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.