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

4.104.114.84.95
Last change on this file since 6e431ba was 6e431ba, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:18

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • score/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 719 bytes
Line 
1##
2## $Id$
3##
4
5
6# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
7#       file name conflicts
8include_shdir = $(includedir)/sh
9include_rtems_scoredir = $(includedir)/rtems/score
10
11include_sh_HEADERS = sci.h sh7_pfc.h sh7_sci.h
12include_rtems_score_HEADERS = ispsh7032.h iosh7032.h
13
14$(PROJECT_INCLUDE)/sh:
15        $(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/sh/%.h: %.h
18        $(INSTALL_DATA) $< $@
19
20$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
21        $(INSTALL_DATA) $< $@
22
23TMPINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
24    $(include_sh_HEADERS:%=$(PROJECT_INCLUDE)/sh/%) \
25    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%)
26
27all-local: $(TMPINSTALL_FILES)
28
29include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.