source: rtems/c/src/exec/libnetworking/arpa/Makefile.am @ 8a79786

4.104.114.84.95
Last change on this file since 8a79786 was 8a79786, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/02 at 17:00:59

2002-05-29 Ralf Corsepius <corsepiu@…>

Relocate c/src/libnetworking.

  • Makefile.am: Reflect moval.
  • machine/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • lib/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • vm/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • sys/Makefile.am: Ditto.
  • arpa/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • kern/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • configure.ac: Dittp.
  • wrapup/Makefile.am: Ditto. Remove references to networking apps.
  • Property mode set to 100644
File size: 418 bytes
Line 
1##
2## $Id$
3##
4
5
6include_arpadir = $(includedir)/arpa
7
8include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h
9
10PREINSTALL_FILES = $(PROJECT_INCLUDE)/arpa \
11    $(include_arpa_HEADERS:%=$(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.