~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/Makefile.in

  • Committer: Mark Atwood
  • Date: 2008-07-12 11:37:59 UTC
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: me@mark.atwood.name-20080712113759-nrjn1bq1e0shuory
Add hello_world() UDF

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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
# Copyright (C) 2006 MySQL AB
 
18
#
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
#
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
#
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
31
 
 
32
 
 
33
VPATH = @srcdir@
 
34
pkgdatadir = $(datadir)/@PACKAGE@
 
35
pkglibdir = $(libdir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
38
install_sh_DATA = $(install_sh) -c -m 644
 
39
install_sh_PROGRAM = $(install_sh) -c
 
40
install_sh_SCRIPT = $(install_sh) -c
 
41
INSTALL_HEADER = $(INSTALL_DATA)
 
42
transform = $(program_transform_name)
 
43
NORMAL_INSTALL = :
 
44
PRE_INSTALL = :
 
45
POST_INSTALL = :
 
46
NORMAL_UNINSTALL = :
 
47
PRE_UNINSTALL = :
 
48
POST_UNINSTALL = :
 
49
build_triplet = @build@
 
50
host_triplet = @host@
 
51
target_triplet = @target@
 
52
subdir = plugin/hello_world
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS \
 
54
        ChangeLog
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
57
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
58
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
59
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
60
        $(top_srcdir)/config/ac-macros/dtrace.m4 \
 
61
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
62
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
63
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
64
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
65
        $(top_srcdir)/config/ac-macros/pkg.m4 \
 
66
        $(top_srcdir)/configure.ac
 
67
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
68
        $(ACLOCAL_M4)
 
69
mkinstalldirs = $(install_sh) -d
 
70
CONFIG_HEADER = $(top_builddir)/include/config.h
 
71
CONFIG_CLEAN_FILES =
 
72
LIBRARIES = $(noinst_LIBRARIES)
 
73
libhello_world_a_AR = $(AR) $(ARFLAGS)
 
74
libhello_world_a_LIBADD =
 
75
am_libhello_world_a_OBJECTS = libhello_world_a-hello_world.$(OBJEXT)
 
76
libhello_world_a_OBJECTS = $(am_libhello_world_a_OBJECTS)
 
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
78
am__vpath_adj = case $$p in \
 
79
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
80
    *) f=$$p;; \
 
81
  esac;
 
82
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
83
am__installdirs = "$(DESTDIR)$(pkgplugindir)"
 
84
pkgpluginLTLIBRARIES_INSTALL = $(INSTALL)
 
85
LTLIBRARIES = $(pkgplugin_LTLIBRARIES)
 
86
libhello_world_la_LIBADD =
 
87
am_libhello_world_la_OBJECTS = libhello_world_la-hello_world.lo
 
88
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@
 
94
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
95
am__depfiles_maybe = depfiles
 
96
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
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)
 
101
CXXLD = $(CXX)
 
102
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
103
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
104
        $(LDFLAGS) -o $@
 
105
SOURCES = $(libhello_world_a_SOURCES) $(libhello_world_la_SOURCES)
 
106
DIST_SOURCES = $(libhello_world_a_SOURCES) \
 
107
        $(libhello_world_la_SOURCES)
 
108
ETAGS = etags
 
109
CTAGS = ctags
 
110
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
111
ACLOCAL = @ACLOCAL@
 
112
ALLOCA = @ALLOCA@
 
113
AMTAR = @AMTAR@
 
114
AR = @AR@
 
115
ARFLAGS = @ARFLAGS@
 
116
AS = @AS@
 
117
ASFLAGS = @ASFLAGS@
 
118
AUTOCONF = @AUTOCONF@
 
119
AUTOHEADER = @AUTOHEADER@
 
120
AUTOMAKE = @AUTOMAKE@
 
121
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
122
AWK = @AWK@
 
123
CC = @CC@
 
124
CCAS = @CCAS@
 
125
CCASDEPMODE = @CCASDEPMODE@
 
126
CCASFLAGS = @CCASFLAGS@
 
127
CCDEPMODE = @CCDEPMODE@
 
128
CC_VERSION = @CC_VERSION@
 
129
CFLAGS = @CFLAGS@
 
130
CHECK_PID = @CHECK_PID@
 
131
CHMOD = @CHMOD@
 
132
CMP = @CMP@
 
133
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
134
CONF_COMMAND = @CONF_COMMAND@
 
135
CP = @CP@
 
136
CPP = @CPP@
 
