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

4.104.114.84.95
Last change on this file since 75a25c0 was d4ee0ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:34:16

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • 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
21EXTRA_DIST = times
22
23$(PROJECT_INCLUDE)/bare.h: include/bare.h $(PROJECT_INCLUDE)/$(dirstamp)
24        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bare.h
25PREINSTALL_FILES += $(PROJECT_INCLUDE)/bare.h
26
27$(PROJECT_INCLUDE)/crc.h: include/crc.h $(PROJECT_INCLUDE)/$(dirstamp)
28        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/crc.h
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/crc.h
30
31$(PROJECT_INCLUDE)/debugport.h: include/debugport.h $(PROJECT_INCLUDE)/$(dirstamp)
32        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/debugport.h
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/debugport.h
34
35$(PROJECT_INCLUDE)/m68302scc.h: include/m68302scc.h $(PROJECT_INCLUDE)/$(dirstamp)
36        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/m68302scc.h
37PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68302scc.h
38
39$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
40        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
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.