Changeset 0bc2339 in rtems


Ignore:
Timestamp:
08/16/03 12:29:51 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b0e2360
Parents:
5c0064d
Message:

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

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
include/rdbg/Makefile.am: Reflect having moved automake.
include/rdbg/i386/Makefile.am: Reflect having moved automake.
include/rdbg/m68k/Makefile.am: Reflect having moved automake.
include/rdbg/powerpc/Makefile.am: Reflect having moved automake.
src/Makefile.am: Reflect having moved automake.
src/i386/Makefile.am: Reflect having moved automake.
src/i386/any/Makefile.am: Reflect having moved automake.
src/m68k/Makefile.am: Reflect having moved automake.
src/m68k/any/Makefile.am: Reflect having moved automake.
src/powerpc/Makefile.am: Reflect having moved automake.
src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.

Location:
c/src/librdbg
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • c/src/librdbg/ChangeLog

    r5c0064d r0bc2339  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        include/Makefile.am: Reflect having moved automake.
     5        include/rdbg/Makefile.am: Reflect having moved automake.
     6        include/rdbg/i386/Makefile.am: Reflect having moved automake.
     7        include/rdbg/m68k/Makefile.am: Reflect having moved automake.
     8        include/rdbg/powerpc/Makefile.am: Reflect having moved automake.
     9        src/Makefile.am: Reflect having moved automake.
     10        src/i386/Makefile.am: Reflect having moved automake.
     11        src/i386/any/Makefile.am: Reflect having moved automake.
     12        src/m68k/Makefile.am: Reflect having moved automake.
     13        src/m68k/any/Makefile.am: Reflect having moved automake.
     14        src/powerpc/Makefile.am: Reflect having moved automake.
     15        src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.
     16
    1172003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    218
  • c/src/librdbg/Makefile.am

    r5c0064d r0bc2339  
    55SUBDIRS = include src
    66
    7 include $(top_srcdir)/../../automake/subdirs.am
    8 include $(top_srcdir)/../../automake/local.am
     7include $(top_srcdir)/automake/subdirs.am
     8include $(top_srcdir)/automake/local.am
  • c/src/librdbg/include/Makefile.am

    r5c0064d r0bc2339  
    66SUBDIRS = rdbg
    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/librdbg/include/rdbg/Makefile.am

    r5c0064d r0bc2339  
    2424endif
    2525
    26 include $(top_srcdir)/../../automake/subdirs.am
    27 include $(top_srcdir)/../../automake/local.am
     26include $(top_srcdir)/automake/subdirs.am
     27include $(top_srcdir)/automake/local.am
  • c/src/librdbg/include/rdbg/i386/Makefile.am

    r5c0064d r0bc2339  
    1818all-local: $(PREINSTALL_FILES)
    1919
    20 include $(top_srcdir)/../../automake/local.am
     20include $(top_srcdir)/automake/local.am
  • c/src/librdbg/include/rdbg/m68k/Makefile.am

    r5c0064d r0bc2339  
    1818all-local: $(PREINSTALL_FILES)
    1919
    20 include $(top_srcdir)/../../automake/local.am
     20include $(top_srcdir)/automake/local.am
  • c/src/librdbg/include/rdbg/powerpc/Makefile.am

    r5c0064d r0bc2339  
    1818all-local: $(PREINSTALL_FILES)
    1919
    20 include $(top_srcdir)/../../automake/local.am
     20include $(top_srcdir)/automake/local.am
  • c/src/librdbg/src/Makefile.am

    r5c0064d r0bc2339  
    1111    servcon.c servrpc.c servtgt.c servtsp.c servutil.c
    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/librdbg/src/i386/Makefile.am

    r5c0064d r0bc2339  
    88EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
    99
    10 include $(top_srcdir)/../../automake/subdirs.am
    11 include $(top_srcdir)/../../automake/local.am
     10include $(top_srcdir)/automake/subdirs.am
     11include $(top_srcdir)/automake/local.am
  • c/src/librdbg/src/i386/any/Makefile.am

    r5c0064d r0bc2339  
    3535
    3636include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    37 include $(top_srcdir)/../../automake/compile.am
    38 include $(top_srcdir)/../../automake/lib.am
     37include $(top_srcdir)/automake/compile.am
     38include $(top_srcdir)/automake/lib.am
    3939
    4040#
     
    9292EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
    9393
    94 include $(top_srcdir)/../../automake/local.am
     94include $(top_srcdir)/automake/local.am
  • c/src/librdbg/src/m68k/Makefile.am

    r5c0064d r0bc2339  
    88EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
    99
    10 include $(top_srcdir)/../../automake/subdirs.am
    11 include $(top_srcdir)/../../automake/local.am
     10include $(top_srcdir)/automake/subdirs.am
     11include $(top_srcdir)/automake/local.am
  • c/src/librdbg/src/m68k/any/Makefile.am

    r5c0064d r0bc2339  
    3535
    3636include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    37 include $(top_srcdir)/../../automake/compile.am
    38 include $(top_srcdir)/../../automake/lib.am
     37include $(top_srcdir)/automake/compile.am
     38include $(top_srcdir)/automake/lib.am
    3939
    4040#
     
    9292EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
    9393
    94 include $(top_srcdir)/../../automake/local.am
     94include $(top_srcdir)/automake/local.am
  • c/src/librdbg/src/powerpc/Makefile.am

    r5c0064d r0bc2339  
    88EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
    99
    10 include $(top_srcdir)/../../automake/subdirs.am
    11 include $(top_srcdir)/../../automake/local.am
     10include $(top_srcdir)/automake/subdirs.am
     11include $(top_srcdir)/automake/local.am
  • c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am

    r5c0064d r0bc2339  
    3535
    3636include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    37 include $(top_srcdir)/../../automake/compile.am
    38 include $(top_srcdir)/../../automake/lib.am
     37include $(top_srcdir)/automake/compile.am
     38include $(top_srcdir)/automake/lib.am
    3939
    4040#
     
    9292EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
    9393
    94 include $(top_srcdir)/../../automake/local.am
     94include $(top_srcdir)/automake/local.am
Note: See TracChangeset for help on using the changeset viewer.