source: rtems/c/src/libnetworking/arpa/Makefile.am @ e89694e

Last change on this file since e89694e was e89694e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/31/00 at 22:31:26

Distributed the preinstall of the header files to the directories
owning the header files.

  • Property mode set to 100644
File size: 406 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = ftp.h inet.h nameser.h nameser_compat.h telnet.h
8
9noinst_HEADERS = $(H_FILES)
10
11PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
12
13$(PROJECT_INCLUDE)/arpa:
14        @$(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/arpa/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19all-local: $(PREINSTALL_FILES)
20
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.