source: rtems/c/src/lib/libbsp/m68k/mvme162/include/Makefile.in @ cfefaa6e

4.104.114.84.95
Last change on this file since cfefaa6e was cfefaa6e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/23/97 at 18:48:35

Added TOD driver from Katsutoshi Shibuya.

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