summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5206elite/include/Makefile.am
blob: b4464f9a40c0aa85cf8004413d7da38a1c4aa5cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## 
## $Id$
## 


include_HEADERS = bsp.h coverhd.h i2c.h \
          i2cdrv.h ds1307.h nvram.h \
          tod.h bspopts.h

$(PROJECT_INCLUDE):
	$(mkinstalldirs) $@

$(PROJECT_INCLUDE)/%.h: %.h
	$(INSTALL_DATA) $< $@

tod.h: $(top_srcdir)/../../shared/tod.h
	cp $< $@
CLEANFILES = tod.h

PREINSTALL_FILES = $(PROJECT_INCLUDE) \
   $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)

all-local: $(PREINSTALL_FILES)

include $(top_srcdir)/../../../../automake/local.am