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
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5S_FILES = start.S
[914981ce]6S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
[4e36a2f]7
8OBJS = $(S_O_FILES)
9
[2cd784d]10include $(top_srcdir)/../../../../automake/compile.am
11include $(top_srcdir)/../../../../automake/lib.am
[8865bbf]12include $(top_srcdir)/../../bspstart.am
[4e36a2f]13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
[8865bbf]18install-data-local: ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
[496686a]19
[8865bbf]20all-local: $(TMPINSTALL_FILES)
[4e36a2f]21
22EXTRA_DIST = start.S
23
[2cd784d]24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.