~ubuntu-branches/ubuntu/lucid/jhbuild/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Loic Minier, Emilio Pozuelo Monfort
  • Date: 2009-11-09 20:28:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091109202848-m9ec7dmzptqtchtj
Tags: 2.28.0-1
[ Loic Minier ]
* Cleanups.
* Ship scripts.
* Don't set GNOME_MODULE as it equals the name of the source package.

[ Emilio Pozuelo Monfort ]
* New upstream release. Closes: #524504.
  - Use 'git rev-parse' rather than 'git-rev-parse'. Closes: #544642.
* Ship install-check. Closes: #441008.
* Uploaders list regenerated. Closes: #523542, #554071.
* debian/control.in,
  debian/rules:
  - Stop shipping a copy of subprocess.py. Require python >= 2.4.
  - Switch to python-support.
* debian/control.in:
  - Bump Standards-Version to 3.8.3, no changes needed.
  - Build depend on intltool >= 0.35.0.
  - Build depend on pkg-config, gnome-doc-utils and rarian-compat to build
    the documentation.
  - Make jhbuild arch any since install-check is a binary. Depend on
    ${shlibs:Depends}.
  - Recommend, and not suggest, git-core. Also recommend mercurial.
* debian/watch:
  - Added.
* debian/patches/01_import_from_pkgdatadir.patch:
  - Added, import jhbuild from pkgdatadir if everything else fails.
    This way we can ship the jhbuild private modules in /usr/sharejhbuild.
* debian/jhbuild.docs:
  - Removed, the necessary docs are now installed by the upstream Makefile.
* debian/rules:
  - Include autotools.mk and gnome.mk.
  - Remove all the manual build process, autotools.mk does everything now.
  - Install the jhbuild modules in /usr/share/jhbuild.
* debian/install:
  - Install the modulesets and patches from here since the upstream build
    system doesn't install them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
@DOC_INSTALLATION_ENABLED_TRUE@am__append_1 = doc
 
37
bin_PROGRAMS = install-check$(EXEEXT)
 
38
subdir = .
 
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in $(srcdir)/jhbuild.desktop.in.in \
 
41
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
42
        depcomp install-sh missing mkinstalldirs py-compile
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
48
 configure.lineno config.status.lineno
 
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
50
CONFIG_CLEAN_FILES = jhbuild.desktop.in
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)"
 
53
PROGRAMS = $(bin_PROGRAMS)
 
54
am_install_check_OBJECTS = install-check.$(OBJEXT)
 
55
install_check_OBJECTS = $(am_install_check_OBJECTS)
 
56
install_check_LDADD = $(LDADD)
 
57
DEFAULT_INCLUDES = -I.@am__isrc@
 
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
59
am__depfiles_maybe = depfiles
 
60
am__mv = mv -f
 
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
63
CCLD = $(CC)
 
64
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
65
SOURCES = $(install_check_SOURCES)
 
66
DIST_SOURCES = $(install_check_SOURCES)
 
67
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
68
        html-recursive info-recursive install-data-recursive \
 
69
        install-dvi-recursive install-exec-recursive \
 
70
        install-html-recursive install-info-recursive \
 
71
        install-pdf-recursive install-ps-recursive install-recursive \
 
72
        installcheck-recursive installdirs-recursive pdf-recursive \
 
73
        ps-recursive uninstall-recursive
 
74
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
75
am__vpath_adj = case $$p in \
 
76
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
77
    *) f=$$p;; \
 
78
  esac;
 
79
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
80
am__install_max = 40
 
81
am__nobase_strip_setup = \
 
82
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
83
am__nobase_strip = \
 
84
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
85
am__nobase_list = $(am__nobase_strip_setup); \
 
86
  for p in $$list; do echo "$$p $$p"; done | \
 
87
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
88
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
89
    if (++n[$$2] == $(am__install_max)) \
 
90
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
91
    END { for (dir in files) print dir, files[dir] }'
 
92
am__base_list = \
 
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
95
DATA = $(desktop_DATA)
 
96
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
97
  distclean-recursive maintainer-clean-recursive
 
98
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
99
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
100
        distdir dist dist-all distcheck
 
101
ETAGS = etags
 
102
CTAGS = ctags
 
103
DIST_SUBDIRS = po scripts jhbuild buildbot doc
 
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
105
distdir = $(PACKAGE)-$(VERSION)
 
