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

4.104.114.84.95
Last change on this file since 6f9c75c3 was 6f9c75c3, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/98 at 16:56:48

Ralf Corsepius reported a number of missing CVS Id's:

RTEMS is under CVS control and has been since rtems 3.1.16 which was
around May 1995. So I just to add the $Id$. If you notice other files
with missing $Id$'s let me know. I try to keep w\up with it.

Now that you have asked -- I'll attach a list of files lacking an RCS-Id to
this mail. This list has been generated by a little sh-script I'll also
enclose.

  • Property mode set to 100644
File size: 469 bytes
RevLine 
[900a3ab1]1#
[6f9c75c3]2#  $Id$
[900a3ab1]3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
[674c900]8VPATH = @srcdir@
9RTEMS_ROOT = @RTEMS_ROOT@
10PROJECT_ROOT = @PROJECT_ROOT@
11RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
[900a3ab1]12
13include $(RTEMS_CUSTOM)
14include $(PROJECT_ROOT)/make/directory.cfg
15
16SRCS=README
17
18all: $(SRCS)
19
20# wrapup is the one that actually builds and installs the library
21#  from the individual .rel files built in other directories
22SUB_DIRS=include startup console liblnk wrapup
Note: See TracBrowser for help on using the repository browser.