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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [Makefile.am] - Diff between revs 1026 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
##
##
## Makefile.am,v 1.21 2002/07/24 13:25:06 joel Exp
## Makefile.am,v 1.21 2002/07/24 13:25:06 joel Exp
##
##
ACLOCAL_AMFLAGS = -I ../aclocal
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
SUBDIRS += wrapup
SUBDIRS += wrapup
## poll.h is not in the list because RTEMS does not have poll()
## poll.h is not in the list because RTEMS does not have poll()
## and installing poll.h confuses autoconf.
## and installing poll.h confuses autoconf.
include_HEADERS = \
include_HEADERS = \
    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
    opt_tcpdebug.h resolv.h syslog.h memory.h
    opt_tcpdebug.h resolv.h syslog.h memory.h
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):
$(PROJECT_INCLUDE):
        @$(mkinstalldirs) $@
        @$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(PROJECT_INCLUDE)/%.h: %.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = CHANGELOG
EXTRA_DIST = CHANGELOG
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
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.