source: rtems/c/src/lib/libbsp/i960/cvme961/include/Makefile.in @ a2016b99

4.104.114.84.95
Last change on this file since a2016b99 was a2016b99, checked in by Joel Sherrill <joel.sherrill@…>, on 10/08/97 at 14:42:08

Removed include directory at "build" point and the link of this directory
to lib/include.

Went to using a PROJECT_INCLUDE variable.

  • Property mode set to 100644
File size: 767 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h
11
12#
13#  Equate files are for including from assembly preprocessed by
14#  gm4 or gasp.  No examples are provided except for those for
15#  other CPUs.  The best way to generate them would be to
16#  provide a program which generates the constants used based
17#  on the C equivalents.
18#
19#  If you add equate files, don't forget to uncomment the install line
20#  below.
21#
22
23EQ_FILES =
24
25SRCS=$(H_FILES) $(EQ_FILES)
26
27include $(RTEMS_CUSTOM)
28include $(PROJECT_ROOT)/make/leaf.cfg
29
30CLEAN_ADDITIONS +=
31CLOBBER_ADDITIONS +=
32
33all:    $(SRCS)
[a2016b99]34        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
35        $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)/cpu
[254b4450]36
37install:  all
Note: See TracBrowser for help on using the repository browser.