source: rtems/cpukit/libnetworking/sys/Makefile.am @ 8a79786

4.104.114.84.95
Last change on this file since 8a79786 was 8a79786, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/02 at 17:00:59

2002-05-29 Ralf Corsepius <corsepiu@…>

Relocate c/src/libnetworking.

  • Makefile.am: Reflect moval.
  • machine/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • lib/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • vm/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • sys/Makefile.am: Ditto.
  • arpa/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • kern/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • configure.ac: Dittp.
  • wrapup/Makefile.am: Ditto. Remove references to networking apps.
  • Property mode set to 100644
File size: 637 bytes
Line 
1##
2## $Id$
3##
4
5include_sysdir = $(includedir)/sys
6
7include_sys_HEADERS = buf.h callout.h conf.h domain.h kernel.h libkern.h \
8    malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \
9    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
10    sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \
11    uio.h un.h
12
13PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
14    $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
15
16$(PROJECT_INCLUDE)/sys:
17        @$(mkinstalldirs) $@
18
19$(PROJECT_INCLUDE)/sys/%.h: %.h
20        $(INSTALL_DATA) $< $@
21
22all-local: $(PREINSTALL_FILES)
23
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.