source: rtems/c/src/lib/libbsp/sh/simsh4/Makefile.am @ 2d551c14

4.104.114.84.95
Last change on this file since 2d551c14 was 2d551c14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 15:49:11

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7## wrapup is the one that actually builds and installs the library
8## from the individual .rel files built in other directories
9SUBDIRS = . start startup console clock timer wrapup
10SUBDIRS += tools
11
12# FIXME: This directory is missing
13# ramdisk
14
15include $(top_srcdir)/../../bsp.am
16
17include_HEADERS += include/syscall.h
18include_HEADERS += include/ramdisk.h
19include_HEADERS += include/coverhd.h
20
21all-local: $(PREINSTALL_FILES)
22
23$(PROJECT_INCLUDE)/syscall.h: include/syscall.h $(PROJECT_INCLUDE)/$(dirstamp)
24        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/syscall.h
25PREINSTALL_FILES += $(PROJECT_INCLUDE)/syscall.h
26
27$(PROJECT_INCLUDE)/ramdisk.h: include/ramdisk.h $(PROJECT_INCLUDE)/$(dirstamp)
28        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/ramdisk.h
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/ramdisk.h
30
31$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
32        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
34
35include $(top_srcdir)/../../../../automake/subdirs.am
36include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.