~ubuntu-branches/ubuntu/precise/glom/precise-updates

« back to all changes in this revision

Viewing changes to glom/mode_design/print_layouts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-10-09 16:50:36 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20091009165036-orinvwmohk838xxl
Tags: 1.12.2-0ubuntu1
* New upstream version:
  - FFE LP: #391664
* debian/control:
  - Bump python-gnome2-extras-dev build-dep to >= 2.25.3.
  - Bump libgdamm3.0-dev build-dep to libgdamm4.0-dev >= 3.99.14.
  - Change libgda3-dev build-dep to libgda-4.0-dev.
  - Change libgda3-postgres dependency to libgda-4.0-postgres.
  - Bump libgtkmm-2.4-dev build-dep to >= 2.14.
  - Add build-dep on libgconfmm-2.6-dev.
  - Bump libgoocanvasmm-dev build-dep to >= 0.14.0.
  - Remove build-dep on libbakery-2.6-dev.
  - Bump postgresql-8.3 dependency to postgresql-8.4.
  - Change scrollkeeper build-dep to rarian-compat.
  - Rename libglom{0,-dev} -> libglom-1.12-{0,dev}. Upstream include
    APIVER in the library name now.
* debian/rules:
  - Update --with-postgres-utils configure flag to point to the new
    path.
  - Drop deprecated --disable-scrollkeeper configure flag.
  - Update DEB_SHLIBDEPS_INCLUDE with new libglom-1.12-0 package name.
  - Don't include /usr/share/cdbs/1/rules/simple-patchsys.mk - there
    are currently no patches.
* debian/libglom-1.12-0.install:
  - Updated for new version.
* debian/libglom-1.12-dev.install:
  - Install pc and header files.
* debian/glom-doc.install:
  - Updated for new version.
* debian/glom.install:
  - Updated for new version.
