1# Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4# This Makefile.in is free software; the Free Software Foundation 5# gives unlimited permission to copy and/or distribute it, 6# with or without modifications, as long as this notice is preserved. 7 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11# PARTICULAR PURPOSE. 12 13 14SHELL = @SHELL@ 15 16srcdir = @srcdir@ 17top_srcdir = @top_srcdir@ 18VPATH = @srcdir@ 19prefix = @prefix@ 20exec_prefix = @exec_prefix@ 21 22bindir = @bindir@ 23sbindir = @sbindir@ 24libexecdir = @libexecdir@ 25datadir = @datadir@ 26sysconfdir = @sysconfdir@ 27sharedstatedir = @sharedstatedir@ 28localstatedir = @localstatedir@ 29libdir = @libdir@ 30infodir = @infodir@ 31mandir = @mandir@ 32includedir = @includedir@ 33oldincludedir = /usr/include 34 35DESTDIR = 36 37pkgdatadir = $(datadir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40 41top_builddir = . 42 43ACLOCAL = @ACLOCAL@ 44AUTOCONF = @AUTOCONF@ 45AUTOMAKE = @AUTOMAKE@ 46AUTOHEADER = @AUTOHEADER@ 47 48INSTALL = @INSTALL@ 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 50INSTALL_DATA = @INSTALL_DATA@ 51INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52transform = @program_transform_name@ 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60host_alias = @host_alias@ 61host_triplet = @host@ 62AS = @AS@ 63CC = @CC@ 64DLLTOOL = @DLLTOOL@ 65LIBTOOL = @LIBTOOL@ 66LN_S = @LN_S@ 67MAKEINFO = @MAKEINFO@ 68OBJDUMP = @OBJDUMP@ 69PACKAGE = @PACKAGE@ 70RANLIB = @RANLIB@ 71UNICODE_DEFS = @UNICODE_DEFS@ 72UNICODE_INCLUDEDIR = @UNICODE_INCLUDEDIR@ 73UNICODE_LIBDIR = @UNICODE_LIBDIR@ 74UNICODE_LIBS = @UNICODE_LIBS@ 75VERSION = @VERSION@ 76cflags = @cflags@ 77 78AUTOMAKE_OPTIONS = gnu # gnits 79 80SUBDIRS = . iso jis msft 81 82bin_SCRIPTS = unicode-config 83 84AM_CFLAGS = $(cflags) 85 86lib_LTLIBRARIES = libunicode.la 87 88libunicode_la_SOURCES = chartables.h convert.c convert.h decomp.c init.c iso8859.c latin1.c prop.c sjis.c ucs2.c ucs4.c utf8.c utf8.h utf8conv.c 89 90 91include_HEADERS = unicode.h 92noinst_HEADERS = decomp.h convert.h 93 94EXTRA_DIST = libunicode.spec.in unicodeConf.sh.in 95 96 97confexecdir = $(sysconfdir) 98confexec_DATA = unicodeConf.sh 99 100CLEAN_FILES = unicodeConf.sh 101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 103CONFIG_HEADER = config.h 104CONFIG_CLEAN_FILES = libunicode.spec unicode-config 105LTLIBRARIES = $(lib_LTLIBRARIES) 106 107 108DEFS = @DEFS@ -I. -I$(srcdir) -I. 109CPPFLAGS = @CPPFLAGS@ 110LDFLAGS = @LDFLAGS@ 111LIBS = @LIBS@ 112libunicode_la_LDFLAGS = 113libunicode_la_LIBADD = 114libunicode_la_OBJECTS = convert.lo decomp.lo init.lo iso8859.lo \ 115latin1.lo prop.lo sjis.lo ucs2.lo ucs4.lo utf8.lo utf8conv.lo 116SCRIPTS = $(bin_SCRIPTS) 117 118CFLAGS = @CFLAGS@ 119COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 120LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 121CCLD = $(CC) 122LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 123DATA = $(confexec_DATA) 124 125HEADERS = $(include_HEADERS) $(noinst_HEADERS) 126 127DIST_COMMON = README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \ 128INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \ 129config.guess config.h.in config.sub configure configure.in install-sh \ 130libunicode.spec.in ltconfig ltmain.sh missing mkinstalldirs \ 131unicode-config.in 132 133 134DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 135 136TAR = gtar 137GZIP_ENV = --best 138SOURCES = $(libunicode_la_SOURCES) 139OBJECTS = $(libunicode_la_OBJECTS) 140 141all: all-redirect 142.SUFFIXES: 143.SUFFIXES: .S .c .lo .o .s 144$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 145 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile 146 147Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 148 cd $(top_builddir) \ 149 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 150 151$(ACLOCAL_M4): configure.in 152 cd $(srcdir) && $(ACLOCAL) 153 154config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 155 $(SHELL) ./config.status --recheck 156$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 157 cd $(srcdir) && $(AUTOCONF) 158 159config.h: stamp-h 160 @if test ! -f $@; then \ 161 rm -f stamp-h; \ 162 $(MAKE) stamp-h; \ 163 else :; fi 164stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 165 cd $(top_builddir) \ 166 && CONFIG_FILES= CONFIG_HEADERS=config.h \ 167 $(SHELL) ./config.status 168 @echo timestamp > stamp-h 2> /dev/null 169$(srcdir)/config.h.in: $(srcdir)/stamp-h.in 170 @if test ! -f $@; then \ 171 rm -f $(srcdir)/stamp-h.in; \ 172 $(MAKE) $(srcdir)/stamp-h.in; \ 173 else :; fi 174$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h 175 cd $(top_srcdir) && $(AUTOHEADER) 176 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 177 178mostlyclean-hdr: 179 180clean-hdr: 181 182distclean-hdr: 183 -rm -f config.h 184 185maintainer-clean-hdr: 186libunicode.spec: $(top_builddir)/config.status libunicode.spec.in 187 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 188unicode-config: $(top_builddir)/config.status unicode-config.in 189 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 190 191mostlyclean-libLTLIBRARIES: 192 193clean-libLTLIBRARIES: 194 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 195 196distclean-libLTLIBRARIES: 197 198maintainer-clean-libLTLIBRARIES: 199 200install-libLTLIBRARIES: $(lib_LTLIBRARIES) 201 @$(NORMAL_INSTALL) 202 $(mkinstalldirs) $(DESTDIR)$(libdir) 203 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 204 if test -f $$p; then \ 205 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ 206 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ 207 else :; fi; \ 208 done 209 210uninstall-libLTLIBRARIES: 211 @$(NORMAL_UNINSTALL) 212 list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 213 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 214 done 215 216.c.o: 217 $(COMPILE) -c $< 218 219.s.o: 220 $(COMPILE) -c $< 221 222.S.o: 223 $(COMPILE) -c $< 224 225mostlyclean-compile: 226 -rm -f *.o core *.core 227 228clean-compile: 229 230distclean-compile: 231 -rm -f *.tab.c 232 233maintainer-clean-compile: 234 235.c.lo: 236 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 237 238.s.lo: 239 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 240 241.S.lo: 242 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 243 244mostlyclean-libtool: 245 -rm -f *.lo 246 247clean-libtool: 248 -rm -rf .libs _libs 249 250distclean-libtool: 251 252maintainer-clean-libtool: 253 254libunicode.la: $(libunicode_la_OBJECTS) $(libunicode_la_DEPENDENCIES) 255 $(LINK) -rpath $(libdir) $(libunicode_la_LDFLAGS) $(libunicode_la_OBJECTS) $(libunicode_la_LIBADD) $(LIBS) 256 257install-binSCRIPTS: $(bin_SCRIPTS) 258 @$(NORMAL_INSTALL) 259 $(mkinstalldirs) $(DESTDIR)$(bindir) 260 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 261 if test -f $$p; then \ 262 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ 263 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ 264 else if test -f $(srcdir)/$$p; then \ 265 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ 266 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ 267 else :; fi; fi; \ 268 done 269 270uninstall-binSCRIPTS: 271 @$(NORMAL_UNINSTALL) 272 list='$(bin_SCRIPTS)'; for p in $$list; do \ 273 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ 274 done 275 276install-confexecDATA: $(confexec_DATA) 277 @$(NORMAL_INSTALL) 278 $(mkinstalldirs) $(DESTDIR)$(confexecdir) 279 @list='$(confexec_DATA)'; for p in $$list; do \ 280 if test -f $(srcdir)/$$p; then \ 281 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p"; \ 282 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p; \ 283 else if test -f $$p; then \ 284 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p"; \ 285 $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p; \ 286 fi; fi; \ 287 done 288 289uninstall-confexecDATA: 290 @$(NORMAL_UNINSTALL) 291 list='$(confexec_DATA)'; for p in $$list; do \ 292 rm -f $(DESTDIR)$(confexecdir)/$$p; \ 293 done 294 295install-includeHEADERS: $(include_HEADERS) 296 @$(NORMAL_INSTALL) 297 $(mkinstalldirs) $(DESTDIR)$(includedir) 298 @list='$(include_HEADERS)'; for p in $$list; do \ 299 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ 300 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ 301 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ 302 done 303 304uninstall-includeHEADERS: 305 @$(NORMAL_UNINSTALL) 306 list='$(include_HEADERS)'; for p in $$list; do \ 307 rm -f $(DESTDIR)$(includedir)/$$p; \ 308 done 309 310# This directory's subdirectories are mostly independent; you can cd 311# into them and run `make' without going through this Makefile. 312# To change the values of `make' variables: instead of editing Makefiles, 313# (1) if the variable is set in `config.status', edit `config.status' 314# (which will cause the Makefiles to be regenerated when you run `make'); 315# (2) otherwise, pass the desired values on the `make' command line. 316 317@SET_MAKE@ 318 319all-recursive install-data-recursive install-exec-recursive \ 320installdirs-recursive install-recursive uninstall-recursive \ 321check-recursive installcheck-recursive info-recursive dvi-recursive: 322 @set fnord $(MAKEFLAGS); amf=$$2; \ 323 dot_seen=no; \ 324 target=`echo $@ | sed s/-recursive//`; \ 325 list='$(SUBDIRS)'; for subdir in $$list; do \ 326 echo "Making $$target in $$subdir"; \ 327 if test "$$subdir" = "."; then \ 328 dot_seen=yes; \ 329 local_target="$$target-am"; \ 330 else \ 331 local_target="$$target"; \ 332 fi; \ 333 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 334 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 335 done; \ 336 if test "$$dot_seen" = "no"; then \ 337 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 338 fi; test -z "$$fail" 339 340mostlyclean-recursive clean-recursive distclean-recursive \ 341maintainer-clean-recursive: 342 @set fnord $(MAKEFLAGS); amf=$$2; \ 343 dot_seen=no; \ 344 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 345 rev="$$subdir $$rev"; \ 346 test "$$subdir" = "." && dot_seen=yes; \ 347 done; \ 348 test "$$dot_seen" = "no" && rev=". $$rev"; \ 349 target=`echo $@ | sed s/-recursive//`; \ 350 for subdir in $$rev; do \ 351 echo "Making $$target in $$subdir"; \ 352 if test "$$subdir" = "."; then \ 353 local_target="$$target-am"; \ 354 else \ 355 local_target="$$target"; \ 356 fi; \ 357 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 358 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 359 done && test -z "$$fail" 360tags-recursive: 361 list='$(SUBDIRS)'; for subdir in $$list; do \ 362 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 363 done 364 365tags: TAGS 366 367ID: $(HEADERS) $(SOURCES) $(LISP) 368 list='$(SOURCES) $(HEADERS)'; \ 369 unique=`for i in $$list; do echo $$i; done | \ 370 awk ' { files[$$0] = 1; } \ 371 END { for (i in files) print i; }'`; \ 372 here=`pwd` && cd $(srcdir) \ 373 && mkid -f$$here/ID $$unique $(LISP) 374 375TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) 376 tags=; \ 377 here=`pwd`; \ 378 list='$(SUBDIRS)'; for subdir in $$list; do \ 379 if test "$$subdir" = .; then :; else \ 380 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 381 fi; \ 382 done; \ 383 list='$(SOURCES) $(HEADERS)'; \ 384 unique=`for i in $$list; do echo $$i; done | \ 385 awk ' { files[$$0] = 1; } \ 386 END { for (i in files) print i; }'`; \ 387 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 388 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 389 390mostlyclean-tags: 391 392clean-tags: 393 394distclean-tags: 395 -rm -f TAGS ID 396 397maintainer-clean-tags: 398 399distdir = $(PACKAGE)-$(VERSION) 400top_distdir = $(distdir) 401 402# This target untars the dist file and tries a VPATH configuration. Then 403# it guarantees that the distribution is self-contained by making another 404# tarfile. 405distcheck: dist 406 -rm -rf $(distdir) 407 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 408 mkdir $(distdir)/=build 409 mkdir $(distdir)/=inst 410 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 411 cd $(distdir)/=build \ 412 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 413 && $(MAKE) $(AM_MAKEFLAGS) \ 414 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 415 && $(MAKE) $(AM_MAKEFLAGS) check \ 416 && $(MAKE) $(AM_MAKEFLAGS) install \ 417 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 418 && $(MAKE) $(AM_MAKEFLAGS) dist 419 -rm -rf $(distdir) 420 @banner="$(distdir).tar.gz is ready for distribution"; \ 421 dashes=`echo "$$banner" | sed s/./=/g`; \ 422 echo "$$dashes"; \ 423 echo "$$banner"; \ 424 echo "$$dashes" 425dist: distdir 426 -chmod -R a+r $(distdir) 427 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 428 -rm -rf $(distdir) 429dist-all: distdir 430 -chmod -R a+r $(distdir) 431 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 432 -rm -rf $(distdir) 433distdir: $(DISTFILES) 434 -rm -rf $(distdir) 435 mkdir $(distdir) 436 -chmod 777 $(distdir) 437 @for file in $(DISTFILES); do \ 438 d=$(srcdir); \ 439 if test -d $$d/$$file; then \ 440 cp -pr $$/$$file $(distdir)/$$file; \ 441 else \ 442 test -f $(distdir)/$$file \ 443 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 444 || cp -p $$d/$$file $(distdir)/$$file || :; \ 445 fi; \ 446 done 447 for subdir in $(SUBDIRS); do \ 448 if test "$$subdir" = .; then :; else \ 449 test -d $(distdir)/$$subdir \ 450 || mkdir $(distdir)/$$subdir \ 451 || exit 1; \ 452 chmod 777 $(distdir)/$$subdir; \ 453 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ 454 || exit 1; \ 455 fi; \ 456 done 457 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook 458convert.lo convert.o : convert.c config.h unicode.h convert.h 459decomp.lo decomp.o : decomp.c config.h unicode.h decomp.h 460init.lo init.o : init.c config.h unicode.h convert.h 461iso8859.lo iso8859.o : iso8859.c config.h unicode.h convert.h \ 462 iso/iso8859-2.h iso/iso8859-3.h iso/iso8859-4.h iso/iso8859-5.h \ 463 iso/iso8859-6.h iso/iso8859-7.h iso/iso8859-8.h iso/iso8859-9.h \ 464 iso/iso8859-10.h iso/iso8859-14.h iso/iso8859-15.h \ 465 iso/windows-1252.h iso/koi8-r.h iso/koi8-u.h \ 466 iso/tis620.2533-1.h iso/armscii-8.h iso/georgian-academy.h \ 467 iso/georgian-ps.h 468latin1.lo latin1.o : latin1.c config.h unicode.h convert.h 469prop.lo prop.o : prop.c config.h unicode.h chartables.h 470sjis.lo sjis.o : sjis.c config.h unicode.h convert.h jis/shiftjis.h \ 471 msft/cp932.h 472ucs2.lo ucs2.o : ucs2.c config.h unicode.h convert.h 473ucs4.lo ucs4.o : ucs4.c config.h unicode.h convert.h 474utf8conv.lo utf8conv.o : utf8conv.c config.h unicode.h convert.h utf8.h 475utf8.lo utf8.o : utf8.c config.h unicode.h convert.h utf8.h 476 477info-am: 478info: info-recursive 479dvi-am: 480dvi: dvi-recursive 481check-am: all-am 482check: check-recursive 483installcheck-am: 484installcheck: installcheck-recursive 485all-recursive-am: config.h 486 $(MAKE) $(AM_MAKEFLAGS) all-recursive 487 488install-exec-am: install-libLTLIBRARIES install-binSCRIPTS \ 489 install-confexecDATA 490install-exec: install-exec-recursive 491 492install-data-am: install-includeHEADERS 493install-data: install-data-recursive 494 495install-am: all-am 496 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 497install: install-recursive 498uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \ 499 uninstall-confexecDATA uninstall-includeHEADERS 500uninstall: uninstall-recursive 501all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h 502all-redirect: all-recursive-am 503install-strip: 504 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 505installdirs: installdirs-recursive 506installdirs-am: 507 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ 508 $(DESTDIR)$(confexecdir) $(DESTDIR)$(includedir) 509 510 511mostlyclean-generic: 512 513clean-generic: 514 515distclean-generic: 516 -rm -f Makefile $(CONFIG_CLEAN_FILES) 517 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 518 519maintainer-clean-generic: 520mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \ 521 mostlyclean-compile mostlyclean-libtool \ 522 mostlyclean-tags mostlyclean-generic 523 524mostlyclean: mostlyclean-recursive 525 526clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \ 527 clean-tags clean-generic mostlyclean-am 528 529clean: clean-recursive 530 531distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \ 532 distclean-libtool distclean-tags distclean-generic \ 533 clean-am 534 -rm -f libtool 535 536distclean: distclean-recursive 537 -rm -f config.status 538 539maintainer-clean-am: maintainer-clean-hdr \ 540 maintainer-clean-libLTLIBRARIES \ 541 maintainer-clean-compile maintainer-clean-libtool \ 542 maintainer-clean-tags maintainer-clean-generic \ 543 distclean-am 544 @echo "This command is intended for maintainers to use;" 545 @echo "it deletes files that may require special tools to rebuild." 546 547maintainer-clean: maintainer-clean-recursive 548 -rm -f config.status 549 550.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 551mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ 552clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ 553uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ 554distclean-compile clean-compile maintainer-clean-compile \ 555mostlyclean-libtool distclean-libtool clean-libtool \ 556maintainer-clean-libtool uninstall-binSCRIPTS install-binSCRIPTS \ 557uninstall-confexecDATA install-confexecDATA uninstall-includeHEADERS \ 558install-includeHEADERS install-data-recursive uninstall-data-recursive \ 559install-exec-recursive uninstall-exec-recursive installdirs-recursive \ 560uninstalldirs-recursive all-recursive check-recursive \ 561installcheck-recursive info-recursive dvi-recursive \ 562mostlyclean-recursive distclean-recursive clean-recursive \ 563maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 564distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ 565dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ 566install-exec-am install-exec install-data-am install-data install-am \ 567install uninstall-am uninstall all-redirect all-am all installdirs-am \ 568installdirs mostlyclean-generic distclean-generic clean-generic \ 569maintainer-clean-generic clean mostlyclean distclean maintainer-clean 570 571 572dist-hook: libunicode.spec 573 cp libunicode.spec $(distdir) 574 575cvs-dist: maintainer-check 576 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \ 577 echo "NEWS not updated; not releasing" 1>&2; \ 578 exit 1; \ 579 fi 580 cd $(srcdir) && cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'` 581 $(MAKE) distcheck 582 583unicodeConf.sh: unicodeConf.sh.in Makefile 584 sed -e 's?\@UNICODE_LIBDIR\@?$(UNICODE_LIBDIR)?g' \ 585 -e 's?\@UNICODE_INCLUDEDIR\@?$(UNICODE_INCLUDEDIR)?g' \ 586 -e 's?\@UNICODE_LIBS\@?$(UNICODE_LIBS)?g' \ 587 -e 's?\@VERSION\@?$(VERSION)?g' \ 588 < $(srcdir)/unicodeConf.sh.in > unicodeConf.tmp \ 589 && mv unicodeConf.tmp unicodeConf.sh 590 591# Tell versions [3.59,3.63) of GNU make to not export all variables. 592# Otherwise a system limit (for SysV at least) may be exceeded. 593.NOEXPORT: 594