~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/Makefile.in

  • Committer: Patrick
  • Date: 2008-07-11 18:54:31 UTC
  • mto: This revision was merged to the branch mainline in revision 144.
  • Revision ID: patg@localhost.localdomain-20080711185431-lfklbyfanqi3z7sc
All DBUG_x removed from client/

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 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, 2005, 2006  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.
30
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
31
31
 
32
32
 
 
33
srcdir = @srcdir@
 
34
top_srcdir = @top_srcdir@
33
35
VPATH = @srcdir@
34
36
pkgdatadir = $(datadir)/@PACKAGE@
35
37
pkglibdir = $(libdir)/@PACKAGE@
36
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ../..
37
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
INSTALL = @INSTALL@
38
42
install_sh_DATA = $(install_sh) -c -m 644
39
43
install_sh_PROGRAM = $(install_sh) -c
40
44
install_sh_SCRIPT = $(install_sh) -c
86
90
libhello_world_la_LIBADD =
87
91
am_libhello_world_la_OBJECTS = libhello_world_la-hello_world.lo
88
92
libhello_world_la_OBJECTS = $(am_libhello_world_la_OBJECTS)
89
 
libhello_world_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
90
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
91
 
        $(libhello_world_la_CXXFLAGS) $(CXXFLAGS) \
92
 
        $(libhello_world_la_LDFLAGS) $(LDFLAGS) -o $@
93
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/include@am__isrc@
 
93
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
94
94
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
95
95
am__depfiles_maybe = depfiles
96
96
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97
97
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
98
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
98
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
99
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
100
        $(AM_CXXFLAGS) $(CXXFLAGS)
101
101
CXXLD = $(CXX)
102
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
104
 
        $(LDFLAGS) -o $@
 
102
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
103
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
105
104
SOURCES = $(libhello_world_a_SOURCES) $(libhello_world_la_SOURCES)
106
105
DIST_SOURCES = $(libhello_world_a_SOURCES) \
107
106
        $(libhello_world_la_SOURCES)
110
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
110
ACLOCAL = @ACLOCAL@
112
111
ALLOCA = @ALLOCA@
 
112
AMDEP_FALSE = @AMDEP_FALSE@
 
113
AMDEP_TRUE = @AMDEP_TRUE@
113
114
AMTAR = @AMTAR@
114
115
AR = @AR@
115
116
ARFLAGS = @ARFLAGS@
116
117
AS = @AS@
117
118
ASFLAGS = @ASFLAGS@
 
119
ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
 
120
ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
 
121
ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
 
122
ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
 
123
ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
 
124
ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
 
125
ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
 
126
ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
118
127
AUTOCONF = @AUTOCONF@
119
128
AUTOHEADER = @AUTOHEADER@
120
129
AUTOMAKE = @AUTOMAKE@
121
130
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
122
131
AWK = @AWK@
 
132
BUILD_DBUG_FALSE = @BUILD_DBUG_FALSE@
 
133
BUILD_DBUG_TRUE = @BUILD_DBUG_TRUE@
123
134
CC = @CC@
124
135
CCAS = @CCAS@
125
 
CCASDEPMODE = @CCASDEPMODE@
126
136
CCASFLAGS = @CCASFLAGS@
127
137
CCDEPMODE = @CCDEPMODE@
128
138
CC_VERSION = @CC_VERSION@
160
170
GREP = @GREP@
161
171
GXX = @GXX@
162
172
HAVE_DTRACE = @HAVE_DTRACE@
 
173
HAVE_DTRACE_FALSE = @HAVE_DTRACE_FALSE@
 
174
HAVE_DTRACE_TRUE = @HAVE_DTRACE_TRUE@
163
175
HOSTNAME = @HOSTNAME@
164
176
ICHECK = @ICHECK@
165
 
INSTALL = @INSTALL@
166
177
INSTALL_DATA = @INSTALL_DATA@
167
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
168
179
INSTALL_SCRIPT = @INSTALL_SCRIPT@
183
194
MAKEINFO = @MAKEINFO@
184
195
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
185
196
MAKE_SHELL = @MAKE_SHELL@
186
 
