~ubuntu-branches/ubuntu/lucid/vde2/lucid-proposed

« back to all changes in this revision

Viewing changes to src/vde_switch/plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Filippo Giunchedi
  • Date: 2008-06-17 15:36:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617153632-5318x7iv0zwmu3zu
Tags: 2.2.1-1
* New upstream release
  - fix vlan commands on amd64 (Closes: #484295)
  - fix mac addresses switch between ports (Closes: #469098)
* Suggest: qemu and kvm as requested in #461514
* Expand and spell-check README.Debian, add manual method example
  (Closes: #466363)
* Do not assume MAKEDEV presence in postinst
* Remove /usr/bin/daemon usage from ifupdown scripts (and Recommends)
* Add manpage for vde_tunctl
* Upgrade to S-V 3.8.0 (add Homepage field) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
@ENABLE_EXPERIMENTAL_TRUE@am__append_1 = -DDEBUGOPT -DPORTCOUNTERS -DVDEPLUGIN
 
36
@ENABLE_PCAP_TRUE@am__append_2 = pdump.la
 
37
subdir = src/vde_switch/plugins
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/include/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__installdirs = "$(DESTDIR)$(moddir)"
 
53
modLTLIBRARIES_INSTALL = $(INSTALL)
 
54
LTLIBRARIES = $(mod_LTLIBRARIES)
 
55
dump_la_DEPENDENCIES = $(top_srcdir)/src/common/libvdecommon.la
 
56
am_dump_la_OBJECTS = dump.lo
 
57
dump_la_OBJECTS = $(am_dump_la_OBJECTS)
 
58
@ENABLE_PCAP_TRUE@pdump_la_DEPENDENCIES =  \
 
59
@ENABLE_PCAP_TRUE@      $(top_srcdir)/src/common/libvdecommon.la
 
60
am__pdump_la_SOURCES_DIST = pdump.c
 
61
@ENABLE_PCAP_TRUE@am_pdump_la_OBJECTS = pdump.lo
 
62
pdump_la_OBJECTS = $(am_pdump_la_OBJECTS)
 
63
@ENABLE_PCAP_TRUE@am_pdump_la_rpath = -rpath $(moddir)
 
64
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
66
am__depfiles_maybe = depfiles
 
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
CCLD = $(CC)
 
73
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
75
        $(LDFLAGS) -o $@
 
76
SOURCES = $(dump_la_SOURCES) $(pdump_la_SOURCES)
 
77
DIST_SOURCES = $(dump_la_SOURCES) $(am__pdump_la_SOURCES_DIST)
 
78
ETAGS = etags
 
79
CTAGS = ctags
 
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
81
ACLOCAL = @ACLOCAL@
 
82
AMTAR = @AMTAR@
 
83
AR = @AR@
 
84
AUTOCONF = @AUTOCONF@
 
85
AUTOHEADER = @AUTOHEADER@
 
86
AUTOMAKE = @AUTOMAKE@
 
87
AWK = @AWK@
 
88
CC = @CC@
 
89
CCDEPMODE = @CCDEPMODE@
 
90
CFLAGS = @CFLAGS@
 
91
CPP = @CPP@
 
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEFS = @DEFS@
 
99
DEPDIR = @DEPDIR@
 
100
DSYMUTIL = @DSYMUTIL@
 
101
ECHO = @ECHO@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
EGREP = @EGREP@
 
106
EXEEXT = @EXEEXT@
 
107
F77 = @F77@
 
108
FFLAGS = @FFLAGS@
 
109
GREP = @GREP@
 
110
INSTALL = @INSTALL@
 
111
INSTALL_DATA = @INSTALL_DATA@
 
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
113
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
114
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
115
LDFLAGS = @LDFLAGS@
 
116
LIBOBJS = @LIBOBJS@
 
117
LIBS = @LIBS@
 
118
LIBTOOL = @LIBTOOL@
 
119
LN_S = @LN_S@
 
120
LTLIBOBJS = @LTLIBOBJS@
 
121
MAKEINFO = @MAKEINFO@
 
122
MKDIR_P = @MKDIR_P@
 
123
NMEDIT = @NMEDIT@
 
124
OBJEXT = @OBJEXT@
 
125
PACKAGE = @PACKAGE@
 
126
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
127
PACKAGE_NAME = @PACKAGE_NAME@
 
128
PACKAGE_STRING = @PACKAGE_STRING@
 
129
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
130
PACKAGE_VERSION = @PACKAGE_VERSION@
 
131
PATH_SEPARATOR = @PATH_SEPARATOR@
 
132
RANLIB = @RANLIB@
 
133
SED = @SED@
 
134
SET_MAKE = @SET_MAKE@
 
135
SHELL = @SHELL@
 
136
STRIP = @STRIP@
 
137
VERSION = @VERSION@
 
138
abs_builddir = @abs_builddir@
 
139
abs_srcdir = @abs_srcdir@
 
140
abs_top_builddir = @abs_top_builddir@
 
141
abs_top_srcdir = @abs_top_srcdir@
 
142
ac_ct_CC = @ac_ct_CC@
 
143
ac_ct_CXX = @ac_ct_CXX@
 
144
ac_ct_F77 = @ac_ct_F77@
 
145
am__include = @am__include@
 
146
am__leading_dot = @am__leading_dot@
 
147
am__quote = @am__quote@
 
148
am__tar = @am__tar@
 
149
am__untar = @am__untar@
 
150
bindir = @bindir@
 
151
build = @build@
 
152
build_alias = @build_alias@
 
153
build_cpu = @build_cpu@
 
154
build_os = @build_os@
 
155
build_vendor = @build_vendor@
 
156
builddir = @builddir@
 
157
datadir = @datadir@
 
158
datarootdir = @datarootdir@
 
159
docdir = @docdir@
 
160
dvidir = @dvidir@
 
161
exec_prefix = @exec_prefix@
 
162
host = @host@
 
163
host_alias = @host_alias@
 
164
host_cpu = @host_cpu@
 
165
host_os = @host_os@
 
166
host_vendor = @host_vendor@
 
167
htmldir = @htmldir@
 
168
includedir = @includedir@
 
169
infodir = @infodir@
 
170
install_sh = @install_sh@
 
171
libdir = @libdir@
 
172
libexecdir = @libexecdir@
 
173
localedir = @localedir@
 
174
localstatedir = @localstatedir@
 
175
mandir = @mandir@
 
176
mkdir_p = @mkdir_p@
 
177
oldincludedir = @oldincludedir@
 
178
pdfdir = @pdfdir@
 
179
prefix = @prefix@
 
180
program_transform_name = @program_transform_name@
 
181
psdir = @psdir@
 
182
sbindir = @sbindir@
 
183
sharedstatedir = @sharedstatedir@
 
184
srcdir = @srcdir@
 
185
sysconfdir = @sysconfdir@
 
186
target_alias = @target_alias@
 
187
top_builddir = @top_builddir@
 
188
top_srcdir = @top_srcdir@
 
189
moddir = $(pkglibdir)/plugins
 
190
AM_LDFLAGS = -module -avoid-version -export-dynamic
 
191
AM_LIBTOOLFLAGS = --tag=disable-static
 
192
AM_CPPFLAGS = -I$(top_srcdir)/include $(am__append_1)
 
193
 
 
194
#install-data-hook:
 
195
#       cd "$(DESTDIR)/$(moddir)" && rm -f $(mod_LTLIBRARIES)
 
196
mod_LTLIBRARIES = dump.la $(am__append_2)
 
197
dump_la_SOURCES = dump.c
 
198
dump_la_LIBADD = $(top_srcdir)/src/common/libvdecommon.la
 
199
@ENABLE_PCAP_TRUE@pdump_la_SOURCES = pdump.c
 
200
@ENABLE_PCAP_TRUE@pdump_la_LIBADD = $(top_srcdir)/src/common/libvdecommon.la -lpcap
 
201
all: all-am
 
202
 
 
203
.SUFFIXES:
 
204
.SUFFIXES: .c .lo .o .obj
 
205
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
206
        @for dep in $?; do \
 
207
          case '$(am__configure_deps)' in \
 
208
            *$$dep*) \
 
209
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
210
                && exit 0; \
 
211
              exit 1;; \
 
212
          esac; \
 
213
        done; \
 
214
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/vde_switch/plugins/Makefile'; \
 
215
        cd $(top_srcdir) && \
 
216
          $(AUTOMAKE) --foreign  src/vde_switch/plugins/Makefile
 
217
.PRECIOUS: Makefile
 
218
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
219
        @case '$?' in \
 
220
          *config.status*) \
 
221
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
222
          *) \
 
223
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
224
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
225
        esac;
 
226
 
 
227
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
228
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
229
 
 
230
$(top_srcdir)/configure:  $(am__configure_deps)
 
231
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
232
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
234
install-modLTLIBRARIES: $(mod_LTLIBRARIES)
 
235
        @$(NORMAL_INSTALL)
 
236
        test -z "$(moddir)" || $(MKDIR_P) "$(DESTDIR)$(moddir)"
 
237
        @list='$(mod_LTLIBRARIES)'; for p in $$list; do \
 
238
          if test -f $$p; then \
 
239
            f=$(am__strip_dir) \
 
240
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(modLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moddir)/$$f'"; \
 
241
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(modLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moddir)/$$f"; \
 
242
          else :; fi; \
 
243
        done
 
244
 
 
245
uninstall-modLTLIBRARIES:
 
246
        @$(NORMAL_UNINSTALL)
 
247
        @list='$(mod_LTLIBRARIES)'; for p in $$list; do \
 
248
          p=$(am__strip_dir) \
 
249
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moddir)/$$p'"; \
 
250
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moddir)/$$p"; \
 
251
        done
 
252
 
 
253
clean-modLTLIBRARIES:
 
254
        -test -z "$(mod_LTLIBRARIES)" || rm -f $(mod_LTLIBRARIES)
 
