source: rtems/c/src/exec/wrapup/itron/Makefile.am @ 6f921ba

Last change on this file since 6f921ba was 6f921ba, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 17:57:21

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

  • Property mode set to 100644
File size: 612 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_ITRON
8LIBNAME = libitron
9LIB = $(ARCH)/$(LIBNAME).a
10endif
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../../../automake/lib.am
14
15if HAS_ITRON
16
17ITRON_OBJS = $(wildcard ../../itron/src/$(ARCH)/*.o)
18
19OBJS = $(ITRON_OBJS)
20
21$(LIB): ${OBJS}
22        $(make-library)
23
24ITRON_LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
25
26$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
27        $(INSTALL_DATA) $< $@
28
29all: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
30
31endif
32
33TMPINSTALL_FILES += $(ITRON_LIB)
34
35include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.