summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/tx39/include/Makefile.am
blob: 4498dbde13f5b905a155d7b2f144829184e9eeb7 (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
##
## $Id$
##


include_libcpudir = $(includedir)/libcpu

include_libcpu_HEADERS = tx3904.h

$(PROJECT_INCLUDE)/libcpu:
	$(mkinstalldirs) $@

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

TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)

all-local: $(TMPINSTALL_FILES)

EXTRA_DIST = tx3904.h

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