255
        @list='$(mod_LTLIBRARIES)'; for p in $$list; do \
 
256
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
257
          test "$$dir" != "$$p" || dir=.; \
 
258
          echo "rm -f \"$${dir}/so_locations\""; \
 
259
          rm -f "$${dir}/so_locations"; \
 
260
        done
 
261
dump.la: $(dump_la_OBJECTS) $(dump_la_DEPENDENCIES) 
 
262
        $(LINK) -rpath $(moddir) $(dump_la_OBJECTS) $(dump_la_LIBADD) $(LIBS)
 
263
pdump.la: $(pdump_la_OBJECTS) $(pdump_la_DEPENDENCIES) 
 
264
        $(LINK) $(am_pdump_la_rpath) $(pdump_la_OBJECTS) $(pdump_la_LIBADD) $(LIBS)
 
265
 
 
266
mostlyclean-compile:
 
267
        -rm -f *.$(OBJEXT)
 
268
 
 
269
distclean-compile:
 
270
        -rm -f *.tab.c
 
271
 
 
272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump.Plo@am__quote@
 
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdump.Plo@am__quote@
 
274
 
 
275
.c.o:
 
276
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
277
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
278
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
279
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
281
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
 
282
 
 
283
.c.obj:
 
284
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
285
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
286
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
288
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
289
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
290
 
 
291
.c.lo:
 
292
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
293
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
294
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Plo
 
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
297
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
298
 
 
299
mostlyclean-libtool:
 
300
        -rm -f *.lo
 
301
 
 
302
clean-libtool:
 
303
        -rm -rf .libs _libs
 
304
 
 
305
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
306
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
307
        unique=`for i in $$list; do \
 
308
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
309
          done | \
 
310
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
311
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
312
        mkid -fID $$unique
 
313
tags: TAGS
 
314
 
 
315
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
316
                $(TAGS_FILES) $(LISP)
 
317
        tags=; \
 
318
        here=`pwd`; \
 
319
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
320
        unique=`for i in $$list; do \
 
321
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
322
          done | \
 
323
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
324
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
325
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
326
          test -n "$$unique" || unique=$$empty_fix; \
 
327
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
328
            $$tags $$unique; \
 
329
        fi
 
330
ctags: CTAGS
 
331
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
332
                $(TAGS_FILES) $(LISP)
 
333
        tags=; \
 
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
335
        unique=`for i in $$list; do \
 
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
337
          done | \
 
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
340
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
341
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
342
             $$tags $$unique
 
343
 
 
344
GTAGS:
 
345
        here=`$(am__cd) $(top_builddir) && pwd` \
 
346
          && cd $(top_srcdir) \
 
347
          && gtags -i $(GTAGS_ARGS) $$here
 
348
 
 
349
distclean-tags:
 
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
351
 
 
352
distdir: $(DISTFILES)
 
353
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
354
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
355
        list='$(DISTFILES)'; \
 
356
          dist_files=`for file in $$list; do echo $$file; done | \
 
