~ubuntu-branches/ubuntu/maverick/ldtp/maverick

« back to all changes in this revision

Viewing changes to python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-02-04 10:36:08 UTC
  • mfrom: (1.4.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100204103608-dhqdo7jk10ygwt40
Tags: 2.0.2-1
* New upstream release:
  + Packaging is based on Ubuntu packages, Thanks Ubuntu!
  + LDTPv2 is a complete rewrite of LDTPv1 in Python
  + LTFX is completely removed in LDTP v2 in favor of wnck
* debian/control:
  + Updated to Standards-Version 3.8.4 (no changes needed)
  + Fixed typo in description python->Python
  + ldtp is now arch: all package
* debian/rules:
  + Using dh to make it simple
* Removed unused manpages
* Updated package to use new source format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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  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
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
target_triplet = @target@
37
 
subdir = python
38
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
 
        ChangeLog
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
 
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(install_sh) -d
45
 
CONFIG_HEADER = $(top_builddir)/config.h
46
 
CONFIG_CLEAN_FILES =
47
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdir)" \
48
 
        "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(pycdir)" \
49
 
        "$(DESTDIR)$(pythondir)"
50
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
51
 
SCRIPTS = $(bin_SCRIPTS)
52
 
SOURCES =
53
 
DIST_SOURCES =
54
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
 
        html-recursive info-recursive install-data-recursive \
56
 
        install-dvi-recursive install-exec-recursive \
57
 
        install-html-recursive install-info-recursive \
58
 
        install-pdf-recursive install-ps-recursive install-recursive \
59
 
        installcheck-recursive installdirs-recursive pdf-recursive \
60
 
        ps-recursive uninstall-recursive
61
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
 
am__vpath_adj = case $$p in \
63
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
 
    *) f=$$p;; \
65
 
  esac;
66
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
67
 
appDATA_INSTALL = $(INSTALL_DATA)
68
 
gladeDATA_INSTALL = $(INSTALL_DATA)
69
 
pycDATA_INSTALL = $(INSTALL_DATA)
70
 
pythonDATA_INSTALL = $(INSTALL_DATA)
71
 
DATA = $(app_DATA) $(glade_DATA) $(pyc_DATA) $(python_DATA)
72
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73
 
  distclean-recursive maintainer-clean-recursive
74
 
ETAGS = etags
75
 
CTAGS = ctags
76
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
 
ACLOCAL = @ACLOCAL@
78
 
AMTAR = @AMTAR@
79
 
AUTOCONF = @AUTOCONF@
80
 
AUTOHEADER = @AUTOHEADER@
81
 
AUTOMAKE = @AUTOMAKE@
82
 
AWK = @AWK@
83
 
CC = @CC@
84
 
CCDEPMODE = @CCDEPMODE@
85
 
CFLAGS = @CFLAGS@
86
 
CPPFLAGS = @CPPFLAGS@
87
 
CSPI_1_0_CFLAGS = @CSPI_1_0_CFLAGS@
88
 
CSPI_1_0_LIBS = @CSPI_1_0_LIBS@
89
 
CYGPATH_W = @CYGPATH_W@
90
 
DEFS = @DEFS@
91
 
DEPDIR = @DEPDIR@
92
 
ECHO_C = @ECHO_C@
93
 
ECHO_N = @ECHO_N@
94
 
ECHO_T = @ECHO_T@
95
 
EXEEXT = @EXEEXT@
96
 
GCC_CMD = @GCC_CMD@
97
 
GLIB2_CFLAGS = @GLIB2_CFLAGS@
98
 
GLIB2_LIBS = @GLIB2_LIBS@
99
 
INSTALL = @INSTALL@
100
 
INSTALL_DATA = @INSTALL_DATA@
101
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
103
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104
 
LDFLAGS = @LDFLAGS@
105
 
LIBOBJS = @LIBOBJS@
106
 
