~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
SOURCES = $(_lasso_la_SOURCES)
19
 
 
20
18
srcdir = @srcdir@
21
19
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
37
35
NORMAL_UNINSTALL = :
38
36
PRE_UNINSTALL = :
39
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
40
39
host_triplet = @host@
41
40
subdir = python
42
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
45
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(mkdir_p)
 
46
mkinstalldirs = $(install_sh) -d
48
47
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
49
48
CONFIG_CLEAN_FILES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50
55
am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"
51
56
pythonLTLIBRARIES_INSTALL = $(INSTALL)
52
57
LTLIBRARIES = $(python_LTLIBRARIES)
58
63
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lasso
59
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
65
am__depfiles_maybe = depfiles
61
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/_lasso_la-lasso_wrap.Plo
62
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
65
69
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
66
70
        $(AM_CFLAGS) $(CFLAGS)
67
71
CCLD = $(CC)
68
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
72
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
69
73
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
70
74
SOURCES = $(_lasso_la_SOURCES)
71
75
DIST_SOURCES = $(_lasso_la_SOURCES)
121
125
GCJ = @GCJ@
122
126
GCJDEPMODE = @GCJDEPMODE@
123
127
GCJFLAGS = @GCJFLAGS@
 
128
GREP = @GREP@
124
129
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
125
130
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
126
131
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
184
189
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
185
190
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
186
191
PERL_VERSION = @PERL_VERSION@
187
 
PHP = @PHP@
188
 
PHP_CONFIG = @PHP_CONFIG@
189
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
190
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
191
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
192
 
PHP_INCLUDES = @PHP_INCLUDES@
193
 
PHP_LDFLAGS = @PHP_LDFLAGS@
194
 
PHP_LIBS = @PHP_LIBS@
195
 
PHP_PATH = @PHP_PATH@
196
 
PHP_PREFIX = @PHP_PREFIX@
197
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
198
 
PHP_VERSION = @PHP_VERSION@
 
192
PHP4 = @PHP4@
 
193
PHP4_CONFIG = @PHP4_CONFIG@
 
194
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
195
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
196
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
197
PHP4_INCLUDES = @PHP4_INCLUDES@
 
198
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
199
PHP4_LIBS = @PHP4_LIBS@
 
200
PHP4_PREFIX = @PHP4_PREFIX@
 
201
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
202
PHP4_VERSION = @PHP4_VERSION@
 
203
PHP5 = @PHP5@
 
204
PHP5_CONFIG = @PHP5_CONFIG@
 
205
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
206
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
207
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
208
PHP5_INCLUDES = @PHP5_INCLUDES@
 
209
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
210
PHP5_LIBS = @PHP5_LIBS@
 
211
PHP5_PREFIX = @PHP5_PREFIX@
 
212
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
213
PHP5_VERSION = @PHP5_VERSION@
199
214
PKG_CONFIG = @PKG_CONFIG@
200
215
PYTHON = @PYTHON@
201
216
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
228
243
XSLTPROC = @XSLTPROC@
229
244
Z_CFLAGS = @Z_CFLAGS@
230
245
Z_LIBS = @Z_LIBS@
231
 
ac_ct_AR = @ac_ct_AR@
232
 
ac_ct_AS = @ac_ct_AS@
233
246
ac_ct_CC = @ac_ct_CC@
234
247
ac_ct_CXX = @ac_ct_CXX@
235
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
236
248
ac_ct_F77 = @ac_ct_F77@
237
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
238
 
ac_ct_RANLIB = @ac_ct_RANLIB@
239
 
ac_ct_RC = @ac_ct_RC@
240
 
ac_ct_STRIP = @ac_ct_STRIP@
241
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
242
249
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
243
250
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
244
251
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
248
255
am__include = @am__include@
249
256
am__leading_dot = @am__leading_dot@
250
257
am__quote = @am__quote@
 
258
am__tar = @am__tar@
 
259
am__untar = @am__untar@
251
260
bindir = @bindir@
252
261
build = @build@
253
262
build_alias = @build_alias@
255
264
build_os = @build_os@
256
265
build_vendor = @build_vendor@
257
266
datadir = @datadir@
 
267
datarootdir = @datarootdir@
 
268
docdir = @docdir@
 
269
dvidir = @dvidir@
258
270
exec_prefix = @exec_prefix@
259
271
host = @host@
260
272
host_alias = @host_alias@
261
273
host_cpu = @host_cpu@
262
274
host_os = @host_os@
263
275
host_vendor = @host_vendor@
 
