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

4.104.114.84.95
Last change on this file since 0d30932 was 0d30932, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:29:46

2001-09-22 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
  • Property mode set to 100644
File size: 687 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../aclocal
7
8SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems \
9    rtems_servers pppd modem rtems_telnetd rtems_webserver 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.