Changeset 7d751b6 in rtems


Ignore:
Timestamp:
08/16/03 12:53:33 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
724cc1e
Parents:
bc92457
Message:

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

Makefile.am: Reflect having moved automake.
dlentry/Makefile.am: Reflect having moved automake.
flashentry/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/powerpc/helas403
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/helas403/ChangeLog

    rbc92457 r7d751b6  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        dlentry/Makefile.am: Reflect having moved automake.
     5        flashentry/Makefile.am: Reflect having moved automake.
     6        include/Makefile.am: Reflect having moved automake.
     7        startup/Makefile.am: Reflect having moved automake.
     8        wrapup/Makefile.am: Reflect having moved automake.
     9
    1102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libbsp/powerpc/helas403/Makefile.am

    rbc92457 r7d751b6  
    1818EXTRA_DIST = bsp_specs bsp_specs.dl times
    1919
    20 include $(top_srcdir)/../../../../../../automake/subdirs.am
    21 include $(top_srcdir)/../../../../../../automake/local.am
     20include $(top_srcdir)/../../../../automake/subdirs.am
     21include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am

    rbc92457 r7d751b6  
    1111OBJS = $(S_O_FILES)
    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#
     
    2929EXTRA_DIST = dlentry.S
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am

    rbc92457 r7d751b6  
    1111OBJS = $(S_O_FILES)
    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#
     
    2929EXTRA_DIST = flashentry.S
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/helas403/include/Makefile.am

    rbc92457 r7d751b6  
    1717all-local: $(TMPINSTALL_FILES)
    1818
    19 include $(top_srcdir)/../../../../../../automake/force-preinstall.am
    20 include $(top_srcdir)/../../../../../../automake/local.am
     19include $(top_srcdir)/../../../../automake/force-preinstall.am
     20include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am

    rbc92457 r7d751b6  
    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
    1919#
     
    3838EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.dl setvec.c
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am

    rbc92457 r7d751b6  
    1414LIB = $(ARCH)/libbsp.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#
     
    2626all-local: $(ARCH) $(LIB)
    2727
    28 include $(top_srcdir)/../../../../../../automake/local.am
     28include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.