Changeset 99df18a in rtems


Ignore:
Timestamp:
08/11/02 05:38:52 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ee64711
Parents:
5cb12c91
Message:

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • milli/Makefile.am: Use .$(OBJEXT) instead of .o.
    • semaphore/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
Location:
c/src/lib/libcpu/hppa1.1
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/hppa1.1/ChangeLog

    r5cb12c91 r99df18a  
     12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
     4        * milli/Makefile.am: Use .$(OBJEXT) instead of .o.
     5        * semaphore/Makefile.am: Use .$(OBJEXT) instead of .o.
     6        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
     7
    182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libcpu/hppa1.1/clock/Makefile.am

    r5cb12c91 r99df18a  
    88C_FILES = clock.c
    99
    10 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
     10clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
  • c/src/lib/libcpu/hppa1.1/milli/Makefile.am

    r5cb12c91 r99df18a  
    88S_FILES = milli.S
    99
    10 milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)
     10milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
  • c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am

    r5cb12c91 r99df18a  
    88C_FILES = semaphore.c
    99
    10 semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
     10semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
  • c/src/lib/libcpu/hppa1.1/timer/Makefile.am

    r5cb12c91 r99df18a  
    88C_FILES = timer.c
    99
    10 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
     10timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
Note: See TracChangeset for help on using the changeset viewer.