source: rtems/c/src/exec/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
RevLine 
[df49c60]1##
[811804fe]2## $Id$
[df49c60]3##
[e1d8abb]4
[f22ebf0]5ACLOCAL_AMFLAGS = -I ../aclocal
[e1d8abb]6
[8a79786]7SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
8SUBDIRS += wrapup
[65a38bc]9
[e6d8fe47]10include_HEADERS = \
11    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
[df49c60]12    opt_tcpdebug.h poll.h resolv.h syslog.h memory.h
[e1d8abb]13
[0d30932]14PREINSTALL_FILES = $(PROJECT_INCLUDE) \
[e6d8fe47]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
[f22ebf0]26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.