source: rtems/c/src/lib/libcpu/sh/sh7032/include/Makefile.in @ 008faafd

4.104.114.84.95
Last change on this file since 008faafd was f8b27df9, checked in by Joel Sherrill <joel.sherrill@…>, on 03/20/98 at 17:20:45

New port from Ralf Corsepius <corsepiu@…>.

  • Property mode set to 100644
File size: 705 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 = \
12        $(srcdir)/null.h \
13        $(srcdir)/sh7_pfc.h \
14        $(srcdir)/sh7_sci.h \
15        $(srcdir)/termbits.h \
16        $(srcdir)/ioqueue.h
17
18SRCS=$(H_FILES)
19
20include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
21include $(RTEMS_ROOT)/make/leaf.cfg
22
23CLEAN_ADDITIONS +=
24CLOBBER_ADDITIONS +=
25
26all:    install
27
28# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
29#       file name conflicts
30
31install:
32        test -d $(PROJECT_INCLUDE)/sh || $(MKDIR) $(PROJECT_INCLUDE)/sh
33        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/sh
34
35all: FORCEIT
36        cd ../../../../libbsp/$(RTEMS_CPU)/$(RTEMS_BSP)/include; $(MAKE) all
Note: See TracBrowser for help on using the repository browser.