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


Ignore:
Timestamp:
05/25/01 16:45:43 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fe70df19
Parents:
e182fd18
Message:

2001-05-25 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/bsp.h: Include bspopts.h.
  • include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
Location:
c/src/lib/libbsp/bare
Files:
4 edited

Legend:

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

    re182fd18 rfb085c11  
     12001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: Add bspopts.h.
     4        * include/bsp.h: Include bspopts.h.
     5        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
     6        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
     7
    182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/bare/configure.in

    re182fd18 rfb085c11  
    1717RTEMS_CANONICAL_HOST
    1818
     19AM_CONFIG_HEADER(include/bspopts.h)
    1920RTEMS_PROJECT_ROOT
    2021
  • c/src/lib/libbsp/bare/include/.cvsignore

    re182fd18 rfb085c11  
    11Makefile
    22Makefile.in
     3bspopts.h
     4bspopts.h.in
     5coverhd.h
     6stamp-h
     7stamp-h.in
  • c/src/lib/libbsp/bare/include/Makefile.am

    re182fd18 rfb085c11  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = bsp.h
     7include_HEADERS = bsp.h coverhd.h bspopts.h
    88
    99$(PROJECT_INCLUDE):
     
    1313        $(INSTALL_DATA) $< $@
    1414
    15 $(PROJECT_INCLUDE)/coverhd.h: $(srcdir)/../../shared/include/coverhd.h
     15coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
    1616        $(INSTALL_DATA) $< $@
     17CLEANFILES += coverhd.h
    1718
    18 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
    19     $(PROJECT_INCLUDE)/coverhd.h
     19TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
     20    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2021
    2122all-local: $(TMPINSTALL_FILES)
    2223
    23 EXTRA_DIST = bsp.h
    24 
    2524include $(top_srcdir)/../../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.