~ubuntu-branches/debian/stretch/sensors-applet/stretch

« back to all changes in this revision

Viewing changes to plugins/i2c-sys/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Morris
  • Date: 2009-03-21 12:36:27 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090321123627-0pm9zoa1kmc4tnpj
Tags: 2.2.3-2
Make intltool build-dependency work. I don't know why the buildds and
pbuilder chose to ignore the dependency, or why tweaking the order makes
the build work again in pbuilder. Hopefully the same will apply to the
buildds. Hopefully closes: #519843.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
58
54
        $(top_builddir)/lib/libsensors-applet-plugin.la
59
55
am_libi2c_sys_la_OBJECTS = i2c-sys-plugin.lo
60
56
libi2c_sys_la_OBJECTS = $(am_libi2c_sys_la_OBJECTS)
61
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/sensors-applet
 
57
libi2c_sys_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
58
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
59
        $(libi2c_sys_la_LDFLAGS) $(LDFLAGS) -o $@
 
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/sensors-applet
62
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
62
am__depfiles_maybe = depfiles
64
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
67
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68
 
        $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
68
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
72
72
SOURCES = $(libi2c_sys_la_SOURCES)
73
73
DIST_SOURCES = $(libi2c_sys_la_SOURCES)
74
74
ETAGS = etags
76
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
77
ACLOCAL = @ACLOCAL@
78
78
ALL_LINGUAS = @ALL_LINGUAS@
79
 
AMDEP_FALSE = @AMDEP_FALSE@
80
 
AMDEP_TRUE = @AMDEP_TRUE@
81
79
AMTAR = @AMTAR@
82
80
AR = @AR@
83
81
AUTOCONF = @AUTOCONF@
93
91
CFLAGS = @CFLAGS@
94
92
CPP = @CPP@
95
93
CPPFLAGS = @CPPFLAGS@
96
 
CXX = @CXX@
97
 
CXXCPP = @CXXCPP@
98
 
CXXDEPMODE = @CXXDEPMODE@
99
 
CXXFLAGS = @CXXFLAGS@
100
94
CYGPATH_W = @CYGPATH_W@
101
95
DATADIRNAME = @DATADIRNAME@
102
96
DEFS = @DEFS@
103
97
DEPDIR = @DEPDIR@
 
98
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
104
99
DOC_USER_FORMATS = @DOC_USER_FORMATS@
105
 
ECHO = @ECHO@
 
100
DSYMUTIL = @DSYMUTIL@
 
101
DUMPBIN = @DUMPBIN@
106
102
ECHO_C = @ECHO_C@
107
103
ECHO_N = @ECHO_N@
108
104
ECHO_T = @ECHO_T@
109
105
EGREP = @EGREP@
110
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
111
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
112
106
EXEEXT = @EXEEXT@
113
 
F77 = @F77@
114
 
FFLAGS = @FFLAGS@
 
107
FGREP = @FGREP@
115
108
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
116
109
GLIB_CFLAGS = @GLIB_CFLAGS@
117
110
GLIB_LIBS = @GLIB_LIBS@
122
115
GREP = @GREP@
123
116
GTK_CFLAGS = @GTK_CFLAGS@
124
117
GTK_LIBS = @GTK_LIBS@
125
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
126
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
127
118
HELP_DIR = @HELP_DIR@
 
119
INSTALL = @INSTALL@
128
120
INSTALL_DATA = @INSTALL_DATA@
129
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
154
146
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
155
147
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
156
148
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
149
LD = @LD@
157
150
LDFLAGS = @LDFLAGS@
158
151
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
159
 
LIBNOTIFY_FALSE = @LIBNOTIFY_FALSE@
160
152
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
161
 
LIBNOTIFY_TRUE = @LIBNOTIFY_TRUE@
162
153
LIBOBJS = @LIBOBJS@
163
154
LIBS = @LIBS@
164
155
LIBSENSORS_CFLAGS = @LIBSENSORS_CFLAGS@
165
 
LIBSENSORS_FALSE = @LIBSENSORS_FALSE@
166
156
LIBSENSORS_LIBS = @LIBSENSORS_LIBS@
167
 
LIBSENSORS_TRUE = @LIBSENSORS_TRUE@
168
157
LIBTOOL = @LIBTOOL@
 
158
LIPO = @LIPO@
169
159
LN_S = @LN_S@
170
160
LTLIBOBJS = @LTLIBOBJS@
171
161
MAINT = @MAINT@
172
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
173
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
174
162
MAKEINFO = @MAKEINFO@
 
