source: rtems/c/src/lib/libbsp/i386/i386ex/start/Makefile.am @ ae31530b

4.104.114.84.95
Last change on this file since ae31530b was ae31530b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 14:15:48

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

  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 784 bytes
Line 
1##
2## $Id$
3##
4
5S_FILES = start.S
6S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
7
8noinst_HEADERS = 80386ex.h 80386ex.inc macros.inc
9
10OBJS = $(S_O_FILES)
11
12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
14include $(top_srcdir)/../../bspstart.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
21
22all-local: $(TMPINSTALL_FILES)
23
24EXTRA_DIST = start.S
25
26${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) ${PROJECT_RELEASE}/lib/$(dirstamp)
27        $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
28TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
29
30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.