source: rtems/c/src/lib/libbsp/m68k/efi68k/start/Makefile.am @ 4d5d97b

4.104.114.84.95
Last change on this file since 4d5d97b was 4d5d97b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/03 at 12:37:33

2003-12-10 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: 685 bytes
Line 
1##
2## $Id$
3##
4
5C_FILES = start.c
6C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
7
8OBJS = $(C_O_FILES)
9
10include $(top_srcdir)/../../../../automake/compile.am
11include $(top_srcdir)/../../../../automake/lib.am
12include $(top_srcdir)/../../bspstart.am
13
14project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
15
16all-local: $(TMPINSTALL_FILES)
17
18EXTRA_DIST = start.c
19
20${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) ${PROJECT_RELEASE}/lib/$(dirstamp)
21        $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
22TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
23
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.