LIBS = @LIBS@
107
 
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
108
 
LIBXML2_LIBS = @LIBXML2_LIBS@
109
 
LOCALIZATION_LIB = @LOCALIZATION_LIB@
110
 
LTLIBOBJS = @LTLIBOBJS@
111
 
MAKEINFO = @MAKEINFO@
112
 
MKDIR_P = @MKDIR_P@
113
 
OBJEXT = @OBJEXT@
114
 
PACKAGE = @PACKAGE@
115
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116
 
PACKAGE_NAME = @PACKAGE_NAME@
117
 
PACKAGE_STRING = @PACKAGE_STRING@
118
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
119
 
PACKAGE_VERSION = @PACKAGE_VERSION@
120
 
PATH_SEPARATOR = @PATH_SEPARATOR@
121
 
PKG_CONFIG = @PKG_CONFIG@
122
 
PTHREAD_LIB = @PTHREAD_LIB@
123
 
PYTHON_CMD = @PYTHON_CMD@
124
 
SET_MAKE = @SET_MAKE@
125
 
SHELL = @SHELL@
126
 
STRIP = @STRIP@
127
 
VERSION = @VERSION@
128
 
abs_builddir = @abs_builddir@
129
 
abs_srcdir = @abs_srcdir@
130
 
abs_top_builddir = @abs_top_builddir@
131
 
abs_top_srcdir = @abs_top_srcdir@
132
 
ac_ct_CC = @ac_ct_CC@
133
 
am__include = @am__include@
134
 
am__leading_dot = @am__leading_dot@
135
 
am__quote = @am__quote@
136
 
am__tar = @am__tar@
137
 
am__untar = @am__untar@
138
 
bindir = @bindir@
139
 
build = @build@
140
 
build_alias = @build_alias@
141
 
build_cpu = @build_cpu@
142
 
build_os = @build_os@
143
 
build_vendor = @build_vendor@
144
 
builddir = @builddir@
145
 
datadir = @datadir@
146
 
datarootdir = @datarootdir@
147
 
docdir = @docdir@
148
 
dvidir = @dvidir@
149
 
exec_prefix = @exec_prefix@
150
 
host = @host@
151
 
host_alias = @host_alias@
152
 
host_cpu = @host_cpu@
153
 
host_os = @host_os@
154
 
host_vendor = @host_vendor@
155
 
htmldir = @htmldir@
156
 
includedir = @includedir@
157
 
infodir = @infodir@
158
 
install_sh = @install_sh@
159
 
ldtpdir = @ldtpdir@
160
 
libdir = @libdir@
161
 
libexecdir = @libexecdir@
162
 
localedir = @localedir@
163
 
localstatedir = @localstatedir@
164
 
mandir = @mandir@
165
 
mkdir_p = @mkdir_p@
166
 
oldincludedir = @oldincludedir@
167
 
pdfdir = @pdfdir@
168
 
prefix = @prefix@
169
 
program_transform_name = @program_transform_name@
170
 
psdir = @psdir@
171
 
pythondir = @pythondir@
172
 
sbindir = @sbindir@
173
 
sharedstatedir = @sharedstatedir@
174
 
srcdir = @srcdir@
175
 
sysconfdir = @sysconfdir@
176
 
target = @target@
177
 
target_alias = @target_alias@
178
 
target_cpu = @target_cpu@
179
 
target_os = @target_os@
180
 
target_vendor = @target_vendor@
181
 
top_build_prefix = @top_build_prefix@
182
 
top_builddir = @top_builddir@
183
 
top_srcdir = @top_srcdir@
184
 
python_DATA = \
185
 
        ldtp.py         \
186
 
        ldtputils.py    \
187
 
        ooldtp.py
188
 
 
189
 
pyc_DATA = $(python_DATA:.py=.pyc)
190
 
pycdir = $(pythondir)
191
 
gladedir = $(datadir)/ldtp/glade
192
 
