Changeset a2e6723 in rtems


Ignore:
Timestamp:
06/19/01 15:04:08 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cacbf4f
Parents:
206a0b38
Message:

2001-06-19 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/.cvsignore: Add bspopts.h*, stamp-h*.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • include/bsp.h: Include bspopts.h.
  • scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
Location:
c/src/lib/libbsp/sh
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh1/ChangeLog

    r206a0b38 ra2e6723  
     12001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: Add bspopts.h.
     4        * include/.cvsignore: Add bspopts.h*, stamp-h*.
     5        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
     6        * include/bsp.h: Include bspopts.h.
     7        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
     8
    192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libbsp/sh/gensh1/include/Makefile.am

    r206a0b38 ra2e6723  
    1313        $(INSTALL_DATA) $< $@
    1414
    15 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     15PREINSTALL_FILES += $(PROJECT_INCLUDE) \
     16    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    1617
    1718all-local: $(PREINSTALL_FILES)
  • c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am

    r206a0b38 ra2e6723  
    2828
    2929scitab.c: $(SHGEN)
    30         $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
     30        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
    3131
    3232all-local: $(ARCH) $(OBJS) $(PGM)
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    r206a0b38 ra2e6723  
     12001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: Add bspopts.h.
     4        * include/.cvsignore: Add bspopts.h*, stamp-h*.
     5        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
     6        * include/bsp.h: Include bspopts.h.
     7        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
     8
    192001-06-19      Joel Sherrill <joel@OARcorp.com>
    210
  • c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am

    r206a0b38 ra2e6723  
    2626
    2727scitab.c: $(SHGEN)
    28         $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
     28        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
    2929
    3030# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r206a0b38 ra2e6723  
     12001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: Add bspopts.h.
     4        * include/.cvsignore: Add bspopts.h*, stamp-h*.
     5        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
     6        * include/bsp.h: Include bspopts.h.
     7        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
     8
    192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libbsp/sh/shsim/include/.cvsignore

    r206a0b38 ra2e6723  
    11Makefile
    22Makefile.in
    3 stamp-h*
    4 bspopts.h*
     3bspopts.h
     4bspopts.h.in
     5stamp-h
     6stamp-h.in
  • c/src/lib/libbsp/sh/shsim/scitab/Makefile.am

    r206a0b38 ra2e6723  
    2828
    2929scitab.c: $(SHGEN)
    30         $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
     30        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
    3131
    3232all-local: $(ARCH) $(OBJS) $(PGM)
Note: See TracChangeset for help on using the changeset viewer.