source: rtems/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am @ de2b815

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

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

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • scv64/Makefile.am: Eliminate VPATH.
  • sonic/Makefile.am: Eliminate VPATH.
  • start/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • tod/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1##
2## $Id$
3##
4
5C_FILES = bspclean.c bspstart.c setvec.c genpvec.c vmeintr.c
6OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
7
8include $(top_srcdir)/../../../../automake/compile.am
9include $(top_srcdir)/../../../../automake/lib.am
10
11shared_C_FILES = $(top_srcdir)/../../shared/bootcard.c
12shared_C_FILES += $(top_srcdir)/../../shared/bsplibc.c
13shared_C_FILES += $(top_srcdir)/../../shared/bsppost.c
14shared_C_FILES += $(top_srcdir)/../../shared/main.c
15shared_C_FILES += $(top_srcdir)/../../shared/sbrk.c
16shared_C_FILES += $(top_srcdir)/../../shared/gnatinstallhandler.c
17OBJS += \
18    $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
19
20$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
21        ${COMPILE} -o $@ -c $<
22
23noinst_DATA = $(OBJS)
24
25project_lib_DATA = linkcmds
26
27all-local: $(TMPINSTALL_FILES)
28
29EXTRA_DIST = $(C_FILES)
30
31$(PROJECT_LIB)/$(dirstamp):
32        @$(mkdir_p) $(PROJECT_LIB)
33        @: > $(PROJECT_LIB)/$(dirstamp)
34
35$(PROJECT_LIB)/linkcmds: linkcmds $(PROJECT_LIB)/$(dirstamp)
36        $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
37TMPINSTALL_FILES += $(PROJECT_LIB)/linkcmds
38
39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.