106
top_distdir = $(distdir)
 
107
am__remove_distdir = \
 
108
  { test ! -d "$(distdir)" \
 
109
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
110
         && rm -fr "$(distdir)"; }; }
 
111
am__relativize = \
 
112
  dir0=`pwd`; \
 
113
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
114
  sed_rest='s,^[^/]*/*,,'; \
 
115
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
116
  sed_butlast='s,/*[^/]*$$,,'; \
 
117
  while test -n "$$dir1"; do \
 
118
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
119
    if test "$$first" != "."; then \
 
120
      if test "$$first" = ".."; then \
 
121
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
122
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
123
      else \
 
124
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
125
        if test "$$first2" = "$$first"; then \
 
126
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
127
        else \
 
128
          dir2="../$$dir2"; \
 
129
        fi; \
 
130
        dir0="$$dir0"/"$$first"; \
 
131
      fi; \
 
132
    fi; \
 
133
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
134
  done; \
 
135
  reldir="$$dir2"
 
136
DIST_ARCHIVES = $(distdir).tar.gz
 
137
GZIP_ENV = --best
 
138
distuninstallcheck_listfiles = find . -type f -print
 
139
distcleancheck_listfiles = find . -type f -print
 
140
ACLOCAL = @ACLOCAL@
 
141
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
142
ALL_LINGUAS = @ALL_LINGUAS@
 
143
AMTAR = @AMTAR@
 
144
AUTOCONF = @AUTOCONF@
 
145
AUTOHEADER = @AUTOHEADER@
 
146
AUTOMAKE = @AUTOMAKE@
 
147
AWK = @AWK@
 
148
CATALOGS = @CATALOGS@
 
149
CATOBJEXT = @CATOBJEXT@
 
150
CC = @CC@
 
151
CCDEPMODE = @CCDEPMODE@
 
152
CFLAGS = @CFLAGS@
 
153
CPP = @CPP@
 
154
CPPFLAGS = @CPPFLAGS@
 
155
CYGPATH_W = @CYGPATH_W@
 
156
DATADIRNAME = @DATADIRNAME@
 
157
DEFS = @DEFS@
 
158
DEPDIR = @DEPDIR@
 
159
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
160
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
161
ECHO_C = @ECHO_C@
 
162
ECHO_N = @ECHO_N@
 
163
ECHO_T = @ECHO_T@
 
164
EGREP = @EGREP@
 
165
EXEEXT = @EXEEXT@
 
166
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
167
GMOFILES = @GMOFILES@
 
168
GMSGFMT = @GMSGFMT@
 
169
GREP = @GREP@
 
170
HELP_DIR = @HELP_DIR@
 
171
INSTALL = @INSTALL@
 
172
INSTALL_DATA = @INSTALL_DATA@
 
173
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
174
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
175
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
176
INSTOBJEXT = @INSTOBJEXT@
 
177
INTLLIBS = @INTLLIBS@
 
178
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
179
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
180
INTLTOOL_PERL = @INTLTOOL_PERL@
 
181
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
182
LDFLAGS = @LDFLAGS@
 
183
LIBOBJS = @LIBOBJS@
 
184
LIBS = @LIBS@
 
185
LN_S = @LN_S@
 
186
LTLIBOBJS = @LTLIBOBJS@
 
187
MAINT = @MAINT@
 
188
MAKEINFO = @MAKEINFO@
 
189
MKDIR_P = @MKDIR_P@
 
190
MKINSTALLDIRS = @MKINSTALLDIRS@
 
191
MSGFMT = @MSGFMT@
 
192
MSGFMT_OPTS = @MSGFMT_OPTS@
 
193
MSGMERGE = @MSGMERGE@
 
194
OBJEXT = @OBJEXT@
 
195
OMF_DIR = @OMF_DIR@
 
196
PACKAGE = @PACKAGE@
 
197
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
198
PACKAGE_NAME = @PACKAGE_NAME@
 
199
PACKAGE_STRING = @PACKAGE_STRING@
 
200
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
201
PACKAGE_URL = @PACKAGE_URL@
 
202
PACKAGE_VERSION = @PACKAGE_VERSION@
 
203
PATH_SEPARATOR = @PATH_SEPARATOR@
 
