source: rtems/c/src/lib/libbsp/m68k/ods68302/Makefile.in @ 98e4ebf5

4.104.114.84.95
Last change on this file since 98e4ebf5 was 0074691a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/97 at 22:13:29

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.

  • Property mode set to 100644
File size: 367 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
13SRCS=README
14
15all: $(SRCS)
16
17# wrapup is the one that actually builds and installs the library
18#  from the individual .rel files built in other directories
19SUB_DIRS=include start302 startup clock console timer wrapup
Note: See TracBrowser for help on using the repository browser.