Changeset 007c9f7 in rtems
- Timestamp:
- 11/22/03 12:33:24 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7987c2a
- Parents:
- 32195d5d
- Location:
- cpukit/libnetworking
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
r32195d5d r007c9f7 1 2003-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 1 8 2003-09-15 Jay Monkman <jtm@smoothsmoothie.com> 2 9 -
cpukit/libnetworking/Makefile.am
r32195d5d r007c9f7 16 16 17 17 SUBDIRS = . lib libc 18 SUBDIRS += wrapup19 18 20 19 if HAS_NETWORKING 21 20 ## poll.h is not in the list because RTEMS does not have poll() 22 21 ## and installing poll.h confuses autoconf. 23 include_HEADERS = \ 24 bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ 22 include_HEADERS = bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ 25 23 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)/%)32 24 33 25 # arpa … … 38 30 arpa/nameser_compat.h arpa/telnet.h 39 31 40 $(PROJECT_INCLUDE)/arpa:41 @$(mkinstalldirs) $@42 43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \44 $(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/%)45 46 32 ## kern 47 33 48 34 kern_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 50 37 OBJS = $(kern_C_FILES:kern/%.c=$(ARCH)/%.$(OBJEXT)) 51 38 … … 61 48 include_machine_HEADERS = machine/conf.h machine/cpu.h machine/cpufunc.h \ 62 49 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)/%)69 50 70 51 ## net … … 77 58 net/if_pppvar.h net/pppcompress.h 78 59 79 $(PROJECT_INCLUDE)/net:80 @$(mkinstalldirs) $@81 82 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \83 $(include_net_HEADERS:%=$(PROJECT_INCLUDE)/%)84 85 60 net_C_FILES = net/if.c net/if_ethersubr.c net/if_loop.c net/radix.c \ 86 61 net/route.c net/rtsock.c net/raw_cb.c net/raw_usrreq.c net/if_ppp.c \ … … 97 72 include_netinetdir = $(includedir)/netinet 98 73 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)/%) 74 include_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 111 81 112 82 netinet_C_FILES = netinet/if_ether.c netinet/igmp.c netinet/in.c \ … … 131 101 nfs/rpcv2.h nfs/xdr_subs.h 132 102 133 $(PROJECT_INCLUDE)/nfs:134 @$(mkinstalldirs) $@135 136 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \137 $(include_nfs_HEADERS:%=$(PROJECT_INCLUDE)/%)138 139 103 nfs_C_FILES = nfs/bootp_subr.c 140 104 OBJS += $(nfs_C_FILES:nfs/%.c=$(ARCH)/%.$(OBJEXT)) … … 152 116 rtems/tftp.h rtems/ftpfs.h rtems/mkrootfs.h 153 117 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 118 rtems_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 165 124 OBJS += $(rtems_C_FILES:rtems/%.c=$(ARCH)/%.$(OBJEXT)) 166 125 … … 175 134 176 135 include_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 188 141 189 142 # vm … … 193 146 include_vm_HEADERS = vm/vm.h vm/vm_extern.h vm/vm_kern.h vm/vm_param.h 194 147 195 $(PROJECT_INCLUDE)/vm:196 @$(mkinstalldirs) $@197 198 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm \199 $(include_vm_HEADERS:%=$(PROJECT_INCLUDE)/%)200 201 148 # --- 202 203 $(PROJECT_INCLUDE)/%.h: %.h204 $(INSTALL_DATA) $< $@205 149 206 150 $(LIB): $(OBJS) … … 208 152 209 153 all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB) 210 154 endif 155 156 PREINSTALL_FILES = 157 158 if HAS_NETWORKING 159 $(PROJECT_INCLUDE)/bpfilter.h: bpfilter.h 160 $(INSTALL_DATA) $< $@ 161 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bpfilter.h 162 163 $(PROJECT_INCLUDE)/loop.h: loop.h 164 $(INSTALL_DATA) $< $@ 165 PREINSTALL_FILES += $(PROJECT_INCLUDE)/loop.h 166 167 $(PROJECT_INCLUDE)/netdb.h: netdb.h 168 $(INSTALL_DATA) $< $@ 169 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netdb.h 170 171 $(PROJECT_INCLUDE)/opt_ipfw.h: opt_ipfw.h 172 $(INSTALL_DATA) $< $@ 173 PREINSTALL_FILES += $(PROJECT_INCLUDE)/opt_ipfw.h 174 175 $(PROJECT_INCLUDE)/opt_mrouting.h: opt_mrouting.h 176 $(INSTALL_DATA) $< $@ 177 PREINSTALL_FILES += $(PROJECT_INCLUDE)/opt_mrouting.h 178 179 $(PROJECT_INCLUDE)/opt_tcpdebug.h: opt_tcpdebug.h 180 $(INSTALL_DATA) $< $@ 181 PREINSTALL_FILES += $(PROJECT_INCLUDE)/opt_tcpdebug.h 182 183 $(PROJECT_INCLUDE)/resolv.h: resolv.h 184 $(INSTALL_DATA) $< $@ 185 PREINSTALL_FILES += $(PROJECT_INCLUDE)/resolv.h 186 187 $(PROJECT_INCLUDE)/syslog.h: syslog.h 188 $(INSTALL_DATA) $< $@ 189 PREINSTALL_FILES += $(PROJECT_INCLUDE)/syslog.h 190 191 $(PROJECT_INCLUDE)/memory.h: memory.h 192 $(INSTALL_DATA) $< $@ 193 PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h 194 195 $(PROJECT_INCLUDE)/arpa: 196 @$(mkinstalldirs) $(PROJECT_INCLUDE)/arpa 197 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa 198 199 $(PROJECT_INCLUDE)/arpa/ftp.h: arpa/ftp.h 200 $(INSTALL_DATA) $< $@ 201 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/ftp.h 202 203 $(PROJECT_INCLUDE)/arpa/inet.h: arpa/inet.h 204 $(INSTALL_DATA) $< $@ 205 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/inet.h 206 207 $(PROJECT_INCLUDE)/arpa/nameser.h: arpa/nameser.h 208 $(INSTALL_DATA) $< $@ 209 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/nameser.h 210 211 $(PROJECT_INCLUDE)/arpa/nameser_compat.h: arpa/nameser_compat.h 212 $(INSTALL_DATA) $< $@ 213 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/nameser_compat.h 214 215 $(PROJECT_INCLUDE)/arpa/telnet.h: arpa/telnet.h 216 $(INSTALL_DATA) $< $@ 217 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/telnet.h 218 219 $(PROJECT_INCLUDE)/machine: 220 @$(mkinstalldirs) $(PROJECT_INCLUDE)/machine 221 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine 222 223 $(PROJECT_INCLUDE)/machine/conf.h: machine/conf.h 224 $(INSTALL_DATA) $< $@ 225 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/conf.h 226 227 $(PROJECT_INCLUDE)/machine/cpu.h: machine/cpu.h 228 $(INSTALL_DATA) $< $@ 229 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/cpu.h 230 231 $(PROJECT_INCLUDE)/machine/cpufunc.h: machine/cpufunc.h 232 $(INSTALL_DATA) $< $@ 233 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/cpufunc.h 234 235 $(PROJECT_INCLUDE)/machine/endian.h: machine/endian.h 236 $(INSTALL_DATA) $< $@ 237 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/endian.h 238 239 $(PROJECT_INCLUDE)/machine/in_cksum.h: machine/in_cksum.h 240 $(INSTALL_DATA) $< $@ 241 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/in_cksum.h 242 243 $(PROJECT_INCLUDE)/machine/vmparam.h: machine/vmparam.h 244 $(INSTALL_DATA) $< $@ 245 PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/vmparam.h 246 247 $(PROJECT_INCLUDE)/net: 248 @$(mkinstalldirs) $(PROJECT_INCLUDE)/net 249 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net 250 251 $(PROJECT_INCLUDE)/net/bpf.h: net/bpf.h 252 $(INSTALL_DATA) $< $@ 253 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/bpf.h 254 255 $(PROJECT_INCLUDE)/net/ethernet.h: net/ethernet.h 256 $(INSTALL_DATA) $< $@ 257 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/ethernet.h 258 259 $(PROJECT_INCLUDE)/net/if.h: net/if.h 260 $(INSTALL_DATA) $< $@ 261 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if.h 262 263 $(PROJECT_INCLUDE)/net/if_arp.h: net/if_arp.h 264 $(INSTALL_DATA) $< $@ 265 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_arp.h 266 267 $(PROJECT_INCLUDE)/net/if_dl.h: net/if_dl.h 268 $(INSTALL_DATA) $< $@ 269 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_dl.h 270 271 $(PROJECT_INCLUDE)/net/if_llc.h: net/if_llc.h 272 $(INSTALL_DATA) $< $@ 273 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_llc.h 274 275 $(PROJECT_INCLUDE)/net/if_ppp.h: net/if_ppp.h 276 $(INSTALL_DATA) $< $@ 277 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_ppp.h 278 279 $(PROJECT_INCLUDE)/net/if_types.h: net/if_types.h 280 $(INSTALL_DATA) $< $@ 281 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_types.h 282 283 $(PROJECT_INCLUDE)/net/netisr.h: net/netisr.h 284 $(INSTALL_DATA) $< $@ 285 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/netisr.h 286 287 $(PROJECT_INCLUDE)/net/ppp-comp.h: net/ppp-comp.h 288 $(INSTALL_DATA) $< $@ 289 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/ppp-comp.h 290 291 $(PROJECT_INCLUDE)/net/ppp_defs.h: net/ppp_defs.h 292 $(INSTALL_DATA) $< $@ 293 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/ppp_defs.h 294 295 $(PROJECT_INCLUDE)/net/radix.h: net/radix.h 296 $(INSTALL_DATA) $< $@ 297 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/radix.h 298 299 $(PROJECT_INCLUDE)/net/raw_cb.h: net/raw_cb.h 300 $(INSTALL_DATA) $< $@ 301 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/raw_cb.h 302 303 $(PROJECT_INCLUDE)/net/route.h: net/route.h 304 $(INSTALL_DATA) $< $@ 305 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/route.h 306 307 $(PROJECT_INCLUDE)/net/if_pppvar.h: net/if_pppvar.h 308 $(INSTALL_DATA) $< $@ 309 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_pppvar.h 310 311 $(PROJECT_INCLUDE)/net/pppcompress.h: net/pppcompress.h 312 $(INSTALL_DATA) $< $@ 313 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/pppcompress.h 314 315 $(PROJECT_INCLUDE)/netinet: 316 @$(mkinstalldirs) $(PROJECT_INCLUDE)/netinet 317 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet 318 319 $(PROJECT_INCLUDE)/netinet/icmp_var.h: netinet/icmp_var.h 320 $(INSTALL_DATA) $< $@ 321 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/icmp_var.h 322 323 $(PROJECT_INCLUDE)/netinet/if_ether.h: netinet/if_ether.h 324 $(INSTALL_DATA) $< $@ 325 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/if_ether.h 326 327 $(PROJECT_INCLUDE)/netinet/igmp.h: netinet/igmp.h 328 $(INSTALL_DATA) $< $@ 329 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/igmp.h 330 331 $(PROJECT_INCLUDE)/netinet/igmp_var.h: netinet/igmp_var.h 332 $(INSTALL_DATA) $< $@ 333 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/igmp_var.h 334 335 $(PROJECT_INCLUDE)/netinet/in.h: netinet/in.h 336 $(INSTALL_DATA) $< $@ 337 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in.h 338 339 $(PROJECT_INCLUDE)/netinet/in_pcb.h: netinet/in_pcb.h 340 $(INSTALL_DATA) $< $@ 341 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in_pcb.h 342 343 $(PROJECT_INCLUDE)/netinet/in_systm.h: netinet/in_systm.h 344 $(INSTALL_DATA) $< $@ 345 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in_systm.h 346 347 $(PROJECT_INCLUDE)/netinet/in_var.h: netinet/in_var.h 348 $(INSTALL_DATA) $< $@ 349 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/in_var.h 350 351 $(PROJECT_INCLUDE)/netinet/ip.h: netinet/ip.h 352 $(INSTALL_DATA) $< $@ 353 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip.h 354 355 $(PROJECT_INCLUDE)/netinet/ip_fw.h: netinet/ip_fw.h 356 $(INSTALL_DATA) $< $@ 357 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_fw.h 358 359 $(PROJECT_INCLUDE)/netinet/ip_icmp.h: netinet/ip_icmp.h 360 $(INSTALL_DATA) $< $@ 361 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_icmp.h 362 363 $(PROJECT_INCLUDE)/netinet/ip_mroute.h: netinet/ip_mroute.h 364 $(INSTALL_DATA) $< $@ 365 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_mroute.h 366 367 $(PROJECT_INCLUDE)/netinet/ip_var.h: netinet/ip_var.h 368 $(INSTALL_DATA) $< $@ 369 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/ip_var.h 370 371 $(PROJECT_INCLUDE)/netinet/tcp.h: netinet/tcp.h 372 $(INSTALL_DATA) $< $@ 373 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp.h 374 375 $(PROJECT_INCLUDE)/netinet/tcp_debug.h: netinet/tcp_debug.h 376 $(INSTALL_DATA) $< $@ 377 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_debug.h 378 379 $(PROJECT_INCLUDE)/netinet/tcp_fsm.h: netinet/tcp_fsm.h 380 $(INSTALL_DATA) $< $@ 381 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_fsm.h 382 383 $(PROJECT_INCLUDE)/netinet/tcp_seq.h: netinet/tcp_seq.h 384 $(INSTALL_DATA) $< $@ 385 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_seq.h 386 387 $(PROJECT_INCLUDE)/netinet/tcp_timer.h: netinet/tcp_timer.h 388 $(INSTALL_DATA) $< $@ 389 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_timer.h 390 391 $(PROJECT_INCLUDE)/netinet/tcp_var.h: netinet/tcp_var.h 392 $(INSTALL_DATA) $< $@ 393 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcp_var.h 394 395 $(PROJECT_INCLUDE)/netinet/tcpip.h: netinet/tcpip.h 396 $(INSTALL_DATA) $< $@ 397 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/tcpip.h 398 399 $(PROJECT_INCLUDE)/netinet/udp.h: netinet/udp.h 400 $(INSTALL_DATA) $< $@ 401 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/udp.h 402 403 $(PROJECT_INCLUDE)/netinet/udp_var.h: netinet/udp_var.h 404 $(INSTALL_DATA) $< $@ 405 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/udp_var.h 406 407 $(PROJECT_INCLUDE)/nfs: 408 @$(mkinstalldirs) $(PROJECT_INCLUDE)/nfs 409 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs 410 411 $(PROJECT_INCLUDE)/nfs/krpc.h: nfs/krpc.h 412 $(INSTALL_DATA) $< $@ 413 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/krpc.h 414 415 $(PROJECT_INCLUDE)/nfs/nfs.h: nfs/nfs.h 416 $(INSTALL_DATA) $< $@ 417 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/nfs.h 418 419 $(PROJECT_INCLUDE)/nfs/nfsdiskless.h: nfs/nfsdiskless.h 420 $(INSTALL_DATA) $< $@ 421 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/nfsdiskless.h 422 423 $(PROJECT_INCLUDE)/nfs/nfsproto.h: nfs/nfsproto.h 424 $(INSTALL_DATA) $< $@ 425 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/nfsproto.h 426 427 $(PROJECT_INCLUDE)/nfs/rpcv2.h: nfs/rpcv2.h 428 $(INSTALL_DATA) $< $@ 429 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/rpcv2.h 430 431 $(PROJECT_INCLUDE)/nfs/xdr_subs.h: nfs/xdr_subs.h 432 $(INSTALL_DATA) $< $@ 433 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/xdr_subs.h 434 435 $(PROJECT_INCLUDE)/rtems: 436 @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems 437 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems 438 439 $(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h: rtems/rtems_bsdnet.h 440 $(INSTALL_DATA) $< $@ 441 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h 442 443 $(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h: rtems/rtems_bsdnet_internal.h 444 $(INSTALL_DATA) $< $@ 445 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h 446 447 $(PROJECT_INCLUDE)/rtems/tftp.h: rtems/tftp.h 448 $(INSTALL_DATA) $< $@ 449 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tftp.h 450 451 $(PROJECT_INCLUDE)/rtems/ftpfs.h: rtems/ftpfs.h 452 $(INSTALL_DATA) $< $@ 453 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ftpfs.h 454 455 $(PROJECT_INCLUDE)/rtems/mkrootfs.h: rtems/mkrootfs.h 456 $(INSTALL_DATA) $< $@ 457 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mkrootfs.h 458 459 $(PROJECT_INCLUDE)/sys: 460 @$(mkinstalldirs) $(PROJECT_INCLUDE)/sys 461 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys 462 463 $(PROJECT_INCLUDE)/sys/buf.h: sys/buf.h 464 $(INSTALL_DATA) $< $@ 465 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/buf.h 466 467 $(PROJECT_INCLUDE)/sys/callout.h: sys/callout.h 468 $(INSTALL_DATA) $< $@ 469 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/callout.h 470 471 $(PROJECT_INCLUDE)/sys/conf.h: sys/conf.h 472 $(INSTALL_DATA) $< $@ 473 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/conf.h 474 475 $(PROJECT_INCLUDE)/sys/domain.h: sys/domain.h 476 $(INSTALL_DATA) $< $@ 477 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/domain.h 478 479 $(PROJECT_INCLUDE)/sys/kernel.h: sys/kernel.h 480 $(INSTALL_DATA) $< $@ 481 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/kernel.h 482 483 $(PROJECT_INCLUDE)/sys/libkern.h: sys/libkern.h 484 $(INSTALL_DATA) $< $@ 485 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/libkern.h 486 487 $(PROJECT_INCLUDE)/sys/linker_set.h: sys/linker_set.h 488 $(INSTALL_DATA) $< $@ 489 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/linker_set.h 490 491 $(PROJECT_INCLUDE)/sys/malloc.h: sys/malloc.h 492 $(INSTALL_DATA) $< $@ 493 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/malloc.h 494 495 $(PROJECT_INCLUDE)/sys/mbuf.h: sys/mbuf.h 496 $(INSTALL_DATA) $< $@ 497 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/mbuf.h 498 499 $(PROJECT_INCLUDE)/sys/mount.h: sys/mount.h 500 $(INSTALL_DATA) $< $@ 501 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/mount.h 502 503 $(PROJECT_INCLUDE)/sys/proc.h: sys/proc.h 504 $(INSTALL_DATA) $< $@ 505 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/proc.h 506 507 $(PROJECT_INCLUDE)/sys/protosw.h: sys/protosw.h 508 $(INSTALL_DATA) $< $@ 509 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/protosw.h 510 511 $(PROJECT_INCLUDE)/sys/queue.h: sys/queue.h 512 $(INSTALL_DATA) $< $@ 513 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/queue.h 514 515 $(PROJECT_INCLUDE)/sys/reboot.h: sys/reboot.h 516 $(INSTALL_DATA) $< $@ 517 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/reboot.h 518 519 $(PROJECT_INCLUDE)/sys/resourcevar.h: sys/resourcevar.h 520 $(INSTALL_DATA) $< $@ 521 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/resourcevar.h 522 523 $(PROJECT_INCLUDE)/sys/rtprio.h: sys/rtprio.h 524 $(INSTALL_DATA) $< $@ 525 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/rtprio.h 526 527 $(PROJECT_INCLUDE)/sys/select.h: sys/select.h 528 $(INSTALL_DATA) $< $@ 529 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/select.h 530 531 $(PROJECT_INCLUDE)/sys/signalvar.h: sys/signalvar.h 532 $(INSTALL_DATA) $< $@ 533 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/signalvar.h 534 535 $(PROJECT_INCLUDE)/sys/socket.h: sys/socket.h 536 $(INSTALL_DATA) $< $@ 537 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/socket.h 538 539 $(PROJECT_INCLUDE)/sys/socketvar.h: sys/socketvar.h 540 $(INSTALL_DATA) $< $@ 541 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/socketvar.h 542 543 $(PROJECT_INCLUDE)/sys/sysctl.h: sys/sysctl.h 544 $(INSTALL_DATA) $< $@ 545 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/sysctl.h 546 547 $(PROJECT_INCLUDE)/sys/syslog.h: sys/syslog.h 548 $(INSTALL_DATA) $< $@ 549 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/syslog.h 550 551 $(PROJECT_INCLUDE)/sys/systm.h: sys/systm.h 552 $(INSTALL_DATA) $< $@ 553 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/systm.h 554 555 $(PROJECT_INCLUDE)/sys/ttydefaults.h: sys/ttydefaults.h 556 $(INSTALL_DATA) $< $@ 557 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ttydefaults.h 558 559 $(PROJECT_INCLUDE)/sys/ucred.h: sys/ucred.h 560 $(INSTALL_DATA) $< $@ 561 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ucred.h 562 563 $(PROJECT_INCLUDE)/sys/uio.h: sys/uio.h 564 $(INSTALL_DATA) $< $@ 565 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/uio.h 566 567 $(PROJECT_INCLUDE)/sys/un.h: sys/un.h 568 $(INSTALL_DATA) $< $@ 569 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/un.h 570 571 $(PROJECT_INCLUDE)/vm: 572 @$(mkinstalldirs) $(PROJECT_INCLUDE)/vm 573 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm 574 575 $(PROJECT_INCLUDE)/vm/vm.h: vm/vm.h 576 $(INSTALL_DATA) $< $@ 577 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm.h 578 579 $(PROJECT_INCLUDE)/vm/vm_extern.h: vm/vm_extern.h 580 $(INSTALL_DATA) $< $@ 581 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_extern.h 582 583 $(PROJECT_INCLUDE)/vm/vm_kern.h: vm/vm_kern.h 584 $(INSTALL_DATA) $< $@ 585 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_kern.h 586 587 $(PROJECT_INCLUDE)/vm/vm_param.h: vm/vm_param.h 588 $(INSTALL_DATA) $< $@ 589 PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_param.h 211 590 endif 212 591
Note: See TracChangeset
for help on using the changeset viewer.