276
htmldir = @htmldir@
264
277
includedir = @includedir@
265
278
infodir = @infodir@
266
279
install_sh = @install_sh@
267
280
libdir = @libdir@
268
281
libexecdir = @libexecdir@
 
282
localedir = @localedir@
269
283
localstatedir = @localstatedir@
270
284
mandir = @mandir@
271
285
mkdir_p = @mkdir_p@
272
286
oldincludedir = @oldincludedir@
 
287
pdfdir = @pdfdir@
273
288
prefix = @prefix@
274
289
program_transform_name = @program_transform_name@
 
290
psdir = @psdir@
275
291
sbindir = @sbindir@
276
292
sharedstatedir = @sharedstatedir@
277
293
sysconfdir = @sysconfdir@
335
351
        test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
336
352
        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
337
353
          if test -f $$p; then \
338
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
354
            f=$(am__strip_dir) \
339
355
            echo " $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
340
356
            $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pythondir)/$$f"; \
341
357
          else :; fi; \
343
359
 
344
360
uninstall-pythonLTLIBRARIES:
345
361
        @$(NORMAL_UNINSTALL)
346
 
        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
347
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
362
        @set -x; list='$(python_LTLIBRARIES)'; for p in $$list; do \
 
363
          p=$(am__strip_dir) \
348
364
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$p'"; \
349
365
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$p"; \
350
366
        done
372
388
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
373
389
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
374
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
376
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
392
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
378
393
 
379
394
.c.obj:
380
395
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
381
396
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
382
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
384
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
399
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
386
400
 
387
401
.c.lo:
388
402
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
389
403
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
390
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
391
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
392
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
406
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
394
407
 
395
 
_lasso_la-lasso_wrap.o: lasso_wrap.c
396
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.o -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.o `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
397
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/_lasso_la-lasso_wrap.Po"; else rm -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo"; exit 1; fi
398
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='_lasso_la-lasso_wrap.o' libtool=no @AMDEPBACKSLASH@
399
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/_lasso_la-lasso_wrap.Po' tmpdepfile='$(DEPDIR)/_lasso_la-lasso_wrap.TPo' @AMDEPBACKSLASH@
400
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.o `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
402
 
 
403
 
_lasso_la-lasso_wrap.obj: lasso_wrap.c
404
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.obj -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.obj `if test -f 'lasso_wrap.c'; then $(CYGPATH_W) 'lasso_wrap.c'; else $(CYGPATH_W) '$(srcdir)/lasso_wrap.c'; fi`; \
405
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/_lasso_la-lasso_wrap.Po"; else rm -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo"; exit 1; fi
406
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='_lasso_la-lasso_wrap.obj' libtool=no @AMDEPBACKSLASH@
407
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/_lasso_la-lasso_wrap.Po' tmpdepfile='$(DEPDIR)/_lasso_la-lasso_wrap.TPo' @AMDEPBACKSLASH@
408
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.obj `if test -f 'lasso_wrap.c'; then $(CYGPATH_W) 'lasso_wrap.c'; else $(CYGPATH_W) '$(srcdir)/lasso_wrap.c'; fi`
410
 
 
411
408
_lasso_la-lasso_wrap.lo: lasso_wrap.c
412
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.lo -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
 
409
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.lo -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
413
410
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/_lasso_la-lasso_wrap.Plo"; else rm -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo"; exit 1; fi
414
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='_lasso_la-lasso_wrap.lo' libtool=yes @AMDEPBACKSLASH@
415
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/_lasso_la-lasso_wrap.Plo' tmpdepfile='$(DEPDIR)/_lasso_la-lasso_wrap.TPlo' @AMDEPBACKSLASH@
416
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
 
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
413
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
418
414
 
419
415
mostlyclean-libtool:
420
416
        -rm -f *.lo
430
426
        test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
431
427
        @list='$(python_DATA)'; for p in $$list; do \
432
428
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
433
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
429
          f=$(am__strip_dir) \
434
430
          echo " $(pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
435
431
          $(pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
436
432
        done
438
434
uninstall-pythonDATA:
439
435
        @$(NORMAL_UNINSTALL)
440
436
        @list='$(python_DATA)'; for p in $$list; do \
441
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
437
          f=$(am__strip_dir) \
442
438
          echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
443
439
          rm -f "$(DESTDIR)$(pythondir)/$$f"; \
444
440
        done
544
540
clean-generic:
545
541
 
546
542
distclean-generic:
547
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
543
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548
544
 
549
545
maintainer-clean-generic:
550
546
        @echo "This command is intended for maintainers to use"