summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/arpa/Makefile.am
blob: 276542cadb335e418dfb3456e4b48bcc5bdb4158 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
## $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