Makefile.am revision b73be646
1659607e0Smrg# 2b73be646Smrg# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 3b73be646Smrg# 4b73be646Smrg# Permission is hereby granted, free of charge, to any person obtaining a 5b73be646Smrg# copy of this software and associated documentation files (the "Software"), 6b73be646Smrg# to deal in the Software without restriction, including without limitation 7b73be646Smrg# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8b73be646Smrg# and/or sell copies of the Software, and to permit persons to whom the 9b73be646Smrg# Software is furnished to do so, subject to the following conditions: 10b73be646Smrg# 11b73be646Smrg# The above copyright notice and this permission notice (including the next 12b73be646Smrg# paragraph) shall be included in all copies or substantial portions of the 13b73be646Smrg# Software. 14b73be646Smrg# 15b73be646Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16b73be646Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17b73be646Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18b73be646Smrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19b73be646Smrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20b73be646Smrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21b73be646Smrg# DEALINGS IN THE SOFTWARE. 22b73be646Smrg# 23659607e0Smrg 24659607e0Smrgdrivermandir = $(DRIVER_MAN_DIR) 25659607e0Smrg 26659607e0Smrgdriverman_PRE = mousedrv.man 27659607e0Smrg 28659607e0Smrgdriverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 29659607e0Smrg 30659607e0SmrgEXTRA_DIST = mousedrv.man 31659607e0Smrg 32659607e0SmrgCLEANFILES = $(driverman_DATA) 33659607e0Smrg 34659607e0SmrgSUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 35659607e0Smrg 36659607e0Smrg.man.$(DRIVER_MAN_SUFFIX): 37b73be646Smrg $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 38