~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to libs/icu/include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
238
238
$(am__aclocal_m4_deps):
239
239
 
240
240
# This directory's subdirectories are mostly independent; you can cd
241
 
# into them and run `make' without going through this Makefile.
242
 
# To change the values of `make' variables: instead of editing Makefiles,
243
 
# (1) if the variable is set in `config.status', edit `config.status'
244
 
#     (which will cause the Makefiles to be regenerated when you run `make');
245
 
# (2) otherwise, pass the desired values on the `make' command line.
 
241
# into them and run 'make' without going through this Makefile.
 
242
# To change the values of 'make' variables: instead of editing Makefiles,
 
243
# (1) if the variable is set in 'config.status', edit 'config.status'
 
244
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
245
# (2) otherwise, pass the desired values on the 'make' command line.
246
246
$(RECURSIVE_TARGETS):
247
247
        @fail= failcom='exit 1'; \
248
248
        for f in x $$MAKEFLAGS; do \
306
306
        list='$(SUBDIRS)'; for subdir in $$list; do \
307
307
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
308
308
        done
 
309
cscopelist-recursive:
 
310
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
311
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
312
        done
309
313
 
310
314
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
311
315
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369
373
          && $(am__cd) $(top_srcdir) \
370
374
          && gtags -i $(GTAGS_ARGS) "$$here"
371
375
 
 
376
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
377
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
378
        case "$(srcdir)" in \
 
379
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
380
          *) sdir=$(subdir)/$(srcdir) ;; \
 
381
        esac; \
 
382
        for i in $$list; do \
 
383
          if test -f "$$i"; then \
 
384
            echo "$(subdir)/$$i"; \
 
385
          else \
 
386
            echo "$$sdir/$$i"; \
 
387
          fi; \
 
388
        done >> $(top_builddir)/cscope.files
 
389
 
372
390
distclean-tags:
373
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
392
 
529
547
 
530
548
uninstall-am:
531
549
 
532
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
533
 
        install-am install-strip tags-recursive
 
550
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
551
        cscopelist-recursive ctags-recursive install-am install-strip \
 
552
        tags-recursive
534
553
 
535
554
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
536
 
        all all-am all-local check check-am clean clean-generic ctags \
537
 
        ctags-recursive distclean distclean-generic distclean-local \
538
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
539
 
        install install-am install-data install-data-am install-dvi \
 
555
        all all-am all-local check check-am clean clean-generic \
 
556
        cscopelist cscopelist-recursive ctags ctags-recursive \
 
557
        distclean distclean-generic distclean-local distclean-tags \
 
558
        distdir dvi dvi-am html html-am info info-am install \
 
559
        install-am install-data install-data-am install-dvi \
540
560
        install-dvi-am install-exec install-exec-am install-html \
541
561
        install-html-am install-info install-info-am install-man \
542
562
        install-pdf install-pdf-am install-ps install-ps-am \