appdir = $(datadir)/ldtp
193
 
bin_SCRIPTS = \
194
 
        ldtpcodegen     \
195
 
        ldtpeditor      \
196
 
        ldtprunner
197
 
 
198
 
app_DATA = appdata \
199
 
                   editor.conf
200
 
 
201
 
glade_DATA = ldtpeditor.glade
202
 
SUBDIRS = ldtplib
203
 
DIST_SUBDIRS = ldtplib
204
 
EXTRA_DIST = \
205
 
        $(app_DATA)     \
206
 
        $(bin_SCRIPTS)  \
207
 
        $(python_DATA)  \
208
 
        $(glade_DATA)
209
 
 
210
 
CLEANFILES = \
211
 
        $(pyc_DATA)
212
 
 
213
 
MAINTAINERCLEANFILES = \
214
 
        Makefile.in
215
 
 
216
 
all: all-recursive
217
 
 
218
 
.SUFFIXES:
219
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
220
 
        @for dep in $?; do \
221
 
          case '$(am__configure_deps)' in \
222
 
            *$$dep*) \
223
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
224
 
                && { if test -f $@; then exit 0; else break; fi; }; \
225
 
              exit 1;; \
226
 
          esac; \
227
 
        done; \
228
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  python/Makefile'; \
229
 
        cd $(top_srcdir) && \
230
 
          $(AUTOMAKE) --gnu  python/Makefile
231
 
.PRECIOUS: Makefile
232
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233
 
        @case '$?' in \
234
 
          *config.status*) \
235
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
236
 
          *) \
237
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
239
 
        esac;
240
 
 
241
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
 
 
244
 
$(top_srcdir)/configure:  $(am__configure_deps)
245
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
247
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
 
install-binSCRIPTS: $(bin_SCRIPTS)
249
 
        @$(NORMAL_INSTALL)
250
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
251
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
252
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
253
 
          if test -f $$d$$p; then \
254
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
255
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
256
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
257
 
          else :; fi; \
258
 
        done
259
 
 
260
 
uninstall-binSCRIPTS:
261
 
        @$(NORMAL_UNINSTALL)
262
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
263
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
264
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
265
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
266
 
        done
267
 
install-appDATA: $(app_DATA)
268
 
        @$(NORMAL_INSTALL)
269
 
        test -z "$(appdir)" || $(MKDIR_P) "$(DESTDIR)$(appdir)"
270
 
        @list='$(app_DATA)'; for p in $$list; do \
271
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
272
 
          f=$(am__strip_dir) \
273
 
          echo " $(appDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appdir)/$$f'"; \
274
 
          $(appDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appdir)/$$f"; \
275
 
        done
276
 
 
277
 
uninstall-appDATA:
278
 
        @$(NORMAL_UNINSTALL)
279
 
        @list='$(app_DATA)'; for p in $$list; do \
280
 
          f=$(am__strip_dir) \
281
 
          echo " rm -f '$(DESTDIR)$(appdir)/$$f'"; \
282
 
          rm -f "$(DESTDIR)$(appdir)/$$f"; \
283
 
        done
284
 
install-gladeDATA: $(glade_DATA)
285
 
        @$(NORMAL_INSTALL)
286
 
        test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
287
 
        @list='$(glade_DATA)'; for p in $$list; do \
288
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
289
 
          f=$(am__strip_dir) \
290
 
          echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
291
 
          $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
292
 
        done
293
 
 
294
 
uninstall-gladeDATA:
295
 
        @$(NORMAL_UNINSTALL)
296
 
        @list='$(glade_DATA)'; for p in $$list; do \
297
 
          f=$(am__strip_dir) \
298
 
          echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
299
 
          rm -f "$(DESTDIR)$(gladedir)/$$f"; \
300
 
        done
301
 
install-pycDATA: $(pyc_DATA)
302
 
        @$(NORMAL_INSTALL)
