Changeset 007c9f7 in rtems


Ignore:
Timestamp:
11/22/03 12:33:24 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7987c2a
Parents:
32195d5d
Message:

2003-11-22 Ralf Corsepius <corsepiu@…>

  • rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of sys/cdefs.h (Nonportable).
  • wrapup/Makefile.am: Removed.
  • Makefile.am: Reworked.
Location:
cpukit/libnetworking
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/ChangeLog

    r32195d5d r007c9f7  
     12003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of
     4        sys/cdefs.h (Nonportable).
     5        * wrapup/Makefile.am: Removed.
     6        * Makefile.am: Reworked.
     7
    182003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
    29
  • cpukit/libnetworking/Makefile.am

    r32195d5d r007c9f7  
    1616
    1717SUBDIRS = . lib libc
    18 SUBDIRS += wrapup
    1918
    2019if HAS_NETWORKING
    2120## poll.h is not in the list because RTEMS does not have poll()
    2221## and installing poll.h confuses autoconf.
    23 include_HEADERS = \
    24     bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
     22include_HEADERS = bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
    2523    opt_tcpdebug.h resolv.h syslog.h memory.h
    26 
    27 $(PROJECT_INCLUDE):
    28         @$(mkinstalldirs) $@
    29 
    30 PREINSTALL_FILES = $(PROJECT_INCLUDE) \
    31   $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3224
    3325# arpa
     
    3830    arpa/nameser_compat.h arpa/telnet.h
    3931
    40 $(PROJECT_INCLUDE)/arpa:
    41         @$(mkinstalldirs) $@
    42 
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \
    44     $(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/%)
    45 
    4632## kern
    4733
    4834kern_C_FILES = kern/kern_mib.c kern/kern_subr.c kern/kern_sysctl.c \
    49    kern/uipc_domain.c kern/uipc_mbuf.c kern/uipc_socket.c kern/uipc_socket2.c
     35    kern/uipc_domain.c kern/uipc_mbuf.c kern/uipc_socket.c \
     36    kern/uipc_socket2.c
    5037OBJS = $(kern_C_FILES:kern/%.c=$(ARCH)/%.$(OBJEXT))
    5138
     
    6148include_machine_HEADERS = machine/conf.h machine/cpu.h machine/cpufunc.h \
    6249    machine/endian.h machine/in_cksum.h machine/vmparam.h
    63 
    64 $(PROJECT_INCLUDE)/machine:
    65         @$(mkinstalldirs) $@
    66 
    67 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine \
    68     $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/%)
    6950
    7051## net
     
    7758    net/if_pppvar.h net/pppcompress.h
    7859
    79 $(PROJECT_INCLUDE)/net:
    80         @$(mkinstalldirs) $@
    81 
    82 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \
    83     $(include_net_HEADERS:%=$(PROJECT_INCLUDE)/%)
    84 
    8560net_C_FILES = net/if.c net/if_ethersubr.c net/if_loop.c net/radix.c \
    8661    net/route.c net/rtsock.c net/raw_cb.c net/raw_usrreq.c net/if_ppp.c \
     
    9772include_netinetdir = $(includedir)/netinet
    9873
    99 include_netinet_HEADERS = netinet/icmp_var.h netinet/if_ether.h netinet/igmp.h \
    100     netinet/igmp_var.h netinet/in.h netinet/in_pcb.h netinet/in_systm.h \
    101     netinet/in_var.h netinet/ip.h netinet/ip_fw.h netinet/ip_icmp.h \
    102     netinet/ip_mroute.h netinet/ip_var.h netinet/tcp.h netinet/tcp_debug.h \
    103     netinet/tcp_fsm.h netinet/tcp_seq.h netinet/tcp_timer.h netinet/tcp_var.h \
    104     netinet/tcpip.h netinet/udp.h netinet/udp_var.h
    105 
    106 $(PROJECT_INCLUDE)/netinet:
    107         @$(mkinstalldirs) $@
    108 
    109 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet \
    110     $(include_netinet_HEADERS:%=$(PROJECT_INCLUDE)/%)
     74include_netinet_HEADERS = netinet/icmp_var.h netinet/if_ether.h \
     75    netinet/igmp.h netinet/igmp_var.h netinet/in.h netinet/in_pcb.h \
     76    netinet/in_systm.h netinet/in_var.h netinet/ip.h netinet/ip_fw.h \
     77    netinet/ip_icmp.h netinet/ip_mroute.h netinet/ip_var.h netinet/tcp.h \
     78    netinet/tcp_debug.h netinet/tcp_fsm.h netinet/tcp_seq.h \
     79    netinet/tcp_timer.h netinet/tcp_var.h netinet/tcpip.h netinet/udp.h \
     80    netinet/udp_var.h
    11181
    11282netinet_C_FILES = netinet/if_ether.c netinet/igmp.c netinet/in.c \
     
    131101    nfs/rpcv2.h nfs/xdr_subs.h
    132102
    133 $(PROJECT_INCLUDE)/nfs:
    134         @$(mkinstalldirs) $@
    135 
    136 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \
    137     $(include_nfs_HEADERS:%=$(PROJECT_INCLUDE)/%)
    138 
    139103nfs_C_FILES = nfs/bootp_subr.c
    140104OBJS += $(nfs_C_FILES:nfs/%.c=$(ARCH)/%.$(OBJEXT))
     
    152116    rtems/tftp.h rtems/ftpfs.h rtems/mkrootfs.h
    153117
    154 $(PROJECT_INCLUDE)/rtems:
    155         @$(mkinstalldirs) $@
    156 
    157 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
    158     $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
    159 
    160 rtems_C_FILES = rtems/sghostname.c rtems/issetugid.c rtems/rtems_glue.c rtems/rtems_syscall.c \
    161     rtems/rtems_bootp.c rtems/rtems_showmbuf.c rtems/rtems_showroute.c rtems/rtems_showifstat.c \
    162     rtems/rtems_showipstat.c rtems/rtems_showicmpstat.c rtems/rtems_showtcpstat.c \
    163     rtems/rtems_showudpstat.c rtems/rtems_select.c rtems/mkrootfs.c \
    164     rtems/rtems_bsdnet_malloc_starvation.c
     118rtems_C_FILES = rtems/sghostname.c rtems/issetugid.c rtems/rtems_glue.c \
     119    rtems/rtems_syscall.c rtems/rtems_bootp.c rtems/rtems_showmbuf.c \
     120    rtems/rtems_showroute.c rtems/rtems_showifstat.c \
     121    rtems/rtems_showipstat.c rtems/rtems_showicmpstat.c \
     122    rtems/rtems_showtcpstat.c rtems/rtems_showudpstat.c rtems/rtems_select.c \
     123    rtems/mkrootfs.c rtems/rtems_bsdnet_malloc_starvation.c
    165124OBJS += $(rtems_C_FILES:rtems/%.c=$(ARCH)/%.$(OBJEXT))
    166125
     
    175134
    176135include_sys_HEADERS = sys/buf.h sys/callout.h sys/conf.h sys/domain.h \
    177     sys/kernel.h sys/libkern.h sys/linker_set.h sys/malloc.h sys/mbuf.h sys/mount.h \
    178     sys/proc.h sys/protosw.h sys/queue.h sys/reboot.h sys/resourcevar.h \
    179     sys/rtprio.h sys/select.h sys/signalvar.h sys/socket.h sys/socketvar.h \
    180     sys/sysctl.h sys/syslog.h sys/systm.h sys/ttydefaults.h sys/ucred.h \
    181     sys/uio.h sys/un.h
    182 
    183 $(PROJECT_INCLUDE)/sys:
    184         @$(mkinstalldirs) $@
    185 
    186 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
    187     $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/%)
     136    sys/kernel.h sys/libkern.h sys/linker_set.h sys/malloc.h sys/mbuf.h \
     137    sys/mount.h sys/proc.h sys/protosw.h sys/queue.h sys/reboot.h \
     138    sys/resourcevar.h sys/rtprio.h sys/select.h sys/signalvar.h sys/socket.h \
     139    sys/socketvar.h sys/sysctl.h sys/syslog.h sys/systm.h sys/ttydefaults.h \
     140    sys/ucred.h sys/uio.h sys/un.h
    188141
    189142# vm
     
    193146include_vm_HEADERS = vm/vm.h vm/vm_extern.h vm/vm_kern.h vm/vm_param.h
    194147
    195 $(PROJECT_INCLUDE)/vm:
    196         @$(mkinstalldirs) $@
    197 
    198 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm \
    199     $(include_vm_HEADERS:%=$(PROJECT_INCLUDE)/%)
    200 
    201148# ---
    202 
    203 $(PROJECT_INCLUDE)/%.h: %.h
    204         $(INSTALL_DATA) $< $@
    205149
    206150$(LIB): $(OBJS)
     
    208152
    209153all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
    210 
     154endif
     155
     156PREINSTALL_FILES =
     157
     158if HAS_NETWORKING
     159$(PROJECT_INCLUDE)/bpfilter.h: bpfilter.h
     160        $(INSTALL_DATA) $< $@
     161PREINSTALL_FILES += $(PROJECT_INCLUDE)/bpfilter.h
     162
     163$(PROJECT_INCLUDE)/loop.h: loop.h
     164        $(INSTALL_DATA) $< $@
     165PREINSTALL_FILES += $(PROJECT_INCLUDE)/loop.h
     166
     167$(PROJECT_INCLUDE)/netdb.h: netdb.h
     168        $(INSTALL_DATA) $< $@
     169PREINSTALL_FILES += $(PROJECT_INCLUDE)/netdb.h
     170
     171$(PROJECT_INCLUDE)/opt_ipfw.h: opt_ipfw.h
     172        $(INSTALL_DATA) $< $@
     173PREINSTALL_FILES += $(PROJECT_INCLUDE)/opt_ipfw.h
     174
     175$(PROJECT_INCLUDE)/opt_mrouting.h: opt_mrouting.h
     176        $(INSTALL_DATA) $< $@
     177PREINSTALL_FILES += $(PROJECT_INCLUDE)/opt_mrouting.h
     178
     179$(PROJECT_INCLUDE)/opt_tcpdebug.h: opt_tcpdebug.h
     180        $(INSTALL_DATA) $< $@
     181PREINSTALL_FILES += $(PROJECT_INCLUDE)/opt_tcpdebug.h
     182
     183$(PROJECT_INCLUDE)/resolv.h: resolv.h
     184        $(INSTALL_DATA) $< $@
     185PREINSTALL_FILES += $(PROJECT_INCLUDE)/resolv.h
     186
     187$(PROJECT_INCLUDE)/syslog.h: syslog.h
     188        $(INSTALL_DATA) $< $@
     189PREINSTALL_FILES += $(PROJECT_INCLUDE)/syslog.h
     190
     191$(PROJECT_INCLUDE)/memory.h: memory.h
     192        $(INSTALL_DATA) $< $@
     193PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h
     194
     195$(PROJECT_INCLUDE)/arpa:
     196        @$(mkinstalldirs) $(PROJECT_INCLUDE)/arpa
     197PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa
     198
     199$(PROJECT_INCLUDE)/arpa/ftp.h: arpa/ftp.h
     200        $(INSTALL_DATA) $< $@
     201PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/ftp.h
     202
     203$(PROJECT_INCLUDE)/arpa/inet.h: arpa/inet.h
     204        $(INSTALL_DATA) $< $@
     205PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/inet.h
     206
     207$(PROJECT_INCLUDE)/arpa/nameser.h: arpa/nameser.h
     208        $(INSTALL_DATA) $< $@
     209PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/nameser.h
     210
     211$(PROJECT_INCLUDE)/arpa/nameser_compat.h: arpa/nameser_compat.h
     212        $(INSTALL_DATA) $< $@
     213PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/nameser_compat.h
     214
     215$(PROJECT_INCLUDE)/arpa/telnet.h: arpa/telnet.h
     216        $(INSTALL_DATA) $< $@
     217PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/telnet.h
     218
     219$(PROJECT_INCLUDE)/machine:
     220        @$(mkinstalldirs) $(PROJECT_INCLUDE)/machine
     221PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine
     222
     223$(PROJECT_INCLUDE)/machine/conf.h: machine/conf.h
     224        $(INSTALL_DATA) $< $@
     225PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/conf.h
     226
     227$(PROJECT_INCLUDE)/machine/cpu.h: machine/cpu.h
     228        $(INSTALL_DATA) $< $@
     229PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/cpu.h
     230
     231$(PROJECT_INCLUDE)/machine/cpufunc.h: machine/cpufunc.h
     232        $(INSTALL_DATA) $< $@
     233PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/cpufunc.h
     234
     235$(PROJECT_INCLUDE)/machine/endian.h: machine/endian.h
     236        $(INSTALL_DATA) $< $@
     237PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/endian.h
     238
     239$(PROJECT_INCLUDE)/machine/in_cksum.h: machine/in_cksum.h
     240        $(INSTALL_DATA) $< $@
     241PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/in_cksum.h
     242
     243$(PROJECT_INCLUDE)/machine/vmparam.h: machine/vmparam.h
     244        $(INSTALL_DATA) $< $@
     245PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/vmparam.h
     246
     247$(PROJECT_INCLUDE)/net:
     248        @$(mkinstalldirs) $(PROJECT_INCLUDE)/net
     249PREINSTALL_FILES += $(PROJECT_INCLUDE)/net
     250
     251$(PROJECT_INCLUDE)/net/bpf.h: net/bpf.h
     252        $(INSTALL_DATA) $< $@
     253PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/bpf.h
     254
     255$(PROJECT_INCLUDE)/net/ethernet.h: net/ethernet.h
     256        $(INSTALL_DATA) $< $@
     257PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/ethernet.h
     258
     259$(PROJECT_INCLUDE)/net/if.h: net/if.h
     260        $(INSTALL_DATA) $< $@
     261PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if.h
     262
     263$(PROJECT_INCLUDE)/net/if_arp.h: net/if_arp.h
     264        $(INSTALL_DATA) $< $@
     265PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_arp.h
     266
     267$(PROJECT_INCLUDE)/net/if_dl.h: net/if_dl.h
     268        $(INSTALL_DATA) $< $@
     269PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_dl.h
     270
     271$(PROJECT_INCLUDE)/net/if_llc.h: net/if_llc.h
     272        $(INSTALL_DATA) $< $@
     273PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_llc.h
     274
     275$(PROJECT_INCLUDE)/net/if_ppp.h: net/if_ppp.h
     276        $(INSTALL_DATA) $< $@
     277PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_ppp.h
     278
     279$(PROJECT_INCLUDE)/net/if_types.h: net/if_types.h
     280        $(INSTALL_DATA) $< $@
     281PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_types.h
     282
     283$(PROJECT_INCLUDE)/net/netisr.h: net/netisr.h
     284        $(INSTALL_DATA) $< $@
     285PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/netisr.h
     286
     287$(PROJECT_INCLUDE)/net/ppp-comp.h: net/ppp-comp.h
     288        $(INSTALL_DATA) $< $@
     289PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/ppp-comp.h
     290
     291$(PROJECT_INCLUDE)/net/ppp_defs.h: net/ppp_defs.h
     292        $(INSTALL_DATA) $< $@
     293PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/ppp_defs.h
     294
     295$(PROJECT_INCLUDE)/net/radix.h: net/radix.h
     296        $(INSTALL_DATA) $< $@
     297PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/radix.h
     298
     299$(PROJECT_INCLUDE)/net/raw_cb.h: net/raw_cb.h
     300        $(INSTALL_DATA) $< $@
     301PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/raw_cb.h
     302
     303$(PROJECT_INCLUDE)/net/route.h: net/route.h
     304        $(INSTALL_DATA) $< $@
     305PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/route.h
     306
     307$(PROJECT_INCLUDE)/net/if_pppvar.h: net/if_pppvar.h
     308        $(INSTALL_DATA) $< $@
     309PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_pppvar.h
     310
     311$(PROJECT_INCLUDE)/net/pppcompress.h: net/pppcompress.h
     312        $(INSTALL_DATA) $< $@
     313PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/pppcompress.h
     314
     315$(PROJECT_INCLUDE)/netinet:
     316        @$(mkinstalldirs) $(PROJECT_INCLUDE)/netinet
     317PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet
     318
     319$(PROJECT_INCLUDE)/netinet/icmp_var.h: netinet/icmp_var.h
     320        $(INSTALL_DATA) $< $@
     321PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/icmp_var.h
     322
     323$(PROJECT_INCLUDE)/netinet/if_ether.h: netinet/if_ether.h
     324        $(INSTALL_DATA) $< $@
     325PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/if_ether.h
     326
     327$(PROJECT_INCLUDE)/netinet/igmp.h: netinet/igmp.h
     328        $(INSTALL_DATA) $< $@
     329PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/igmp.h
     330
     331$(PROJECT_INCLUDE)/netinet/igmp_var.h: netinet/igmp_var.h
     332        $(INSTALL_DATA) $< $@
     333PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/igmp_var.h
     334
     335$(PROJECT_INCLUDE)/netinet/in.h: netinet/in.h
     336        $(INSTALL_DATA) $< $@
     337PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in.h
     338
     339$(PROJECT_INCLUDE)/netinet/in_pcb.h: netinet/in_pcb.h
     340        $(INSTALL_DATA) $< $@
     341PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in_pcb.h
     342
     343$(PROJECT_INCLUDE)/netinet/in_systm.h: netinet/in_systm.h
     344        $(INSTALL_DATA) $< $@
     345PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in_systm.h
     346
     347$(PROJECT_INCLUDE)/netinet/in_var.h: netinet/in_var.h
     348        $(INSTALL_DATA) $< $@
     349PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in_var.h
     350
     351$(PROJECT_INCLUDE)/netinet/ip.h: netinet/ip.h
     352        $(INSTALL_DATA) $< $@
     353PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip.h
     354
     355$(PROJECT_INCLUDE)/netinet/ip_fw.h: netinet/ip_fw.h
     356        $(INSTALL_DATA) $< $@
     357PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_fw.h
     358
     359$(PROJECT_INCLUDE)/netinet/ip_icmp.h: netinet/ip_icmp.h
     360        $(INSTALL_DATA) $< $@
     361PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_icmp.h
     362
     363$(PROJECT_INCLUDE)/netinet/ip_mroute.h: netinet/ip_mroute.h
     364        $(INSTALL_DATA) $< $@
     365PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_mroute.h
     366
     367$(PROJECT_INCLUDE)/netinet/ip_var.h: netinet/ip_var.h
     368        $(INSTALL_DATA) $< $@
     369PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_var.h
     370
     371$(PROJECT_INCLUDE)/netinet/tcp.h: netinet/tcp.h
     372        $(INSTALL_DATA) $< $@
     373PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp.h
     374
     375$(PROJECT_INCLUDE)/netinet/tcp_debug.h: netinet/tcp_debug.h
     376        $(INSTALL_DATA) $< $@
     377PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_debug.h
     378
     379$(PROJECT_INCLUDE)/netinet/tcp_fsm.h: netinet/tcp_fsm.h
     380        $(INSTALL_DATA) $< $@
     381PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_fsm.h
     382
     383$(PROJECT_INCLUDE)/netinet/tcp_seq.h: netinet/tcp_seq.h
     384        $(INSTALL_DATA) $< $@
     385PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_seq.h
     386
     387$(PROJECT_INCLUDE)/netinet/tcp_timer.h: netinet/tcp_timer.h
     388        $(INSTALL_DATA) $< $@
     389PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_timer.h
     390
     391$(PROJECT_INCLUDE)/netinet/tcp_var.h: netinet/tcp_var.h
     392        $(INSTALL_DATA) $< $@
     393PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_var.h
     394
     395$(PROJECT_INCLUDE)/netinet/tcpip.h: netinet/tcpip.h
     396        $(INSTALL_DATA) $< $@
     397PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcpip.h
     398
     399$(PROJECT_INCLUDE)/netinet/udp.h: netinet/udp.h
     400        $(INSTALL_DATA) $< $@
     401PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/udp.h
     402
     403$(PROJECT_INCLUDE)/netinet/udp_var.h: netinet/udp_var.h
     404        $(INSTALL_DATA) $< $@
     405PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/udp_var.h
     406
     407$(PROJECT_INCLUDE)/nfs:
     408        @$(mkinstalldirs) $(PROJECT_INCLUDE)/nfs
     409PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs
     410
     411$(PROJECT_INCLUDE)/nfs/krpc.h: nfs/krpc.h
     412        $(INSTALL_DATA) $< $@
     413PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/krpc.h
     414
     415$(PROJECT_INCLUDE)/nfs/nfs.h: nfs/nfs.h
     416        $(INSTALL_DATA) $< $@
     417PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/nfs.h
     418
     419$(PROJECT_INCLUDE)/nfs/nfsdiskless.h: nfs/nfsdiskless.h
     420        $(INSTALL_DATA) $< $@
     421PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/nfsdiskless.h
     422
     423$(PROJECT_INCLUDE)/nfs/nfsproto.h: nfs/nfsproto.h
     424        $(INSTALL_DATA) $< $@
     425PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/nfsproto.h
     426
     427$(PROJECT_INCLUDE)/nfs/rpcv2.h: nfs/rpcv2.h
     428        $(INSTALL_DATA) $< $@
     429PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/rpcv2.h
     430
     431$(PROJECT_INCLUDE)/nfs/xdr_subs.h: nfs/xdr_subs.h
     432        $(INSTALL_DATA) $< $@
     433PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/xdr_subs.h
     434
     435$(PROJECT_INCLUDE)/rtems:
     436        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems
     437PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems
     438
     439$(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h: rtems/rtems_bsdnet.h
     440        $(INSTALL_DATA) $< $@
     441PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h
     442
     443$(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h: rtems/rtems_bsdnet_internal.h
     444        $(INSTALL_DATA) $< $@
     445PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h
     446
     447$(PROJECT_INCLUDE)/rtems/tftp.h: rtems/tftp.h
     448        $(INSTALL_DATA) $< $@
     449PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tftp.h
     450
     451$(PROJECT_INCLUDE)/rtems/ftpfs.h: rtems/ftpfs.h
     452        $(INSTALL_DATA) $< $@
     453PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ftpfs.h
     454
     455$(PROJECT_INCLUDE)/rtems/mkrootfs.h: rtems/mkrootfs.h
     456        $(INSTALL_DATA) $< $@
     457PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mkrootfs.h
     458
     459$(PROJECT_INCLUDE)/sys:
     460        @$(mkinstalldirs) $(PROJECT_INCLUDE)/sys
     461PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys
     462
     463$(PROJECT_INCLUDE)/sys/buf.h: sys/buf.h
     464        $(INSTALL_DATA) $< $@
     465PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/buf.h
     466
     467$(PROJECT_INCLUDE)/sys/callout.h: sys/callout.h
     468        $(INSTALL_DATA) $< $@
     469PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/callout.h
     470
     471$(PROJECT_INCLUDE)/sys/conf.h: sys/conf.h
     472        $(INSTALL_DATA) $< $@
     473PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/conf.h
     474
     475$(PROJECT_INCLUDE)/sys/domain.h: sys/domain.h
     476        $(INSTALL_DATA) $< $@
     477PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/domain.h
     478
     479$(PROJECT_INCLUDE)/sys/kernel.h: sys/kernel.h
     480        $(INSTALL_DATA) $< $@
     481PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/kernel.h
     482
     483$(PROJECT_INCLUDE)/sys/libkern.h: sys/libkern.h
     484        $(INSTALL_DATA) $< $@
     485PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/libkern.h
     486
     487$(PROJECT_INCLUDE)/sys/linker_set.h: sys/linker_set.h
     488        $(INSTALL_DATA) $< $@
     489PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/linker_set.h
     490
     491$(PROJECT_INCLUDE)/sys/malloc.h: sys/malloc.h
     492        $(INSTALL_DATA) $< $@
     493PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/malloc.h
     494
     495$(PROJECT_INCLUDE)/sys/mbuf.h: sys/mbuf.h
     496        $(INSTALL_DATA) $< $@
     497PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/mbuf.h
     498
     499$(PROJECT_INCLUDE)/sys/mount.h: sys/mount.h
     500        $(INSTALL_DATA) $< $@
     501PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/mount.h
     502
     503$(PROJECT_INCLUDE)/sys/proc.h: sys/proc.h
     504        $(INSTALL_DATA) $< $@
     505PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/proc.h
     506
     507$(PROJECT_INCLUDE)/sys/protosw.h: sys/protosw.h
     508        $(INSTALL_DATA) $< $@
     509PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/protosw.h
     510
     511$(PROJECT_INCLUDE)/sys/queue.h: sys/queue.h
     512        $(INSTALL_DATA) $< $@
     513PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/queue.h
     514
     515$(PROJECT_INCLUDE)/sys/reboot.h: sys/reboot.h
     516        $(INSTALL_DATA) $< $@
     517PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/reboot.h
     518
     519$(PROJECT_INCLUDE)/sys/resourcevar.h: sys/resourcevar.h
     520        $(INSTALL_DATA) $< $@
     521PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/resourcevar.h
     522
     523$(PROJECT_INCLUDE)/sys/rtprio.h: sys/rtprio.h
     524        $(INSTALL_DATA) $< $@
     525PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/rtprio.h
     526
     527$(PROJECT_INCLUDE)/sys/select.h: sys/select.h
     528        $(INSTALL_DATA) $< $@
     529PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/select.h
     530
     531$(PROJECT_INCLUDE)/sys/signalvar.h: sys/signalvar.h
     532        $(INSTALL_DATA) $< $@
     533PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/signalvar.h
     534
     535$(PROJECT_INCLUDE)/sys/socket.h: sys/socket.h
     536        $(INSTALL_DATA) $< $@
     537PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/socket.h
     538
     539$(PROJECT_INCLUDE)/sys/socketvar.h: sys/socketvar.h
     540        $(INSTALL_DATA) $< $@
     541PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/socketvar.h
     542
     543$(PROJECT_INCLUDE)/sys/sysctl.h: sys/sysctl.h
     544        $(INSTALL_DATA) $< $@
     545PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/sysctl.h
     546
     547$(PROJECT_INCLUDE)/sys/syslog.h: sys/syslog.h
     548        $(INSTALL_DATA) $< $@
     549PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/syslog.h
     550
     551$(PROJECT_INCLUDE)/sys/systm.h: sys/systm.h
     552        $(INSTALL_DATA) $< $@
     553PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/systm.h
     554
     555$(PROJECT_INCLUDE)/sys/ttydefaults.h: sys/ttydefaults.h
     556        $(INSTALL_DATA) $< $@
     557PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ttydefaults.h
     558
     559$(PROJECT_INCLUDE)/sys/ucred.h: sys/ucred.h
     560        $(INSTALL_DATA) $< $@
     561PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ucred.h
     562
     563$(PROJECT_INCLUDE)/sys/uio.h: sys/uio.h
     564        $(INSTALL_DATA) $< $@
     565PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/uio.h
     566
     567$(PROJECT_INCLUDE)/sys/un.h: sys/un.h
     568        $(INSTALL_DATA) $< $@
     569PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/un.h
     570
     571$(PROJECT_INCLUDE)/vm:
     572        @$(mkinstalldirs) $(PROJECT_INCLUDE)/vm
     573PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm
     574
     575$(PROJECT_INCLUDE)/vm/vm.h: vm/vm.h
     576        $(INSTALL_DATA) $< $@
     577PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm.h
     578
     579$(PROJECT_INCLUDE)/vm/vm_extern.h: vm/vm_extern.h
     580        $(INSTALL_DATA) $< $@
     581PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_extern.h
     582
     583$(PROJECT_INCLUDE)/vm/vm_kern.h: vm/vm_kern.h
     584        $(INSTALL_DATA) $< $@
     585PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_kern.h
     586
     587$(PROJECT_INCLUDE)/vm/vm_param.h: vm/vm_param.h
     588        $(INSTALL_DATA) $< $@
     589PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_param.h
    211590endif
    212591
Note: See TracChangeset for help on using the changeset viewer.