source: rtems/cpukit/libnetworking/Makefile.am @ 75fb648b

4.104.114.84.95
Last change on this file since 75fb648b was 75fb648b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/02 at 12:33:23

2002-06-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove commented out net-apps.
  • Property mode set to 100644
File size: 588 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
10include_HEADERS = \
11    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
12    opt_tcpdebug.h poll.h resolv.h syslog.h memory.h
13
14PREINSTALL_FILES = $(PROJECT_INCLUDE) \
15  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
16
17$(PROJECT_INCLUDE):
18        @$(mkinstalldirs) $@
19$(PROJECT_INCLUDE)/%.h: %.h
20        $(INSTALL_DATA) $< $@
21
22all-local: $(PREINSTALL_FILES)
23
24EXTRA_DIST = CHANGELOG
25
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.