303
 
        test -z "$(pycdir)" || $(MKDIR_P) "$(DESTDIR)$(pycdir)"
304
 
        @list='$(pyc_DATA)'; for p in $$list; do \
305
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306
 
          f=$(am__strip_dir) \
307
 
          echo " $(pycDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pycdir)/$$f'"; \
308
 
          $(pycDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pycdir)/$$f"; \
309
 
        done
310
 
 
311
 
uninstall-pycDATA:
312
 
        @$(NORMAL_UNINSTALL)
313
 
        @list='$(pyc_DATA)'; for p in $$list; do \
314
 
          f=$(am__strip_dir) \
315
 
          echo " rm -f '$(DESTDIR)$(pycdir)/$$f'"; \
316
 
          rm -f "$(DESTDIR)$(pycdir)/$$f"; \
317
 
        done
318
 
install-pythonDATA: $(python_DATA)
319
 
        @$(NORMAL_INSTALL)
320
 
        test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
321
 
        @list='$(python_DATA)'; for p in $$list; do \
322
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
323
 
          f=$(am__strip_dir) \
324
 
          echo " $(pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
325
 
          $(pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
326
 
        done
327
 
 
328
 
uninstall-pythonDATA:
329
 
        @$(NORMAL_UNINSTALL)
330
 
        @list='$(python_DATA)'; for p in $$list; do \
331
 
          f=$(am__strip_dir) \
332
 
          echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
333
 
          rm -f "$(DESTDIR)$(pythondir)/$$f"; \
334
 
        done
335
 
 
336
 
# This directory's subdirectories are mostly independent; you can cd
337
 
# into them and run `make' without going through this Makefile.
338
 
# To change the values of `make' variables: instead of editing Makefiles,
339
 
# (1) if the variable is set in `config.status', edit `config.status'
340
 
#     (which will cause the Makefiles to be regenerated when you run `make');
341
 
# (2) otherwise, pass the desired values on the `make' command line.
342
 
$(RECURSIVE_TARGETS):
343
 
        @failcom='exit 1'; \
344
 
        for f in x $$MAKEFLAGS; do \
345
 
          case $$f in \
346
 
            *=* | --[!k]*);; \
347
 
            *k*) failcom='fail=yes';; \
348
 
          esac; \
349
 
        done; \
350
 
        dot_seen=no; \
351
 
        target=`echo $@ | sed s/-recursive//`; \
352
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
353
 
          echo "Making $$target in $$subdir"; \
354
 
          if test "$$subdir" = "."; then \
355
 
            dot_seen=yes; \
356
 
            local_target="$$target-am"; \
357
 
          else \
358
 
            local_target="$$target"; \
359
 
          fi; \
360
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361
 
          || eval $$failcom; \
362
 
        done; \
363
 
        if test "$$dot_seen" = "no"; then \
364
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365
 
        fi; test -z "$$fail"
366
 
 
367
 
$(RECURSIVE_CLEAN_TARGETS):
368
 
        @failcom='exit 1'; \
369
 
        for f in x $$MAKEFLAGS; do \
370
 
          case $$f in \
371
 
            *=* | --[!k]*);; \
372
 
            *k*) failcom='fail=yes';; \
373
 
          esac; \
374
 
        done; \
375
 
        dot_seen=no; \
376
 
        case "$@" in \
377
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378
 
          *) list='$(SUBDIRS)' ;; \
379
 
        esac; \
380
 
        rev=''; for subdir in $$list; do \
381
 
          if test "$$subdir" = "."; then :; else \
382
 
            rev="$$subdir $$rev"; \
383
 
          fi; \
384
 
        done; \
385
 
        rev="$$rev ."; \
386
 
        target=`echo $@ | sed s/-recursive//`; \
387
 
        for subdir in $$rev; do \
388
 
          echo "Making $$target in $$subdir"; \
389
 
          if test "$$subdir" = "."; then \
390
 
            local_target="$$target-am"; \
391
 
          else \
392
 
            local_target="$$target"; \
393
 
          fi; \
394
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395
 
          || eval $$failcom; \
396
 
        done && test -z "$$fail"
397
 
tags-recursive:
398
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
400
 
        done
401
 
ctags-recursive:
402
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
404
 
        done
405
 
 
406
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
407
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408
 
        unique=`for i in $$list; do \
409
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
 
          done | \
411
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
 
        mkid -fID $$unique
414
 
tags: TAGS
415
 
 
416
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417
 
                $(TAGS_FILES) $(LISP)
418
 
        tags=; \
419
 
        here=`pwd`; \
420
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421
 
          include_option=--etags-include; \
422
 
          empty_fix=.; \
423
 
        else \
424
 
          include_option=--include; \
425
 
          empty_fix=; \
426
 
        fi; \
427
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
 
          if test "$$subdir" = .; then :; else \
429
 
            test ! -f $$subdir/TAGS || \
430
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
431
 
          fi; \
432
 
        done; \
433
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434
 
        unique=`for i in $$list; do \
435
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
 
          done | \
437
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
440
 
          test -n "$$unique" || unique=$$empty_fix; \
441
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
 
            $$tags $$unique; \
443
 
        fi
444
 
ctags: CTAGS
445
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446
 
                $(TAGS_FILES) $(LISP)
447
 
        tags=; \
448
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
 
        unique=`for i in $$list; do \
450
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
 
          done | \
452
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
455
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456
 
             $$tags $$unique
457
 
 
458
 
GTAGS:
459
 
        here=`$(am__cd) $(top_builddir) && pwd` \
460
 
          && cd $(top_srcdir) \
461
 
          && gtags -i $(GTAGS_ARGS) $$here
462
 
 
463
 
distclean-tags:
464
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465
 
 
466
 
distdir: $(DISTFILES)
467
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469
 
        list='$(DISTFILES)'; \
470
 
          dist_files=`for file in $$list; do echo $$file; done | \
471
 
          sed -e "s|^$$srcdirstrip/||;t" \
472
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
473
 
        case $$dist_files in \
474
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
475
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
476
 
                           sort -u` ;; \
477
 
        esac; \
478
 
        for file in $$dist_files; do \
479
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480
 
          if test -d $$d/$$file; then \
481
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
482
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
484
 
            fi; \
485
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
486
 
          else \
487
 
            test -f $(distdir)/$$file \
488
 
            || cp -p $$d/$$file $(distdir)/$$file \
489
 
            || exit 1; \
490
 
          fi; \
491
 
        done
492
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493
 
          if test "$$subdir" = .; then :; else \
494
 
            test -d "$(distdir)/$$subdir" \
495
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
496
 
            || exit 1; \
497
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
498
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
499
 
            (cd $$subdir && \
500
 
              $(MAKE) $(AM_MAKEFLAGS) \
501
 
                top_distdir="$$top_distdir" \
502
 
                distdir="$$distdir/$$subdir" \
503
 
                am__remove_distdir=: \
504
 
                am__skip_length_check=: \
505
 
                distdir) \
506
 
              || exit 1; \
507
 
          fi; \
508
 
        done
509
 
check-am: all-am
510
 
check: check-recursive
511
 
all-am: Makefile $(SCRIPTS) $(DATA)
512
 
installdirs: installdirs-recursive
513
 
installdirs-am:
514
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdir)" "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(pycdir)" "$(DESTDIR)$(pythondir)"; do \
515
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
516
 
        done
517
 
install: install-recursive
518
 
install-exec: install-exec-recursive
519
 
install-data: install-data-recursive
520
 
uninstall: uninstall-recursive
521
 
 
522
 
install-am: all-am
523
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
 
 
525
 
installcheck: installcheck-recursive
526
 
install-strip:
527
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529
 
          `test -z '$(STRIP)' || \
