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

4.104.114.84.95
Last change on this file since e78e7be4 was 3cdac3ee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/04 at 03:03:42

2004-01-20 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove non-existing times from EXTRA_DIST.
  • start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 1.5 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
21$(PROJECT_INCLUDE)/bare.h: include/bare.h $(PROJECT_INCLUDE)/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bare.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/bare.h
24
25$(PROJECT_INCLUDE)/crc.h: include/crc.h $(PROJECT_INCLUDE)/$(dirstamp)
26        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/crc.h
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/crc.h
28
29$(PROJECT_INCLUDE)/debugport.h: include/debugport.h $(PROJECT_INCLUDE)/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/debugport.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/debugport.h
32
33$(PROJECT_INCLUDE)/m68302scc.h: include/m68302scc.h $(PROJECT_INCLUDE)/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/m68302scc.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68302scc.h
36
37$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
39PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
40
41CLEANFILES = $(PREINSTALL_FILES)
42
43include $(top_srcdir)/../../../../automake/subdirs.am
44include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.