source: rtems/c/src/lib/libbsp/m68k/ods68302/Makefile.am @ fb8b61a

4.104.114.84.95
Last change on this file since fb8b61a was 2821666f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 14:11:26

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# wrapup is the one that actually builds and installs the library
8# from the individual .rel files built in other directories
9SUBDIRS = . start startup clock console timer wrapup
10
11include $(top_srcdir)/../../bsp.am
12
13include_HEADERS += include/bare.h
14include_HEADERS += include/crc.h
15include_HEADERS += include/debugport.h
16include_HEADERS += include/m68302scc.h
17include_HEADERS += include/coverhd.h
18
19all-local: $(PREINSTALL_FILES)
20
21EXTRA_DIST = times
22
23$(PROJECT_INCLUDE)/bare.h: include/bare.h
24        $(INSTALL_DATA) $< $@
25PREINSTALL_FILES += $(PROJECT_INCLUDE)/bare.h
26
27$(PROJECT_INCLUDE)/crc.h: include/crc.h
28        $(INSTALL_DATA) $< $@
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/crc.h
30
31$(PROJECT_INCLUDE)/debugport.h: include/debugport.h
32        $(INSTALL_DATA) $< $@
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/debugport.h
34
35$(PROJECT_INCLUDE)/m68302scc.h: include/m68302scc.h
36        $(INSTALL_DATA) $< $@
37PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68302scc.h
38
39$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
40        $(INSTALL_DATA) $< $@
41PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
42
43include $(top_srcdir)/../../../../automake/subdirs.am
44include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.