source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/startup/Makefile.am @ 8d0782a

4.104.114.84.95
Last change on this file since 8d0782a was 8d0782a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:41:38

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • network/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 980 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
[8ef3818]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
14S_FILES = start.s
15S_O_FILES = $(S_FILES:%.s=$(ARCH)/%.o)
16
17OBJS = $(C_O_FILES) $(S_O_FILES)
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[761feae]20include $(top_srcdir)/../../../../../../automake/compile.am
[8ef3818]21include $(top_srcdir)/../../../../../../automake/lib.am
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26
27$(PGM): $(OBJS)
28        $(make-rel)
29
30$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
31        $(INSTALL_DATA) $< $@
32
33# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
34TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
35
36all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
37
38.PRECIOUS: $(PGM)
39
40EXTRA_DIST = bspstart.c imbx8xx.c linkcmds mmutlbtab.c setvec.c
41
42include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.