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

4.104.114.84.95
Last change on this file since dc7fb59b was 01d48bf8, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:43

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • net/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 650 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    rtems_servers pppd rtems_telnetd rtems_webserver 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.