source: rtems/c/src/lib/libbsp/i960/rxgen960/start/Makefile.am @ 5c269019

4.104.114.84.95
Last change on this file since 5c269019 was 5c269019, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 06:58:03

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • start/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 713 bytes
Line 
1##
2## $Id$
3##
4
5S_FILES = rxgen_romld.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
17bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld.$(OBJEXT)
18
19$(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).$(OBJEXT): $(ARCH)/rxgen_romld.$(OBJEXT)
20        $(INSTALL_DATA) $< $@
21
22TMPINSTALL_FILES += \
23    $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).$(OBJEXT)
24
25all-local: $(OBJS) $(ARCH)/rxgen_romld.$(OBJEXT) $(TMPINSTALL_FILES)
26
27.PRECIOUS: $(ARCH)/rxgen_romld.$(OBJEXT)
28
29EXTRA_DIST = rxgen_romld.S
30
31include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.