Changeset e96ad433 in rtems


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

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

  • i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Include compile.am
Location:
c/src/lib/libcpu/i960
Files:
5 edited

Legend:

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

    r00e8978b re96ad433  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
     4        Include compile.am
     5
    162000-08-10      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/lib/libcpu/i960/Makefile.am

    r00e8978b re96ad433  
    1010include $(top_srcdir)/../../../../../automake/subdirs.am
    1111include $(top_srcdir)/../../../../../automake/local.am
    12 
  • c/src/lib/libcpu/i960/i960ca/Makefile.am

    r00e8978b re96ad433  
    66
    77include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     8include $(top_srcdir)/../../../../../automake/compile.am
    89include $(top_srcdir)/../../../../../automake/lib.am
    910
     
    1112C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1213
    13 H_FILES = 
     14H_FILES =
    1415
    1516OBJS = $(C_O_FILES)
  • c/src/lib/libcpu/i960/i960ka/Makefile.am

    r00e8978b re96ad433  
    66
    77include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     8include $(top_srcdir)/../../../../../automake/compile.am
    89include $(top_srcdir)/../../../../../automake/lib.am
    910
     
    1112C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1213
    13 H_FILES = 
     14H_FILES =
    1415
    1516OBJS = $(C_O_FILES)
  • c/src/lib/libcpu/i960/i960rp/Makefile.am

    r00e8978b re96ad433  
    66
    77include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     8include $(top_srcdir)/../../../../../automake/compile.am
    89include $(top_srcdir)/../../../../../automake/lib.am
    910
     
    1112C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1213
    13 H_FILES = 
     14H_FILES =
    1415
    1516OBJS = $(C_O_FILES)
Note: See TracChangeset for help on using the changeset viewer.