Makefile.in revision b1cb5b87
1# Makefile.in generated by automake 1.7.9 from Makefile.am. 2# @configure_input@ 3 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 5# Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 2005 Red Hat, Inc. 18# 19# Permission to use, copy, modify, distribute, and sell this software 20# and its documentation for any purpose is hereby granted without 21# fee, provided that the above copyright notice appear in all copies 22# and that both that copyright notice and this permission notice 23# appear in supporting documentation, and that the name of Red Hat 24# not be used in advertising or publicity pertaining to distribution 25# of the software without specific, written prior permission. Red 26# Hat makes no representations about the suitability of this software 27# for any purpose. It is provided "as is" without express or implied 28# warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 32# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 34# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 35# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 36# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37 38srcdir = @srcdir@ 39top_srcdir = @top_srcdir@ 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkgincludedir = $(includedir)/@PACKAGE@ 44top_builddir = . 45 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 47INSTALL = @INSTALL@ 48install_sh_DATA = $(install_sh) -c -m 644 49install_sh_PROGRAM = $(install_sh) -c 50install_sh_SCRIPT = $(install_sh) -c 51INSTALL_HEADER = $(INSTALL_DATA) 52transform = $(program_transform_name) 53NORMAL_INSTALL = : 54PRE_INSTALL = : 55POST_INSTALL = : 56NORMAL_UNINSTALL = : 57PRE_UNINSTALL = : 58POST_UNINSTALL = : 59ACLOCAL = @ACLOCAL@ 60AMTAR = @AMTAR@ 61AUTOCONF = @AUTOCONF@ 62AUTOHEADER = @AUTOHEADER@ 63AUTOMAKE = @AUTOMAKE@ 64AWK = @AWK@ 65BDFTOPCF = @BDFTOPCF@ 66CYGPATH_W = @CYGPATH_W@ 67DEFS = @DEFS@ 68ECHO_C = @ECHO_C@ 69ECHO_N = @ECHO_N@ 70ECHO_T = @ECHO_T@ 71FONTDIR = @FONTDIR@ 72INSTALL_DATA = @INSTALL_DATA@ 73INSTALL_PROGRAM = @INSTALL_PROGRAM@ 74INSTALL_SCRIPT = @INSTALL_SCRIPT@ 75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 76LIBOBJS = @LIBOBJS@ 77LIBS = @LIBS@ 78LTLIBOBJS = @LTLIBOBJS@ 79MAINT = @MAINT@ 80MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 81MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 82MAKEINFO = @MAKEINFO@ 83MKFONTDIR = @MKFONTDIR@ 84MKFONTSCALE = @MKFONTSCALE@ 85PACKAGE = @PACKAGE@ 86PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 87PACKAGE_NAME = @PACKAGE_NAME@ 88PACKAGE_STRING = @PACKAGE_STRING@ 89PACKAGE_TARNAME = @PACKAGE_TARNAME@ 90PACKAGE_VERSION = @PACKAGE_VERSION@ 91PATH_SEPARATOR = @PATH_SEPARATOR@ 92SET_MAKE = @SET_MAKE@ 93SHELL = @SHELL@ 94STRIP = @STRIP@ 95VERSION = @VERSION@ 96ac_ct_STRIP = @ac_ct_STRIP@ 97am__leading_dot = @am__leading_dot@ 98bindir = @bindir@ 99build_alias = @build_alias@ 100datadir = @datadir@ 101exec_prefix = @exec_prefix@ 102host_alias = @host_alias@ 103includedir = @includedir@ 104infodir = @infodir@ 105install_sh = @install_sh@ 106libdir = @libdir@ 107libexecdir = @libexecdir@ 108localstatedir = @localstatedir@ 109mandir = @mandir@ 110oldincludedir = @oldincludedir@ 111prefix = @prefix@ 112program_transform_name = @program_transform_name@ 113sbindir = @sbindir@ 114sharedstatedir = @sharedstatedir@ 115sysconfdir = @sysconfdir@ 116target_alias = @target_alias@ 117 118FONT_FILES = \ 119 cursor 120 121 122BDF_FILES = $(FONT_FILES:%=%.bdf) 123PCF_FILES = $(FONT_FILES:%=%.pcf.gz) 124 125SUFFIXES = .bdf .pcf.gz 126 127fontdir = @FONTDIR@ 128font_DATA = $(PCF_FILES) 129CLEANFILES = $(font_DATA) 130 131EXTRA_DIST = $(BDF_FILES) autogen.sh 132subdir = . 133ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 134mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 135CONFIG_CLEAN_FILES = 136DIST_SOURCES = 137DATA = $(font_DATA) 138 139DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ 140 COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 configure \ 141 configure.ac install-sh missing mkinstalldirs 142all: all-am 143 144.SUFFIXES: 145.SUFFIXES: .bdf .pcf.gz 146 147am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 148 configure.lineno 149$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 150 cd $(top_srcdir) && \ 151 $(AUTOMAKE) --foreign Makefile 152Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 153 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 154 155$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 156 $(SHELL) ./config.status --recheck 157$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 158 cd $(srcdir) && $(AUTOCONF) 159 160$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 161 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 162uninstall-info-am: 163fontDATA_INSTALL = $(INSTALL_DATA) 164install-fontDATA: $(font_DATA) 165 @$(NORMAL_INSTALL) 166 $(mkinstalldirs) $(DESTDIR)$(fontdir) 167 @list='$(font_DATA)'; for p in $$list; do \ 168 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 169 f="`echo $$p | sed -e 's|^.*/||'`"; \ 170 echo " $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f"; \ 171 $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f; \ 172 done 173 174uninstall-fontDATA: 175 @$(NORMAL_UNINSTALL) 176 @list='$(font_DATA)'; for p in $$list; do \ 177 f="`echo $$p | sed -e 's|^.*/||'`"; \ 178 echo " rm -f $(DESTDIR)$(fontdir)/$$f"; \ 179 rm -f $(DESTDIR)$(fontdir)/$$f; \ 180 done 181tags: TAGS 182TAGS: 183 184ctags: CTAGS 185CTAGS: 186 187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 188 189top_distdir = . 190distdir = $(PACKAGE)-$(VERSION) 191 192am__remove_distdir = \ 193 { test ! -d $(distdir) \ 194 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 195 && rm -fr $(distdir); }; } 196 197GZIP_ENV = --best 198distuninstallcheck_listfiles = find . -type f -print 199distcleancheck_listfiles = find . -type f -print 200 201distdir: $(DISTFILES) 202 $(am__remove_distdir) 203 mkdir $(distdir) 204 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 205 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 206 list='$(DISTFILES)'; for file in $$list; do \ 207 case $$file in \ 208 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 209 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 210 esac; \ 211 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 212 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 213 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 214 dir="/$$dir"; \ 215 $(mkinstalldirs) "$(distdir)$$dir"; \ 216 else \ 217 dir=''; \ 218 fi; \ 219 if test -d $$d/$$file; then \ 220 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 221 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 222 fi; \ 223 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 224 else \ 225 test -f $(distdir)/$$file \ 226 || cp -p $$d/$$file $(distdir)/$$file \ 227 || exit 1; \ 228 fi; \ 229 done 230 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 231 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 232 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 233 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 234 || chmod -R a+r $(distdir) 235dist-gzip: distdir 236 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 237 $(am__remove_distdir) 238 239dist-bzip2: distdir 240 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 241 $(am__remove_distdir) 242 243dist dist-all: distdir 244 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 245 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 246 $(am__remove_distdir) 247 248# This target untars the dist file and tries a VPATH configuration. Then 249# it guarantees that the distribution is self-contained by making another 250# tarfile. 251distcheck: dist 252 $(am__remove_distdir) 253 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 254 chmod -R a-w $(distdir); chmod a+w $(distdir) 255 mkdir $(distdir)/_build 256 mkdir $(distdir)/_inst 257 chmod a-w $(distdir) 258 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 259 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 260 && cd $(distdir)/_build \ 261 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 262 $(DISTCHECK_CONFIGURE_FLAGS) \ 263 && $(MAKE) $(AM_MAKEFLAGS) \ 264 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 265 && $(MAKE) $(AM_MAKEFLAGS) check \ 266 && $(MAKE) $(AM_MAKEFLAGS) install \ 267 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 268 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 269 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 270 distuninstallcheck \ 271 && chmod -R a-w "$$dc_install_base" \ 272 && ({ \ 273 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 274 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 275 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 276 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 277 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 278 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 279 && rm -rf "$$dc_destdir" \ 280 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 281 && rm -f $(distdir).tar.gz \ 282 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 283 $(am__remove_distdir) 284 @echo "$(distdir).tar.gz is ready for distribution" | \ 285 sed 'h;s/./=/g;p;x;p;x' 286distcleancheck: distclean 287 @if test '$(srcdir)' = . ; then \ 288 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 289 exit 1 ; \ 290 fi 291 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 292 || { echo "ERROR: files left in build directory after distclean:" ; \ 293 $(distcleancheck_listfiles) ; \ 294 exit 1; } >&2 295check-am: all-am 296check: check-am 297all-am: Makefile $(DATA) 298 299installdirs: 300 $(mkinstalldirs) $(DESTDIR)$(fontdir) 301install: install-am 302install-exec: install-exec-am 303install-data: install-data-am 304uninstall: uninstall-am 305 306install-am: all-am 307 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 308 309installcheck: installcheck-am 310install-strip: 311 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 312 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 313 `test -z '$(STRIP)' || \ 314 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 315mostlyclean-generic: 316 317clean-generic: 318 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 319 320distclean-generic: 321 -rm -f $(CONFIG_CLEAN_FILES) 322 323maintainer-clean-generic: 324 @echo "This command is intended for maintainers to use" 325 @echo "it deletes files that may require special tools to rebuild." 326clean: clean-am 327 328clean-am: clean-generic mostlyclean-am 329 330distclean: distclean-am 331 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 332 -rm -f Makefile 333distclean-am: clean-am distclean-generic 334 335dvi: dvi-am 336 337dvi-am: 338 339info: info-am 340 341info-am: 342 343install-data-am: install-fontDATA 344 @$(NORMAL_INSTALL) 345 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 346 347install-exec-am: 348 349install-info: install-info-am 350 351install-man: 352 353installcheck-am: 354 355maintainer-clean: maintainer-clean-am 356 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 357 -rm -rf $(top_srcdir)/autom4te.cache 358 -rm -f Makefile 359maintainer-clean-am: distclean-am maintainer-clean-generic 360 361mostlyclean: mostlyclean-am 362 363mostlyclean-am: mostlyclean-generic 364 365pdf: pdf-am 366 367pdf-am: 368 369ps: ps-am 370 371ps-am: 372 373uninstall-am: uninstall-fontDATA uninstall-info-am 374 375.PHONY: all all-am check check-am clean clean-generic dist dist-all \ 376 dist-bzip2 dist-gzip distcheck distclean distclean-generic \ 377 distcleancheck distdir distuninstallcheck dvi dvi-am info \ 378 info-am install install-am install-data install-data-am \ 379 install-exec install-exec-am install-fontDATA install-info \ 380 install-info-am install-man install-strip installcheck \ 381 installcheck-am installdirs maintainer-clean \ 382 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 383 pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA \ 384 uninstall-info-am 385 386 387.bdf.pcf.gz: 388 @rm -f $@ 389 $(BDFTOPCF) -t $< | gzip > $@ 390 391install-data-hook: 392 @rm -f $(DESTDIR)$(fontdir)/fonts.scale 393 $(MKFONTSCALE) $(DESTDIR)$(fontdir) 394 @rm -f $(DESTDIR)$(fontdir)/font.dir 395 $(MKFONTDIR) $(DESTDIR)$(fontdir) 396 397distuninstallcheck: 398 @: 399# Tell versions [3.59,3.63) of GNU make to not export all variables. 400# Otherwise a system limit (for SysV at least) may be exceeded. 401.NOEXPORT: 402