source: rtems/c/src/lib/Makefile.in @ f5bd03c

4.104.114.84.95
Last change on this file since f5bd03c was f5bd03c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/97 at 21:44:19

KA9Q stack removed prior to testing for 4.0.0 public release.

  • Property mode set to 100644
File size: 295 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/directory.cfg
12
[5bb2ed07]13# General Hardware API library
14LIBHWAPI=$(wildcard libhwapi)
15
16SUB_DIRS=start include libmisc libc libcpu libbsp \
[f5bd03c]17         $(LIBHWAPI) wrapup
Note: See TracBrowser for help on using the repository browser.