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

4.104.114.84.95
Last change on this file since 4efd0f66 was 4efd0f66, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/01 at 14:34:00

2001-11-26 Ralf Corsepius <corsepiu@…>

  • arpa/Makefile.am: Remove stray lines.
  • Property mode set to 100644
File size: 446 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_arpadir = $(includedir)/arpa
8
9include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h
10
11PREINSTALL_FILES = $(PROJECT_INCLUDE)/arpa \
12    $(include_arpa_HEADERS:%=$(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.