* Fix debian/watch.
* Dropped obsolete 10-distro-install-postgres-change.patch.
* Built against latest libgoocanvasmm (LP: #428445).
* Also closes LP: #230007, LP: #393229, LP: #393231, LP: #394507,
  LP: #394887, LP: #394894, LP: #397409, LP: #381563.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
subdir = glom/mode_design/print_layouts
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/macros/macros.m4 \
43
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
44
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
 
CONFIG_HEADER = $(top_builddir)/config.h
48
 
CONFIG_CLEAN_FILES =
49
 
LIBRARIES = $(noinst_LIBRARIES)
50
 
ARFLAGS = cru
51
 
libmode_design_print_layouts_a_AR = $(AR) $(ARFLAGS)
52
 
libmode_design_print_layouts_a_LIBADD =
53
 
am_libmode_design_print_layouts_a_OBJECTS =  \
54
 
        box_print_layouts.$(OBJEXT) window_print_layout_edit.$(OBJEXT) \
55
 
        canvas_layout_item.$(OBJEXT) canvas_print_layout.$(OBJEXT) \
56
 
        dialog_text_formatting.$(OBJEXT) \
57
 
        print_layout_toolbar.$(OBJEXT) \
58
 
        print_layout_toolbar_button.$(OBJEXT)
59
 
libmode_design_print_layouts_a_OBJECTS =  \
60
 
        $(am_libmode_design_print_layouts_a_OBJECTS)
61
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
62
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
 
am__depfiles_maybe = depfiles
64
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
66
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
67
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
69
 
CXXLD = $(CXX)
70
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
71
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
75
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
76
 
        $(AM_CFLAGS) $(CFLAGS)
77
 
CCLD = $(CC)
78
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
80
 
SOURCES = $(libmode_design_print_layouts_a_SOURCES)
81
 
DIST_SOURCES = $(libmode_design_print_layouts_a_SOURCES)
82
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83
 
        html-recursive info-recursive install-data-recursive \
84
 
        install-exec-recursive install-info-recursive \
85
 
        install-recursive installcheck-recursive installdirs-recursive \
86
 
        pdf-recursive ps-recursive uninstall-info-recursive \
87
 
        uninstall-recursive
88
 
ETAGS = etags
89
 
CTAGS = ctags
90
 
DIST_SUBDIRS = $(SUBDIRS)
91
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92
 
ACLOCAL = @ACLOCAL@
93
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
94
 
ALL_LINGUAS = @ALL_LINGUAS@
95
 
AMDEP_FALSE = @AMDEP_FALSE@
96
 
AMDEP_TRUE = @AMDEP_TRUE@
97
 
AMTAR = @AMTAR@
98
 
AR = @AR@
99
 
AS = @AS@
100
 
AUTOCONF = @AUTOCONF@
101
 
AUTOHEADER = @AUTOHEADER@
102
 
AUTOMAKE = @AUTOMAKE@
103
 
AWK = @AWK@
104
 
CATALOGS = @CATALOGS@
105
 
CATOBJEXT = @CATOBJEXT@
106
 
CC = @CC@
107
 
CCDEPMODE = @CCDEPMODE@
108
 
CFLAGS = @CFLAGS@
109
 
CPP = @CPP@
110
 
CPPFLAGS = @CPPFLAGS@
111
 
CXX = @CXX@
112
 
CXXCPP = @CXXCPP@
113
 
CXXDEPMODE = @CXXDEPMODE@
114
 
CXXFLAGS = @CXXFLAGS@
115
 
CYGPATH_W = @CYGPATH_W@
116
 
DATADIRNAME = @DATADIRNAME@
117
 
DEFS = @DEFS@
118
 
DEPDIR = @DEPDIR@
119
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
120
 
DLLTOOL = @DLLTOOL@
121
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
122
 
DSYMUTIL = @DSYMUTIL@
123
 
ECHO = @ECHO@
124
 
ECHO_C = @ECHO_C@
125
 
ECHO_N = @ECHO_N@
126
 
ECHO_T = @ECHO_T@
127
 
EGG_CFLAGS = @EGG_CFLAGS@
128
 
EGG_LIBS = @EGG_LIBS@
129
 
EGREP = @EGREP@
130
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
131
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
132
 
EXEEXT = @EXEEXT@
133
 
F77 = @F77@
134
 
FFLAGS = @FFLAGS@
135
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
136
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
137
 
GLOM_CFLAGS = @GLOM_CFLAGS@
138
 
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
139
 
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
140
 
GLOM_ENABLE_MAEMO_FALSE = @GLOM_ENABLE_MAEMO_FALSE@
141
 
GLOM_ENABLE_MAEMO_TRUE = @GLOM_ENABLE_MAEMO_TRUE@
142
 
GLOM_LIBS = @GLOM_LIBS@
143
 
GMOFILES = @GMOFILES@
144
 
GMSGFMT = @GMSGFMT@
145
 
GREP = @GREP@
146
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
147
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
148
 
HAVE_POSTMASTER = @HAVE_POSTMASTER@
149
 
HELP_DIR = @HELP_DIR@
150
 
INSTALL_DATA = @INSTALL_DATA@
151
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
152
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
153
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154
 
INSTOBJEXT = @INSTOBJEXT@
155
 
INTLLIBS = @INTLLIBS@
156
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
157
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
158
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
159
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
160
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
161
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
162
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
163
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
164
 
INTLTOOL_PERL = @INTLTOOL_PERL@
165
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
166
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
167
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
168
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
169
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
170
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
171
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
172
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
173
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
174
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
175
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
177
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
178
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
179
 
LDFLAGS = @LDFLAGS@
180
 
LIBOBJS = @LIBOBJS@
181
 
LIBS = @LIBS@
182
 
LIBTOOL = @LIBTOOL@
183
 
LN_S = @LN_S@
184
 
LTLIBOBJS = @LTLIBOBJS@
185
 
MAEMO_LAUNCHER_CFLAGS = @MAEMO_LAUNCHER_CFLAGS@
186
 
MAEMO_LAUNCHER_LIBS = @MAEMO_LAUNCHER_LIBS@
187
 
MAINT = @MAINT@
188
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
189
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
190
 
MAKEINFO = @MAKEINFO@
191
 
MKINSTALLDIRS = @MKINSTALLDIRS@
192
 
MSGFMT = @MSGFMT@
193
 
MSGFMT_OPTS = @MSGFMT_OPTS@
194
 
MSGMERGE = @MSGMERGE@
195
 
NMEDIT = @NMEDIT@
196
 
OBJDUMP = @OBJDUMP@
197
 
OBJEXT = @OBJEXT@
198
 
OMF_DIR = @OMF_DIR@
199
 
PACKAGE = @PACKAGE@
200
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201
 
PACKAGE_NAME = @PACKAGE_NAME@
202
 
PACKAGE_STRING = @PACKAGE_STRING@
203
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
204
 
PACKAGE_VERSION = @PACKAGE_VERSION@
205
 
PATH_SEPARATOR = @PATH_SEPARATOR@
206
 
PKG_CONFIG = @PKG_CONFIG@
207
 
POFILES = @POFILES@
208
 
POSTGRES_UTILS_PATH = @POSTGRES_UTILS_PATH@
209
 
POSUB = @POSUB@
210
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
211
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
212
 
PYTHON = @PYTHON@
213
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
214
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
215
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
216
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
217
 
PYTHON_PREFIX = @PYTHON_PREFIX@
218
 
PYTHON_VERSION = @PYTHON_VERSION@
219
 
RANLIB = @RANLIB@
220
 
SED = @SED@
221
 
SET_MAKE = @SET_MAKE@
222
 
SHELL = @SHELL@
223
 
STRIP = @STRIP@
224
 
UPDATE_MIME_DATABASE_FALSE = @UPDATE_MIME_DATABASE_FALSE@
225
 
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
226
 
USE_NLS = @USE_NLS@
227
 
VERSION = @VERSION@
228
 
WIN32_FALSE = @WIN32_FALSE@
229
 
WIN32_TRUE = @WIN32_TRUE@
230
 
WINDRES = @WINDRES@
231
 
XGETTEXT = @XGETTEXT@
232
 
ac_ct_CC = @ac_ct_CC@
233
 
ac_ct_CXX = @ac_ct_CXX@
234
 
ac_ct_F77 = @ac_ct_F77@
235
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
236
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
237
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
238
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
239
 
am__include = @am__include@
240
 
am__leading_dot = @am__leading_dot@
241
 
am__quote = @am__quote@
242
 
am__tar = @am__tar@
243
 
am__untar = @am__untar@
244
 
bindir = @bindir@
245
 
build = @build@
246
 
build_alias = @build_alias@
247
 
build_cpu = @build_cpu@
248
 
build_os = @build_os@
249
 
build_vendor = @build_vendor@
250
 
datadir = @datadir@
251
 
datarootdir = @datarootdir@
252
 
docdir = @docdir@
253
 
dvidir = @dvidir@
254
 
exec_prefix = @exec_prefix@
255
 
host = @host@
256
 
host_alias = @host_alias@
257
 
host_cpu = @host_cpu@
258
 
host_os = @host_os@
259
 
host_vendor = @host_vendor@
260
 
htmldir = @htmldir@
261
 
includedir = @includedir@
262
 
infodir = @infodir@
263
 
install_sh = @install_sh@
264
 
libdir = @libdir@
265
 
libexecdir = @libexecdir@
266
 
localedir = @localedir@
267
 
localstatedir = @localstatedir@
268
 
mandir = @mandir@
269
 
mkdir_p = @mkdir_p@
270
 
oldincludedir = @oldincludedir@
271
 
pdfdir = @pdfdir@
272
 
pkgpyexecdir = @pkgpyexecdir@
273
 
pkgpythondir = @pkgpythondir@
274
 
prefix = @prefix@
275
 
program_transform_name = @program_transform_name@
276
 
psdir = @psdir@
277
 
pyexecdir = @pyexecdir@
278
 
pythondir = @pythondir@
279
 
sbindir = @sbindir@
280
 
sharedstatedir = @sharedstatedir@
281
 
sysconfdir = @sysconfdir@
282
 
target_alias = @target_alias@
283
 
SUBDIRS = 
284
 
gladedir = $(datadir)/glom/glade/
285
 
glom_icon_dir = $(datadir)/glom/pixmaps
286
 
 
287
 
# We define GLOM_GLADEDIR so that we can get the installed .glade file at runtime.
288
 
# We define PREFIX, SYSCONFDIR, LIBDIR, and DATADIR for the GNOME_PROGRAM_STANDARD_PROPERTIES macro.
289
 
AM_CPPFLAGS = -I@top_srcdir@/ $(GLOM_CFLAGS) $(PYTHON_INCLUDES) \
290
 
           -DGLOM_GLADEDIR=\""$(gladedir)/"\" \
291
 
           -DGLOM_ICON_DIR=\""$(glom_icon_dir)"\"
292
 
 
293
 
noinst_LIBRARIES = libmode_design_print_layouts.a
294
 
libmode_design_print_layouts_a_SOURCES = box_print_layouts.h box_print_layouts.cc \
295
 
                                         window_print_layout_edit.h window_print_layout_edit.cc \
296
 
                                         canvas_layout_item.h canvas_layout_item.cc \
297
 
                                         canvas_print_layout.h canvas_print_layout.cc \
298
 
                                         dialog_text_formatting.h dialog_text_formatting.cc \
299
 
                                         print_layout_toolbar.h print_layout_toolbar.cc \
300
 
                                         print_layout_toolbar_button.h print_layout_toolbar_button.cc
301
 
 
302
 
all: all-recursive
303
 
 
304
 
.SUFFIXES:
305
 
.SUFFIXES: .cc .lo .o .obj
306
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
307
 
        @for dep in $?; do \
308
 
          case '$(am__configure_deps)' in \
309
 
            *$$dep*) \
