Changeset 91333c2 in rtems for c/src/lib/Makefile.in


Ignore:
Timestamp:
07/31/97 22:04:17 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0074691a
Parents:
13f09e6
Message:

Merged very large and much appreciated patch from Chris Johns
<cjohns@…>. This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/Makefile.in

    r13f09e6 r91333c2  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
     13# We only build the rtems++ library if HAS_CPLUSPLUS was defined
     14LIBRTEMSCPLUSPLUS_yes_V = librtems++
     15LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
     16
    1317# General Hardware API library
    1418LIBHWAPI=$(wildcard libhwapi)
    1519
    1620SUB_DIRS=start include libmisc libc libcpu libbsp \
    17          $(LIBHWAPI) wrapup
     21         $(LIBKA9Q) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracChangeset for help on using the changeset viewer.