source: rtems/c/src/lib/libbsp/m68k/ods68302/include/Makefile.in @ f05f704

4.104.114.84.95
Last change on this file since f05f704 was 0074691a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/97 at 22:13:29

Merged very large and much appreciated patch from Chris Johns
<cjohns@…>. This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.

  • Property mode set to 100644
File size: 770 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10H_FILES = $(srcdir)/bare.h $(srcdir)/bsp.h \
11                $(srcdir)/coverhd.h $(srcdir)/crc.h \
12                $(srcdir)/debugport.h \
13                $(srcdir)/m68302scc.h
14
15#
16#  Equate files are for including from assembly preprocessed by
17#  gm4 or gasp.  No examples are provided except for those for
18#  other CPUs.  The best way to generate them would be to
19#  provide a program which generates the constants used based
20#  on the C equivalents.
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)
34        $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
35        $(INSTALL) -m 444 $(EQ_FILES) ${PROJECT_RELEASE}/include
Note: See TracBrowser for help on using the repository browser.