source: rtems/c/src/lib/Makefile.in @ 7e3dcbc

4.104.114.84.95
Last change on this file since 7e3dcbc 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
Line 
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
13# General Hardware API library
14LIBHWAPI=$(wildcard libhwapi)
15
16SUB_DIRS=start include libmisc libc libcpu libbsp \
17         $(LIBHWAPI) wrapup
Note: See TracBrowser for help on using the repository browser.