source: rtems/c/src/lib/libbsp/i960/rxgen960/start/Makefile.am @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was a4aeb92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:57:24

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 715 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 += $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).$(OBJEXT)
23
24all-local: $(ARCH) $(OBJS) $(ARCH)/rxgen_romld.$(OBJEXT) $(TMPINSTALL_FILES)
25
26.PRECIOUS: $(ARCH)/rxgen_romld.$(OBJEXT)
27
28EXTRA_DIST = rxgen_romld.S
29
30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.