163
MKDIR_P = @MKDIR_P@
175
164
MKINSTALLDIRS = @MKINSTALLDIRS@
176
165
MSGFMT = @MSGFMT@
177
166
MSGFMT_OPTS = @MSGFMT_OPTS@
 
167
MSGMERGE = @MSGMERGE@
 
168
NM = @NM@
 
169
NMEDIT = @NMEDIT@
178
170
NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
179
 
NVIDIA_FALSE = @NVIDIA_FALSE@
180
171
NVIDIA_LIBS = @NVIDIA_LIBS@
181
 
NVIDIA_TRUE = @NVIDIA_TRUE@
182
172
OBJEXT = @OBJEXT@
183
173
OMF_DIR = @OMF_DIR@
 
174
OTOOL = @OTOOL@
 
175
OTOOL64 = @OTOOL64@
184
176
PACKAGE = @PACKAGE@
185
177
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186
178
PACKAGE_NAME = @PACKAGE_NAME@
204
196
WARN_CFLAGS = @WARN_CFLAGS@
205
197
XGETTEXT = @XGETTEXT@
206
198
XSLTPROC = @XSLTPROC@
 
199
abs_builddir = @abs_builddir@
 
200
abs_srcdir = @abs_srcdir@
 
201
abs_top_builddir = @abs_top_builddir@
 
202
abs_top_srcdir = @abs_top_srcdir@
207
203
ac_ct_CC = @ac_ct_CC@
208
 
ac_ct_CXX = @ac_ct_CXX@
209
 
ac_ct_F77 = @ac_ct_F77@
210
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
211
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
212
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
213
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
204
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214
205
am__include = @am__include@
215
206
am__leading_dot = @am__leading_dot@
216
207
am__quote = @am__quote@
222
213
build_cpu = @build_cpu@
223
214
build_os = @build_os@
224
215
build_vendor = @build_vendor@
 
216
builddir = @builddir@
225
217
datadir = @datadir@
226
218
datarootdir = @datarootdir@
227
219
docdir = @docdir@
240
232
libexecdir = @libexecdir@
241
233
localedir = @localedir@
242
234
localstatedir = @localstatedir@
 
235
lt_ECHO = @lt_ECHO@
243
236
mandir = @mandir@
244
237
mkdir_p = @mkdir_p@
245
238
oldincludedir = @oldincludedir@
249
242
psdir = @psdir@
250
243
sbindir = @sbindir@
251
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
252
246
sysconfdir = @sysconfdir@
253
247
target_alias = @target_alias@
 
248
top_builddir = @top_builddir@
 
249
top_srcdir = @top_srcdir@
254
250
 
255
251
# I2C-SYS plugin
256
252
plugindir = $(libdir)/sensors-applet/plugins
306
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
303
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
308
304
        @$(NORMAL_INSTALL)
309
 
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
305
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
310
306
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
311
307
          if test -f $$p; then \
312
308
            f=$(am__strip_dir) \
313
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
314
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
309
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
310
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
315
311
          else :; fi; \
316
312
        done
317
313
 
318
314
uninstall-pluginLTLIBRARIES:
319
315
        @$(NORMAL_UNINSTALL)
320
 
        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
316
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
321
317
          p=$(am__strip_dir) \
322
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
323
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
318
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
319
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
324
320
        done
325
321
 
326
322
clean-pluginLTLIBRARIES:
332
328
          rm -f "$${dir}/so_locations"; \
333
329
        done
334
330
libi2c-sys.la: $(libi2c_sys_la_OBJECTS) $(libi2c_sys_la_DEPENDENCIES) 
335
 
        $(LINK) -rpath $(plugindir) $(libi2c_sys_la_LDFLAGS) $(libi2c_sys_la_OBJECTS) $(libi2c_sys_la_LIBADD) $(LIBS)
 
331
        $(libi2c_sys_la_LINK) -rpath $(plugindir) $(libi2c_sys_la_OBJECTS) $(libi2c_sys_la_LIBADD) $(LIBS)
336
332
 
337
333
mostlyclean-compile:
338
334
        -rm -f *.$(OBJEXT)
343
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i2c-sys-plugin.Plo@am__quote@
344
340
 
345
341
.c.o:
346
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
347
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
342
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
343
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
348
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350
346
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
351
347
 
352
348
.c.obj:
353
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
354
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
349
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
350
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357
353
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
358
354
 
359
355
.c.lo:
360
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
361
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
356
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
357
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
362
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
363
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364
360
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
369
365
clean-libtool:
370
366
        -rm -rf .libs _libs
