source: rtems/c/src/exec/wrapup/itron/Makefile.am @ 989b938

4.104.114.84.95
Last change on this file since 989b938 was 989b938, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/01 at 14:37:05

2001-12-19 Ralf Corsepius <corsepiu@…>

  • wrapup/posix/Makefile.am: Add multilib support.
  • wrapup/itron/Makefile.am: Add multilib support.
  • wrapup/rtems/Makefile.am: Add multilib support.
  • Makefile.am: Add multilib support.
  • Property mode set to 100644
File size: 699 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 $(top_srcdir)/../../../automake/multilib.am
13include $(top_srcdir)/../../../automake/compile.am
14include $(top_srcdir)/../../../automake/lib.am
15
16if HAS_ITRON
17
18ITRON_OBJS = $(wildcard ../../itron/src/$(ARCH)/*.o)
19
20OBJS = $(ITRON_OBJS)
21
22$(LIB): ${OBJS}
23        $(make-library)
24
25ITRON_LIB = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a
26
27$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
28        $(INSTALL_DATA) $< $@
29
30all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
31
32endif
33
34TMPINSTALL_FILES += $(ITRON_LIB)
35
36include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.