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

4.104.114.84.95
Last change on this file since 98e1de84 was 98e1de84, checked in by Joel Sherrill <joel.sherrill@…>, on 01/05/01 at 13:31:04

2001-01-05 Joel Sherrill <joel@…>

  • /dev/null moved to libmisc.
  • Makefile.am, configure.in: Removed null directory.
  • include/Makefile.am: Removed null.h.
  • include/null.h, null/.cvsignore, null/Makefile.am, null/close.c, null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c: Removed.
  • Property mode set to 100644
File size: 665 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = 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 = 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.