Changeset d66ca67 in rtems


Ignore:
Timestamp:
08/01/02 12:00:31 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c8f1338f
Parents:
48dad29
Message:

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

  • src/Makefile.am: Add librtems.a.
Location:
cpukit/rtems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/ChangeLog

    r48dad29 rd66ca67  
     12002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Add librtems.a.
     4
    152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/rtems/src/Makefile.am

    r48dad29 rd66ca67  
    33##
    44
     5LIB = $(ARCH)/librtems.a
    56
    67include $(top_srcdir)/automake/multilib.am
     
    7374AM_CPPFLAGS += -D__RTEMS_INSIDE__
    7475
    75 all-local: ${ARCH} ${OBJS}
     76all-local: ${ARCH} $(LIB)
     77
     78$(LIB): ${OBJS}
     79        $(make-library)
     80
    7681
    7782EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
Note: See TracChangeset for help on using the changeset viewer.