~ubuntu-branches/ubuntu/intrepid/tomboy/intrepid

« back to all changes in this revision

Viewing changes to libtomboy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-06-20 01:02:43 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620010243-m4pzfj15nzudrhzg
Tags: 0.11.0-0ubuntu1
* New upstream release (LP: #241481)
  - Update printing to use Gtk.Print (#512369, John Anderson).  Formatting and
    styles not supported yet, patches welcome.
  - Bump gtk-sharp dependency to 2.10.
  - New Tasque addin, disabled by default.
  - Add "New notebook..." menu item to Notebook toolbar button (#532196).
  - Increase default max width of note menu to 100 characters.
  - Fix check for Mono.Addins >= 0.3 (#521616, Łukasz Jernaś).
  - Move to managed code for calculating color contrasts (Sebastian Dröge).
  - Fix shebang lines in bash scripts (#521160, Romain Tartiere).
  - Show text lables on toolbar buttons (#528844).
  - Don't show sync password in log and console output (#524707).
* debian/control:
  - Remove Build depend on libgnomeprintui2.2-dev
  - Bump Build depend on libgtk2.0-dev (>= 2.10.0)
  - Bump Build depenf on libmono-addins0.2-cil (>= 0.3) and
    libmono-addins-gui0.2-cil (>= 0.3)
  - Suggest tasque since it's on universe
* debian/rules:
  - Remove la files on install
* debian/watch:
  - Updated for 0.11.x series
* Modify Maintainer to Ubuntu Desktop Team
  <ubuntu-desktop@lists.ubuntu.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
LTLIBRARIES = $(tomboylib_LTLIBRARIES)
53
53
am__DEPENDENCIES_1 =
54
54
libtomboy_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
55
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
56
 
am_libtomboy_la_OBJECTS = libtomboy_la-contrast.lo \
57
 
        libtomboy_la-tomboykeybinder.lo libtomboy_la-tomboyutil.lo \
58
 
        libtomboy_la-eggaccelerators.lo libtomboy_la-eggtrayicon.lo
 
55
        $(am__DEPENDENCIES_1)
 
56
am_libtomboy_la_OBJECTS = libtomboy_la-tomboykeybinder.lo \
 
57
        libtomboy_la-tomboyutil.lo libtomboy_la-eggaccelerators.lo \
 
58
        libtomboy_la-eggtrayicon.lo
59
59
libtomboy_la_OBJECTS = $(am_libtomboy_la_OBJECTS)
60
60
libtomboy_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtomboy_la_CFLAGS) \
86
86
AUTOHEADER = @AUTOHEADER@
87
87
AUTOMAKE = @AUTOMAKE@
88
88
AWK = @AWK@
89
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
90
 
CAIRO_LIBS = @CAIRO_LIBS@
91
89
CATALOGS = @CATALOGS@
92
90
CATOBJEXT = @CATOBJEXT@
93
91
CC = @CC@
95
93
CFLAGS = @CFLAGS@
96
94
CPP = @CPP@
97
95
CPPFLAGS = @CPPFLAGS@
98
 
CSC_DEFINES = @CSC_DEFINES@
99
96
CXX = @CXX@
100
97
CXXCPP = @CXXCPP@
101
98
CXXDEPMODE = @CXXDEPMODE@
166
163
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
167
164
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
168
165
LDFLAGS = @LDFLAGS@
169
 
LIBM = @LIBM@
170
166
LIBOBJS = @LIBOBJS@
171
167
LIBS = @LIBS@
172
168
LIBTOMBOY_CFLAGS = @LIBTOMBOY_CFLAGS@
203
199
SED = @SED@
204
200
SET_MAKE = @SET_MAKE@
205
201
SHELL = @SHELL@
206
 
SKETCHING_LIBS = @SKETCHING_LIBS@
207
202
STRIP = @STRIP@
208
203
TOMBOY_CFLAGS = @TOMBOY_CFLAGS@
209
204
TOMBOY_LIBS = @TOMBOY_LIBS@
280
275
tomboylibdir = $(pkglibdir)
281
276
tomboylib_LTLIBRARIES = libtomboy.la
282
277
libtomboy_la_SOURCES = \
283
 
        contrast.h              \
284
 
        contrast.c              \
285
278
        tomboykeybinder.h       \
286
279
        tomboykeybinder.c       \
287
280
        tomboyutil.h            \
293
286
 
294
287
libtomboy_la_CFLAGS = $(X_CFLAGS)
295
288
libtomboy_la_LDFLAGS = -export-dynamic -module -avoid-version
296
 
libtomboy_la_LIBADD = $(LIBTOMBOY_LIBS) $(X_LIBS) $(LIBM)
 
289
libtomboy_la_LIBADD = $(LIBTOMBOY_LIBS) $(X_LIBS)
297
290
all: all-am
298
291
 
299
292
.SUFFIXES:
363
356
distclean-compile:
364
357
        -rm -f *.tab.c
365
358
 
366
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtomboy_la-contrast.Plo@am__quote@
367
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtomboy_la-eggaccelerators.Plo@am__quote@
368
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtomboy_la-eggtrayicon.Plo@am__quote@
369
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtomboy_la-tomboykeybinder.Plo@am__quote@
390
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
383
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
392
384
 
393
 
libtomboy_la-contrast.lo: contrast.c
394
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-contrast.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-contrast.Tpo -c -o libtomboy_la-contrast.lo `test -f 'contrast.c' || echo '$(srcdir)/'`contrast.c
395
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtomboy_la-contrast.Tpo $(DEPDIR)/libtomboy_la-contrast.Plo
396
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='contrast.c' object='libtomboy_la-contrast.lo' libtool=yes @AMDEPBACKSLASH@
397
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-contrast.lo `test -f 'contrast.c' || echo '$(srcdir)/'`contrast.c
399
 
 
400
385
libtomboy_la-tomboykeybinder.lo: tomboykeybinder.c
401
386
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-tomboykeybinder.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-tomboykeybinder.Tpo -c -o libtomboy_la-tomboykeybinder.lo `test -f 'tomboykeybinder.c' || echo '$(srcdir)/'`tomboykeybinder.c
402
387
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtomboy_la-tomboykeybinder.Tpo $(DEPDIR)/libtomboy_la-tomboykeybinder.Plo