source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am @ f79ea0b

4.104.114.84.95
Last change on this file since f79ea0b was f79ea0b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 15:57:55

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

  • Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • i2c/Makefile.am: Cosmetics.
  • nvram/Makefile.am: Cosmetics.
  • start/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • tod/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 1.7 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
9
10SUBDIRS = . start startup console i2c tod nvram tools wrapup
11
12include $(top_srcdir)/../../bsp.am
13
14include_HEADERS += include/coverhd.h
15include_HEADERS += include/i2c.h
16include_HEADERS += include/i2cdrv.h
17include_HEADERS += include/ds1307.h
18include_HEADERS += include/nvram.h
19nodist_include_HEADERS += $(top_srcdir)/../../shared/tod.h
20
21all-local: $(PREINSTALL_FILES)
22
23EXTRA_DIST = times
24
25$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
26        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
28
29$(PROJECT_INCLUDE)/i2c.h: include/i2c.h $(PROJECT_INCLUDE)/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i2c.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/i2c.h
32
33$(PROJECT_INCLUDE)/i2cdrv.h: include/i2cdrv.h $(PROJECT_INCLUDE)/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i2cdrv.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/i2cdrv.h
36
37$(PROJECT_INCLUDE)/ds1307.h: include/ds1307.h $(PROJECT_INCLUDE)/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/ds1307.h
39PREINSTALL_FILES += $(PROJECT_INCLUDE)/ds1307.h
40
41$(PROJECT_INCLUDE)/nvram.h: include/nvram.h $(PROJECT_INCLUDE)/$(dirstamp)
42        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/nvram.h
43PREINSTALL_FILES += $(PROJECT_INCLUDE)/nvram.h
44
45$(PROJECT_INCLUDE)/tod.h: $(top_srcdir)/../../shared/tod.h $(PROJECT_INCLUDE)/$(dirstamp)
46        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tod.h
47PREINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h
48
49include $(top_srcdir)/../../../../automake/subdirs.am
50include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.