source: rtems/c/src/lib/libbsp/mips64orion/p4000/Makefile.in @ f99d4f83

4.104.114.84.95
Last change on this file since f99d4f83 was 900a3ab1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/97 at 23:57:56

Repository damaged -- file re-added

  • Property mode set to 100644
File size: 392 bytes
Line 
1#
2#  Makefile,v 1.2 1995/05/31 16:56:01 joel Exp
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 startup console liblnk wrapup
Note: See TracBrowser for help on using the repository browser.