source: rtems/c/src/lib/libbsp/powerpc/mvme5500/console/Makefile.am @ 7be6ad9

4.104.114.84.95
Last change on this file since 7be6ad9 was 7be6ad9, checked in by Eric Norum <WENorum@…>, on 10/20/04 at 15:21:05

Add MVME550 BSP

  • Property mode set to 100644
File size: 763 bytes
RevLine 
[7be6ad9]1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/console
6
7C_FILES = uart.c console.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10H_FILES = ../../shared/console/uart.h
11
12OBJS = $(C_O_FILES)
13
14include_bspdir = $(includedir)/bsp
15include_bsp_HEADERS = ../../shared/console/uart.h
16
17include $(top_srcdir)/../../../../../../automake/compile.am
18include $(top_srcdir)/../../../../../../automake/lib.am
19
20$(PROJECT_INCLUDE)/bsp:
21        $(mkinstalldirs) $@
22
23$(PROJECT_INCLUDE)/bsp/uart.h:../../shared/console/uart.h
24        $(INSTALL_DATA) $< $@
25
26PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/uart.h
28
29AM_CPPFLAGS += -DSTATIC_LOG_ALLOC
30
31all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
32
33include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.