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

4.104.114.84.95
Last change on this file since 77072181 was 77072181, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:07:53

2003-12-02 Ralf Corsepius <corsepiu@…>

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