source: rtems/c/src/lib/libcpu/powerpc/wrapup/Makefile.am @ fbd27c8

4.104.114.84.95
Last change on this file since fbd27c8 was fbd27c8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 03:05:19

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

  • wrapup/Makefile.am (FAMILY_OBJS): Remove *exception_processing.
  • Property mode set to 100644
File size: 889 bytes
Line 
1##
2## $Id$
3##
4
5
6GENERIC_FILES = shared
7
8# Use two variables so that I can make two ar command.
9# So far FAMILY_OBJS is empty and ar dislike it...
10CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
11FAMILY_OBJS = \
12    $(wildcard ../shared/$(ARCH)/*.$(OBJEXT) ../shared/*/$(ARCH)/*.$(OBJEXT) \
13        ../mpc6xx/*/$(ARCH)/*.$(OBJEXT))
14
15LIB = $(ARCH)/libcpu.a
16
17include $(top_srcdir)/../../../../../automake/compile.am
18include $(top_srcdir)/../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24libcpu_a_OBJECTS = $(CPU_SPECIFIC_OBJS) $(FAMILY_OBJS)
25
26$(LIB): $(libcpu_a_OBJECTS)
27#       ${make-library}
28
29#$(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a: $(LIB)
30#       $(INSTALL_DATA) $< $@
31#
32#TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a
33
34all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
35
36include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.