~ubuntu-branches/ubuntu/maverick/vala/maverick

« back to all changes in this revision

Viewing changes to vapigen/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-04-02 10:10:55 UTC
  • mfrom: (1.4.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402101055-qbx3okzv0tnp3wpp
Tags: 0.8.0-0ubuntu1
* New upstream release:
  - Infer type arguments when calling generic methods.
  - Support `in' operator for arrays.
  - Add experimental support for regular expression literals.
  - Add experimental support for chained relational expressions.
  - Add va_list support.
  - Add clutter-gtk-0.10 bindings (Gordon Allott).
  - Add gdl-1.0 bindings (Nicolas Joseph).
  - Add gstreamer-app-0.10 bindings (Sebastian Dröge).
  - Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
  - Add gudev-1.0 bindings (Jim Nelson).
  - Add libgda-report-4.0 bindings (Shawn Ferris).
  - Add libgvc (graphviz) bindings (Martin Olsson).
  - Add purple bindings (Adrien Bustany).
  - Many bug fixes and binding updates.
* debian/patches/99_ltmain_as-needed.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
58
58
am__DEPENDENCIES_1 =
59
59
vapicheck_DEPENDENCIES = $(am__DEPENDENCIES_1) ../codegen/libvala.la \
60
60
        ../gobject-introspection/libgidl.la $(am__DEPENDENCIES_1)
 
61
AM_V_lt = $(am__v_lt_$(V))
 
62
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
63
am__v_lt_0 = --silent
61
64
am__objects_3 = valagidlparser.$(OBJEXT) valavapigen.$(OBJEXT) \
62
65
        $(am__objects_1)
63
66
am_vapigen_OBJECTS = $(am__objects_3) $(am__objects_1)
65
68
vapigen_DEPENDENCIES = $(am__DEPENDENCIES_1) ../codegen/libvala.la \
66
69
        ../gobject-introspection/libgidl.la $(am__DEPENDENCIES_1)
67
70
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
71
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
69
72
am__depfiles_maybe = depfiles
70
73
am__mv = mv -f
71
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
77
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
78
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
79
        $(AM_CFLAGS) $(CFLAGS)
 
80
AM_V_CC = $(am__v_CC_$(V))
 
81
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_CC_0 = @echo "  CC    " $@;
 
83
AM_V_at = $(am__v_at_$(V))
 
84
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
85
am__v_at_0 = @
76
86
CCLD = $(CC)
77
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79
 
        $(LDFLAGS) -o $@
 
87
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
88
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
89
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
90
AM_V_CCLD = $(am__v_CCLD_$(V))
 
91
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
93
AM_V_GEN = $(am__v_GEN_$(V))
 
94
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
95
am__v_GEN_0 = @echo "  GEN   " $@;
80
96
SOURCES = $(vapicheck_SOURCES) $(vapigen_SOURCES)
81
97
DIST_SOURCES = $(vapicheck_SOURCES) $(vapigen_SOURCES)
82
98
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
122
138
  reldir="$$dir2"
123
139
ACLOCAL = @ACLOCAL@
124
140
AMTAR = @AMTAR@
 
141
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125
142
AR = @AR@
126
143
AUTOCONF = @AUTOCONF@
127
144
AUTOHEADER = @AUTOHEADER@
303
320
        $(vapicheck_VALASOURCES:.vala=.c) \
304
321
        $(NULL)
305
322
 
 
323
VALA_V = $(VALA_V_$(V))
 
324
VALA_V_ = $(VALA_V_$(AM_DEFAULT_VERBOSITY))
 
325
VALA_V_0 = @echo "  VALAC " $^;
306
326
all: $(BUILT_SOURCES)
307
327
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
308
328
 
383
403
        rm -f $$list
384
404
vapicheck$(EXEEXT): $(vapicheck_OBJECTS) $(vapicheck_DEPENDENCIES) 
385
405
        @rm -f vapicheck$(EXEEXT)
386
 
        $(LINK) $(vapicheck_OBJECTS) $(vapicheck_LDADD) $(LIBS)
 
406
        $(AM_V_CCLD)$(LINK) $(vapicheck_OBJECTS) $(vapicheck_LDADD) $(LIBS)
387
407
vapigen$(EXEEXT): $(vapigen_OBJECTS) $(vapigen_DEPENDENCIES) 
388
408
        @rm -f vapigen$(EXEEXT)
389
 
        $(LINK) $(vapigen_OBJECTS) $(vapigen_LDADD) $(LIBS)
 
409
        $(AM_V_CCLD)$(LINK) $(vapigen_OBJECTS) $(vapigen_LDADD) $(LIBS)
390
410
 
391
411
mostlyclean-compile:
392
412
        -rm -f *.$(OBJEXT)
399
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/valavapigen.Po@am__quote@
400
420
 
401
421
.c.o:
402
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
422
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
423
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
424
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
404
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
427
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
407
428
 
408
429
.c.obj:
409
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
430
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
431
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
432
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
411
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
435
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
414
436
 
415
437
.c.lo:
416
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
438
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
439
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
440
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
418
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
419
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420
443
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
432
455
#     (which will cause the Makefiles to be regenerated when you run `make');
433
456
# (2) otherwise, pass the desired values on the `make' command line.
434
457
$(RECURSIVE_TARGETS):
435
 
        @failcom='exit 1'; \
 
458
        @fail= failcom='exit 1'; \
436
459
        for f in x $$MAKEFLAGS; do \
437
460
          case $$f in \
438
461
            *=* | --[!k]*);; \
457
480
        fi; test -z "$$fail"
458
481
 
459
482
$(RECURSIVE_CLEAN_TARGETS):
460
 
        @failcom='exit 1'; \
 
483
        @fail= failcom='exit 1'; \
461
484
        for f in x $$MAKEFLAGS; do \
462
485
          case $$f in \
463
486
            *=* | --[!k]*);; \
747
770
 
748
771
 
749
772
vapigen.vala.stamp: $(vapigen_VALASOURCES)
750
 
        $(VALAC) $(VALAFLAGS) -C --vapidir $(srcdir)/../vapi --vapidir ../gee --pkg gee --vapidir ../ccode --pkg ccode --vapidir ../vala --pkg vala --vapidir ../gobject-introspection --pkg gidl --pkg config $^
751
 
        touch $@
 
773
        $(VALA_V)$(VALAC) $(VALAFLAGS) -C --vapidir $(srcdir)/../vapi --vapidir ../gee --pkg gee --vapidir ../ccode --pkg ccode --vapidir ../vala --pkg vala --vapidir ../gobject-introspection --pkg gidl --pkg config $^
 
774
        @touch $@
752
775
 
753
776
vapicheck.vala.stamp: $(vapicheck_VALASOURCES)
754
 
        $(VALAC) $(VALAFLAGS) -C --vapidir $(srcdir)/../vapi --vapidir ../gee --pkg gee --vapidir ../ccode --pkg ccode --vapidir ../vala --pkg vala --vapidir ../gobject-introspection --pkg gidl --pkg config $^
755
 
        touch $@
 
777
        $(VALA_V)$(VALAC) $(VALAFLAGS) -C --vapidir $(srcdir)/../vapi --vapidir ../gee --pkg gee --vapidir ../ccode --pkg ccode --vapidir ../vala --pkg vala --vapidir ../gobject-introspection --pkg gidl --pkg config $^
 
778
        @touch $@
756
779
 
757
780
# Tell versions [3.59,3.63) of GNU make to not export all variables.
758
781
# Otherwise a system limit (for SysV at least) may be exceeded.