Makefile.in revision 644fc5c1
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 12x24 \ 120 12x24rk \ 121 8x16 \ 122 8x16rk 123 124 125BDF_FILES = $(FONT_FILES:%=%.bdf) 126PCF_FILES = $(FONT_FILES:%=%.pcf.gz) 127 128SUFFIXES = .bdf .pcf.gz 129 130fontdir = @FONTDIR@ 131font_DATA = $(PCF_FILES) 132CLEANFILES = $(font_DATA) 133 134EXTRA_DIST = $(BDF_FILES) autogen.sh 135subdir = . 136ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 137mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 138CONFIG_CLEAN_FILES = 139DIST_SOURCES = 140DATA = $(font_DATA) 141 142DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ 143 COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 configure \ 144 configure.ac install-sh missing mkinstalldirs 145all: all-am 146 147.SUFFIXES: 148.SUFFIXES: .bdf .pcf.gz 149 150am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 151 configure.lineno 152$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 153 cd $(top_srcdir) && \ 154 $(AUTOMAKE) --foreign Makefile 155Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 156 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 157 158$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 159 $(SHELL) ./config.status --recheck 160$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 161 cd $(srcdir) && $(AUTOCONF) 162 163$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 164 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 165uninstall-info-am: 166fontDATA_INSTALL = $(INSTALL_DATA) 167install-fontDATA: $(font_DATA) 168 @$(NORMAL_INSTALL) 169 $(mkinstalldirs) $(DESTDIR)$(fontdir) 170 @list='$(font_DATA)'; for p in $$list; do \ 171 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 172 f="`echo $$p | sed -e 's|^.*/||'`"; \ 173 echo " $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f"; \ 174 $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f; \ 175 done 176 177uninstall-fontDATA: 178 @$(NORMAL_UNINSTALL) 179 @list='$(font_DATA)'; for p in $$list; do \ 180 f="`echo $$p | sed -e 's|^.*/||'`"; \ 181 echo " rm -f $(DESTDIR)$(fontdir)/$$f"; \ 182 rm -f $(DESTDIR)$(fontdir)/$$f; \ 183 done 184tags: TAGS 185TAGS: 186 187ctags: CTAGS 188CTAGS: 189 190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 191 192top_distdir = . 193distdir = $(PACKAGE)-$(VERSION) 194 195am__remove_distdir = \ 196 { test ! -d $(distdir) \ 197 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 198 && rm -fr $(distdir); }; } 199 200GZIP_ENV = --best 201distuninstallcheck_listfiles = find . -type f -print 202distcleancheck_listfiles = find . -type f -print 203 204distdir: $(DISTFILES) 205 $(am__remove_distdir) 206 mkdir $(distdir) 207 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 208 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 209 list='$(DISTFILES)'; for file in $$list; do \ 210 case $$file in \ 211 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 212 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 213 esac; \ 214 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 215 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 216 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 217 dir="/$$dir"; \ 218 $(mkinstalldirs) "$(distdir)$$dir"; \ 219 else \ 220 dir=''; \ 221 fi; \ 222 if test -d $$d/$$file; then \ 223 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 224 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 225 fi; \ 226 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 227 else \ 228 test -f $(distdir)/$$file \ 229 || cp -p $$d/$$file $(distdir)/$$file \ 230 || exit 1; \ 231 fi; \ 232 done 233 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 234 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 235 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 236 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 237 || chmod -R a+r $(distdir) 238dist-gzip: distdir 239 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 240 $(am__remove_distdir) 241 242dist-bzip2: distdir 243 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 244 $(am__remove_distdir) 245 246dist dist-all: distdir 247 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 248 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 249 $(am__remove_distdir) 250 251# This target untars the dist file and tries a VPATH configuration. Then 252# it guarantees that the distribution is self-contained by making another 253# tarfile. 254distcheck: dist 255 $(am__remove_distdir) 256 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 257 chmod -R a-w $(distdir); chmod a+w $(distdir) 258 mkdir $(distdir)/_build 259 mkdir $(distdir)/_inst 260 chmod a-w $(distdir) 261 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 262 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 263 && cd $(distdir)/_build \ 264 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 265 $(DISTCHECK_CONFIGURE_FLAGS) \ 266 && $(MAKE) $(AM_MAKEFLAGS) \ 267 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 268 && $(MAKE) $(AM_MAKEFLAGS) check \ 269 && $(MAKE) $(AM_MAKEFLAGS) install \ 270 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 271 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 272 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 273 distuninstallcheck \ 274 && chmod -R a-w "$$dc_install_base" \ 275 && ({ \ 276 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 277 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 278 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 279 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 280 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 281 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 282 && rm -rf "$$dc_destdir" \ 283 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 284 && rm -f $(distdir).tar.gz \ 285 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 286 $(am__remove_distdir) 287 @echo "$(distdir).tar.gz is ready for distribution" | \ 288 sed 'h;s/./=/g;p;x;p;x' 289distcleancheck: distclean 290 @if test '$(srcdir)' = . ; then \ 291 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 292 exit 1 ; \ 293 fi 294 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 295 || { echo "ERROR: files left in build directory after distclean:" ; \ 296 $(distcleancheck_listfiles) ; \ 297 exit 1; } >&2 298check-am: all-am 299check: check-am 300all-am: Makefile $(DATA) 301 302installdirs: 303 $(mkinstalldirs) $(DESTDIR)$(fontdir) 304install: install-am 305install-exec: install-exec-am 306install-data: install-data-am 307uninstall: uninstall-am 308 309install-am: all-am 310 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 311 312installcheck: installcheck-am 313install-strip: 314 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 315 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 316 `test -z '$(STRIP)' || \ 317 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 318mostlyclean-generic: 319 320clean-generic: 321 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 322 323distclean-generic: 324 -rm -f $(CONFIG_CLEAN_FILES) 325 326maintainer-clean-generic: 327 @echo "This command is intended for maintainers to use" 328 @echo "it deletes files that may require special tools to rebuild." 329clean: clean-am 330 331clean-am: clean-generic mostlyclean-am 332 333distclean: distclean-am 334 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 335 -rm -f Makefile 336distclean-am: clean-am distclean-generic 337 338dvi: dvi-am 339 340dvi-am: 341 342info: info-am 343 344info-am: 345 346install-data-am: install-fontDATA 347 @$(NORMAL_INSTALL) 348 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 349 350install-exec-am: 351 352install-info: install-info-am 353 354install-man: 355 356installcheck-am: 357 358maintainer-clean: maintainer-clean-am 359 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 360 -rm -rf $(top_srcdir)/autom4te.cache 361 -rm -f Makefile 362maintainer-clean-am: distclean-am maintainer-clean-generic 363 364mostlyclean: mostlyclean-am 365 366mostlyclean-am: mostlyclean-generic 367 368pdf: pdf-am 369 370pdf-am: 371 372ps: ps-am 373 374ps-am: 375 376uninstall-am: uninstall-fontDATA uninstall-info-am 377 378.PHONY: all all-am check check-am clean clean-generic dist dist-all \ 379 dist-bzip2 dist-gzip distcheck distclean distclean-generic \ 380 distcleancheck distdir distuninstallcheck dvi dvi-am info \ 381 info-am install install-am install-data install-data-am \ 382 install-exec install-exec-am install-fontDATA install-info \ 383 install-info-am install-man install-strip installcheck \ 384 installcheck-am installdirs maintainer-clean \ 385 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 386 pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA \ 387 uninstall-info-am 388 389 390.bdf.pcf.gz: 391 @rm -f $@ 392 $(BDFTOPCF) -t $< | gzip > $@ 393 394install-data-hook: 395 @rm -f $(DESTDIR)$(fontdir)/fonts.scale 396 $(MKFONTSCALE) $(DESTDIR)$(fontdir) 397 @rm -f $(DESTDIR)$(fontdir)/font.dir 398 $(MKFONTDIR) $(DESTDIR)$(fontdir) 399 400distuninstallcheck: 401 @: 402# Tell versions [3.59,3.63) of GNU make to not export all variables. 403# Otherwise a system limit (for SysV at least) may be exceeded. 404.NOEXPORT: 405