530
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531
 
mostlyclean-generic:
532
 
 
533
 
clean-generic:
534
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
535
 
 
536
 
distclean-generic:
537
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
 
 
539
 
maintainer-clean-generic:
540
 
        @echo "This command is intended for maintainers to use"
541
 
        @echo "it deletes files that may require special tools to rebuild."
542
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
543
 
clean: clean-recursive
544
 
 
545
 
clean-am: clean-generic mostlyclean-am
546
 
 
547
 
distclean: distclean-recursive
548
 
        -rm -f Makefile
549
 
distclean-am: clean-am distclean-generic distclean-tags
550
 
 
551
 
dvi: dvi-recursive
552
 
 
553
 
dvi-am:
554
 
 
555
 
html: html-recursive
556
 
 
557
 
info: info-recursive
558
 
 
559
 
info-am:
560
 
 
561
 
install-data-am: install-appDATA install-gladeDATA install-pycDATA \
562
 
        install-pythonDATA
563
 
 
564
 
install-dvi: install-dvi-recursive
565
 
 
566
 
install-exec-am: install-binSCRIPTS
567
 
        @$(NORMAL_INSTALL)
568
 
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
569
 
 
570
 
install-html: install-html-recursive
571
 
 
572
 
install-info: install-info-recursive
573
 
 
574
 
install-man:
575
 
 
576
 
install-pdf: install-pdf-recursive
577
 
 
578
 
install-ps: install-ps-recursive
579
 
 
580
 
installcheck-am:
581
 
 
582
 
maintainer-clean: maintainer-clean-recursive
583
 
        -rm -f Makefile
584
 
maintainer-clean-am: distclean-am maintainer-clean-generic
585
 
 
586
 
mostlyclean: mostlyclean-recursive
587
 
 
588
 
mostlyclean-am: mostlyclean-generic
589
 
 
590
 
pdf: pdf-recursive
591
 
 
592
 
pdf-am:
593
 
 
594
 
ps: ps-recursive
595
 
 
596
 
ps-am:
597
 
 
598
 
uninstall-am: uninstall-appDATA uninstall-binSCRIPTS \
599
 
        uninstall-gladeDATA uninstall-pycDATA uninstall-pythonDATA
600
 
 
601
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
602
 
        install-exec-am install-strip
603
 
 
604
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
605
 
        all all-am check check-am clean clean-generic ctags \
606
 
        ctags-recursive distclean distclean-generic distclean-tags \
607
 
        distdir dvi dvi-am html html-am info info-am install \
608
 
        install-am install-appDATA install-binSCRIPTS install-data \
609
 
        install-data-am install-dvi install-dvi-am install-exec \
610
 
        install-exec-am install-exec-hook install-gladeDATA \
611
 
        install-html install-html-am install-info install-info-am \
612
 
        install-man install-pdf install-pdf-am install-ps \
613
 
        install-ps-am install-pycDATA install-pythonDATA install-strip \
614
 
        installcheck installcheck-am installdirs installdirs-am \
615
 
        maintainer-clean maintainer-clean-generic mostlyclean \
616
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
617
 
        uninstall uninstall-am uninstall-appDATA uninstall-binSCRIPTS \
618
 
        uninstall-gladeDATA uninstall-pycDATA uninstall-pythonDATA
619
 
 
620
 
 
621
 
%.pyc: %.py
622
 
        $(PYTHON_CMD) -c "import py_compile; py_compile.compile ('$<', '$@')"
623
 
 
624
 
gladechangepath:
625
 
        sed 's|self.gladeFilePath = None|self.gladeFilePath = \"$(gladedir)\"|g' ldtpeditor > $(DESTDIR)/$(prefix)/bin/ldtpeditor
626
 
 
627
 
install-exec-hook: gladechangepath
628
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
629
 
# Otherwise a system limit (for SysV at least) may be exceeded.
630
 
.NOEXPORT: