~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Mono.Addins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Jo Shields, Sebastian Dröge
  • Date: 2009-03-06 11:02:03 UTC
  • mfrom: (1.2.1 upstream)
  • mto: (4.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20090306110203-5nbuw7itgo5mn9e0
Tags: 0.12.2-3
[ Jo Shields ]
* debian/control:
  + Add Vcs-* fields

[ Sebastian Dröge ]
* Upload to unstable (Closes: #518414).
* debian/control:
  + Use Gnome# 2.20 for now.

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.
64
64
AUTOHEADER = @AUTOHEADER@
65
65
AUTOMAKE = @AUTOMAKE@
66
66
AWK = @AWK@
67
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
68
 
CAIRO_LIBS = @CAIRO_LIBS@
69
67
CATALOGS = @CATALOGS@
70
68
CATOBJEXT = @CATOBJEXT@
71
69
CC = @CC@
73
71
CFLAGS = @CFLAGS@
74
72
CPP = @CPP@
75
73
CPPFLAGS = @CPPFLAGS@
76
 
CSC_DEFINES = @CSC_DEFINES@
77
74
CXX = @CXX@
78
75
CXXCPP = @CXXCPP@
79
76
CXXDEPMODE = @CXXDEPMODE@
85
82
DBUS_SERVICE_DIR = @DBUS_SERVICE_DIR@
86
83
DEFS = @DEFS@
87
84
DEPDIR = @DEPDIR@
 
85
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
88
86
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
87
DSYMUTIL = @DSYMUTIL@
89
88
ECHO = @ECHO@
90
89
ECHO_C = @ECHO_C@
91
90
ECHO_N = @ECHO_N@
121
120
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
122
121
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
123
122
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
124
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
125
123
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
126
124
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
127
125
INTLTOOL_MERGE = @INTLTOOL_MERGE@
128
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
129
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
130
126
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
131
127
INTLTOOL_PERL = @INTLTOOL_PERL@
 
128
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
132
129
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
133
130
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
134
131
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
140
137
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
141
138
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
142
139
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
143
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
144
140
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
145
141
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
146
142
LDFLAGS = @LDFLAGS@
147
 
LIBM = @LIBM@
148
143
LIBOBJS = @LIBOBJS@
149
144
LIBS = @LIBS@
150
145
LIBTOMBOY_CFLAGS = @LIBTOMBOY_CFLAGS@
159
154
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
160
155
MSGFMT = @MSGFMT@
161
156
MSGFMT_OPTS = @MSGFMT_OPTS@
 
157
MSGMERGE = @MSGMERGE@
 
158
NMEDIT = @NMEDIT@
162
159
NUNIT = @NUNIT@
163
160
NUNIT_CFLAGS = @NUNIT_CFLAGS@
164
161
NUNIT_LIBS = @NUNIT_LIBS@
181
178
SED = @SED@
182
179
SET_MAKE = @SET_MAKE@
183
180
SHELL = @SHELL@
184
 
SKETCHING_LIBS = @SKETCHING_LIBS@
185
181
STRIP = @STRIP@
186
182
TOMBOY_CFLAGS = @TOMBOY_CFLAGS@
187
183
TOMBOY_LIBS = @TOMBOY_LIBS@
365
361
        unique=`for i in $$list; do \
366
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
363
          done | \
368
 
          $(AWK) '    { files[$$0] = 1; } \
369
 
               END { for (i in files) print i; }'`; \
 
364
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
366
        mkid -fID $$unique
371
367
tags: TAGS
372
368
 
391
387
        unique=`for i in $$list; do \
392
388
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
389
          done | \
394
 
          $(AWK) '    { files[$$0] = 1; } \
395
 
               END { for (i in files) print i; }'`; \
 
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
392
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397
393
          test -n "$$unique" || unique=$$empty_fix; \
398
394
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
398
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
399
                $(TAGS_FILES) $(LISP)
404
400
        tags=; \
405
 
        here=`pwd`; \
406
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407
402
        unique=`for i in $$list; do \
408
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
404
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
 
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
407
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
413
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414
409
             $$tags $$unique