source: rtems/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am @ 2a64a035

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

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

  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 733 bytes
Line 
1##
2## $Id$
3##
4
5S_FILES = start.S
6S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
7
8OBJS = $(S_O_FILES)
9
10include $(top_srcdir)/../../../../automake/compile.am
11include $(top_srcdir)/../../../../automake/lib.am
12include $(top_srcdir)/../../bspstart.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
19
20all-local: $(TMPINSTALL_FILES)
21
22EXTRA_DIST = start.S
23
24${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) ${PROJECT_RELEASE}/lib/$(dirstamp)
25        $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
26TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
27
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.