source: rtems/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am @ 8865bbf

4.104.114.84.95
Last change on this file since 8865bbf was 8865bbf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 15:38:50

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: 475 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
18install-data-local: ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
19
20all-local: $(TMPINSTALL_FILES)
21
22EXTRA_DIST = start.S
23
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.