source: rtems/c/src/lib/libbsp/i386/ts_386ex/start/Makefile.am @ 0fe6737

4.104.114.84.95
Last change on this file since 0fe6737 was 0fe6737, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:15:57

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • network/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 760 bytes
Line 
1##
2## $Id$
3##
4
5S_FILES = start.S
6S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
7
8OBJS = $(S_O_FILES)
9
10noinst_FILES = 80386ex.h
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../../../../../../automake/compile.am
14include $(top_srcdir)/../../../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
21
22$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
23        $(INSTALL_DATA) $< $@
24
25TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
26
27all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
28
29EXTRA_DIST = 80386ex.h 80386ex.inc macros.inc start.S ts_1325.inc
30
31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.