source: rtems/c/src/lib/libbsp/m68k/gen68340/include/Makefile.in @ 132f194

4.104.114.84.95
Last change on this file since 132f194 was 132f194, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/98 at 22:03:20

Initial submission of gen68340 BSP (should run on a 68349) from
Geoffroy Montel <g_montel@…>.

  • Property mode set to 100644
File size: 826 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/m340uart.h $(srcdir)/m340timer.h $(srcdir)/m68340.h $(srcdir)/m68340.inc $(srcdir)/m68349.inc
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_ROOT)/make/custom/$(RTEMS_BSP).cfg
26include $(RTEMS_ROOT)/make/leaf.cfg
27
28CLEAN_ADDITIONS +=
29CLOBBER_ADDITIONS +=
30
31all:    $(SRCS)
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.