Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# at http://www.illumos.org/license/CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../../Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANSECT = 9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANFILES = Intro.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _fini.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe aread.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe attach.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe awrite.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe chpoll.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe close.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe csx_event_handler.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe detach.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_access.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_contextmgt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_dup.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_map.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_unmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe dump.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getinfo.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gld.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe identify.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ioctl.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ks_snapshot.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ks_update.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe open.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe power.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe print.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe probe.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe prop_op.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe put.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe quiesce.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe read.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe segmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe srv.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe strategy.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_abort.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_bus_reset.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_dmafree.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_getcap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_init_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_quiesce.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_reset.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_reset_notify.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_setup_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_start.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_sync_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_tgt_free.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_tgt_init.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_tgt_probe.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe write.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANSOFILES = _info.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _init.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_get_stats.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_intr.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_ioctl.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_reset.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_send.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_set_mac_addr.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_set_multicast.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_set_promiscuous.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_start.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_stop.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe intro.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_destroy_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_pkt_constructor.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_pkt_destructor.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_setcap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_teardown_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_unquiesce.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANFILES += $(MANSOFILES)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweintro.9e := SOSRC = man9e/Intro.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_info.9e := SOSRC = man9e/_fini.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_init.9e := SOSRC = man9e/_fini.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_get_stats.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_intr.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_ioctl.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_reset.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_send.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_set_mac_addr.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_set_multicast.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_set_promiscuous.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_start.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegldm_stop.9e := SOSRC = man9e/gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetran_setcap.9e := SOSRC = man9e/tran_getcap.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetran_destroy_pkt.9e := SOSRC = man9e/tran_init_pkt.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetran_unquiesce.9e := SOSRC = man9e/tran_quiesce.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetran_pkt_constructor.9e := SOSRC = man9e/tran_setup_pkt.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetran_pkt_destructor.9e := SOSRC = man9e/tran_setup_pkt.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowetran_teardown_pkt.9e := SOSRC = man9e/tran_setup_pkt.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinstall: $(ROOTMANFILES)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe