summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/include/Makefile.in
blob: d5864f941978a27576e5ad3ed1d92a43488c705b (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
36
37
38
39
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@

# This driver needs to be reworked for the BSD stack.
# We only install wd80x3.h if HAS_NETWORKING was defined
WD80X3_yes_V = $(srcdir)/wd80x3.h
WD80X3 = $(WD80X3_$(HAS_NETWORKING)_V)

H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h  $(srcdir)/crt.h \
	  $(WD80X3)

#
#  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_ROOT)/make/custom/$(RTEMS_BSP).cfg
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)