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

4.104.114.84.95
Last change on this file since 98e4ebf5 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: 665 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
20EQ_FILES =
21
22SRCS=$(H_FILES) $(EQ_FILES)
23
24include $(RTEMS_CUSTOM)
25include $(PROJECT_ROOT)/make/leaf.cfg
26
27CLEAN_ADDITIONS +=
28CLOBBER_ADDITIONS +=
29
30all:    $(SRCS)
[a2016b99]31        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
32        $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)
Note: See TracBrowser for help on using the repository browser.