137
CPPFLAGS = @CPPFLAGS@
 
138
CXX = @CXX@
 
139
CXXCPP = @CXXCPP@
 
140
CXXDEPMODE = @CXXDEPMODE@
 
141
CXXFLAGS = @CXXFLAGS@
 
142
CXXLDFLAGS = @CXXLDFLAGS@
 
143
CXX_VERSION = @CXX_VERSION@
 
144
CYGPATH_W = @CYGPATH_W@
 
145
DEFS = @DEFS@
 
146
DEPDIR = @DEPDIR@
 
147
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
148
DTRACE = @DTRACE@
 
149
DTRACEFLAGS = @DTRACEFLAGS@
 
150
ECHO = @ECHO@
 
151
ECHO_C = @ECHO_C@
 
152
ECHO_N = @ECHO_N@
 
153
ECHO_T = @ECHO_T@
 
154
EGREP = @EGREP@
 
155
EXEEXT = @EXEEXT@
 
156
F77 = @F77@
 
157
FFLAGS = @FFLAGS@
 
158
FIND_PROC = @FIND_PROC@
 
159
GETCONF = @GETCONF@
 
160
GREP = @GREP@
 
161
GXX = @GXX@
 
162
HAVE_DTRACE = @HAVE_DTRACE@
 
163
HOSTNAME = @HOSTNAME@
 
164
ICHECK = @ICHECK@
 
165
INSTALL = @INSTALL@
 
166
INSTALL_DATA = @INSTALL_DATA@
 
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
169
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
170
KILL = @KILL@
 
171
LD = @LD@
 
172
LDFLAGS = @LDFLAGS@
 
173
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
174
LIBDL = @LIBDL@
 
175
LIBOBJS = @LIBOBJS@
 
176
LIBS = @LIBS@
 
177
LIBTOOL = @LIBTOOL@
 
178
LN = @LN@
 
179
LN_CP_F = @LN_CP_F@
 
180
LN_S = @LN_S@
 
181
LTLIBOBJS = @LTLIBOBJS@
 
182
MACHINE_TYPE = @MACHINE_TYPE@
 
183
MAKEINFO = @MAKEINFO@
 
184
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
185
MAKE_SHELL = @MAKE_SHELL@
 
186
MKDIR_P = @MKDIR_P@
 
187
MV = @MV@
 
188
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
189
MYSQLD_USER = @MYSQLD_USER@
 
190
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
191
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
192
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
193
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
194
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
195
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
196
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
197
NM = @NM@
 
198
OBJEXT = @OBJEXT@
 
199
PACKAGE = @PACKAGE@
 
200
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
201
PACKAGE_NAME = @PACKAGE_NAME@
 
202
PACKAGE_STRING = @PACKAGE_STRING@
 
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_VERSION = @PACKAGE_VERSION@
 
205
PATH_SEPARATOR = @PATH_SEPARATOR@
 
206
PCRE_CFLAGS = @PCRE_CFLAGS@
 
207
PCRE_LIBS = @PCRE_LIBS@
 
208
PERL = @PERL@
 
209
PERL5 = @PERL5@
 
210
PKG_CONFIG = @PKG_CONFIG@
 
211
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
212
PS = @PS@
 
213
RANLIB = @RANLIB@
 
214
RM = @RM@
 
215
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
216
SAVE_CC = @SAVE_CC@
 
217
SAVE_CFLAGS = @SAVE_CFLAGS@
 
218
SAVE_CXX = @SAVE_CXX@
 
219
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
220
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
221
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
222
SED = @SED@
 
223
SET_MAKE = @SET_MAKE@
 
224
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
225
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
226
SHELL = @SHELL@
 
227
STRIP = @STRIP@
 
228
SYSTEM_TYPE = @SYSTEM_TYPE@
 
229
TAR = @TAR@
 
230
TARGET_LINUX = @TARGET_LINUX@
 
231
TARGET_SOLARIS = @TARGET_SOLARIS@
 
232
TERMCAP_LIB = @TERMCAP_LIB@
 
233
VERSION = @VERSION@
 
234
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
ac_ct_CC = @ac_ct_CC@
 
240
ac_ct_CXX = @ac_ct_CXX@
 
241
ac_ct_F77 = @ac_ct_F77@
 
242
am__include = @am__include@
 
243
am__leading_dot = @am__leading_dot@
 
244
am__quote = @am__quote@
 
245
am__tar = @am__tar@
 
246
am__untar = @am__untar@
 
