Changeset d1b210cd in rtems


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
Files:
5 deleted
16 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
  • c/src/lib/libbsp/c4x/c4xsim/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
     82003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     9
     10        * bsp_specs: Remove *lib:.
     11
    1122003-09-04      Joel Sherrill <joel@OARcorp.com>
    213
  • c/src/lib/libbsp/c4x/c4xsim/Makefile.am

    r8d7f47f4 rd1b210cd  
    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 = . start include startup console clock timer wrapup tools
     8# from the individual .rel files built in other directories
     9SUBDIRS = . start startup console clock timer wrapup tools
    1010
    1111include $(top_srcdir)/../../bsp.am
    1212
    13 EXTRA_DIST = bsp_specs times
     13include_HEADERS += include/simio.h
     14nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
     15
     16all-local: $(PREINSTALL_FILES)
     17
     18EXTRA_DIST = times
     19
     20$(PROJECT_INCLUDE)/simio.h: include/simio.h
     21        $(INSTALL_DATA) $< $@
     22PREINSTALL_FILES += $(PROJECT_INCLUDE)/simio.h
     23
     24$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
     25        $(INSTALL_DATA) $< $@
     26PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
    1427
    1528include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/c4x/c4xsim/bsp_specs

    r8d7f47f4 rd1b210cd  
    1 %rename lib old_lib
    21%rename endfile old_endfile
    32%rename startfile old_startfile
    43%rename link old_link
    5 
    6 
    7 *lib:
    8 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
    9 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
    10 -lc -lgcc --end-group \
    11 %{!qnolinkcmds: -T linkcmds%s}}}
    124
    135*startfile:
  • c/src/lib/libbsp/c4x/c4xsim/configure.ac

    r8d7f47f4 rd1b210cd  
    2121clock/Makefile
    2222console/Makefile
    23 include/Makefile
    2423start/Makefile
    2524startup/Makefile
  • c/src/lib/libbsp/i386/i386ex/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-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i386/i386ex/Makefile.am

    r8d7f47f4 rd1b210cd  
    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 clock console timer network wrapup
     8# from the individual .rel files built in other directories
     9SUBDIRS = . start startup clock console timer network 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/i386/i386ex/configure.ac

    r8d7f47f4 rd1b210cd  
    2828clock/Makefile
    2929console/Makefile
    30 include/Makefile
    3130start/Makefile
    3231startup/Makefile
  • c/src/lib/libbsp/i386/pc386/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-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i386/pc386/Makefile.am

    r8d7f47f4 rd1b210cd  
    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 tools start startup clock console timer ne2000 wd8003 \
    10     3c509 ide wrapup
     8# from the individual .rel files built in other directories
     9SUBDIRS = . tools start startup clock console timer ne2000 wd8003 3c509 ide \
     10    wrapup
    1111
    1212include $(top_srcdir)/../../bsp.am
     
    1717TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs
    1818
    19 EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5
     19# This driver needs to be reworked for the BSD stack.
     20# We only install wd80x3.h if HAS_NETWORKING was defined
     21if HAS_NETWORKING
     22include_HEADERS += include/wd80x3.h
     23endif
     24
     25include_HEADERS += include/crt.h
     26nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
     27
     28all-local: $(PREINSTALL_FILES)
     29
     30EXTRA_DIST = HOWTO README.dec21140 STATUS times_i486dx times_p5
     31
     32if HAS_NETWORKING
     33$(PROJECT_INCLUDE)/wd80x3.h: include/wd80x3.h
     34        $(INSTALL_DATA) $< $@
     35PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h
     36endif
     37
     38$(PROJECT_INCLUDE)/crt.h: include/crt.h
     39        $(INSTALL_DATA) $< $@
     40PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h
     41
     42$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
     43        $(INSTALL_DATA) $< $@
     44PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
    2045
    2146include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/i386/pc386/configure.ac

    r8d7f47f4 rd1b210cd  
    3131clock/Makefile
    3232console/Makefile
    33 include/Makefile
    3433start/Makefile
    3534startup/Makefile
  • c/src/lib/libbsp/i386/ts_386ex/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-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i386/ts_386ex/Makefile.am

    r8d7f47f4 rd1b210cd  
    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 tools start startup clock console timer network wrapup
     8# from the individual .rel files built in other directories
     9SUBDIRS = . tools start startup clock console timer network wrapup
    1010
    1111include $(top_srcdir)/../../bsp.am
    1212
    13 EXTRA_DIST = bsp_specs
     13if HAS_NETWORKING
     14include_HEADERS += include/wd80x3.h
     15endif
     16
     17include_HEADERS += include/coverhd.h
     18
     19all-local: $(PREINSTALL_FILES)
     20
     21if HAS_NETWORKING
     22$(PROJECT_INCLUDE)/wd80x3.h: include/wd80x3.h
     23        $(INSTALL_DATA) $< $@
     24PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h
     25endif
     26
     27$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
     28        $(INSTALL_DATA) $< $@
     29PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
    1430
    1531include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/lib/libbsp/i386/ts_386ex/configure.ac

    r8d7f47f4 rd1b210cd  
    4444clock/Makefile
    4545console/Makefile
    46 include/Makefile
    4746start/Makefile
    4847startup/Makefile
Note: See TracChangeset for help on using the changeset viewer.