Changeset 48290fe0 in rtems


Ignore:
Timestamp:
12/01/03 12:20:12 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8c27637
Parents:
2c48597d
Message:

2003-12-01 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Reformat.
  • timer/Makefile.am: Reformat.
Location:
c/src/lib/libcpu/mips64orion
Files:
3 edited

Legend:

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

    r2c48597d r48290fe0  
     12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am: Reformat.
     4        * timer/Makefile.am: Reformat.
     5
    162003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libcpu/mips64orion/clock/Makefile.am

    r2c48597d r48290fe0  
    22## $Id$
    33##
    4 
    54
    65PGM = $(ARCH)/clock.rel
     
    1211noinst_HEADERS = clock.h
    1312
    14 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
     13clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
     14    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1515
    1616include $(top_srcdir)/../../../automake/compile.am
  • c/src/lib/libcpu/mips64orion/timer/Makefile.am

    r2c48597d r48290fe0  
    22## $Id$
    33##
    4 
    54
    65PGM = $(ARCH)/timer.rel
     
    109S_FILES = gettime.S
    1110
    12 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
     11timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
     12    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1313
    1414include $(top_srcdir)/../../../automake/compile.am
Note: See TracChangeset for help on using the changeset viewer.