summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/arpa/Makefile.am
blob: 44ff88f334cc35aad1284fa25a233c8e854c08b4 (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
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4



include_arpadir = $(includedir)/arpa

include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h

PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \
    $(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/arpa/%)

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

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

all-local: $(PREINSTALL_FILES)

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