Changeset df782fc in rtems


Ignore:
Timestamp:
09/05/00 15:50:04 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fdab2b6
Parents:
476b632
Message:

2000-09-04 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include compile.am
Location:
c/src/lib/libbsp/m68k/sim68000
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/sim68000/ChangeLog

    r476b632 rdf782fc  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
     4        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
     5
    162000-08-10      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am

    r476b632 rdf782fc  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../../../../automake/compile.am
    1718include $(top_srcdir)/../../../../../../automake/lib.am
    1819
     
    3031.PRECIOUS: $(PGM)
    3132
    32 # XXX add the other variant files here 
     33# XXX add the other variant files here
    3334EXTRA_DIST = clockdrv.c
    3435
  • c/src/lib/libbsp/m68k/sim68000/console/Makefile.am

    r476b632 rdf782fc  
    1212C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1313
    14 S_FILES = 
     14S_FILES =
    1515S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    1616
     
    1818
    1919include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     20include $(top_srcdir)/../../../../../../automake/compile.am
    2021include $(top_srcdir)/../../../../../../automake/lib.am
    2122
  • c/src/lib/libbsp/m68k/sim68000/start/Makefile.am

    r476b632 rdf782fc  
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../../automake/lib.am
    1617
  • c/src/lib/libbsp/m68k/sim68000/startup/Makefile.am

    r476b632 rdf782fc  
    1717
    1818include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     19include $(top_srcdir)/../../../../../../automake/compile.am
    1920include $(top_srcdir)/../../../../../../automake/lib.am
    2021
  • c/src/lib/libbsp/m68k/sim68000/wrapup/Makefile.am

    r476b632 rdf782fc  
    88
    99include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     10include $(top_srcdir)/../../../../../../automake/compile.am
    1011include $(top_srcdir)/../../../../../../automake/lib.am
    1112
    1213# bummer; have to use $foreach since % pattern subst rules only replace 1x
    1314OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
    14   $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \
    15   $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
     15    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \
     16    $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
    1617
    1718LIB = $(ARCH)/libbsp.a
Note: See TracChangeset for help on using the changeset viewer.