source: rtems/c/src/lib/libcpu/sparc/reg_win/Makefile.am @ 9980062

4.104.114.84.95
Last change on this file since 9980062 was f581aa6f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:49

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
cache/Makefile.am: Reflect having moved automake.
reg_win/Makefile.am: Reflect having moved automake.
syscall/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 548 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/reg_win.rel
7
8S_FILES = window.S
9reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
10
11include $(top_srcdir)/../../../automake/compile.am
12include $(top_srcdir)/../../../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18$(PGM): $(reg_win_rel_OBJECTS)
19        $(make-rel)
20
21# the .rel file built here will be put into libbsp.a by
22#    libbsp/sparc/BSP/wrapup/Makefile
23
24all-local: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM)
25
26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = window.S
29
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.