MKDIR_P = @MKDIR_P@
187
197
MV = @MV@
188
198
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
189
199
MYSQLD_USER = @MYSQLD_USER@
232
242
TERMCAP_LIB = @TERMCAP_LIB@
233
243
VERSION = @VERSION@
234
244
YACC = @YACC@
235
 
abs_builddir = @abs_builddir@
236
 
abs_srcdir = @abs_srcdir@
237
 
abs_top_builddir = @abs_top_builddir@
238
 
abs_top_srcdir = @abs_top_srcdir@
239
245
ac_ct_CC = @ac_ct_CC@
240
246
ac_ct_CXX = @ac_ct_CXX@
241
247
ac_ct_F77 = @ac_ct_F77@
 
248
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
249
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
250
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
251
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
242
252
am__include = @am__include@
243
253
am__leading_dot = @am__leading_dot@
244
254
am__quote = @am__quote@
250
260
build_cpu = @build_cpu@
251
261
build_os = @build_os@
252
262
build_vendor = @build_vendor@
253
 
builddir = @builddir@
254
263
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
255
264
condition_dependent_plugin_links = @condition_dependent_plugin_links@
256
265
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
304
313
psdir = @psdir@
305
314
sbindir = @sbindir@
306
315
sharedstatedir = @sharedstatedir@
307
 
srcdir = @srcdir@
308
316
sysconfdir = @sysconfdir@
309
317
target = @target@
310
318
target_alias = @target_alias@
311
319
target_cpu = @target_cpu@
312
320
target_os = @target_os@
313
321
target_vendor = @target_vendor@
314
 
top_builddir = @top_builddir@
315
 
top_srcdir = @top_srcdir@
316
322
uname_prog = @uname_prog@
317
323
 
318
324
#Makefile.am example for a Hello World
378
384
        $(RANLIB) libhello_world.a
379
385
install-pkgpluginLTLIBRARIES: $(pkgplugin_LTLIBRARIES)
380
386
        @$(NORMAL_INSTALL)
381
 
        test -z "$(pkgplugindir)" || $(MKDIR_P) "$(DESTDIR)$(pkgplugindir)"
 
387
        test -z "$(pkgplugindir)" || $(mkdir_p) "$(DESTDIR)$(pkgplugindir)"
382
388
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
383
389
          if test -f $$p; then \
384
390
            f=$(am__strip_dir) \
389
395
 
390
396
uninstall-pkgpluginLTLIBRARIES:
391
397
        @$(NORMAL_UNINSTALL)
392
 
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
398
        @set -x; list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
393
399
          p=$(am__strip_dir) \
394
400
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$p'"; \
395
401
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$p"; \
404
410
          rm -f "$${dir}/so_locations"; \
405
411
        done
406
412
libhello_world.la: $(libhello_world_la_OBJECTS) $(libhello_world_la_DEPENDENCIES) 
407
 
        $(libhello_world_la_LINK)  $(libhello_world_la_OBJECTS) $(libhello_world_la_LIBADD) $(LIBS)
 
413
        $(CXXLINK)  $(libhello_world_la_LDFLAGS) $(libhello_world_la_OBJECTS) $(libhello_world_la_LIBADD) $(LIBS)
408
414
 
409
415
mostlyclean-compile:
410
416
        -rm -f *.$(OBJEXT)
416
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhello_world_la-hello_world.Plo@am__quote@
417
423
 
418
424
.cc.o:
419
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
425
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
426
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
421
427
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422
428
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
429
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
424
430
 
425
431
.cc.obj:
426
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
427
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
432
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
433
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
428
434
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430
436
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
431
437
 
432
438
.cc.lo:
433
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
439
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
440
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
435
441
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
436
442
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437
443
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
438
444
 
