Changeset 94c2898 in rtems


Ignore:
Timestamp:
12/09/03 14:20:58 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1da3d0b5
Parents:
ae31530b
Message:

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

  • console/Makefile.am: Misc cleanups and fixes.
  • irq/Makefile.am: Misc cleanups and fixes.
  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
Location:
c/src/lib/libbsp/arm/arm_bare_bsp
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog

    rae31530b r94c2898  
     12003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * console/Makefile.am: Misc cleanups and fixes.
     4        * irq/Makefile.am: Misc cleanups and fixes.
     5        * start/Makefile.am: Misc cleanups and fixes.
     6        * startup/Makefile.am: Misc cleanups and fixes.
     7        * wrapup/Makefile.am: Misc cleanups and fixes.
     8
    192003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libbsp/arm/arm_bare_bsp/console/Makefile.am

    rae31530b r94c2898  
    2424        $(make-rel)
    2525
    26 all: $(console_rel_OBJECTS) $(PGM)
     26all-local: $(console_rel_OBJECTS) $(PGM)
    2727
    2828.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/arm/arm_bare_bsp/irq/Makefile.am

    rae31530b r94c2898  
    2626        $(make-rel)
    2727
    28 all: $(PREINSTALL_FILES) $(irq_rel_OBJECTS) $(PGM)
     28all-local: $(PREINSTALL_FILES) $(irq_rel_OBJECTS) $(PGM)
    2929
    3030.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am

    rae31530b r94c2898  
    1010include $(top_srcdir)/../../../../automake/compile.am
    1111include $(top_srcdir)/../../../../automake/lib.am
     12include $(top_srcdir)/../../bspstart.am
    1213
    1314#
     
    1516#
    1617
    17 install-data-local: $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
    18         @$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
    19         $(INSTALL_DATA) $< $(DESTDIR)$(bsplibdir)
     18project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
    2019
    21 $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
    22         $(INSTALL_DATA) $< $@
    23 
    24 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
    25 
    26 all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
    27 
    28 .PRECIOUS: $(ARCH)/start.$(OBJEXT)
     20all-local: $(TMPINSTALL_FILES)
    2921
    3022EXTRA_DIST = start.S
    3123
     24${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) ${PROJECT_RELEASE}/lib/$(dirstamp)
     25        $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
     26TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
     27
    3228include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am

    rae31530b r94c2898  
    2424        $(make-rel)
    2525
    26 bsplib_DATA = linkcmds
     26project_lib_DATA = linkcmds
    2727
    28 $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
    29         $(INSTALL_DATA) $< $@
    30 
    31 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
    32 
    33 all: $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
    34 
    35 .PRECIOUS: $(PGM)
     28all-local: $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
    3629
    3730EXTRA_DIST = linkcmds
    3831
     32${PROJECT_RELEASE}/lib/linkcmds: linkcmds ${PROJECT_RELEASE}/lib/$(dirstamp)
     33        $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds
     34TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds
     35
    3936include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/arm_bare_bsp/wrapup/Makefile.am

    rae31530b r94c2898  
    1919        $(make-library)
    2020
    21 all: $(OBJS) $(LIB) $(TMPINSTALL_FILES)
     21all-local: $(LIB)
    2222
    2323include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.