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

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

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/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: 846 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)/%.o)
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
22$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
23        $(INSTALL_DATA) $< $@
24
25# FIXME: This should not be here
26# $(PROJECT_RELEASE)/lib/libbsp.a:
27#       cd ../wrapup; $(MAKE) $(AM_MAKEFLAGS)
28
29TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
30
31all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
32
33EXTRA_DIST = linkcmds
34
35include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.