Makefile.am revision b6f2c9cc
11.5Sisaki# 21.1Sjruoho# Copyright 2005 Red Hat, Inc. 31.1Sjruoho# 41.1Sjruoho# Permission to use, copy, modify, distribute, and sell this software 51.1Sjruoho# and its documentation for any purpose is hereby granted without fee, 61.1Sjruoho# provided that the above copyright notice appear in all copies and that 71.1Sjruoho# both that copyright notice and this permission notice appear in 81.1Sjruoho# supporting documentation, and that the name of Red Hat not be used in 91.1Sjruoho# advertising or publicity pertaining to distribution of the software 101.1Sjruoho# without specific, written prior permission. Red Hat makes no 111.1Sjruoho# representations about the suitability of this software for any 121.1Sjruoho# purpose. It is provided "as is" without express or implied warranty. 131.1Sjruoho# 141.1Sjruoho# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 151.1Sjruoho# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 161.1Sjruoho# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 171.1Sjruoho# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 181.1Sjruoho# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 191.1Sjruoho# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 201.1Sjruoho# PERFORMANCE OF THIS SOFTWARE. 211.1Sjruoho 221.1Sjruohobin_PROGRAMS = mkfontscale 231.1Sjruoho 241.1SjruohoAM_CPPFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ -D_BSD_SOURCE 251.1SjruohoAM_CFLAGS = $(CWARNFLAGS) 261.1Sjruohomkfontscale_LDADD = @MKFONTSCALE_LIBS@ 271.1Sjruoho 281.1Sjruohomkfontscale_SOURCES = \ 291.1Sjruoho data.h \ 301.1Sjruoho hash.c \ 311.1Sjruoho hash.h \ 321.5Sisaki ident.c \ 331.1Sjruoho ident.h \ 341.1Sjruoho list.c \ 351.1Sjruoho list.h \ 361.1Sjruoho mkfontscale.c 371.1Sjruoho 381.5Sisakiappman_PRE = mkfontscale.man 391.5Sisaki 401.5Sisakiappmandir = $(APP_MAN_DIR) 411.5Sisaki 421.5Sisakiappman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 431.5Sisaki 441.5SisakiEXTRA_DIST = $(appman_PRE) 451.5SisakiMAINTAINERCLEANFILES = ChangeLog INSTALL 461.5SisakiCLEANFILES = $(appman_DATA) 471.5Sisaki 481.5SisakiSUFFIXES = .$(APP_MAN_SUFFIX) .man 491.5Sisaki 501.5Sisaki# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 511.5Sisaki.man.$(APP_MAN_SUFFIX): 521.5Sisaki $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 531.5Sisaki 541.5Sisaki.PHONY: ChangeLog INSTALL 551.1Sjruoho 561.1SjruohoINSTALL: 571.1Sjruoho $(INSTALL_CMD) 581.5Sisaki 591.5SisakiChangeLog: 601.1Sjruoho $(CHANGELOG_CMD) 611.5Sisaki 621.1Sjruohodist-hook: ChangeLog INSTALL 631.1Sjruoho 641.5Sisakiif LINT 651.1SjruohoALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 661.1Sjruoho $(AM_CPPFLAGS) $(CPPFLAGS) 671.5Sisaki 681.5Sisakilint: 691.5Sisaki $(LINT) $(ALL_LINT_FLAGS) $(mkfontscale_SOURCES) 701.1Sjruohoendif LINT 711.1Sjruoho