source: rtems/c/src/lib/libbsp/m68k/gen68360/Makefile.am @ bc76099

4.104.114.84.95
Last change on this file since bc76099 was 65cf99c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 03:34:37

2004-01-07 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.1 KB
RevLine 
[df49c60]1##
[7068e246]2## $Id$
[df49c60]3##
[7068e246]4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[7068e246]6
[65cf99c]7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
[7068e246]10# wrapup is the one that actually builds and installs the library
[2821666f]11# from the individual .rel files built in other directories
[65cf99c]12SUBDIRS = . startup clock console timer network wrapup
[7068e246]13
[2821666f]14include_HEADERS += include/coverhd.h
15
16EXTRA_DIST = times
17
[65cf99c]18S_FILES = start/start.S
19$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
20        $(CCASCOMPILE) -DASM -o $@ -c $<
21
22project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
23
24all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
25
26TMPINSTALL_FILES =
27
[7bf622e7]28$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
[2821666f]30PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
[7068e246]31
[65cf99c]32$(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT)
34TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT)
35
[88daa3d]36include $(top_srcdir)/../../../../automake/subdirs.am
37include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.