Makefile.in revision 0cc6efb6
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@ 65CYGPATH_W = @CYGPATH_W@ 66DEFS = @DEFS@ 67ECHO_C = @ECHO_C@ 68ECHO_N = @ECHO_N@ 69ECHO_T = @ECHO_T@ 70FCCACHE = @FCCACHE@ 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 luximbi.ttf \ 120 luximb.ttf \ 121 luximri.ttf \ 122 luximr.ttf \ 123 luxirbi.ttf \ 124 luxirb.ttf \ 125 luxirri.ttf \ 126 luxirr.ttf \ 127 luxisbi.ttf \ 128 luxisb.ttf \ 129 luxisri.ttf \ 130 luxisr.ttf 131 132 133fontdir = @FONTDIR@ 134font_DATA = $(FONT_FILES) 135 136EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH autogen.sh 137subdir = . 138ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 139mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 140CONFIG_CLEAN_FILES = 141DIST_SOURCES = 142DATA = $(font_DATA) 143 144DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ 145 COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 configure \ 146 configure.ac install-sh missing mkinstalldirs 147all: all-am 148 149.SUFFIXES: 150 151am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 152 configure.lineno 153$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 154 cd $(top_srcdir) && \ 155 $(AUTOMAKE) --foreign Makefile 156Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 157 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 158 159$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 160 $(SHELL) ./config.status --recheck 161$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 162 cd $(srcdir) && $(AUTOCONF) 163 164$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 165 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 166uninstall-info-am: 167fontDATA_INSTALL = $(INSTALL_DATA) 168install-fontDATA: $(font_DATA) 169 @$(NORMAL_INSTALL) 170 $(mkinstalldirs) $(DESTDIR)$(fontdir) 171 @list='$(font_DATA)'; for p in $$list; do \ 172 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 173 f="`echo $$p | sed -e 's|^.*/||'`"; \ 174 echo " $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f"; \ 175 $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f; \ 176 done 177 178uninstall-fontDATA: 179 @$(NORMAL_UNINSTALL) 180 @list='$(font_DATA)'; for p in $$list; do \ 181 f="`echo $$p | sed -e 's|^.*/||'`"; \ 182 echo " rm -f $(DESTDIR)$(fontdir)/$$f"; \ 183 rm -f $(DESTDIR)$(fontdir)/$$f; \ 184 done 185tags: TAGS 186TAGS: 187 188ctags: CTAGS 189CTAGS: 190 191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 192 193top_distdir = . 194distdir = $(PACKAGE)-$(VERSION) 195 196am__remove_distdir = \ 197 { test ! -d $(distdir) \ 198 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 199 && rm -fr $(distdir); }; } 200 201GZIP_ENV = --best 202distuninstallcheck_listfiles = find . -type f -print 203distcleancheck_listfiles = find . -type f -print 204 205distdir: $(DISTFILES) 206 $(am__remove_distdir) 207 mkdir $(distdir) 208 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 209 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 210 list='$(DISTFILES)'; for file in $$list; do \ 211 case $$file in \ 212 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 213 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 214 esac; \ 215 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 216 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 217 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 218 dir="/$$dir"; \ 219 $(mkinstalldirs) "$(distdir)$$dir"; \ 220 else \ 221 dir=''; \ 222 fi; \ 223 if test -d $$d/$$file; then \ 224 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 225 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 226 fi; \ 227 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 228 else \ 229 test -f $(distdir)/$$file \ 230 || cp -p $$d/$$file $(distdir)/$$file \ 231 || exit 1; \ 232 fi; \ 233 done 234 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 235 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 236 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 237 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 238 || chmod -R a+r $(distdir) 239dist-gzip: distdir 240 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 241 $(am__remove_distdir) 242 243dist-bzip2: distdir 244 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 245 $(am__remove_distdir) 246 247dist dist-all: distdir 248 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 249 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 250 $(am__remove_distdir) 251 252# This target untars the dist file and tries a VPATH configuration. Then 253# it guarantees that the distribution is self-contained by making another 254# tarfile. 255distcheck: dist 256 $(am__remove_distdir) 257 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 258 chmod -R a-w $(distdir); chmod a+w $(distdir) 259 mkdir $(distdir)/_build 260 mkdir $(distdir)/_inst 261 chmod a-w $(distdir) 262 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 263 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 264 && cd $(distdir)/_build \ 265 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 266 $(DISTCHECK_CONFIGURE_FLAGS) \ 267 && $(MAKE) $(AM_MAKEFLAGS) \ 268 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 269 && $(MAKE) $(AM_MAKEFLAGS) check \ 270 && $(MAKE) $(AM_MAKEFLAGS) install \ 271 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 272 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 273 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 274 distuninstallcheck \ 275 && chmod -R a-w "$$dc_install_base" \ 276 && ({ \ 277 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 278 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 279 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 280 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 281 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 282 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 283 && rm -rf "$$dc_destdir" \ 284 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 285 && rm -f $(distdir).tar.gz \ 286 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 287 $(am__remove_distdir) 288 @echo "$(distdir).tar.gz is ready for distribution" | \ 289 sed 'h;s/./=/g;p;x;p;x' 290distcleancheck: distclean 291 @if test '$(srcdir)' = . ; then \ 292 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 293 exit 1 ; \ 294 fi 295 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 296 || { echo "ERROR: files left in build directory after distclean:" ; \ 297 $(distcleancheck_listfiles) ; \ 298 exit 1; } >&2 299check-am: all-am 300check: check-am 301all-am: Makefile $(DATA) 302 303installdirs: 304 $(mkinstalldirs) $(DESTDIR)$(fontdir) 305install: install-am 306install-exec: install-exec-am 307install-data: install-data-am 308uninstall: uninstall-am 309 310install-am: all-am 311 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 312 313installcheck: installcheck-am 314install-strip: 315 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 316 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 317 `test -z '$(STRIP)' || \ 318 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 319mostlyclean-generic: 320 321clean-generic: 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 390install-data-hook: 391 @rm -f $(DESTDIR)$(fontdir)/fonts.scale 392 $(MKFONTSCALE) $(DESTDIR)$(fontdir) 393 @rm -f $(DESTDIR)$(fontdir)/font.dir 394 $(MKFONTDIR) $(DESTDIR)$(fontdir) 395 $(FCCACHE) $(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