source: rtems/cpukit/libnetworking/arpa/Makefile.am @ 9b28bea5

4.104.114.84.95
Last change on this file since 9b28bea5 was 9b28bea5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:07:35

2000-09-04 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am, lib/Makefile.am, libc/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 412 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 \
12    $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
13
14$(PROJECT_INCLUDE)/arpa:
15        @$(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/arpa/%.h: %.h
18        $(INSTALL_DATA) $< $@
19
20all-local: $(PREINSTALL_FILES)
21
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.