source: rtems/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am @ 5b4fc84

4.104.114.84.95
Last change on this file since 5b4fc84 was 5b4fc84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:41:55

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

  • console/Makefile.am: Remove all-local: $(ARCH).
  • liblnk/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 764 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
12
13#
14# (OPTIONAL) Add local stuff here using +=
15#
16
17install-data-local: $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
18        @$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
19        $(INSTALL_DATA) $< $(DESTDIR)$(bsplibdir)
20
21$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
22        $(INSTALL_DATA) $< $@
23
24TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
25
26all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
27
28.PRECIOUS: $(ARCH)/start.$(OBJEXT)
29
30EXTRA_DIST = start.S
31
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.