source: rtems/c/src/lib/libbsp/sh/simsh4/start/Makefile.am @ c633eb4

4.104.114.84.95
Last change on this file since c633eb4 was c633eb4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 07:10:51

2002-08-11 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 696 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 $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
11include $(top_srcdir)/../../../../../../automake/compile.am
12include $(top_srcdir)/../../../../../../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
19
20$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
21        $(INSTALL_DATA) $< $@
22
23TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
24
25all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
26
27EXTRA_DIST = start.S trap.S
28
29include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.