310
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
311
 
                && exit 0; \
312
 
              exit 1;; \
313
 
          esac; \
314
 
        done; \
315
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  glom/mode_design/print_layouts/Makefile'; \
316
 
        cd $(top_srcdir) && \
317
 
          $(AUTOMAKE) --gnu  glom/mode_design/print_layouts/Makefile
318
 
.PRECIOUS: Makefile
319
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320
 
        @case '$?' in \
321
 
          *config.status*) \
322
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323
 
          *) \
324
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
325
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326
 
        esac;
327
 
 
328
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
 
 
331
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
332
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
334
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
 
 
336
 
clean-noinstLIBRARIES:
337
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
338
 
libmode_design_print_layouts.a: $(libmode_design_print_layouts_a_OBJECTS) $(libmode_design_print_layouts_a_DEPENDENCIES) 
339
 
        -rm -f libmode_design_print_layouts.a
340
 
        $(libmode_design_print_layouts_a_AR) libmode_design_print_layouts.a $(libmode_design_print_layouts_a_OBJECTS) $(libmode_design_print_layouts_a_LIBADD)
341
 
        $(RANLIB) libmode_design_print_layouts.a
342
 
 
343
 
mostlyclean-compile:
344
 
        -rm -f *.$(OBJEXT)
345
 
 
346
 
distclean-compile:
347
 
        -rm -f *.tab.c
348
 
 
349
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_print_layouts.Po@am__quote@
350
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canvas_layout_item.Po@am__quote@
351
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canvas_print_layout.Po@am__quote@
352
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog_text_formatting.Po@am__quote@
353
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print_layout_toolbar.Po@am__quote@
354
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print_layout_toolbar_button.Po@am__quote@
355
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window_print_layout_edit.Po@am__quote@
356
 
 
357
 
.cc.o:
358
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
359
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
360
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
363
 
 
364
 
.cc.obj:
365
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
366
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
367
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
370
 
 
371
 
.cc.lo:
372
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
373
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
374
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
377
 
 
378
 
mostlyclean-libtool:
379
 
        -rm -f *.lo
380
 
 
381
 
clean-libtool:
382
 
        -rm -rf .libs _libs
383
 
 
384
 
distclean-libtool:
385
 
        -rm -f libtool
386
 
uninstall-info-am:
387
 
 
388
 
# This directory's subdirectories are mostly independent; you can cd
389
 
# into them and run `make' without going through this Makefile.
390
 
# To change the values of `make' variables: instead of editing Makefiles,
391
 
# (1) if the variable is set in `config.status', edit `config.status'
392
 
#     (which will cause the Makefiles to be regenerated when you run `make');
393
 
# (2) otherwise, pass the desired values on the `make' command line.
394
 
$(RECURSIVE_TARGETS):
395
 
        @failcom='exit 1'; \
396
 
        for f in x $$MAKEFLAGS; do \
397
 
          case $$f in \
398
 
            *=* | --[!k]*);; \
399
 
            *k*) failcom='fail=yes';; \
400
 
          esac; \
401
 
        done; \
402
 
        dot_seen=no; \
403
 
        target=`echo $@ | sed s/-recursive//`; \
404
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
 
          echo "Making $$target in $$subdir"; \
406
 
          if test "$$subdir" = "."; then \
407
 
            dot_seen=yes; \
408
 
            local_target="$$target-am"; \
409
 
          else \
410
 
            local_target="$$target"; \
411
 
          fi; \
412
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413
 
          || eval $$failcom; \
414
 
        done; \
415
 
        if test "$$dot_seen" = "no"; then \
416
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
417
 
        fi; test -z "$$fail"
418
 
 
419
 
mostlyclean-recursive clean-recursive distclean-recursive \
420
 
maintainer-clean-recursive:
421
 
        @failcom='exit 1'; \
422
 
        for f in x $$MAKEFLAGS; do \
423
 
          case $$f in \
424
 
            *=* | --[!k]*);; \
425
 
            *k*) failcom='fail=yes';; \
426
 
          esac; \
427
 
        done; \
428
 
        dot_seen=no; \
429
 
        case "$@" in \
430
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
431
 
          *) list='$(SUBDIRS)' ;; \
432
 
        esac; \
433
 
        rev=''; for subdir in $$list; do \
434
 
          if test "$$subdir" = "."; then :; else \
435
 
            rev="$$subdir $$rev"; \
436
 
          fi; \
437
 
        done; \
438
 
        rev="$$rev ."; \
439
 
        target=`echo $@ | sed s/-recursive//`; \
440
 
        for subdir in $$rev; do \
441
 
          echo "Making $$target in $$subdir"; \
442
 
          if test "$$subdir" = "."; then \
443
 
            local_target="$$target-am"; \
444
 
          else \
445
 
            local_target="$$target"; \
446
 
          fi; \
447
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
448
 
          || eval $$failcom; \
449
 
        done && test -z "$$fail"
450
 
tags-recursive:
451
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
452
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
453
 
        done
454
 
ctags-recursive:
455
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
456
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
457
 
        done
458
 
 
459
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
460
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461
 
        unique=`for i in $$list; do \
462
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
 
          done | \
464
 
          $(AWK) '    { files[$$0] = 1; } \
465
 
               END { for (i in files) print i; }'`; \
466
 
        mkid -fID $$unique
467
 
tags: TAGS
468
 
 
469
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
470
 
                $(TAGS_FILES) $(LISP)
471
 
        tags=; \
472
 
        here=`pwd`; \
473
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
474
 
          include_option=--etags-include; \
475
 
          empty_fix=.; \
476
 
        else \
477
 
          include_option=--include; \
478
 
          empty_fix=; \
479
 
        fi; \
480
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
481
 
          if test "$$subdir" = .; then :; else \
482
 
            test ! -f $$subdir/TAGS || \
483
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
484
 
          fi; \
485
 
        done; \
486
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
487
 
        unique=`for i in $$list; do \
488
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489
 
          done | \
490
 
          $(AWK) '    { files[$$0] = 1; } \
491
 
               END { for (i in files) print i; }'`; \
492
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
493
 
          test -n "$$unique" || unique=$$empty_fix; \
494
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495
 
            $$tags $$unique; \
496
 
        fi
497
 
ctags: CTAGS
498
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499
 
                $(TAGS_FILES) $(LISP)
500
 
        tags=; \
501
 
        here=`pwd`; \
502
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
 
        unique=`for i in $$list; do \
504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
 
          done | \
506
 
          $(AWK) '    { files[$$0] = 1; } \
507
 
               END { for (i in files) print i; }'`; \
508
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
509
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510
 
             $$tags $$unique
511
 
 
512
 
GTAGS:
513
 
        here=`$(am__cd) $(top_builddir) && pwd` \
514
 
          && cd $(top_srcdir) \
515
 
          && gtags -i $(GTAGS_ARGS) $$here
516
 
 
517
 
distclean-tags:
518
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
 
 
520
 
distdir: $(DISTFILES)
521
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
522
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
523
 
        list='$(DISTFILES)'; for file in $$list; do \
