source: rtems/cpukit/libnetworking/Makefile.am @ 7077c87

4.104.114.84.95
Last change on this file since 7077c87 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: 678 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
8# SUBDIRS += rtems_servers pppd rtems_telnetd rtems_webserver
9SUBDIRS += wrapup
10
11include_HEADERS = \
12    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
13    opt_tcpdebug.h poll.h resolv.h syslog.h memory.h
14
15PREINSTALL_FILES = $(PROJECT_INCLUDE) \
16  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
17
18$(PROJECT_INCLUDE):
19        @$(mkinstalldirs) $@
20$(PROJECT_INCLUDE)/%.h: %.h
21        $(INSTALL_DATA) $< $@
22
23all-local: $(PREINSTALL_FILES)
24
25EXTRA_DIST = CHANGELOG
26
27include $(top_srcdir)/../../../../automake/subdirs.am
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.