source: rtems/c/src/lib/libbsp/powerpc/psim/clock/Makefile.am @ daa9eb96

4.104.114.84.95
Last change on this file since daa9eb96 was daa9eb96, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/03 at 16:09:55

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

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • shmsupp/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • vectors/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 498 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5PGM = $(ARCH)/clock.rel
6
7C_FILES = clock.c
[d869f64e]8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]9
10OBJS = $(C_O_FILES)
11
[ebdf51fd]12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(PGM): $(OBJS)
20        $(make-rel)
21
22# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
23
[daa9eb96]24all-local: $(PGM)
[4e36a2f]25
26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = clock.c
29
[ebdf51fd]30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.