summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032/include/Makefile.in
blob: 80e073e6911a898c22d6d514564e4fb5fcb5691e (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
#
# $Id$
#

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

H_FILES = \
	$(srcdir)/null.h \
	$(srcdir)/sh7_pfc.h \
	$(srcdir)/sh7_sci.h \
	$(srcdir)/termbits.h \
	$(srcdir)/ioqueue.h

SRCS=$(H_FILES)

include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg

CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=

all:	install

# NOTE: Unlike other CPUS, we install into a subdirectory to avoid 
#       file name conflicts

install:
	test -d $(PROJECT_INCLUDE)/sh || $(MKDIR) $(PROJECT_INCLUDE)/sh 
	$(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/sh

all: FORCEIT
	cd ../../../../libbsp/$(RTEMS_CPU)/$(RTEMS_BSP)/include; $(MAKE) all