source: rtems/c/src/lib/libbsp/m68k/sim68000/timer/Makefile.am @ e78e7be4

4.104.114.84.95
Last change on this file since e78e7be4 was e78e7be4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/04 at 03:03:47

2004-01-20 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
  • startup/Makefile.am: Remove non-existing files setvec.c, bspclean.c, exit.c from EXTRA_DIST.
  • timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 531 bytes
RevLine 
[beec29b7]1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../../shared
6
7PGM = $(ARCH)/timer.rel
8
9C_FILES = timerstub.c
[88a67b6]10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[beec29b7]11
12OBJS = $(C_O_FILES)
13
[a4aeb92]14include $(top_srcdir)/../../../../automake/compile.am
15include $(top_srcdir)/../../../../automake/lib.am
[beec29b7]16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(PGM): $(OBJS)
22        $(make-rel)
23
24# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
25
[5ceaa08]26all-local: $(OBJS) $(PGM)
[beec29b7]27
28.PRECIOUS: $(PGM)
29
[a4aeb92]30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.