204
PKG_CONFIG = @PKG_CONFIG@
 
205
POFILES = @POFILES@
 
206
POSUB = @POSUB@
 
207
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
208
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
209
PYTHON = @PYTHON@
 
210
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
211
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
212
PYTHON_PREFIX = @PYTHON_PREFIX@
 
213
PYTHON_VERSION = @PYTHON_VERSION@
 
214
SET_MAKE = @SET_MAKE@
 
215
SHELL = @SHELL@
 
216
STRIP = @STRIP@
 
217
USE_NLS = @USE_NLS@
 
218
VERSION = @VERSION@
 
219
XGETTEXT = @XGETTEXT@
 
220
abs_builddir = @abs_builddir@
 
221
abs_srcdir = @abs_srcdir@
 
222
abs_top_builddir = @abs_top_builddir@
 
223
abs_top_srcdir = @abs_top_srcdir@
 
224
ac_ct_CC = @ac_ct_CC@
 
225
am__include = @am__include@
 
226
am__leading_dot = @am__leading_dot@
 
227
am__quote = @am__quote@
 
228
am__tar = @am__tar@
 
229
am__untar = @am__untar@
 
230
bindir = @bindir@
 
231
build_alias = @build_alias@
 
232
builddir = @builddir@
 
233
datadir = @datadir@
 
234
datarootdir = @datarootdir@
 
235
docdir = @docdir@
 
236
dvidir = @dvidir@
 
237
exec_prefix = @exec_prefix@
 
238
host_alias = @host_alias@
 
239
htmldir = @htmldir@
 
240
includedir = @includedir@
 
241
infodir = @infodir@
 
242
install_sh = @install_sh@
 
243
libdir = @libdir@
 
244
libexecdir = @libexecdir@
 
245
localedir = @localedir@
 
246
localstatedir = @localstatedir@
 
247
mandir = @mandir@
 
248
mkdir_p = @mkdir_p@
 
249
oldincludedir = @oldincludedir@
 
250
pdfdir = @pdfdir@
 
251
pkgpyexecdir = @pkgpyexecdir@
 
252
pkgpythondir = @pkgpythondir@
 
253
prefix = @prefix@
 
254
program_transform_name = @program_transform_name@
 
255
psdir = @psdir@
 
256
pyexecdir = @pyexecdir@
 
257
pythondir = @pythondir@
 
258
sbindir = @sbindir@
 
259
sharedstatedir = @sharedstatedir@
 
260
srcdir = @srcdir@
 
261
sysconfdir = @sysconfdir@
 
262
target_alias = @target_alias@
 
263
top_build_prefix = @top_build_prefix@
 
264
top_builddir = @top_builddir@
 
265
top_srcdir = @top_srcdir@
 
266
SUBDIRS = po scripts jhbuild buildbot $(am__append_1)
 
