source: rtems/c/src/tests/support/wrapup/Makefile.am @ abbf55b

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 691 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7LIBNAME = libtest
8LIB = $(ARCH)/$(LIBNAME).a
9
10GENERIC_FILES = stubdr
11
12# bummer; have to use $foreach since % pattern subst rules only replace 1x
13OBJS = $(foreach piece, $(GENERIC_FILES), ../$(piece)/$(ARCH)/$(piece).rel)
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
23
24$(LIB): ${OBJS}
25        $(make-library)
26
27$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
28        $(INSTALL_DATA) $< $@
29
30all: ${ARCH} $(TMPINSTALL_FILES)
31
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.