Changeset 3e30f27 in rtems


Ignore:
Timestamp:
09/05/00 16:00:37 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
00e8978b
Parents:
a1d32a5
Message:

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

  • mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am, mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am, mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am, ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am, ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am, shared/include/Makefile.am, shared/src/Makefile.am, wrapup/Makefile.am, mpc8xx/clock/Makefile.am, mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am, mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am, mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am, old_exception_processing/Makefile.am: Include compile.am
Location:
c/src/lib
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am

    ra1d32a5 r3e30f27  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    76
    87C_FILES = cpu.c
     
    1716
    1817include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../../../automake/compile.am
    1919include $(top_srcdir)/../../../../../automake/lib.am
    2020
  • c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am

    ra1d32a5 r3e30f27  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    76
    87# C source names
     
    1918
    2019include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     20include $(top_srcdir)/../../../../../automake/compile.am
    2121include $(top_srcdir)/../../../../../automake/lib.am
    2222
     
    4848        $(make-rel)
    4949
    50 all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o $(TMPINSTALL_FILES)
     50all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o \
     51    $(TMPINSTALL_FILES)
    5152
    5253CLEANDIRS = ../o-optimize ../o-debug ../o-profile
  • c/src/lib/libcpu/powerpc/ChangeLog

    ra1d32a5 r3e30f27  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
     4        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
     5        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
     6        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
     7        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
     8        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
     9        shared/include/Makefile.am, shared/src/Makefile.am,
     10        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
     11        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
     12        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
     13        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
     14        old_exception_processing/Makefile.am: Include compile.am
     15
    1162000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
    217
  • c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am

    ra1d32a5 r3e30f27  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../../../automake/compile.am
    1415include $(top_srcdir)/../../../../../automake/lib.am
    1516
  • c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am

    ra1d32a5 r3e30f27  
    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/libcpu/powerpc/mpc6xx/clock/Makefile.am

    ra1d32a5 r3e30f27  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../../../automake/compile.am
    1415include $(top_srcdir)/../../../../../automake/lib.am
    1516
  • c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am

    ra1d32a5 r3e30f27  
    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/libcpu/powerpc/mpc6xx/mmu/Makefile.am

    ra1d32a5 r3e30f27  
    1616
    1717include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../../../automake/compile.am
    1819include $(top_srcdir)/../../../../../automake/lib.am
    1920
  • c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am

    ra1d32a5 r3e30f27  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../../../automake/compile.am
    1415include $(top_srcdir)/../../../../../automake/lib.am
    1516
  • c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am

    ra1d32a5 r3e30f27  
    1616
    1717include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../../../automake/compile.am
    1819include $(top_srcdir)/../../../../../automake/lib.am
    1920
  • c/src/lib/libcpu/powerpc/mpc8xx/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
  • c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../automake/lib.am
    1617
     
    1819# (OPTIONAL) Add local stuff here using +=
    1920#
    20 
    21 AM_CFLAGS = $(CFLAGS_OS_V)
    2221
    2322$(PGM): $(clock_rel_OBJECTS)
  • c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../automake/lib.am
    1617
     
    1819# (OPTIONAL) Add local stuff here using +=
    1920#
    20 
    21 AM_CFLAGS = $(CFLAGS_OS_V)
    2221
    2322$(PGM): $(console_generic_rel_OBJECTS)
  • c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../automake/lib.am
    1617
     
    1819# (OPTIONAL) Add local stuff here using +=
    1920#
    20 
    21 AM_CFLAGS = $(CFLAGS_OS_V)
    2221
    2322$(PGM): $(clock_rel_OBJECTS)
     
    2928
    3029include $(top_srcdir)/../../../../../automake/local.am
    31 
    32 
    33 
    34 
    35 
    36 
    37 
    38 
  • c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1010noinst_HEADERS = $(H_FILES) $(MPC8XX_H_FILES)
    1111
    12 PREINSTALL_FILES = \
    13 $(PROJECT_INCLUDE)/mpc8xx \
    14 $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
    15 $(MPC8XX_H_FILES:%.h=$(PROJECT_INCLUDE)/mpc8xx/%.h)
     12PREINSTALL_FILES += $(PROJECT_INCLUDE)/mpc8xx \
     13    $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
     14    $(MPC8XX_H_FILES:%.h=$(PROJECT_INCLUDE)/mpc8xx/%.h)
    1615
    1716$(PROJECT_INCLUDE)/mpc8xx:
     
    2423        $(INSTALL_DATA) $< $@
    2524
    26 all-local: $(PREINSTALL_FILES) 
     25all-local: $(PREINSTALL_FILES)
    2726
    2827include $(top_srcdir)/../../../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../automake/lib.am
    1617
     
    1819# (OPTIONAL) Add local stuff here using +=
    1920#
    20 
    21 AM_CFLAGS = $(CFLAGS_OS_V)
    2221
    2322$(PGM): $(clock_rel_OBJECTS)
  • c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../automake/lib.am
    1617
     
    1819# (OPTIONAL) Add local stuff here using +=
    1920#
    20 
    21 AM_CFLAGS = $(CFLAGS_OS_V)
    2221
    2322$(PGM): $(timer_rel_OBJECTS)
  • c/src/lib/libcpu/powerpc/mpc8xx/vectors/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
     7VPATH = @srcdir@:@srcdir@/../../ppc403/vectors
     8
    79## FIXME
    8 VPATH = @srcdir@:@srcdir@/../../ppc403/vectors
    910
    1011PGM = ${ARCH}/vectors.rel
     
    1617
    1718include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     19include $(top_srcdir)/../../../../../automake/compile.am
    1820include $(top_srcdir)/../../../../../automake/lib.am
    1921
     
    2123# (OPTIONAL) Add local stuff here using +=
    2224#
    23 
    24 AM_CFLAGS = $(CFLAGS_OS_V)
    2525
    2626$(PGM): $(vectors_rel_OBJECTS)
  • c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am

    ra1d32a5 r3e30f27  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    76
    87C_FILES = cpu.c
     
    1716
    1817include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../../../automake/compile.am
    1919include $(top_srcdir)/../../../../../automake/lib.am
    2020
  • c/src/lib/libcpu/powerpc/old_exception_processing/Makefile.am

    ra1d32a5 r3e30f27  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    76
    87# C source names
     
    1918
    2019include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     20include $(top_srcdir)/../../../../../automake/compile.am
    2121include $(top_srcdir)/../../../../../automake/lib.am
    2222
     
    4848        $(make-rel)
    4949
    50 all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o $(TMPINSTALL_FILES)
     50all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o \
     51    $(TMPINSTALL_FILES)
    5152
    5253CLEANDIRS = ../o-optimize ../o-debug ../o-profile
  • c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am

    ra1d32a5 r3e30f27  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../../../automake/compile.am
    1415include $(top_srcdir)/../../../../../automake/lib.am
    1516
  • c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am

    ra1d32a5 r3e30f27  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../../../automake/compile.am
    1415include $(top_srcdir)/../../../../../automake/lib.am
    1516
  • c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am

    ra1d32a5 r3e30f27  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../../../automake/compile.am
    1617include $(top_srcdir)/../../../../../automake/lib.am
    1718
  • c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am

    ra1d32a5 r3e30f27  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../../../automake/compile.am
    1415include $(top_srcdir)/../../../../../automake/lib.am
    1516
  • c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am

    ra1d32a5 r3e30f27  
    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/libcpu/powerpc/shared/Makefile.am

    ra1d32a5 r3e30f27  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
  • c/src/lib/libcpu/powerpc/shared/include/Makefile.am

    ra1d32a5 r3e30f27  
    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/libcpu/powerpc/shared/src/Makefile.am

    ra1d32a5 r3e30f27  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    76
    87VPATH = @srcdir@:@srcdir@/../../../shared/src
     
    1211
    1312H_FILES = cache_.h
    14 INSTALLED_H_FILES = 
     13INSTALLED_H_FILES =
    1514
    1615OBJS = $(C_O_FILES)
    1716
    1817include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../../../automake/compile.am
    1919include $(top_srcdir)/../../../../../automake/lib.am
    2020
     
    3030        $(INSTALL_DATA) $< $@
    3131
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu $(PROJECT_INCLUDE)/libcpu/cache.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
     33    $(PROJECT_INCLUDE)/libcpu/cache.h
    3334
    3435all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
    3536
    36 EXTRA_DIST = cache.c cache_.h 
     37EXTRA_DIST = cache.c cache_.h
    3738
    3839include $(top_srcdir)/../../../../../automake/local.am
  • c/src/lib/libcpu/powerpc/wrapup/Makefile.am

    ra1d32a5 r3e30f27  
    1111CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o)
    1212FAMILY_OBJS = \
    13     $(wildcard ../shared/$(ARCH)/*.o ../shared/*/$(ARCH)/*.o \
    14          ../old_exception_processing/*/$(ARCH)/*.o \
    15          ../new_exception_processing/*/$(ARCH)/*.o \
    16          ../mpc6xx/*/$(ARCH)/*.o)
     13    $(wildcard ../shared/$(ARCH)/*.o ../shared/*/$(ARCH)/*.o ../old_exception_processing/*/$(ARCH)/*.o ../new_exception_processing/*/$(ARCH)/*.o ../mpc6xx/*/$(ARCH)/*.o)
    1714
    1815LIB = $(ARCH)/libcpu.a
    1916
    2017include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../../../automake/compile.am
    2119include $(top_srcdir)/../../../../../automake/lib.am
    2220
Note: See TracChangeset for help on using the changeset viewer.