Changeset bf0747d in rtems


Ignore:
Timestamp:
08/16/03 12:32:36 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f581aa6f
Parents:
29993bb
Message:

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
mpc505/Makefile.am: Reflect having moved automake.
mpc505/ictrl/Makefile.am: Reflect having moved automake.
mpc505/timer/Makefile.am: Reflect having moved automake.
mpc505/vectors/Makefile.am: Reflect having moved automake.
mpc6xx/Makefile.am: Reflect having moved automake.
mpc6xx/clock/Makefile.am: Reflect having moved automake.
mpc6xx/exceptions/Makefile.am: Reflect having moved automake.
mpc6xx/mmu/Makefile.am: Reflect having moved automake.
mpc6xx/timer/Makefile.am: Reflect having moved automake.
mpc6xx/wrapup/Makefile.am: Reflect having moved automake.
mpc8260/Makefile.am: Reflect having moved automake.
mpc8260/clock/Makefile.am: Reflect having moved automake.
mpc8260/console-generic/Makefile.am: Reflect having moved automake.
mpc8260/cpm/Makefile.am: Reflect having moved automake.
mpc8260/exceptions/Makefile.am: Reflect having moved automake.
mpc8260/mmu/Makefile.am: Reflect having moved automake.
mpc8260/timer/Makefile.am: Reflect having moved automake.
mpc8xx/Makefile.am: Reflect having moved automake.
mpc8xx/clock/Makefile.am: Reflect having moved automake.
mpc8xx/console-generic/Makefile.am: Reflect having moved automake.
mpc8xx/cpm/Makefile.am: Reflect having moved automake.
mpc8xx/exceptions/Makefile.am: Reflect having moved automake.
mpc8xx/mmu/Makefile.am: Reflect having moved automake.
mpc8xx/timer/Makefile.am: Reflect having moved automake.
ppc403/Makefile.am: Reflect having moved automake.
ppc403/clock/Makefile.am: Reflect having moved automake.
ppc403/console/Makefile.am: Reflect having moved automake.
ppc403/ictrl/Makefile.am: Reflect having moved automake.
ppc403/timer/Makefile.am: Reflect having moved automake.
ppc403/tty_drv/Makefile.am: Reflect having moved automake.
ppc403/vectors/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/include/Makefile.am: Reflect having moved automake.
shared/src/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libcpu/powerpc
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/ChangeLog

    r29993bb rbf0747d  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        mpc505/Makefile.am: Reflect having moved automake.
     5        mpc505/ictrl/Makefile.am: Reflect having moved automake.
     6        mpc505/timer/Makefile.am: Reflect having moved automake.
     7        mpc505/vectors/Makefile.am: Reflect having moved automake.
     8        mpc6xx/Makefile.am: Reflect having moved automake.
     9        mpc6xx/clock/Makefile.am: Reflect having moved automake.
     10        mpc6xx/exceptions/Makefile.am: Reflect having moved automake.
     11        mpc6xx/mmu/Makefile.am: Reflect having moved automake.
     12        mpc6xx/timer/Makefile.am: Reflect having moved automake.
     13        mpc6xx/wrapup/Makefile.am: Reflect having moved automake.
     14        mpc8260/Makefile.am: Reflect having moved automake.
     15        mpc8260/clock/Makefile.am: Reflect having moved automake.
     16        mpc8260/console-generic/Makefile.am: Reflect having moved automake.
     17        mpc8260/cpm/Makefile.am: Reflect having moved automake.
     18        mpc8260/exceptions/Makefile.am: Reflect having moved automake.
     19        mpc8260/mmu/Makefile.am: Reflect having moved automake.
     20        mpc8260/timer/Makefile.am: Reflect having moved automake.
     21        mpc8xx/Makefile.am: Reflect having moved automake.
     22        mpc8xx/clock/Makefile.am: Reflect having moved automake.
     23        mpc8xx/console-generic/Makefile.am: Reflect having moved automake.
     24        mpc8xx/cpm/Makefile.am: Reflect having moved automake.
     25        mpc8xx/exceptions/Makefile.am: Reflect having moved automake.
     26        mpc8xx/mmu/Makefile.am: Reflect having moved automake.
     27        mpc8xx/timer/Makefile.am: Reflect having moved automake.
     28        ppc403/Makefile.am: Reflect having moved automake.
     29        ppc403/clock/Makefile.am: Reflect having moved automake.
     30        ppc403/console/Makefile.am: Reflect having moved automake.
     31        ppc403/ictrl/Makefile.am: Reflect having moved automake.
     32        ppc403/timer/Makefile.am: Reflect having moved automake.
     33        ppc403/tty_drv/Makefile.am: Reflect having moved automake.
     34        ppc403/vectors/Makefile.am: Reflect having moved automake.
     35        shared/Makefile.am: Reflect having moved automake.
     36        shared/include/Makefile.am: Reflect having moved automake.
     37        shared/src/Makefile.am: Reflect having moved automake.
     38        wrapup/Makefile.am: Reflect having moved automake.
     39
    1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    241
  • c/src/lib/libcpu/powerpc/Makefile.am

    r29993bb rbf0747d  
    5454all-local: $(TMPINSTALL_FILES)
    5555
    56 include $(top_srcdir)/../../../../../automake/subdirs.am
    57 include $(top_srcdir)/../../../../../automake/local.am
     56include $(top_srcdir)/../../../automake/subdirs.am
     57include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc505/Makefile.am

    r29993bb rbf0747d  
    66SUBDIRS = ictrl vectors timer
    77
    8 include $(top_srcdir)/../../../../../automake/subdirs.am
    9 include $(top_srcdir)/../../../../../automake/local.am
     8include $(top_srcdir)/../../../automake/subdirs.am
     9include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am

    r29993bb rbf0747d  
    1212ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1313
    14 include $(top_srcdir)/../../../../../automake/compile.am
    15 include $(top_srcdir)/../../../../../automake/lib.am
     14include $(top_srcdir)/../../../automake/compile.am
     15include $(top_srcdir)/../../../automake/lib.am
    1616
    1717$(PROJECT_INCLUDE):
     
    3636EXTRA_DIST = ictrl.c ictrl.h
    3737
    38 include $(top_srcdir)/../../../../../automake/local.am
     38include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am

    r29993bb rbf0747d  
    1010timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    12 include $(top_srcdir)/../../../../../automake/compile.am
    13 include $(top_srcdir)/../../../../../automake/lib.am
     12include $(top_srcdir)/../../../automake/compile.am
     13include $(top_srcdir)/../../../automake/lib.am
    1414
    1515#
     
    2626EXTRA_DIST = timer.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am

    r29993bb rbf0747d  
    1111vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = vectors.S
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am

    r29993bb rbf0747d  
    66SUBDIRS = exceptions mmu clock timer wrapup
    77
    8 include $(top_srcdir)/../../../../../automake/subdirs.am
    9 include $(top_srcdir)/../../../../../automake/local.am
     8include $(top_srcdir)/../../../automake/subdirs.am
     9include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am

    r29993bb rbf0747d  
    1212c_clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1313
    14 include $(top_srcdir)/../../../../../automake/compile.am
    15 include $(top_srcdir)/../../../../../automake/lib.am
     14include $(top_srcdir)/../../../automake/compile.am
     15include $(top_srcdir)/../../../automake/lib.am
    1616
    1717$(PROJECT_INCLUDE)/libcpu:
     
    3131EXTRA_DIST = c_clock.c c_clock.h
    3232
    33 include $(top_srcdir)/../../../../../automake/local.am
     33include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am

    r29993bb rbf0747d  
    1717    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1818
    19 include $(top_srcdir)/../../../../../automake/compile.am
    20 include $(top_srcdir)/../../../../../automake/lib.am
     19include $(top_srcdir)/../../../automake/compile.am
     20include $(top_srcdir)/../../../automake/lib.am
    2121
    2222$(PROJECT_INCLUDE)/libcpu:
     
    4141EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
    4242
    43 include $(top_srcdir)/../../../../../automake/local.am
     43include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am

    r29993bb rbf0747d  
    1616mmu_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1717
    18 include $(top_srcdir)/../../../../../automake/compile.am
    19 include $(top_srcdir)/../../../../../automake/lib.am
     18include $(top_srcdir)/../../../automake/compile.am
     19include $(top_srcdir)/../../../automake/lib.am
    2020
    2121$(PROJECT_INCLUDE)/libcpu:
     
    4040EXTRA_DIST = bat.c bat.h mmuAsm.S pte121.c pte121.h
    4141
    42 include $(top_srcdir)/../../../../../automake/local.am
     42include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am

    r29993bb rbf0747d  
    1010timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    12 include $(top_srcdir)/../../../../../automake/compile.am
    13 include $(top_srcdir)/../../../../../automake/lib.am
     12include $(top_srcdir)/../../../automake/compile.am
     13include $(top_srcdir)/../../../automake/lib.am
    1414
    1515#
     
    2626EXTRA_DIST = timer.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am

    r29993bb rbf0747d  
    1414LIB = $(ARCH)/libcpuspec.a
    1515
    16 include $(top_srcdir)/../../../../../automake/compile.am
    17 include $(top_srcdir)/../../../../../automake/lib.am
     16include $(top_srcdir)/../../../automake/compile.am
     17include $(top_srcdir)/../../../automake/lib.am
    1818
    1919#
     
    2828all-local: ${ARCH} $(LIB)
    2929
    30 include $(top_srcdir)/../../../../../automake/local.am
     30include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/Makefile.am

    r29993bb rbf0747d  
    2525all-local: $(PREINSTALL_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/subdirs.am
    28 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/subdirs.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am

    r29993bb rbf0747d  
    1111clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am

    r29993bb rbf0747d  
    1111console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am

    r29993bb rbf0747d  
    1111cpm_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/exceptions/Makefile.am

    r29993bb rbf0747d  
    1616    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1717
    18 include $(top_srcdir)/../../../../../automake/compile.am
    19 include $(top_srcdir)/../../../../../automake/lib.am
     18include $(top_srcdir)/../../../automake/compile.am
     19include $(top_srcdir)/../../../automake/lib.am
    2020
    2121$(PROJECT_INCLUDE)/libcpu:
     
    4040EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
    4141
    42 include $(top_srcdir)/../../../../../automake/local.am
     42include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am

    r29993bb rbf0747d  
    1111clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am

    r29993bb rbf0747d  
    1111timer_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/Makefile.am

    r29993bb rbf0747d  
    2525all-local: $(PREINSTALL_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/subdirs.am
    28 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/subdirs.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am

    r29993bb rbf0747d  
    1111clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am

    r29993bb rbf0747d  
    1111console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am

    r29993bb rbf0747d  
    1111clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am

    r29993bb rbf0747d  
    1616    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1717
    18 include $(top_srcdir)/../../../../../automake/compile.am
    19 include $(top_srcdir)/../../../../../automake/lib.am
     18include $(top_srcdir)/../../../automake/compile.am
     19include $(top_srcdir)/../../../automake/lib.am
    2020
    2121$(PROJECT_INCLUDE)/libcpu:
     
    4040EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
    4141
    42 include $(top_srcdir)/../../../../../automake/local.am
     42include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am

    r29993bb rbf0747d  
    1111clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am

    r29993bb rbf0747d  
    1111timer_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/Makefile.am

    r29993bb rbf0747d  
    1111endif
    1212
    13 include $(top_srcdir)/../../../../../automake/subdirs.am
    14 include $(top_srcdir)/../../../../../automake/local.am
     13include $(top_srcdir)/../../../automake/subdirs.am
     14include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am

    r29993bb rbf0747d  
    1010clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    12 include $(top_srcdir)/../../../../../automake/compile.am
    13 include $(top_srcdir)/../../../../../automake/lib.am
     12include $(top_srcdir)/../../../automake/compile.am
     13include $(top_srcdir)/../../../automake/lib.am
    1414
    1515#
     
    2626EXTRA_DIST = clock.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am

    r29993bb rbf0747d  
    1515console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1616
    17 include $(top_srcdir)/../../../../../automake/compile.am
    18 include $(top_srcdir)/../../../../../automake/lib.am
     17include $(top_srcdir)/../../../automake/compile.am
     18include $(top_srcdir)/../../../automake/lib.am
    1919
    2020#
     
    3131EXTRA_DIST = console.c console.c.polled console405.c
    3232
    33 include $(top_srcdir)/../../../../../automake/local.am
     33include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am

    r29993bb rbf0747d  
    1212ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1313
    14 include $(top_srcdir)/../../../../../automake/compile.am
    15 include $(top_srcdir)/../../../../../automake/lib.am
     14include $(top_srcdir)/../../../automake/compile.am
     15include $(top_srcdir)/../../../automake/lib.am
    1616
    1717$(PROJECT_INCLUDE):
     
    3636EXTRA_DIST = ictrl.c ictrl.h
    3737
    38 include $(top_srcdir)/../../../../../automake/local.am
     38include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am

    r29993bb rbf0747d  
    1010timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    12 include $(top_srcdir)/../../../../../automake/compile.am
    13 include $(top_srcdir)/../../../../../automake/lib.am
     12include $(top_srcdir)/../../../automake/compile.am
     13include $(top_srcdir)/../../../automake/lib.am
    1414
    1515#
     
    2626EXTRA_DIST = timer.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am

    r29993bb rbf0747d  
    1212tty_drv_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1313
    14 include $(top_srcdir)/../../../../../automake/compile.am
    15 include $(top_srcdir)/../../../../../automake/lib.am
     14include $(top_srcdir)/../../../automake/compile.am
     15include $(top_srcdir)/../../../automake/lib.am
    1616
    1717#
     
    2828EXTRA_DIST = tty_drv.c tty_drv.h
    2929
    30 include $(top_srcdir)/../../../../../automake/local.am
     30include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am

    r29993bb rbf0747d  
    1111vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
    1212
    13 include $(top_srcdir)/../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../automake/lib.am
     13include $(top_srcdir)/../../../automake/compile.am
     14include $(top_srcdir)/../../../automake/lib.am
    1515
    1616#
     
    2525EXTRA_DIST = $(S_FILES) README
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/shared/Makefile.am

    r29993bb rbf0747d  
    66SUBDIRS = include src
    77
    8 include $(top_srcdir)/../../../../../automake/subdirs.am
    9 include $(top_srcdir)/../../../../../automake/local.am
     8include $(top_srcdir)/../../../automake/subdirs.am
     9include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/shared/include/Makefile.am

    r29993bb rbf0747d  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(top_srcdir)/../../../../../automake/compile.am
    17 include $(top_srcdir)/../../../../../automake/lib.am
     16include $(top_srcdir)/../../../automake/compile.am
     17include $(top_srcdir)/../../../automake/lib.am
    1818
    1919LIB = $(ARCH)/libcpuspec.a
     
    4141EXTRA_DIST = cpuIdent.c
    4242
    43 include $(top_srcdir)/../../../../../automake/local.am
     43include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/shared/src/Makefile.am

    r29993bb rbf0747d  
    1515OBJS = $(C_O_FILES)
    1616
    17 include $(top_srcdir)/../../../../../automake/compile.am
    18 include $(top_srcdir)/../../../../../automake/lib.am
     17include $(top_srcdir)/../../../automake/compile.am
     18include $(top_srcdir)/../../../automake/lib.am
    1919
    2020AM_CPPFLAGS += -I$(srcdir)
     
    3838EXTRA_DIST = cache.c cache_.h
    3939
    40 include $(top_srcdir)/../../../../../automake/local.am
     40include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/powerpc/wrapup/Makefile.am

    r29993bb rbf0747d  
    1515LIB = $(ARCH)/libcpu.a
    1616
    17 include $(top_srcdir)/../../../../../automake/compile.am
    18 include $(top_srcdir)/../../../../../automake/lib.am
     17include $(top_srcdir)/../../../automake/compile.am
     18include $(top_srcdir)/../../../automake/lib.am
    1919
    2020#
     
    3434all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
    3535
    36 include $(top_srcdir)/../../../../../automake/local.am
     36include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.