439
445
libhello_world_a-hello_world.o: hello_world.cc
440
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_a_CXXFLAGS) $(CXXFLAGS) -MT libhello_world_a-hello_world.o -MD -MP -MF $(DEPDIR)/libhello_world_a-hello_world.Tpo -c -o libhello_world_a-hello_world.o `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc
441
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libhello_world_a-hello_world.Tpo $(DEPDIR)/libhello_world_a-hello_world.Po
 
446
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_a_CXXFLAGS) $(CXXFLAGS) -MT libhello_world_a-hello_world.o -MD -MP -MF "$(DEPDIR)/libhello_world_a-hello_world.Tpo" -c -o libhello_world_a-hello_world.o `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc; \
 
447
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/libhello_world_a-hello_world.Tpo" "$(DEPDIR)/libhello_world_a-hello_world.Po"; else rm -f "$(DEPDIR)/libhello_world_a-hello_world.Tpo"; exit 1; fi
442
448
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='hello_world.cc' object='libhello_world_a-hello_world.o' libtool=no @AMDEPBACKSLASH@
443
449
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444
450
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_a_CXXFLAGS) $(CXXFLAGS) -c -o libhello_world_a-hello_world.o `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc
445
451
 
446
452
libhello_world_a-hello_world.obj: hello_world.cc
447
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_a_CXXFLAGS) $(CXXFLAGS) -MT libhello_world_a-hello_world.obj -MD -MP -MF $(DEPDIR)/libhello_world_a-hello_world.Tpo -c -o libhello_world_a-hello_world.obj `if test -f 'hello_world.cc'; then $(CYGPATH_W) 'hello_world.cc'; else $(CYGPATH_W) '$(srcdir)/hello_world.cc'; fi`
448
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libhello_world_a-hello_world.Tpo $(DEPDIR)/libhello_world_a-hello_world.Po
 
453
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_a_CXXFLAGS) $(CXXFLAGS) -MT libhello_world_a-hello_world.obj -MD -MP -MF "$(DEPDIR)/libhello_world_a-hello_world.Tpo" -c -o libhello_world_a-hello_world.obj `if test -f 'hello_world.cc'; then $(CYGPATH_W) 'hello_world.cc'; else $(CYGPATH_W) '$(srcdir)/hello_world.cc'; fi`; \
 
454
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/libhello_world_a-hello_world.Tpo" "$(DEPDIR)/libhello_world_a-hello_world.Po"; else rm -f "$(DEPDIR)/libhello_world_a-hello_world.Tpo"; exit 1; fi
449
455
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='hello_world.cc' object='libhello_world_a-hello_world.obj' libtool=no @AMDEPBACKSLASH@
450
456
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451
457
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_a_CXXFLAGS) $(CXXFLAGS) -c -o libhello_world_a-hello_world.obj `if test -f 'hello_world.cc'; then $(CYGPATH_W) 'hello_world.cc'; else $(CYGPATH_W) '$(srcdir)/hello_world.cc'; fi`
452
458
 
453
459
libhello_world_la-hello_world.lo: hello_world.cc
454
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_la_CXXFLAGS) $(CXXFLAGS) -MT libhello_world_la-hello_world.lo -MD -MP -MF $(DEPDIR)/libhello_world_la-hello_world.Tpo -c -o libhello_world_la-hello_world.lo `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc
455
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libhello_world_la-hello_world.Tpo $(DEPDIR)/libhello_world_la-hello_world.Plo
 
460
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_la_CXXFLAGS) $(CXXFLAGS) -MT libhello_world_la-hello_world.lo -MD -MP -MF "$(DEPDIR)/libhello_world_la-hello_world.Tpo" -c -o libhello_world_la-hello_world.lo `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc; \
 
461
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/libhello_world_la-hello_world.Tpo" "$(DEPDIR)/libhello_world_la-hello_world.Plo"; else rm -f "$(DEPDIR)/libhello_world_la-hello_world.Tpo"; exit 1; fi
456
462
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='hello_world.cc' object='libhello_world_la-hello_world.lo' libtool=yes @AMDEPBACKSLASH@
457
463
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_la_CXXFLAGS) $(CXXFLAGS) -c -o libhello_world_la-hello_world.lo `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc
 
464
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhello_world_la_CXXFLAGS) $(CXXFLAGS) -c -o libhello_world_la-hello_world.lo `test -f 'hello_world.cc' || echo '$(srcdir)/'`hello_world.cc
459
465
 