247
bindir = @bindir@
 
248
build = @build@
 
249
build_alias = @build_alias@
 
250
build_cpu = @build_cpu@
 
251
build_os = @build_os@
 
252
build_vendor = @build_vendor@
 
253
builddir = @builddir@
 
254
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
255
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
256
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
257
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
258
datadir = @datadir@
 
259
datarootdir = @datarootdir@
 
260
docdir = @docdir@
 
261
dvidir = @dvidir@
 
262
exec_prefix = @exec_prefix@
 
263
host = @host@
 
264
host_alias = @host_alias@
 
265
host_cpu = @host_cpu@
 
266
host_os = @host_os@
 
267
host_vendor = @host_vendor@
 
268
htmldir = @htmldir@
 
269
includedir = @includedir@
 
270
infodir = @infodir@
 
271
innodb_system_libs = @innodb_system_libs@
 
272
install_sh = @install_sh@
 
273
libdir = @libdir@
 
274
libexecdir = @libexecdir@
 
275
localedir = @localedir@
 
276
localstatedir = @localstatedir@
 
277
mandir = @mandir@
 
278
mkdir_p = @mkdir_p@
 
279
mysql_pg_dirs = @mysql_pg_dirs@
 
280
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
281
mysql_plugin_defs = @mysql_plugin_defs@
 
282
mysql_plugin_dirs = @mysql_plugin_dirs@
 
283
mysql_plugin_libs = @mysql_plugin_libs@
 
284
mysql_se_dirs = @mysql_se_dirs@
 
285
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
286
oldincludedir = @oldincludedir@
 
287
pdfdir = @pdfdir@
 
288
plugin_archive_shared_target = @plugin_archive_shared_target@
 
289
plugin_archive_static_target = @plugin_archive_static_target@
 
290
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
291
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
292
plugin_csv_shared_target = @plugin_csv_shared_target@
 
293
plugin_csv_static_target = @plugin_csv_static_target@
 
294
plugin_heap_shared_target = @plugin_heap_shared_target@
 
295
plugin_heap_static_target = @plugin_heap_static_target@
 
296
plugin_hello_world_shared_target = @plugin_hello_world_shared_target@
 
297
plugin_hello_world_static_target = @plugin_hello_world_static_target@
 
298
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
299
plugin_innobase_static_target = @plugin_innobase_static_target@
 
300
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
301
plugin_myisam_static_target = @plugin_myisam_static_target@
 
302
prefix = @prefix@
 
303
program_transform_name = @program_transform_name@
 
304
psdir = @psdir@
 
305
sbindir = @sbindir@
 
306
sharedstatedir = @sharedstatedir@
 
307
srcdir = @srcdir@
 
308
sysconfdir = @sysconfdir@
 
309
target = @target@
 
310
target_alias = @target_alias@
 
311
target_cpu = @target_cpu@
 
312
target_os = @target_os@
 
313
target_vendor = @target_vendor@
 
314
top_builddir = @top_builddir@
 
315
top_srcdir = @top_srcdir@
 
316
uname_prog = @uname_prog@
 
317
 
 
318
#Makefile.am example for a Hello World
 
319
MYSQLDATAdir = $(localstatedir)
 
320
MYSQLSHAREdir = $(pkgdatadir)
 
321
MYSQLBASEdir = $(prefix)
 
322
MYSQLLIBdir = $(pkglibdir)
 
323
pkgplugindir = $(pkglibdir)/plugin
 
324
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
 
325
                        -I$(top_srcdir)/server \
 
326
                        -I$(srcdir)
 
327
 
 
328
EXTRA_LTLIBRARIES = libhello_world.la
 
329
pkgplugin_LTLIBRARIES = @plugin_hello_world_shared_target@
 
330
libhello_world_la_LDFLAGS = -module -rpath $(pkgplugindir)
 
331
libhello_world_la_CXXFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
332
libhello_world_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
333
libhello_world_la_SOURCES = hello_world.cc
 
334
EXTRA_LIBRARIES = libhello_world.a
 
335
noinst_LIBRARIES = @plugin_hello_world_static_target@
 
336
libhello_world_a_CXXFLAGS = $(AM_CFLAGS)
 
337
libhello_world_a_CFLAGS = $(AM_CFLAGS)
 
338
libhello_world_a_SOURCES = hello_world.cc
 
339
all: all-am
 
340
 
 
341
.SUFFIXES:
 
342
.SUFFIXES: .cc .lo .o .obj
 
343
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
344
        @for dep in $?; do \
 
345
          case '$(am__configure_deps)' in \
 
346
            *$$dep*) \
 
347
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
348
                && exit 0; \
 
349
              exit 1;; \
 
350
          esac; \
 
351
        done; \
 
352
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugin/hello_world/Makefile'; \
 
353
        cd $(top_srcdir) && \
 
354
          $(AUTOMAKE) --gnu  plugin/hello_world/Makefile
 
355
.PRECIOUS: Makefile
 
356
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
357
        @case '$?' in \
 
358
          *config.status*) \
 
359
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
360
          *) \
 
361
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
362
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
363
        esac;
 
364
 
 
365
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
366
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
367
 
 
368
$(top_srcdir)/configure:  $(am__configure_deps)
 
369
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
370
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
371
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
372
 
 
373
clean-noinstLIBRARIES:
 
374
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
375
libhello_world.a: $(libhello_world_a_OBJECTS) $(libhello_world_a_DEPENDENCIES) 
 
376
        -rm -f libhello_world.a
 
377
        $(libhello_world_a_AR) libhello_world.a $(libhello_world_a_OBJECTS) $(libhello_world_a_LIBADD)
 
378
        $(RANLIB) libhello_world.a
 
379
install-pkgpluginLTLIBRARIES: $(pkgplugin_LTLIBRARIES)
 
380
        @$(NORMAL_INSTALL)
 
381
        test -z "$(pkgplugindir)" || $(MKDIR_P) "$(DESTDIR)$(pkgplugindir)"
 
382
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
383
          if test -f $$p; then \
 
384
            f=$(am__strip_dir) \
 
385
            echo " $(LIBTOOL) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgplugindir)/$$f'"; \
 
386
            $(LIBTOOL) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgplugindir)/$$f"; \
 
387
          else :; fi; \
 
388
        done
 
389
 
 
390
uninstall-pkgpluginLTLIBRARIES:
 
391
        @$(NORMAL_UNINSTALL)
 
392
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
393
          p=$(am__strip_dir) \
 
394
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$p'"; \
 
395
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$p"; \
 
396
        done
 
397
 
 
398
clean-pkgpluginLTLIBRARIES:
 
399
        -test -z "$(pkgplugin_LTLIBRARIES)" || rm -f $(pkgplugin_LTLIBRARIES)
 
400
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
401
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
402
          test "$$dir" != "$$p" || dir=.; \
 
403
          echo "rm -f \"$${dir}/so_locations\""; \
 
404
          rm -f "$${dir}/so_locations"; \
 
405
        done
 
406
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)
 
408
 
 
409
mostlyclean-compile:
 
410
        -rm -f *.$(OBJEXT)
 
411
 
 
412
distclean-compile:
 
413
        -rm -f *.tab.c
 
414
 
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhello_world_a-hello_world.Po@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhello_world_la-hello_world.Plo@am__quote@
 
417
 
 
418
.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
 
421
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
422
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
423
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
424
 
 
425
.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
 
428
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
429
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
430
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
431
 
 
432
.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
 
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
436
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
437
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
438
 
 
439
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
 
442
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='hello_world.cc' object='libhello_world_a-hello_world.o' libtool=no @AMDEPBACKSLASH@
 
443
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
444
@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
 
 
446
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
 
449
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='hello_world.cc' object='libhello_world_a-hello_world.obj' libtool=no @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@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
 
 
453
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
 
456
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='hello_world.cc' object='libhello_world_la-hello_world.lo' libtool=yes @AMDEPBACKSLASH@
 
457
@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
 
459
 
 
460
mostlyclean-libtool:
 
461
        -rm -f *.lo
 
462
 
 
463
clean-libtool:
 
464
        -rm -rf .libs _libs
 
465
 
 
466
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
467
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
468
        unique=`for i in $$list; do \
 
469
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
470
          done | \
 
471
          $(AWK) '    { files[$$0] = 1; } \
 
472
               END { for (i in files) print i; }'`; \
 
473
        mkid -fID $$unique
 
474
tags: TAGS
 
475
 
 
476
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
477
                $(TAGS_FILES) $(LISP)
 
478
        tags=; \
 
479
        here=`pwd`; \
 
480
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
481
        unique=`for i in $$list; do \
 
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
483
          done | \
 
484
          $(AWK) '    { files[$$0] = 1; } \
 
485
               END { for (i in files) print i; }'`; \
 
486
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
487
          test -n "$$unique" || unique=$$empty_fix; \
 
