source: rtems/c/src/lib/libcpu/sh/sh7032/include/Makefile.am @ ff8395a

4.104.114.84.95
Last change on this file since ff8395a was ff8395a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:59:44

2000-09-04 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am, delay/Makefile.am, null/Makefile.am, sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 679 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h
8SCORE_H_FILES = ispsh7032.h iosh7032.h
9
10# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
11#       file name conflicts
12
13$(PROJECT_INCLUDE)/sh:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/sh/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
20        $(INSTALL_DATA) $< $@
21
22TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \
23    $(H_FILES:%.h=$(PROJECT_INCLUDE)/sh/%.h) \
24    $(SCORE_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
25
26all-local: $(TMPINSTALL_FILES)
27
28EXTRA_DIST = null.h sci.h sh7_pfc.h sh7_sci.h
29
30include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.