source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am @ fb82bff

4.104.114.84.95
Last change on this file since fb82bff was dc17e8ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 07:02:19

2002-08-11 Ralf Corsepius <corsepiu@…>

  • bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
    • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • irq/Makefile.am: Use .$(OBJEXT) instead of .o.
    • motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
    • openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
    • pci/Makefile.am: Use .$(OBJEXT) instead of .o.
    • residual/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 878 bytes
Line 
1##
2## $Id$
3##
4
5
6VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../../shared:@srcdir@/../../shared/startup
7
8C_FILES = bootcard.c main.c bspstart.c bsppost.c bsplibc.c sbrk.c bspclean.c \
9    gnatinstallhandler.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
11
12OBJS = $(C_O_FILES)
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22bsplib_DATA = linkcmds
23
24$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
25        $(INSTALL_DATA) $< $@
26
27# FIXME: This should not be here
28# $(PROJECT_RELEASE)/lib/libbsp.a:
29#       cd ../wrapup; $(MAKE) $(AM_MAKEFLAGS)
30
31TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
32
33all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
34
35EXTRA_DIST = linkcmds
36
37include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.