source: rtems/c/src/lib/libbsp/sh/simsh4/Makefile.am @ 7a5a3a41

4.104.114.84.95
Last change on this file since 7a5a3a41 was 7a5a3a41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 07:17:01

2004-01-05 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[cd67dca]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[cd67dca]6
[7a5a3a41]7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
[cd67dca]10## wrapup is the one that actually builds and installs the library
[d0d6a5c]11## from the individual .rel files built in other directories
[7a5a3a41]12SUBDIRS = . startup console clock timer wrapup
[df39b089]13SUBDIRS += tools
[cd67dca]14
15# FIXME: This directory is missing
16# ramdisk
17
[d0d6a5c]18include_HEADERS += include/syscall.h
19include_HEADERS += include/ramdisk.h
20include_HEADERS += include/coverhd.h
21
[7a5a3a41]22S_FILES = start/start.S
23$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
24        ${CCASCOMPILE} -DASM -o $@ -c $<
25
26project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
27
28all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
29
30EXTRA_DIST = $(S_FILES)
[d0d6a5c]31
[2d551c14]32$(PROJECT_INCLUDE)/syscall.h: include/syscall.h $(PROJECT_INCLUDE)/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/syscall.h
[d0d6a5c]34PREINSTALL_FILES += $(PROJECT_INCLUDE)/syscall.h
35
[2d551c14]36$(PROJECT_INCLUDE)/ramdisk.h: include/ramdisk.h $(PROJECT_INCLUDE)/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/ramdisk.h
[d0d6a5c]38PREINSTALL_FILES += $(PROJECT_INCLUDE)/ramdisk.h
39
[2d551c14]40$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
41        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
[d0d6a5c]42PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
[cd67dca]43
[54beee6]44include $(top_srcdir)/../../../../automake/subdirs.am
45include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.