source: rtems/cpukit/libnetworking/Makefile.am @ 08943ebf

4.104.114.84.95
Last change on this file since 08943ebf was ce75da6, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/02 at 13:25:06

2002-07-24 Joel Sherrill <joel@…>

  • Makefile.am, libc/res_send.c: Do not install or use <poll.h> since RTEMS does not support it.
  • Property mode set to 100644
File size: 689 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
8SUBDIRS += wrapup
9
10## poll.h is not in the list because RTEMS does not have poll()
11## and installing poll.h confuses autoconf.
12include_HEADERS = \
13    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
14    opt_tcpdebug.h resolv.h syslog.h memory.h
15
16PREINSTALL_FILES = $(PROJECT_INCLUDE) \
17  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
18
19$(PROJECT_INCLUDE):
20        @$(mkinstalldirs) $@
21$(PROJECT_INCLUDE)/%.h: %.h
22        $(INSTALL_DATA) $< $@
23
24all-local: $(PREINSTALL_FILES)
25
26EXTRA_DIST = CHANGELOG
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.