source: rtems/c/src/lib/libbsp/sh/gensh4/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.3 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
10## wrapup is the one that actually builds and installs the library
11## from the individual .rel files built in other directories
12SUBDIRS = . startup console hw_init wrapup
13
14include_HEADERS += include/sdram.h
15include_HEADERS += include/coverhd.h
16
17S_FILES = start/start.S
18$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
19        ${CCASCOMPILE} -DASM -o $@ -c $<
20
21project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
22
23all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
24
25EXTRA_DIST = times
26
27TMPINSTALL_FILES =
28
29$(PROJECT_INCLUDE)/sdram.h: include/sdram.h $(PROJECT_INCLUDE)/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sdram.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/sdram.h
32
33$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
36
37$(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT)
39TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT)
40
41include $(top_srcdir)/../../../../automake/subdirs.am
42include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.