source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/startup/Makefile.am @ 0d3876b

4.104.114.84.95
Last change on this file since 0d3876b was 0d3876b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 12:51:46

2002-12-17 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg. Remove SORDID_HACK. Eliminate *_O_FILES.
  • network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 970 bytes
RevLine 
[761feae]1##
[8ef3818]2## $Id$
[761feae]3##
[8ef3818]4
5
6VPATH = @srcdir@:@srcdir@/../../../shared
7
8PGM = $(ARCH)/startup.rel
9
[761feae]10C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c imbx8xx.c \
[35bb69b]11    main.c mmutlbtab.c sbrk.c gnatinstallhandler.c
[61a1c787]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[8ef3818]13
14S_FILES = start.s
[61a1c787]15S_O_FILES = $(S_FILES:%.s=$(ARCH)/%.$(OBJEXT))
[8ef3818]16
17OBJS = $(C_O_FILES) $(S_O_FILES)
18
[761feae]19include $(top_srcdir)/../../../../../../automake/compile.am
[8ef3818]20include $(top_srcdir)/../../../../../../automake/lib.am
21
22#
23# (OPTIONAL) Add local stuff here using +=
24#
25
26$(PGM): $(OBJS)
27        $(make-rel)
28
[f1feebb]29bsplib_DATA = linkcmds
30
[8ef3818]31$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
32        $(INSTALL_DATA) $< $@
33
34# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
35TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
36
37all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
38
39.PRECIOUS: $(PGM)
40
41EXTRA_DIST = bspstart.c imbx8xx.c linkcmds mmutlbtab.c setvec.c
42
43include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.