OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [Makefile.am] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.21 2002/07/24 13:25:06 joel Exp
3
##
4
 
5
ACLOCAL_AMFLAGS = -I ../aclocal
6
 
7
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
8
SUBDIRS += wrapup
9
 
10
## poll.h is not in the list because RTEMS does not have poll()
11
## and installing poll.h confuses autoconf.
12
include_HEADERS = \
13
    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
14
    opt_tcpdebug.h resolv.h syslog.h memory.h
15
 
16
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
17
  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
18
 
19
$(PROJECT_INCLUDE):
20
        @$(mkinstalldirs) $@
21
$(PROJECT_INCLUDE)/%.h: %.h
22
        $(INSTALL_DATA) $< $@
23
 
24
all-local: $(PREINSTALL_FILES)
25
 
26
EXTRA_DIST = CHANGELOG
27
 
28
include $(top_srcdir)/../automake/subdirs.am
29
include $(top_srcdir)/../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.