488
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
            $$tags $$unique; \
 
490
        fi
 
491
ctags: CTAGS
 
492
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
493
                $(TAGS_FILES) $(LISP)
 
494
        tags=; \
 
495
        here=`pwd`; \
 
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
497
        unique=`for i in $$list; do \
 
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
499
          done | \
 
500
          $(AWK) '    { files[$$0] = 1; } \
 
501
               END { for (i in files) print i; }'`; \
 
502
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
503
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
504
             $$tags $$unique
 
505
 
 
506
GTAGS:
 
507
        here=`$(am__cd) $(top_builddir) && pwd` \
 
508
          && cd $(top_srcdir) \
 
509
          && gtags -i $(GTAGS_ARGS) $$here
 
510
 
 
511
distclean-tags:
 
512
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
513
 
 
514
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 \
 
527
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
528
          if test -d $$d/$$file; then \
 
529
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
530
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
531
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
532
            fi; \
 
533
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
534
          else \
 
535
            test -f $(distdir)/$$file \
 
536
            || cp -p $$d/$$file $(distdir)/$$file \
 
537
            || exit 1; \
 
538
          fi; \
 
539
        done
 
540
check-am: all-am
 
541
check: check-am
 
542
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
 
543
installdirs:
 
544
        for dir in "$(DESTDIR)$(pkgplugindir)"; do \
 
545
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
546
        done
 
547
install: install-am
 
548
install-exec: install-exec-am
 
549
install-data: install-data-am
 
550
uninstall: uninstall-am
 
551
 
 
552
install-am: all-am
 
553
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
554
 
 
555
installcheck: installcheck-am
 
556
install-strip:
 
557
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
558
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
559
          `test -z '$(STRIP)' || \
 
560
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
561
mostlyclean-generic:
 
562
 
 
563
clean-generic:
 
564
 
 
565
distclean-generic:
 
566
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
567
 
 
568
maintainer-clean-generic:
 
569
        @echo "This command is intended for maintainers to use"
 
570
        @echo "it deletes files that may require special tools to rebuild."
 
571
clean: clean-am
 
572
 
 
573
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
574
        clean-pkgpluginLTLIBRARIES mostlyclean-am
 
575
 
 
576
distclean: distclean-am
 
577
        -rm -rf ./$(DEPDIR)
 
578
        -rm -f Makefile
 
579
distclean-am: clean-am distclean-compile distclean-generic \
 
580
        distclean-tags
 
581
 
 
582
dvi: dvi-am
 
583
 
 
584
dvi-am:
 
585
 
 
586
html: html-am
 
587
 
 
588
info: info-am
 
589
 
 
590
info-am:
 
591
 
 
592
install-data-am: install-pkgpluginLTLIBRARIES
 
593
 
 
594
install-dvi: install-dvi-am
 
595
 
 
596
install-exec-am:
 
597
 
 
598
install-html: install-html-am
 
599
 
 
600
install-info: install-info-am
 
601
 
 
602
install-man:
 
603
 
 
604
install-pdf: install-pdf-am
 
605
 
 
606
install-ps: install-ps-am
 
607
 
 
608
installcheck-am:
 
609
 
 
610
maintainer-clean: maintainer-clean-am
 
611
        -rm -rf ./$(DEPDIR)
 
612
        -rm -f Makefile
 
613
maintainer-clean-am: distclean-am maintainer-clean-generic
 
614
 
 
615
mostlyclean: mostlyclean-am
 
616
 
 
617
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
618
        mostlyclean-libtool
 
619
 
 
620
pdf: pdf-am
 
621
 
 
622
pdf-am:
 
623
 
 
624
ps: ps-am
 
625
 
 
626
ps-am:
 
627
 
 
628
uninstall-am: uninstall-pkgpluginLTLIBRARIES
 
629
 
 
630
.MAKE: install-am install-strip
 
631
 
 
632
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
633
        clean-libtool clean-noinstLIBRARIES clean-pkgpluginLTLIBRARIES \
 
634
        ctags distclean distclean-compile distclean-generic \
 
635
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
636
        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 \
 
641
        install-strip installcheck installcheck-am installdirs \
 
642
        maintainer-clean maintainer-clean-generic mostlyclean \
 
643
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
644
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
645
        uninstall-pkgpluginLTLIBRARIES
 
646
 
 
647
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
648
# Otherwise a system limit (for SysV at least) may be exceeded.
 
649
.NOEXPORT: