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
RevLine 
[df49c60]1##
[400c552]2## $Id$
[df49c60]3##
[400c552]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[98e1de84]7H_FILES = sci.h sh7_pfc.h sh7_sci.h
[ff8395a]8SCORE_H_FILES = ispsh7032.h iosh7032.h
[400c552]9
[df49c60]10# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
[400c552]11#       file name conflicts
12
13$(PROJECT_INCLUDE)/sh:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/sh/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
[ac815430]19$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
20        $(INSTALL_DATA) $< $@
21
[4e36a2f]22TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \
[ac815430]23    $(H_FILES:%.h=$(PROJECT_INCLUDE)/sh/%.h) \
24    $(SCORE_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
[4e36a2f]25
[400c552]26all-local: $(TMPINSTALL_FILES)
27
[98e1de84]28EXTRA_DIST = sci.h sh7_pfc.h sh7_sci.h
[4e36a2f]29
[ac815430]30include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.