267
PATCHES = $(wildcard $(top_srcdir)/patches/*.patch)
 
268
MODULESETS = $(wildcard $(top_srcdir)/modulesets/*.modules) modulesets/moduleset.dtd
 
269
desktopdir = $(datadir)/applications
 
270
desktop_in_files = jhbuild.desktop.in
 
271
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
272
INTLTOOL = \
 
273
        intltool-extract.in     \
 
274
        intltool-merge.in       \
 
275
        intltool-update.in
 
276
 
 
277
EXTRA_DIST = gnome-doc-utils.make $(PATCHES) $(MODULESETS) \
 
278
        install-check.c \
 
279
        $(desktop_in_files) $(INTLTOOL)
 
280
 
 
281
DISTCLEANFILES = \
 
282
        intltool-extract        \
 
283
        intltool-merge          \
 
284
        intltool-update
 
285
 
 
286
CLEANFILES = \
 
287
        $(desktop_DATA)
 
288
 
 
289
install_check_SOURCES = install-check.c
 
290
all: all-recursive
 
291
 
 
292
.SUFFIXES:
 
293
.SUFFIXES: .c .o .obj
 
294
am--refresh:
 
295
        @:
 
296
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
297
        @for dep in $?; do \
 
298
          case '$(am__configure_deps)' in \
 
299
            *$$dep*) \
 
300
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
301
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
302
                && exit 0; \
 
303
              exit 1;; \
 
304
          esac; \
 
305
        done; \
 
306
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
307
        $(am__cd) $(top_srcdir) && \
 
308
          $(AUTOMAKE) --gnu Makefile
 
309
.PRECIOUS: Makefile
 
310
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
311
        @case '$?' in \
 
312
          *config.status*) \
 
313
            echo ' $(SHELL) ./config.status'; \
 
314
            $(SHELL) ./config.status;; \
 
315
          *) \
 
316
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
317
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
318
        esac;
 
319
 
 
320
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
321
        $(SHELL) ./config.status --recheck
 
322
 
 
323
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
324
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
326
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
327
$(am__aclocal_m4_deps):
 
328
jhbuild.desktop.in: $(top_builddir)/config.status $(srcdir)/jhbuild.desktop.in.in
 
329
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
330
install-binPROGRAMS: $(bin_PROGRAMS)
 
331
        @$(NORMAL_INSTALL)
 
332
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
333
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
334
        for p in $$list; do echo "$$p $$p"; done | \
 
335
        sed 's/$(EXEEXT)$$//' | \
 
336
        while read p p1; do if test -f $$p; \
 
337
          then echo "$$p"; echo "$$p"; else :; fi; \
 
338
        done | \
 
339
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
340
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
341
        sed 'N;N;N;s,\n, ,g' | \
 
342
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
343
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
344
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
345
            else { print "f", $$3 "/" $$4, $$1; } } \
 
346
          END { for (d in files) print "f", d, files[d] }' | \
 
347
        while read type dir files; do \
 
348
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
349
            test -z "$$files" || { \
 
350
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
351
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
352
            } \
 
353
        ; done
 
354
 
 
355
uninstall-binPROGRAMS:
 
356
        @$(NORMAL_UNINSTALL)
 
357
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
358
        files=`for p in $$list; do echo "$$p"; done | \
 
359
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
360
              -e 's/$$/$(EXEEXT)/' `; \
 
361
        test -n "$$list" || exit 0; \
 
362
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
363
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
364
 
 
365
clean-binPROGRAMS:
 
366
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
367
install-check$(EXEEXT): $(install_check_OBJECTS) $(install_check_DEPENDENCIES) 
 
368
        @rm -f install-check$(EXEEXT)
 
369
        $(LINK) $(install_check_OBJECTS) $(install_check_LDADD) $(LIBS)
 
370
 
 
371
mostlyclean-compile:
 
372
        -rm -f *.$(OBJEXT)
 
373
 
 
374
distclean-compile:
 
375
        -rm -f *.tab.c
 
376
 
 
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install-check.Po@am__quote@
 
378
 
 
379
.c.o:
 
380
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
381
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
384
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
385
 
 
386
.c.obj:
 
387
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
388
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
392
install-desktopDATA: $(desktop_DATA)
 
393
        @$(NORMAL_INSTALL)
 
394
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
 
395
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
396
        for p in $$list; do \
 
397
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
398
          echo "$$d$$p"; \
 
399
        done | $(am__base_list) | \
 
400
        while read files; do \
 
401
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
402
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
 
403
        done
 
404
 
 
405
uninstall-desktopDATA:
 
406
        @$(NORMAL_UNINSTALL)
 
407
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
408
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
409
        test -n "$$files" || exit 0; \
 
410
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
411
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
412
 
 
413
# This directory's subdirectories are mostly independent; you can cd
 
414
# into them and run `make' without going through this Makefile.
 
415
# To change the values of `make' variables: instead of editing Makefiles,
 
416
# (1) if the variable is set in `config.status', edit `config.status'
 
417
#     (which will cause the Makefiles to be regenerated when you run `make');
 
418
# (2) otherwise, pass the desired values on the `make' command line.
 
419
$(RECURSIVE_TARGETS):
 
420
        @failcom='exit 1'; \
 
421
        for f in x $$MAKEFLAGS; do \
 
422
          case $$f in \
 
423
            *=* | --[!k]*);; \
 
424
            *k*) failcom='fail=yes';; \
 
425
          esac; \
 
426
        done; \
 
427
        dot_seen=no; \
 
428
        target=`echo $@ | sed s/-recursive//`; \
 
429
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
430
          echo "Making $$target in $$subdir"; \
 
431
          if test "$$subdir" = "."; then \
 
432
            dot_seen=yes; \
 
433
            local_target="$$target-am"; \
 
434
          else \
 
435
            local_target="$$target"; \
 
436
          fi; \
 
437
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
438
          || eval $$failcom; \
 
439
        done; \
 
440
        if test "$$dot_seen" = "no"; then \
 
441
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
442
        fi; test -z "$$fail"
 
443
 
 
444
$(RECURSIVE_CLEAN_TARGETS):
 
445
        @failcom='exit 1'; \
 
446
        for f in x $$MAKEFLAGS; do \
 
447
          case $$f in \
 
448
            *=* | --[!k]*);; \
 
449
            *k*) failcom='fail=yes';; \
 
450
          esac; \
 
451
        done; \
 
452
        dot_seen=no; \
 
453
        case "$@" in \
 
454
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
455
          *) list='$(SUBDIRS)' ;; \
 
456
        esac; \
 
457
        rev=''; for subdir in $$list; do \
 
458
          if test "$$subdir" = "."; then :; else \
 
459
            rev="$$subdir $$rev"; \
 
460
          fi; \
 
461
        done; \
 
462
        rev="$$rev ."; \
 
463
        target=`echo $@ | sed s/-recursive//`; \
 
464
        for subdir in $$rev; do \
 
465
          echo "Making $$target in $$subdir"; \
 
466
          if test "$$subdir" = "."; then \
 
467
            local_target="$$target-am"; \
 
468
          else \
 
469
            local_target="$$target"; \
 
470
          fi; \
 
471
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
472
          || eval $$failcom; \
 
473
        done && test -z "$$fail"
 
474
tags-recursive:
 
475
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
476
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
477
        done
 
478
ctags-recursive:
 
479
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
480
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
481
        done
 
482
 
 
483
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
484
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
485
        unique=`for i in $$list; do \
 
486
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
487
          done | \
 
488
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
489
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
490
        mkid -fID $$unique
 
491
tags: TAGS
 
492
 
 
493
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
494
                $(TAGS_FILES) $(LISP)
 
495
        set x; \
 
496
        here=`pwd`; \
 
497
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
498
          include_option=--etags-include; \
 
499
          empty_fix=.; \
 
500
        else \
 
501
          include_option=--include; \
 
502
          empty_fix=; \
 
503
        fi; \
 
504
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
505
          if test "$$subdir" = .; then :; else \
 
506
            test ! -f $$subdir/TAGS || \
 
507
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
508
          fi; \
 
509
        done; \
 
510
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
511
        unique=`for i in $$list; do \
 
512
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
513
          done | \
 
514
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
515
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
516
        shift; \
 
517
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
518
          test -n "$$unique" || unique=$$empty_fix; \
 
519
          if test $$# -gt 0; then \
 
520
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
521
              "$$@" $$unique; \
 
522
          else \
 
523
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
524
              $$unique; \
 
525
          fi; \
 
526
        fi
 
527
ctags: CTAGS
 
528
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
529
                $(TAGS_FILES) $(LISP)
 
530
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
531
        unique=`for i in $$list; do \
 
532
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
533
          done | \
 
534
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
535
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
536
        test -z "$(CTAGS_ARGS)$$unique" \
 
537
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
538
             $$unique
 
539
 
 
540
GTAGS:
 
541
        here=`$(am__cd) $(top_builddir) && pwd` \
 
542
          && $(am__cd) $(top_srcdir) \
 
543
          && gtags -i $(GTAGS_ARGS) "$$here"
 
544
 
 
545
distclean-tags:
 
546
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
547
 
 
548
distdir: $(DISTFILES)
 
549
        $(am__remove_distdir)
 
550
        test -d "$(distdir)" || mkdir "$(distdir)"
 
551
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
552
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
553
        list='$(DISTFILES)'; \
 
554
          dist_files=`for file in $$list; do echo $$file; done | \
 
555
          sed -e "s|^$$srcdirstrip/||;t" \
 
556
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
557
        case $$dist_files in \
 
558
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
559
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
560
                           sort -u` ;; \
 
561
        esac; \
 
562
        for file in $$dist_files; do \
 
563
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
564
          if test -d $$d/$$file; then \
 
565
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
566
            if test -d "$(distdir)/$$file"; then \
 
567
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
568
            fi; \
 
569
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
570
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
571
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
572
            fi; \
 
573
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
574
          else \
 
575
            test -f "$(distdir)/$$file" \
 
576
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
577
            || exit 1; \
 
578
          fi; \
 
579
        done
 
580
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
581
          if test "$$subdir" = .; then :; else \
 
582
            test -d "$(distdir)/$$subdir" \
 
583
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
584
            || exit 1; \
 
585
          fi; \
 
586
        done
 
587
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
588
          if test "$$subdir" = .; then :; else \
 
589
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
590
            $(am__relativize); \
 
591
            new_distdir=$$reldir; \
 
592
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
593
            $(am__relativize); \
 
594
            new_top_distdir=$$reldir; \
 
595
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
596
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
597
            ($(am__cd) $$subdir && \
 
598
              $(MAKE) $(AM_MAKEFLAGS) \
 
599
                top_distdir="$$new_top_distdir" \
 
600
                distdir="$$new_distdir" \
 
601
                am__remove_distdir=: \
 
602
                am__skip_length_check=: \
 
603
                am__skip_mode_fix=: \
 
604
                distdir) \
 
605
              || exit 1; \
 
606
          fi; \
 
607
        done
 
608
        -test -n "$(am__skip_mode_fix)" \
 
609
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
610
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
611
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
612
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
613
        || chmod -R a+r "$(distdir)"
 
614
dist-gzip: distdir
 
615
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
616
        $(am__remove_distdir)
 
617
 
 
618
dist-bzip2: distdir
 
619
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
620
        $(am__remove_distdir)
 
621
 
 
622
dist-lzma: distdir
 
623
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
624
        $(am__remove_distdir)
 
625
 
 
626
dist-xz: distdir
 
627
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
628
        $(am__remove_distdir)
 
629
 
 
630
dist-tarZ: distdir
 
631
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
632
        $(am__remove_distdir)
 
633
 
 
634
dist-shar: distdir
 
635
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
636
        $(am__remove_distdir)
 
637
 
 
638
dist-zip: distdir
 
639
        -rm -f $(distdir).zip
 
640
        zip -rq $(distdir).zip $(distdir)
 
641
        $(am__remove_distdir)
 
642
 
 
643
dist dist-all: distdir
 
644
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
645
        $(am__remove_distdir)
 
646
 
 
647
# This target untars the dist file and tries a VPATH configuration.  Then
 
648
# it guarantees that the distribution is self-contained by making another
 
649
# tarfile.
 
650
distcheck: dist
 
651
        case '$(DIST_ARCHIVES)' in \
 
652
        *.tar.gz*) \
 
653
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
654
        *.tar.bz2*) \
 
655
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
656
        *.tar.lzma*) \
 
657
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
658
        *.tar.xz*) \
 
659
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
660
        *.tar.Z*) \
 
661
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
662
        *.shar.gz*) \
 
663
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
664
        *.zip*) \
 
665
          unzip $(distdir).zip ;;\
 
666
        esac
 
667
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
668
        mkdir $(distdir)/_build
 
669
        mkdir $(distdir)/_inst
 
670
        chmod a-w $(distdir)
 
671
        test -d $(distdir)/_build || exit 0; \
 
672
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
673
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
674
          && am__cwd=`pwd` \
 
675
          && $(am__cd) $(distdir)/_build \
 
676
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
677
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
678
          && $(MAKE) $(AM_MAKEFLAGS) \
 
679
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
680
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
681
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
682
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
683
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
684
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
685
                distuninstallcheck \
 
686
          && chmod -R a-w "$$dc_install_base" \
 
687
          && ({ \
 
688
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
689
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
690
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
691
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
692
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
693
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
694
          && rm -rf "$$dc_destdir" \
 
695
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
696
          && rm -rf $(DIST_ARCHIVES) \
 
697
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
698
          && cd "$$am__cwd" \
 
699
          || exit 1
 
700
        $(am__remove_distdir)
 
701
        @(echo "$(distdir) archives ready for distribution: "; \
 
702
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
703
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
704
distuninstallcheck:
 
705
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
706
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
707
           || { echo "ERROR: files left after uninstall:" ; \
 
708
                if test -n "$(DESTDIR)"; then \
 
709
                  echo "  (check DESTDIR support)"; \
 
710
                fi ; \
 
711
                $(distuninstallcheck_listfiles) ; \
 
712
                exit 1; } >&2
 
713
distcleancheck: distclean
 
714
        @if test '$(srcdir)' = . ; then \
 
715
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
716
          exit 1 ; \
 
717
        fi
 
718
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
719
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
720
               $(distcleancheck_listfiles) ; \
 
721
               exit 1; } >&2
 
722
check-am: all-am
 
723
check: check-recursive
 
724
all-am: Makefile $(PROGRAMS) $(DATA)
 
725
installdirs: installdirs-recursive
 
726
installdirs-am:
 
727
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)"; do \
 
728
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
729
        done
 
730
install: install-recursive
 
731
install-exec: install-exec-recursive
 
732
install-data: install-data-recursive
 
733
uninstall: uninstall-recursive
 
734
 
 
735
install-am: all-am
 
736
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
737
 
 
738
installcheck: installcheck-recursive
 
739
install-strip:
 
740
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
741
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
742
          `test -z '$(STRIP)' || \
 
743
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
744
mostlyclean-generic:
 
745
 
 
746
clean-generic:
 
747
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
748
 
 
749
distclean-generic:
 
750
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
751
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
752
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
753
 
 
754
maintainer-clean-generic:
 
755
        @echo "This command is intended for maintainers to use"
 
756
        @echo "it deletes files that may require special tools to rebuild."
 
757
clean: clean-recursive
 
758
 
 
759
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
760
 
 
761
distclean: distclean-recursive
 
762
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
763
        -rm -rf ./$(DEPDIR)
 
764
        -rm -f Makefile
 
765
distclean-am: clean-am distclean-compile distclean-generic \
 
766
        distclean-tags
 
767
 
 
768
dvi: dvi-recursive
 
769
 
 
770
dvi-am:
 
771
 
 
772
html: html-recursive
 
773
 
 
774
html-am:
 
775
 
 
776
info: info-recursive
 
777
 
 
778
info-am:
 
779
 
 
780
install-data-am: install-desktopDATA
 
781
 
 
782
install-dvi: install-dvi-recursive
 
783
 
 
784
install-dvi-am:
 
785
 
 
786
install-exec-am: install-binPROGRAMS
 
787
 
 
788
install-html: install-html-recursive
 
789
 
 
790
install-html-am:
 
791
 
 
792
install-info: install-info-recursive
 
793
 
 
794
install-info-am:
 
795
 
 
796
install-man:
 
797
 
 
798
install-pdf: install-pdf-recursive
 
799
 
 
800
install-pdf-am:
 
801
 
 
802
install-ps: install-ps-recursive
 
803
 
 
804
install-ps-am:
 
805
 
 
806
installcheck-am:
 
807
 
 
808
maintainer-clean: maintainer-clean-recursive
 
809
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
810
        -rm -rf $(top_srcdir)/autom4te.cache
 
811
        -rm -rf ./$(DEPDIR)
 
812
        -rm -f Makefile
 
813
maintainer-clean-am: distclean-am maintainer-clean-generic
 
814
 
 
815
mostlyclean: mostlyclean-recursive
 
816
 
 
817
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
818
 
 
819
pdf: pdf-recursive
 
820
 
 
821
pdf-am:
 
822
 
 
823
ps: ps-recursive
 
824
 
 
825
ps-am:
 
826
 
 
827
uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA
 
828
 
 
829
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
830
        install-am install-strip tags-recursive
 
831
 
 
832
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
833
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
 
834
        clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
 
835
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
836
        distcheck distclean distclean-compile distclean-generic \
 
837
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
838
        dvi-am html html-am info info-am install install-am \
 
839
        install-binPROGRAMS install-data install-data-am \
 
840
        install-desktopDATA install-dvi install-dvi-am install-exec \
 
841
        install-exec-am install-html install-html-am install-info \
 
842
        install-info-am install-man install-pdf install-pdf-am \
 
843
        install-ps install-ps-am install-strip installcheck \
 
844
        installcheck-am installdirs installdirs-am maintainer-clean \
 
845
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
846
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
847
        uninstall uninstall-am uninstall-binPROGRAMS \
 
848
        uninstall-desktopDATA
 
849
 
 
850
 
 
851
@INTLTOOL_DESKTOP_RULE@
 
852
 
 
853
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
854
# Otherwise a system limit (for SysV at least) may be exceeded.
 
855
.NOEXPORT: