source: rtems/c/src/lib/libbsp/sh/gensh1/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.2 KB
RevLine 
[df49c60]1##
[94608578]2## $Id$
[df49c60]3##
[94608578]4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[94608578]6
[7a5a3a41]7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
[94608578]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 scitab console wrapup
[94608578]13
[d0d6a5c]14include_HEADERS += include/coverhd.h
15
[7a5a3a41]16S_FILES = start/start.S
17$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
18        ${CCASCOMPILE} -DASM -o $@ -c $<
19
20project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
[d0d6a5c]21
[7a5a3a41]22all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
23
24EXTRA_DIST = $(S_FILES)
25
26EXTRA_DIST += times
27
28TMPINSTALL_FILES =
[d0d6a5c]29
[063f208b]30$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
31        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
[d0d6a5c]32PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
[94608578]33
[7a5a3a41]34$(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT)
36TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT)
37
[c1ea6f3]38include $(top_srcdir)/../../../../automake/subdirs.am
39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.