460
466
mostlyclean-libtool:
461
467
        -rm -f *.lo
463
469
clean-libtool:
464
470
        -rm -rf .libs _libs
465
471
 
 
472
distclean-libtool:
 
473
        -rm -f libtool
 
474
uninstall-info-am:
 
475
 
466
476
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
467
477
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
468
478
        unique=`for i in $$list; do \
512
522
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
523
 
514
524
distdir: $(DISTFILES)
515
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517
 
        list='$(DISTFILES)'; \
518
 
          dist_files=`for file in $$list; do echo $$file; done | \
519
 
          sed -e "s|^$$srcdirstrip/||;t" \
520
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521
 
        case $$dist_files in \
522
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
523
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524
 
                           sort -u` ;; \
525
 
        esac; \
526
 
        for file in $$dist_files; do \
 
525
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
526
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
527
        list='$(DISTFILES)'; for file in $$list; do \
 
528
          case $$file in \
 
529
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
530
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
531
          esac; \
527
532
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
533
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
534
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
535
            dir="/$$dir"; \
 
536
            $(mkdir_p) "$(distdir)$$dir"; \
 
537
          else \
 
538
            dir=''; \
 
539
          fi; \
528
540
          if test -d $$d/$$file; then \
529
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530
541
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531
542
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
532
543
            fi; \
542
553
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
543
554
installdirs:
544
555
        for dir in "$(DESTDIR)$(pkgplugindir)"; do \
545
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
556
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
546
557
        done
547
558
install: install-am
548
559
install-exec: install-exec-am
577
588
        -rm -rf ./$(DEPDIR)
578
589
        -rm -f Makefile
579
590
distclean-am: clean-am distclean-compile distclean-generic \
580
 
        distclean-tags
 
591
        distclean-libtool distclean-tags
581
592
 
582
593
dvi: dvi-am
583
594
 
591
602
 
592
603
install-data-am: install-pkgpluginLTLIBRARIES
593
604
 
594
 
install-dvi: install-dvi-am
595
 
 
596
605
install-exec-am:
597
606
 
598
 
install-html: install-html-am
599
 
 
600
607
install-info: install-info-am
601
608
 
602
609
install-man:
603
610
 
604
 
install-pdf: install-pdf-am
605
 
 
606
 
install-ps: install-ps-am
607
 
 
608
611
installcheck-am:
609
612
 
610
613
maintainer-clean: maintainer-clean-am
625
628
 
626
629
ps-am:
627
630
 
628
 
uninstall-am: uninstall-pkgpluginLTLIBRARIES
629
 
 
630
 
.MAKE: install-am install-strip
 
631
uninstall-am: uninstall-info-am uninstall-pkgpluginLTLIBRARIES
631
632
 
632
633
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
633
634
        clean-libtool clean-noinstLIBRARIES clean-pkgpluginLTLIBRARIES \
634
635
        ctags distclean distclean-compile distclean-generic \
635
636
        distclean-libtool distclean-tags distdir dvi dvi-am html \
636
637
        html-am info info-am install install-am install-data \
637
 
        install-data-am install-dvi install-dvi-am install-exec \
638
 
        install-exec-am install-html install-html-am install-info \
639
 
        install-info-am install-man install-pdf install-pdf-am \
640
 
        install-pkgpluginLTLIBRARIES install-ps install-ps-am \
 
638
        install-data-am install-exec install-exec-am install-info \
 
639
        install-info-am install-man install-pkgpluginLTLIBRARIES \
641
640
        install-strip installcheck installcheck-am installdirs \
642
641
        maintainer-clean maintainer-clean-generic mostlyclean \
643
642
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
644
643
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
645
 
        uninstall-pkgpluginLTLIBRARIES
 
644
        uninstall-info-am uninstall-pkgpluginLTLIBRARIES
646
645
 
647
646
# Tell versions [3.59,3.63) of GNU make to not export all variables.
648
647
# Otherwise a system limit (for SysV at least) may be exceeded.