source: rtems/c/src/lib/libbsp/sh/shsim/trap34/Makefile.am @ 7692f20c

4.104.114.84.95
Last change on this file since 7692f20c was 7692f20c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:43:12

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • gdbsci/Makefile.am: Remove all-local: $(ARCH).
  • scitab/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • trap34/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 648 bytes
RevLine 
[e0ddaa7e]1##
2## $Id$
3##
4
5
6VPATH = @srcdir@:@srcdir@/../../../shared
7
8PGM = $(ARCH)/console.rel
9
10C_FILES = console-io.c
[595fee0]11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[e0ddaa7e]12
13S_FILES = console-support.S
[595fee0]14S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
[e0ddaa7e]15
16OBJS = $(C_O_FILES) $(S_O_FILES)
17
[e665ad1]18include $(top_srcdir)/../../../../automake/compile.am
19include $(top_srcdir)/../../../../automake/lib.am
[e0ddaa7e]20
21#
22# (OPTIONAL) Add local stuff here using +=
23#
24
25$(PGM): $(OBJS)
26        $(make-rel)
27
28# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
29
[7692f20c]30all-local: $(OBJS) $(PGM)
[e0ddaa7e]31
32.PRECIOUS: $(PGM)
33
34EXTRA_DIST = console.c
35
[e665ad1]36include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.