357
          sed -e "s|^$$srcdirstrip/||;t" \
 
358
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
359
        case $$dist_files in \
 
360
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
361
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
362
                           sort -u` ;; \
 
363
        esac; \
 
364
        for file in $$dist_files; do \
 
365
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
366
          if test -d $$d/$$file; then \
 
367
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
368
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
369
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
370
            fi; \
 
371
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
372
          else \
 
373
            test -f $(distdir)/$$file \
 
374
            || cp -p $$d/$$file $(distdir)/$$file \
 
375
            || exit 1; \
 
376
          fi; \
 
377
        done
 
378
check-am: all-am
 
379
check: check-am
 
380
all-am: Makefile $(LTLIBRARIES)
 
381
installdirs:
 
382
        for dir in "$(DESTDIR)$(moddir)"; do \
 
383
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
384
        done
 
385
install: install-am
 
386
install-exec: install-exec-am
 
387
install-data: install-data-am
 
388
uninstall: uninstall-am
 
389
 
 
390
install-am: all-am
 
391
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
392
 
 
393
installcheck: installcheck-am
 
394
install-strip:
 
395
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
396
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
397
          `test -z '$(STRIP)' || \
 
398
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
399
mostlyclean-generic:
 
400
 
 
401
clean-generic:
 
402
 
 
403
distclean-generic:
 
404
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
405
 
 
406
maintainer-clean-generic:
 
407
        @echo "This command is intended for maintainers to use"
 
408
        @echo "it deletes files that may require special tools to rebuild."
 
409
clean: clean-am
 
410
 
 
411
clean-am: clean-generic clean-libtool clean-modLTLIBRARIES \
 
412
        mostlyclean-am
 
413
 
 
414
distclean: distclean-am
 
415
        -rm -rf ./$(DEPDIR)
 
416
        -rm -f Makefile
 
417
distclean-am: clean-am distclean-compile distclean-generic \
 
418
        distclean-tags
 
419
 
 
420
dvi: dvi-am
 
421
 
 
422
dvi-am:
 
423
 
 
424
html: html-am
 
425
 
 
426
info: info-am
 
427
 
 
428
info-am:
 
429
 
 
430
install-data-am: install-modLTLIBRARIES
 
431
 
 
432
install-dvi: install-dvi-am
 
433
 
 
434
install-exec-am:
 
435
 
 
436
install-html: install-html-am
 
437
 
 
438
install-info: install-info-am
 
439
 
 
440
install-man:
 
441
 
 
442
install-pdf: install-pdf-am
 
443
 
 
444
install-ps: install-ps-am
 
445
 
 
446
installcheck-am:
 
447
 
 
448
maintainer-clean: maintainer-clean-am
 
449
        -rm -rf ./$(DEPDIR)
 
450
        -rm -f Makefile
 
451
maintainer-clean-am: distclean-am maintainer-clean-generic
 
452
 
 
453
mostlyclean: mostlyclean-am
 
454
 
 
455
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
456
        mostlyclean-libtool
 
457
 
 
458
pdf: pdf-am
 
459
 
 
460
pdf-am:
 
461
 
 
462
ps: ps-am
 
463
 
 
464
ps-am:
 
465
 
 
466
uninstall-am: uninstall-modLTLIBRARIES
 
467
 
 
468
.MAKE: install-am install-strip
 
469
 
 
470
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
471
        clean-libtool clean-modLTLIBRARIES ctags distclean \
 
472
        distclean-compile distclean-generic distclean-libtool \
 
473
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
474
        install install-am install-data install-data-am install-dvi \
 
475
        install-dvi-am install-exec install-exec-am install-html \
 
476
        install-html-am install-info install-info-am install-man \
 
477
        install-modLTLIBRARIES install-pdf install-pdf-am install-ps \
 
478
        install-ps-am install-strip installcheck installcheck-am \
 
479
        installdirs maintainer-clean maintainer-clean-generic \
 
480
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
481
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
482
        uninstall-am uninstall-modLTLIBRARIES
 
483
 
 
484
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
485
# Otherwise a system limit (for SysV at least) may be exceeded.
 
486
.NOEXPORT: