Changeset 5c0064d in rtems


Ignore:
Timestamp:
08/16/03 12:25:08 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0bc2339
Parents:
6a8e52d
Message:

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

Makefile.am: Reflect having moved automake.
ide/Makefile.am: Reflect having moved automake.
network/Makefile.am: Reflect having moved automake.
rtc/Makefile.am: Reflect having moved automake.
serial/Makefile.am: Reflect having moved automake.

Location:
c/src/libchip
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/ChangeLog

    r6a8e52d r5c0064d  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        ide/Makefile.am: Reflect having moved automake.
     5        network/Makefile.am: Reflect having moved automake.
     6        rtc/Makefile.am: Reflect having moved automake.
     7        serial/Makefile.am: Reflect having moved automake.
     8
    192003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/libchip/Makefile.am

    r6a8e52d r5c0064d  
    55SUBDIRS = rtc serial network ide
    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/libchip/ide/Makefile.am

    r6a8e52d r5c0064d  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    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
    1919PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
     
    3737EXTRA_DIST = $(C_FILES)
    3838
    39 include $(top_srcdir)/../../automake/subdirs.am
    40 include $(top_srcdir)/../../automake/local.am
     39include $(top_srcdir)/automake/subdirs.am
     40include $(top_srcdir)/automake/local.am
  • c/src/libchip/network/Makefile.am

    r6a8e52d r5c0064d  
    1010OBJS = $(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$(PROJECT_INCLUDE)/libchip:
     
    5151    cs8900.c cs8900.c.bsp dec21140.c i82586.c if_fxp.c sonic.c
    5252
    53 include $(top_srcdir)/../../automake/local.am
     53include $(top_srcdir)/automake/local.am
  • c/src/libchip/rtc/Makefile.am

    r6a8e52d r5c0064d  
    1414
    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
     
    4343EXTRA_DIST = $(C_FILES) $(DOC_FILES)
    4444
    45 include $(top_srcdir)/../../automake/local.am
     45include $(top_srcdir)/automake/local.am
  • c/src/libchip/serial/Makefile.am

    r6a8e52d r5c0064d  
    1414noinst_HEADERS = mc68681_p.h ns16550_p.h z85c30_p.h
    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
    1919PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
     
    4343EXTRA_DIST = $(C_FILES) $(DOC_FILES)
    4444
    45 include $(top_srcdir)/../../automake/local.am
     45include $(top_srcdir)/automake/local.am
Note: See TracChangeset for help on using the changeset viewer.