source: rtems/c/src/lib/libbsp/powerpc/mvme5500/include/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: 511 bytes
Line 
1##
2## Kate Feng
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/console
6
7include_HEADERS = bspopts.h
8include_HEADERS += bsp.h
9
10H_FILES = bsp.h
11
12include_bspdir = $(includedir)/bsp
13
14$(PROJECT_INCLUDE):
15        $(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/%.h: %.h
18        $(INSTALL_DATA) $< $@
19
20PREINSTALL_FILES = $(PROJECT_INCLUDE)
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
23
24all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS)
25
26include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.