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

AUTOMAKE_OPTIONS = foreign 1.4

H_FILES = z8036.h z8530.h z8536.h

noinst_HEADERS = $(H_FILES)

PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/zilog/%)

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

all-local: $(PREINSTALL_FILES)

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