371
367
 
372
 
distclean-libtool:
373
 
        -rm -f libtool
374
 
uninstall-info-am:
375
 
 
376
368
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377
369
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378
370
        unique=`for i in $$list; do \
379
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
372
          done | \
381
 
          $(AWK) '    { files[$$0] = 1; } \
382
 
               END { for (i in files) print i; }'`; \
 
373
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
375
        mkid -fID $$unique
384
376
tags: TAGS
385
377
 
391
383
        unique=`for i in $$list; do \
392
384
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
385
          done | \
394
 
          $(AWK) '    { files[$$0] = 1; } \
395
 
               END { for (i in files) print i; }'`; \
 
386
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
387
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
388
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397
389
          test -n "$$unique" || unique=$$empty_fix; \
398
390
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
394
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
395
                $(TAGS_FILES) $(LISP)
404
396
        tags=; \
405
 
        here=`pwd`; \
406
397
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407
398
        unique=`for i in $$list; do \
408
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
400
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
403
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
413
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414
405
             $$tags $$unique
422
413
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
414
 
424
415
distdir: $(DISTFILES)
425
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
426
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
427
 
        list='$(DISTFILES)'; for file in $$list; do \
428
 
          case $$file in \
429
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
430
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
431
 
          esac; \
 
416
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
417
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
418
        list='$(DISTFILES)'; \
 
419
          dist_files=`for file in $$list; do echo $$file; done | \
 
420
          sed -e "s|^$$srcdirstrip/||;t" \
 
421
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
422
        case $$dist_files in \
 
423
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
424
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
425
                           sort -u` ;; \
 
426
        esac; \
 
427
        for file in $$dist_files; do \
432
428
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
434
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
435
 
            dir="/$$dir"; \
436
 
            $(mkdir_p) "$(distdir)$$dir"; \
437
 
          else \
438
 
            dir=''; \
439
 
          fi; \
440
429
          if test -d $$d/$$file; then \
 
430
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
441
431
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442
432
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
443
433
            fi; \
453
443
all-am: Makefile $(LTLIBRARIES)
454
444
installdirs:
455
445
        for dir in "$(DESTDIR)$(plugindir)"; do \
456
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
446
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
457
447
        done
458
448
install: install-am
459
449
install-exec: install-exec-am
488
478
        -rm -rf ./$(DEPDIR)
489
479
        -rm -f Makefile
490
480
distclean-am: clean-am distclean-compile distclean-generic \
491
 
        distclean-libtool distclean-tags
 
481
        distclean-tags
492
482
 
493
483
dvi: dvi-am
494
484
 
502
492
 
503
493
install-data-am: install-pluginLTLIBRARIES
504
494
 
 
495
install-dvi: install-dvi-am
 
496
 
505
497
install-exec-am:
506
498
 
 
499
install-html: install-html-am
 
500
 
507
501
install-info: install-info-am
508
502
 
509
503
install-man:
510
504
 
 
505
install-pdf: install-pdf-am
 
506
 
 
507
install-ps: install-ps-am
 
508
 
511
509
installcheck-am:
512
510
 
513
511
maintainer-clean: maintainer-clean-am
528
526
 
529
527
ps-am:
530
528
 
531
 
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
 
529
uninstall-am: uninstall-pluginLTLIBRARIES
 
530
 
 
531
.MAKE: install-am install-strip
532
532
 
533
533
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
534
534
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
535
535
        distclean-compile distclean-generic distclean-libtool \
536
536
        distclean-tags distdir dvi dvi-am html html-am info info-am \
537
 
        install install-am install-data install-data-am install-exec \
538
 
        install-exec-am install-info install-info-am install-man \
539
 
        install-pluginLTLIBRARIES install-strip installcheck \
 
537
        install install-am install-data install-data-am install-dvi \
 
538
        install-dvi-am install-exec install-exec-am install-html \
 
539
        install-html-am install-info install-info-am install-man \
 
540
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
541
        install-ps install-ps-am install-strip installcheck \
540
542
        installcheck-am installdirs maintainer-clean \
541
543
        maintainer-clean-generic mostlyclean mostlyclean-compile \
542
544
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
543
 
        tags uninstall uninstall-am uninstall-info-am \
544
 
        uninstall-pluginLTLIBRARIES
 
545
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
545
546
 
546
547
# Tell versions [3.59,3.63) of GNU make to not export all variables.
547
548
# Otherwise a system limit (for SysV at least) may be exceeded.