source: rtems/c/src/lib/libbsp/m68k/mvme167/startup/Makefile.am @ cee4b8a

4.104.114.84.95
Last change on this file since cee4b8a was cee4b8a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:34:04

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • fatal/Makefile.am: Cosmetics.
  • network/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 831 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
6
7PGM = $(ARCH)/startup.rel
8
9C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c \
10    m68kpretaskinghook.c main.c page_table.c sbrk.c setvec.c \
11    gnatinstallhandler.c
[2b62b3d]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]13
14OBJS = $(C_O_FILES)
15
[98b0876]16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(PGM): $(OBJS)
24        $(make-rel)
25
[f4d43dd]26bsplib_DATA = linkcmds
27
[4e36a2f]28$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
29        $(INSTALL_DATA) $< $@
30
[df49c60]31TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
[4e36a2f]32
[25389032]33all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
[4e36a2f]34
35.PRECIOUS: $(PGM)
36
[df49c60]37EXTRA_DIST = bspclean.c bspstart.c linkcmds page_table.c
[4e36a2f]38
[98b0876]39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.