~ubuntu-branches/ubuntu/lucid/gnome-desktop-sharp2/lucid

« back to all changes in this revision

Viewing changes to gtksourceview/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-01-20 12:30:23 UTC
  • mfrom: (1.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090120123023-qu6l14pud2vrysmu
Tags: 2.24.0-1ubuntu1
* Sync with Debian (LP: #317344)
* Add Build-dep on libgnomeprintui2.2-dev
* Install the upstream changelog in the gnome-desktop-sharp2
  package only
* debian/patches/02_gnomedesktop_dllmap
  + Actually map the new libgnome-desktop-2-11 lib.  Fixes
    the dependency generation and library use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
48
48
        gtksourceview2-sharp.pc
49
49
SOURCES =
50
50
DIST_SOURCES =
 
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
52
        html-recursive info-recursive install-data-recursive \
 
53
        install-dvi-recursive install-exec-recursive \
 
54
        install-html-recursive install-info-recursive \
 
55
        install-pdf-recursive install-ps-recursive install-recursive \
 
56
        installcheck-recursive installdirs-recursive pdf-recursive \
 
57
        ps-recursive uninstall-recursive
51
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
59
am__vpath_adj = case $$p in \
53
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
65
gapiDATA_INSTALL = $(INSTALL_DATA)
59
66
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
60
67
DATA = $(gapi_DATA) $(noinst_DATA) $(pkgconfig_DATA)
 
68
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
69
  distclean-recursive maintainer-clean-recursive
 
70
ETAGS = etags
 
71
CTAGS = ctags
 
72
DIST_SUBDIRS = $(SUBDIRS)
61
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
74
ACLOCAL = @ACLOCAL@
63
75
AL = @AL@
105
117
GENERATED_SOURCES = @GENERATED_SOURCES@
106
118
GNOMESHARP_CFLAGS = @GNOMESHARP_CFLAGS@
107
119
GNOMESHARP_LIBS = @GNOMESHARP_LIBS@
 
120
GNOME_PANEL_CFLAGS = @GNOME_PANEL_CFLAGS@
 
121
GNOME_PANEL_LIBS = @GNOME_PANEL_LIBS@
 
122
GNOME_PRINT_CFLAGS = @GNOME_PRINT_CFLAGS@
 
123
GNOME_PRINT_LIBS = @GNOME_PRINT_LIBS@
108
124
GREP = @GREP@
109
125
GTKHTML_CFLAGS = @GTKHTML_CFLAGS@
110
126
GTKHTML_LIBS = @GTKHTML_LIBS@
213
229
target_vendor = @target_vendor@
214
230
top_builddir = @top_builddir@
215
231
top_srcdir = @top_srcdir@
 
232
SUBDIRS = . glue
216
233
pkg = gtksourceview2
217
234
pkgconfigdir = $(libdir)/pkgconfig
218
235
pkgconfig_DATA = gtksourceview2-sharp.pc
221
238
INCLUDE_API = 
222
239
METADATA = Gtk.metadata
223
240
references = 
 
241
glue_args = --glue-includes=gtksourceview/gtksourceview.h --gluelib-name=gtksourceview2sharpglue-2 --glue-filename=glue/generated.c
224
242
sources = \
225
243
        GtkSourceView.cs
226
244
 
243
261
build_customs = $(addprefix $(srcdir)/, $(customs))
244
262
api_includes = $(GTKSHARP_CFLAGS) $(addprefix -I:, $(INCLUDE_API))
245
263
build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
246
 
build_references = $(MONO_CAIRO_LIBS) $(GTKSHARP_LIBS) $(addprefix /r:, $(references))
 
264
build_references = $(MONO_CAIRO_LIBS) $(GNOMESHARP_LIBS) $(addprefix /r:, $(references))
247
265
@PLATFORM_WIN32_FALSE@GAPI_CDECL_INSERT = 
248
266
@PLATFORM_WIN32_TRUE@GAPI_CDECL_INSERT = $(top_srcdir)/gapi-cdecl-insert --keyfile=$(SNK) $(ASSEMBLY)
249
267
POLICY_ASSEMBLIES = $(filter %.dll, $(patsubst %, policy.%.$(ASSEMBLY), $(POLICY_VERSIONS)))
250
268
POLICY_CONFIGS = $(patsubst %, policy.%.config, $(POLICY_VERSIONS))
251
 
all: all-am
 
269
all: all-recursive
252
270
 
253
271
.SUFFIXES:
254
272
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../Makefile.include $(am__configure_deps)
324
342
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
325
343
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
326
344
        done
 
345
 
 
346
# This directory's subdirectories are mostly independent; you can cd
 
347
# into them and run `make' without going through this Makefile.
 
348
# To change the values of `make' variables: instead of editing Makefiles,
 
349
# (1) if the variable is set in `config.status', edit `config.status'
 
350
#     (which will cause the Makefiles to be regenerated when you run `make');
 
351
# (2) otherwise, pass the desired values on the `make' command line.
 
352
$(RECURSIVE_TARGETS):
 
353
        @failcom='exit 1'; \
 
354
        for f in x $$MAKEFLAGS; do \
 
355
          case $$f in \
 
356
            *=* | --[!k]*);; \
 
357
            *k*) failcom='fail=yes';; \
 
358
          esac; \
 
359
        done; \
 
360
        dot_seen=no; \
 
361
        target=`echo $@ | sed s/-recursive//`; \
 
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
363
          echo "Making $$target in $$subdir"; \
 
364
          if test "$$subdir" = "."; then \
 
365
            dot_seen=yes; \
 
366
            local_target="$$target-am"; \
 
367
          else \
 
368
            local_target="$$target"; \
 
369
          fi; \
 
370
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
371
          || eval $$failcom; \
 
372
        done; \
 
373
        if test "$$dot_seen" = "no"; then \
 
374
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
375
        fi; test -z "$$fail"
 
376
 
 
377
$(RECURSIVE_CLEAN_TARGETS):
 
378
        @failcom='exit 1'; \
 
379
        for f in x $$MAKEFLAGS; do \
 
380
          case $$f in \
 
381
            *=* | --[!k]*);; \
 
382
            *k*) failcom='fail=yes';; \
 
383
          esac; \
 
384
        done; \
 
385
        dot_seen=no; \
 
386
        case "$@" in \
 
387
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
388
          *) list='$(SUBDIRS)' ;; \
 
389
        esac; \
 
390
        rev=''; for subdir in $$list; do \
 
391
          if test "$$subdir" = "."; then :; else \
 
392
            rev="$$subdir $$rev"; \
 
393
          fi; \
 
394
        done; \
 
395
        rev="$$rev ."; \
 
396
        target=`echo $@ | sed s/-recursive//`; \
 
397
        for subdir in $$rev; do \
 
398
          echo "Making $$target in $$subdir"; \
 
399
          if test "$$subdir" = "."; then \
 
400
            local_target="$$target-am"; \
 
401
          else \
 
402
            local_target="$$target"; \
 
403
          fi; \
 
404
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          || eval $$failcom; \
 
406
        done && test -z "$$fail"
 
407
tags-recursive:
 
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
409
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
410
        done
 
411
ctags-recursive:
 
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
413
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
414
        done
 
415
 
 
416
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
417
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
418
        unique=`for i in $$list; do \
 
419
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
420
          done | \
 
421
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
422
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
423
        mkid -fID $$unique
327
424
tags: TAGS
328
 
TAGS:
329
425
 
 
426
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
427
                $(TAGS_FILES) $(LISP)
 
428
        tags=; \
 
429
        here=`pwd`; \
 
430
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
431
          include_option=--etags-include; \
 
432
          empty_fix=.; \
 
433
        else \
 
434
          include_option=--include; \
 
435
          empty_fix=; \
 
436
        fi; \
 
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
438
          if test "$$subdir" = .; then :; else \
 
439
            test ! -f $$subdir/TAGS || \
 
440
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
441
          fi; \
 
442
        done; \
 
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
444
        unique=`for i in $$list; do \
 
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
446
          done | \
 
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
449
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
450
          test -n "$$unique" || unique=$$empty_fix; \
 
451
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
452
            $$tags $$unique; \
 
453
        fi
330
454
ctags: CTAGS
331
 
CTAGS:
332
 
 
 
455
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
456
                $(TAGS_FILES) $(LISP)
 
457
        tags=; \
 
458
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
459
        unique=`for i in $$list; do \
 
460
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
461
          done | \
 
462
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
463
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
464
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
465
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
466
             $$tags $$unique
 
467
 
 
468
GTAGS:
 
469
        here=`$(am__cd) $(top_builddir) && pwd` \
 
470
          && cd $(top_srcdir) \
 
471
          && gtags -i $(GTAGS_ARGS) $$here
 
472
 
 
473
distclean-tags:
 
474
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
333
475
 
334
476
distdir: $(DISTFILES)
335
477
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357
499
            || exit 1; \
358
500
          fi; \
359
501
        done
 
502
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
503
          if test "$$subdir" = .; then :; else \
 
504
            test -d "$(distdir)/$$subdir" \
 
505
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
506
            || exit 1; \
 
507
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
508
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
509
            (cd $$subdir && \
 
510
              $(MAKE) $(AM_MAKEFLAGS) \
 
511
                top_distdir="$$top_distdir" \
 
512
                distdir="$$distdir/$$subdir" \
 
513
                am__remove_distdir=: \
 
514
                am__skip_length_check=: \
 
515
                distdir) \
 
516
              || exit 1; \
 
517
          fi; \
 
518
        done
360
519
check-am: all-am
361
 
check: check-am
 
520
check: check-recursive
362
521
all-am: Makefile $(DATA)
363
 
installdirs:
 
522
installdirs: installdirs-recursive
 
523
installdirs-am:
364
524
        for dir in "$(DESTDIR)$(gapidir)" "$(DESTDIR)$(pkgconfigdir)"; do \
365
525
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
366
526
        done
367
 
install: install-am
368
 
install-exec: install-exec-am
369
 
install-data: install-data-am
370
 
uninstall: uninstall-am
 
527
install: install-recursive
 
528
install-exec: install-exec-recursive
 
529
install-data: install-data-recursive
 
530
uninstall: uninstall-recursive
371
531
 
372
532
install-am: all-am
373
533
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
374
534
 
375
 
installcheck: installcheck-am
 
535
installcheck: installcheck-recursive
376
536
install-strip:
377
537
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378
538
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
390
550
maintainer-clean-generic:
391
551
        @echo "This command is intended for maintainers to use"
392
552
        @echo "it deletes files that may require special tools to rebuild."
393
 
clean: clean-am
 
553
clean: clean-recursive
394
554
 
395
555
clean-am: clean-generic clean-libtool mostlyclean-am
396
556
 
397
 
distclean: distclean-am
 
557
distclean: distclean-recursive
398
558
        -rm -f Makefile
399
 
distclean-am: clean-am distclean-generic
 
559
distclean-am: clean-am distclean-generic distclean-tags
400
560
 
401
 
dvi: dvi-am
 
561
dvi: dvi-recursive
402
562
 
403
563
dvi-am:
404
564
 
405
 
html: html-am
 
565
html: html-recursive
406
566
 
407
 
info: info-am
 
567
info: info-recursive
408
568
 
409
569
info-am:
410
570
 
411
571
install-data-am: install-data-local install-gapiDATA \
412
572
        install-pkgconfigDATA
413
573
 
414
 
install-dvi: install-dvi-am
 
574
install-dvi: install-dvi-recursive
415
575
 
416
576
install-exec-am:
417
577
 
418
 
install-html: install-html-am
 
578
install-html: install-html-recursive
419
579
 
420
 
install-info: install-info-am
 
580
install-info: install-info-recursive
421
581
 
422
582
install-man:
423
583
 
424
 
install-pdf: install-pdf-am
 
584
install-pdf: install-pdf-recursive
425
585
 
426
 
install-ps: install-ps-am
 
586
install-ps: install-ps-recursive
427
587
 
428
588
installcheck-am:
429
589
 
430
 
maintainer-clean: maintainer-clean-am
 
590
maintainer-clean: maintainer-clean-recursive
431
591
        -rm -f Makefile
432
592
maintainer-clean-am: distclean-am maintainer-clean-generic
433
593
 
434
 
mostlyclean: mostlyclean-am
 
594
mostlyclean: mostlyclean-recursive
435
595
 
436
596
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
437
597
 
438
 
pdf: pdf-am
 
598
pdf: pdf-recursive
439
599
 
440
600
pdf-am:
441
601
 
442
 
ps: ps-am
 
602
ps: ps-recursive
443
603
 
444
604
ps-am:
445
605
 
446
606
uninstall-am: uninstall-gapiDATA uninstall-local \
447
607
        uninstall-pkgconfigDATA
448
608
 
449
 
.MAKE: install-am install-strip
 
609
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
610
        install-strip
450
611
 
451
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
452
 
        distclean distclean-generic distclean-libtool distdir dvi \
453
 
        dvi-am html html-am info info-am install install-am \
454
 
        install-data install-data-am install-data-local install-dvi \
455
 
        install-dvi-am install-exec install-exec-am install-gapiDATA \
456
 
        install-html install-html-am install-info install-info-am \
457
 
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
458
 
        install-ps install-ps-am install-strip installcheck \
459
 
        installcheck-am installdirs maintainer-clean \
 
612
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
613
        all all-am check check-am clean clean-generic clean-libtool \
 
614
        ctags ctags-recursive distclean distclean-generic \
 
615
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
616
        html-am info info-am install install-am install-data \
 
617
        install-data-am install-data-local install-dvi install-dvi-am \
 
618
        install-exec install-exec-am install-gapiDATA install-html \
 
619
        install-html-am install-info install-info-am install-man \
 
620
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
621
        install-ps-am install-strip installcheck installcheck-am \
 
622
        installdirs installdirs-am maintainer-clean \
460
623
        maintainer-clean-generic mostlyclean mostlyclean-generic \
461
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
462
 
        uninstall-gapiDATA uninstall-local uninstall-pkgconfigDATA
 
624
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
625
        uninstall uninstall-am uninstall-gapiDATA uninstall-local \
 
626
        uninstall-pkgconfigDATA
463
627
 
464
628
 
465
629
$(API): $(METADATA) $(RAW_API)
473
637
generated-stamp: $(API) $(INCLUDE_API) $(build_customs)
474
638
        rm -f generated/* &&    \
475
639
        $(GAPI_CODEGEN) --generate $(API) \
476
 
        $(api_includes) \
 
640
        $(api_includes) $(glue_args) \
477
641
        --outdir=generated --customdir=$(srcdir) --assembly-name=$(ASSEMBLY_NAME)       \
478
 
        --gluelib-name=$(pkg)sharpglue-2 --glue-filename=glue/generated.c               \
479
 
        --glue-includes=$(glue_includes)                                                \
480
642
        && touch generated-stamp
481
643
 
482
644
$(SNK): $(top_srcdir)/$(SNK)