source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am @ eba2e4f

4.104.114.84.95
Last change on this file since eba2e4f was 068231cd, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:51:23

2000-09-04 Ralf Corsepius <corsepiu@…>

  • bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am, irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am, residual/Makefile.am, start/Makefile.am, startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 979 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7VPATH = @srcdir@:@srcdir@/../../shared/residual
8
9C_FILES = residual.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12H_FILES = ../../shared/residual/pnp.h ../../shared/residual/residual.h
13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../../../../../../automake/compile.am
18include $(top_srcdir)/../../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24$(PROJECT_INCLUDE)/bsp:
25        $(mkinstalldirs) $@
26
27$(PROJECT_INCLUDE)/bsp/pnp.h: ../../shared/residual/pnp.h
28        $(INSTALL_DATA) $< $@
29
30$(PROJECT_INCLUDE)/bsp/residual.h: ../../shared/residual/residual.h
31        $(INSTALL_DATA) $< $@
32
33# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pnp.h \
35    $(PROJECT_INCLUDE)/bsp/residual.h
36
37all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
38
39include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.