source: rtems/c/src/exec/libnetworking/Makefile.am @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was f22ebf0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:12:00

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

  • arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 651 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.