summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/force386/include/Makefile.in
blob: 83a810f42b87cdcb7552ff3d0e8f4a205d98671c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
RTEMS_ROOT = @RTEMS_ROOT@
PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg

H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h

#
#  Equate files are for including from assembly preprocessed by
#  gm4 or gasp.  No examples are provided except for those for
#  other CPUs.  The best way to generate them would be to
#  provide a program which generates the constants used based
#  on the C equivalents.
#

EQ_FILES =

SRCS=$(H_FILES) $(EQ_FILES)

include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/leaf.cfg

CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=

all:	$(SRCS)
	$(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
	$(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)