source: rtems/c/src/lib/libbsp/arm/edb7312/startup/Makefile.am @ 1da3d0b5

4.104.114.84.95
Last change on this file since 1da3d0b5 was 1da3d0b5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 14:21:06

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

  • network/Makefile.am: Misc cleanups and fixes.
  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 837 bytes
Line 
1##
2
3VPATH = @srcdir@:@srcdir@/../../../shared
4
5PGM = $(ARCH)/startup.rel
6
7C_FILES = bsplibc.c bsppost.c bspstart.c exit.c bootcard.c main.c sbrk.c \
8    gnatinstallhandler.c
9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
10
11OBJS = $(C_O_FILES)
12
13include $(top_srcdir)/../../../../automake/compile.am
14include $(top_srcdir)/../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20$(PGM): $(OBJS)
21        $(make-rel)
22
23project_lib_DATA = linkcmds
24
25# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
26
27all-local: $(PGM) $(TMPINSTALL_FILES)
28
29EXTRA_DIST = bspstart.c exit.c linkcmds
30
31${PROJECT_RELEASE}/lib/linkcmds: linkcmds ${PROJECT_RELEASE}/lib/$(dirstamp)
32        $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds
33TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds
34
35include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.