source: rtems/cpukit/libnetworking/Makefile.am @ fa87598

4.104.114.84.95
Last change on this file since fa87598 was fa87598, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 04:36:19

2002-10-25 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove bogus reference to CHANGELOG.
  • Property mode set to 100644
File size: 665 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
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.