1ef981d24Smrg# 256957a04Smrg# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 356957a04Smrg# 456957a04Smrg# Permission is hereby granted, free of charge, to any person obtaining a 556957a04Smrg# copy of this software and associated documentation files (the "Software"), 656957a04Smrg# to deal in the Software without restriction, including without limitation 756957a04Smrg# the rights to use, copy, modify, merge, publish, distribute, sublicense, 856957a04Smrg# and/or sell copies of the Software, and to permit persons to whom the 956957a04Smrg# Software is furnished to do so, subject to the following conditions: 1056957a04Smrg# 1156957a04Smrg# The above copyright notice and this permission notice (including the next 1256957a04Smrg# paragraph) shall be included in all copies or substantial portions of the 1356957a04Smrg# Software. 1456957a04Smrg# 1556957a04Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1656957a04Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1756957a04Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1856957a04Smrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1956957a04Smrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 2056957a04Smrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 2156957a04Smrg# DEALINGS IN THE SOFTWARE. 2256957a04Smrg# 23ef981d24Smrg 24ef981d24Smrglibmandir = $(LIB_MAN_DIR) 25ef981d24Smrg 2656957a04Smrglibman_PRE = \ 2756957a04Smrg Xss.man \ 2856957a04Smrg $(Xss_shadows:=.man) 29ef981d24Smrg 3056957a04SmrgXss_shadows = \ 31ef981d24Smrg XScreenSaverQueryExtension \ 3256957a04Smrg XScreenSaverQueryVersion \ 3356957a04Smrg XScreenSaverAllocInfo \ 34ef981d24Smrg XScreenSaverQueryInfo \ 35ef981d24Smrg XScreenSaverSelectInput \ 3656957a04Smrg XScreenSaverSetAttributes \ 37ef981d24Smrg XScreenSaverUnsetAttributes \ 38ef981d24Smrg XScreenSaverRegister \ 39ef981d24Smrg XScreenSaverUnregister \ 40ef981d24Smrg XScreenSaverGetRegistered \ 41ef981d24Smrg XScreenSaverSuspend 42ef981d24Smrg 4356957a04SmrgEXTRA_DIST = $(libman_PRE) 4456957a04SmrgCLEANFILES = $(libman_DATA) 4556957a04Smrg 4656957a04Smrglibman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 4756957a04Smrg 4856957a04SmrgSUFFIXES = .$(LIB_MAN_SUFFIX) .man 4956957a04Smrg 5056957a04Smrg# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 5156957a04Smrg.man.$(LIB_MAN_SUFFIX): 5256957a04Smrg $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 5356957a04Smrg 54