524
 
          case $$file in \
525
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
526
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
527
 
          esac; \
528
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
530
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
531
 
            dir="/$$dir"; \
532
 
            $(mkdir_p) "$(distdir)$$dir"; \
533
 
          else \
534
 
            dir=''; \
535
 
          fi; \
536
 
          if test -d $$d/$$file; then \
537
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
539
 
            fi; \
540
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
541
 
          else \
542
 
            test -f $(distdir)/$$file \
543
 
            || cp -p $$d/$$file $(distdir)/$$file \
544
 
            || exit 1; \
545
 
          fi; \
546
 
        done
547
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548
 
          if test "$$subdir" = .; then :; else \
549
 
            test -d "$(distdir)/$$subdir" \
550
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
551
 
            || exit 1; \
552
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
553
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
554
 
            (cd $$subdir && \
555
 
              $(MAKE) $(AM_MAKEFLAGS) \
556
 
                top_distdir="$$top_distdir" \
557
 
                distdir="$$distdir/$$subdir" \
558
 
                distdir) \
559
 
              || exit 1; \
560
 
          fi; \
561
 
        done
562
 
check-am: all-am
563
 
check: check-recursive
564
 
all-am: Makefile $(LIBRARIES)
565
 
installdirs: installdirs-recursive
566
 
installdirs-am:
567
 
install: install-recursive
568
 
install-exec: install-exec-recursive
569
 
install-data: install-data-recursive
570
 
uninstall: uninstall-recursive
571
 
 
572
 
install-am: all-am
573
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
574
 
 
575
 
installcheck: installcheck-recursive
576
 
install-strip:
577
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579
 
          `test -z '$(STRIP)' || \
580
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
581
 
mostlyclean-generic:
582
 
 
583
 
clean-generic:
584
 
 
585
 
distclean-generic:
586
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
587
 
 
588
 
maintainer-clean-generic:
589
 
        @echo "This command is intended for maintainers to use"
590
 
        @echo "it deletes files that may require special tools to rebuild."
591
 
clean: clean-recursive
592
 
 
593
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
594
 
        mostlyclean-am
595
 
 
596
 
distclean: distclean-recursive
597
 
        -rm -rf ./$(DEPDIR)
598
 
        -rm -f Makefile
599
 
distclean-am: clean-am distclean-compile distclean-generic \
600
 
        distclean-libtool distclean-tags
601
 
 
602
 
dvi: dvi-recursive
603
 
 
604
 
dvi-am:
605
 
 
606
 
html: html-recursive
607
 
 
608
 
info: info-recursive
609
 
 
610
 
info-am:
611
 
 
612
 
install-data-am:
613
 
 
614
 
install-exec-am:
615
 
 
616
 
install-info: install-info-recursive
617
 
 
618
 
install-man:
619
 
 
620
 
installcheck-am:
621
 
 
622
 
maintainer-clean: maintainer-clean-recursive
623
 
        -rm -rf ./$(DEPDIR)
624
 
        -rm -f Makefile
625
 
maintainer-clean-am: distclean-am maintainer-clean-generic
626
 
 
627
 
mostlyclean: mostlyclean-recursive
628
 
 
629
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
630
 
        mostlyclean-libtool
631
 
 
632
 
pdf: pdf-recursive
633
 
 
634
 
pdf-am:
635
 
 
636
 
ps: ps-recursive
637
 
 
638
 
ps-am:
639
 
 
640
 
uninstall-am: uninstall-info-am
641
 
 
642
 
uninstall-info: uninstall-info-recursive
643
 
 
644
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
645
 
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
646
 
        clean-recursive ctags ctags-recursive distclean \
647
 
        distclean-compile distclean-generic distclean-libtool \
648
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
649
 
        html-am info info-am install install-am install-data \
650
 
        install-data-am install-exec install-exec-am install-info \
651
 
        install-info-am install-man install-strip installcheck \
652
 
        installcheck-am installdirs installdirs-am maintainer-clean \
653
 
        maintainer-clean-generic maintainer-clean-recursive \
654
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
655
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
656
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
657
 
 
658
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
659
 
# Otherwise a system limit (for SysV at least) may be exceeded.
660
 
.NOEXPORT: