~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to src/lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
2
# src/lib/Makefile.  Generated from Makefile.in by configure.
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
 
 
16
 
 
17
#  Copyright (C) 2000-2007 SWsoft. All rights reserved.
 
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; either version 2 of the License, or
 
22
#  (at your option) any later version.
 
23
#
 
24
#  This program is distributed in the hope that it will be useful,
 
25
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
#  GNU General Public License for more details.
 
28
#
 
29
#  You should have received a copy of the GNU General Public License
 
30
#  along with this program; if not, write to the Free Software
 
31
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
32
#
 
33
 
 
34
#  Copyright (C) 2006-2007 SWsoft. All rights reserved.
 
35
#
 
36
#  This program is free software; you can redistribute it and/or modify
 
37
#  it under the terms of the GNU General Public License as published by
 
38
#  the Free Software Foundation; either version 2 of the License, or
 
39
#  (at your option) any later version.
 
40
#
 
41
#  This program is distributed in the hope that it will be useful,
 
42
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
43
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
44
#  GNU General Public License for more details.
 
45
#
 
46
#  You should have received a copy of the GNU General Public License
 
47
#  along with this program; if not, write to the Free Software
 
48
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
49
#
 
50
 
 
51
SOURCES = $(libvzctl_la_SOURCES)
 
52
 
 
53
srcdir = .
 
54
top_srcdir = ../..
 
55
 
 
56
pkgdatadir = $(datadir)/vzctl
 
57
pkglibdir = $(libdir)/vzctl
 
58
pkgincludedir = $(includedir)/vzctl
 
59
top_builddir = ../..
 
60
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
61
INSTALL = /usr/bin/install -c
 
62
install_sh_DATA = $(install_sh) -c -m 644
 
63
install_sh_PROGRAM = $(install_sh) -c
 
64
install_sh_SCRIPT = $(install_sh) -c
 
65
INSTALL_HEADER = $(INSTALL_DATA)
 
66
transform = $(program_transform_name)
 
67
NORMAL_INSTALL = :
 
68
PRE_INSTALL = :
 
69
POST_INSTALL = :
 
70
NORMAL_UNINSTALL = :
 
71
PRE_UNINSTALL = :
 
72
POST_UNINSTALL = :
 
73
build_triplet = i686-pc-linux-gnu
 
74
host_triplet = i686-pc-linux-gnu
 
75
target_triplet = i686-pc-linux-gnu
 
76
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
77
        $(top_srcdir)/paths.am
 
78
subdir = src/lib
 
79
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
80
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
81
        $(top_srcdir)/configure.ac
 
82
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
83
        $(ACLOCAL_M4)
 
84
mkinstalldirs = $(install_sh) -d
 
85
CONFIG_CLEAN_FILES =
 
86
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
87
am__vpath_adj = case $$p in \
 
88
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
89
    *) f=$$p;; \
 
90
  esac;
 
91
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
92
am__installdirs = "$(DESTDIR)$(libdir)"
 
93
libLTLIBRARIES_INSTALL = $(INSTALL)
 
94
LTLIBRARIES = $(lib_LTLIBRARIES)
 
95
libvzctl_la_LIBADD =
 
96
am_libvzctl_la_OBJECTS = cap.lo config.lo cpt.lo cpu.lo create.lo \
 
97
        destroy.lo dev.lo dist.lo env.lo exec.lo fs.lo fs_simfs.lo \
 
98
        iptables.lo list.lo lock.lo logger.lo meminfo.lo modules.lo \
 
99
        net.lo quota.lo readelf.lo res.lo script.lo ub.lo util.lo \
 
100
        veth.lo vps_configure.lo vzfeatures.lo io.lo
 
101
libvzctl_la_OBJECTS = $(am_libvzctl_la_OBJECTS)
 
102
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
103
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
104
am__depfiles_maybe = depfiles
 
105
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
106
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
107
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
 
108
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
109
        $(AM_CFLAGS) $(CFLAGS)
 
110
CCLD = $(CC)
 
111
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
112
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
113
SOURCES = $(libvzctl_la_SOURCES)
 
114
DIST_SOURCES = $(libvzctl_la_SOURCES)
 
115
ETAGS = etags
 
116
CTAGS = ctags
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
ACLOCAL = ${SHELL} /home/ola/build/debian/vzctl/vzctl-3.0.16/missing --run aclocal-1.9
 
119
AMDEP_FALSE = #
 
120
AMDEP_TRUE = 
 
121
AMTAR = ${SHELL} /home/ola/build/debian/vzctl/vzctl-3.0.16/missing --run tar
 
122
AR = ar
 
123
ARCH_IA64_FALSE = 
 
124
ARCH_IA64_TRUE = #
 
125
ARCH_X86_64_FALSE = 
 
126
ARCH_X86_64_TRUE = #
 
127
AUTOCONF = ${SHELL} /home/ola/build/debian/vzctl/vzctl-3.0.16/missing --run autoconf
 
128
AUTOHEADER = ${SHELL} /home/ola/build/debian/vzctl/vzctl-3.0.16/missing --run autoheader
 
129
AUTOMAKE = ${SHELL} /home/ola/build/debian/vzctl/vzctl-3.0.16/missing --run automake-1.9
 
130
AWK = gawk
 
131
CC = gcc
 
132
CCDEPMODE = depmode=gcc3
 
133
CFLAGS = -g -O2 -Wall -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wno-unused-parameter
 
134
CPP = gcc -E
 
135
CPPFLAGS = 
 
136
CYGPATH_W = echo
 
137
DEFS = -DPACKAGE_NAME=\"vzctl\" -DPACKAGE_TARNAME=\"vzctl\" -DPACKAGE_VERSION=\"3.0.16\" -DPACKAGE_STRING=\"vzctl\ 3.0.16\" -DPACKAGE_BUGREPORT=\"devel@openvz.org\" -DPACKAGE=\"vzctl\" -DVERSION=\"3.0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
 
138
DEPDIR = .deps
 
139
DL_LIBS = -ldl
 
140
ECHO = echo
 
141
ECHO_C = 
 
142
ECHO_N = -n
 
143
ECHO_T = 
 
144
EGREP = grep -E
 
145
ENABLE_BASHCOMP_FALSE = #
 
146
ENABLE_BASHCOMP_TRUE = 
 
147
ENABLE_CRON_FALSE = #
 
148
ENABLE_CRON_TRUE = 
 
149
ENABLE_LOGROTATE_FALSE = #
 
150
ENABLE_LOGROTATE_TRUE = 
 
151
ENABLE_UDEV_FALSE = #
 
152
ENABLE_UDEV_TRUE = 
 
153
EXEEXT = 
 
154
INSTALL_DATA = ${INSTALL} -m 644
 
155
INSTALL_PROGRAM = ${INSTALL}
 
156
INSTALL_SCRIPT = ${INSTALL}
 
157
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
158
LDFLAGS = 
 
159
LIBOBJS = 
 
160
LIBS = 
 
161
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
162
LN_S = ln -s
 
163
LTLIBOBJS = 
 
164
MAKEINFO = ${SHELL} /home/ola/build/debian/vzctl/vzctl-3.0.16/missing --run makeinfo
 
165
OBJEXT = o
 
166
PACKAGE = vzctl
 
167
PACKAGE_BUGREPORT = devel@openvz.org
 
168
PACKAGE_NAME = vzctl
 
169
PACKAGE_STRING = vzctl 3.0.16
 
170
PACKAGE_TARNAME = vzctl
 
171
PACKAGE_VERSION = 3.0.16
 
172
PATH_SEPARATOR = :
 
173
RANLIB = ranlib
 
174
SET_MAKE = 
 
175
SHELL = /bin/sh
 
176
STRIP = strip
 
177
UTIL_LIBS = -lutil
 
178
VERSION = 3.0.16
 
179
ac_ct_AR = ar
 
180
ac_ct_CC = gcc
 
181
ac_ct_RANLIB = ranlib
 
182
ac_ct_STRIP = strip
 
183
am__fastdepCC_FALSE = #
 
184
am__fastdepCC_TRUE = 
 
185
am__include = include
 
186
am__leading_dot = .
 
187
am__quote = 
 
188
am__tar = ${AMTAR} chof - "$$tardir"
 
189
am__untar = ${AMTAR} xf -
 
190
bindir = ${exec_prefix}/bin
 
191
build = i686-pc-linux-gnu
 
192
build_alias = 
 
193
build_cpu = i686
 
194
build_os = linux-gnu
 
195
build_vendor = pc
 
196
datadir = ${prefix}/share
 
197
exec_prefix = ${prefix}
 
198
host = i686-pc-linux-gnu
 
199
host_alias = 
 
200
host_cpu = i686
 
201
host_os = linux-gnu
 
202
host_vendor = pc
 
203
includedir = ${prefix}/include
 
204
infodir = ${prefix}/info
 
205
install_sh = /home/ola/build/debian/vzctl/vzctl-3.0.16/install-sh
 
206
libdir = ${exec_prefix}/lib
 
207
libexecdir = ${exec_prefix}/libexec
 
208
localstatedir = /var
 
209
mandir = /usr/share/man
 
210
mkdir_p = mkdir -p --
 
211
oldincludedir = /usr/include
 
212
prefix = /usr
 
213
program_transform_name = s,x,x,
 
214
sbindir = ${exec_prefix}/sbin
 
215
sharedstatedir = ${prefix}/com
 
216
sysconfdir = /etc
 
217
target = i686-pc-linux-gnu
 
218
target_alias = 
 
219
target_cpu = i686
 
220
target_os = linux-gnu
 
221
target_vendor = pc
 
222
bashcdir = $(sysconfdir)/bash_completion.d
 
223
cronddir = $(pkgconfdir)/cron
 
224
dst_cronddir = $(sysconfdir)/cron.d
 
225
logrdir = $(sysconfdir)/logrotate.d
 
226
udevdir = $(sysconfdir)/udev/rules.d
 
227
initddir = $(sysconfdir)/init.d
 
228
netsdir = $(sysconfdir)/sysconfig/network-scripts
 
229
pkgconfdir = $(sysconfdir)/vz
 
230
vpsconfdir = $(pkgconfdir)/conf
 
231
distconfdir = $(pkgconfdir)/dists
 
232
namesdir = $(pkgconfdir)/names
 
233
vzlibdir = $(pkglibdir)/scripts
 
234
vzcrondir = $(pkgdatadir)/scripts
 
235
INCLUDES = -I$(top_srcdir)/include
 
236
AM_CFLAGS = -DSBINDIR=\"$(sbindir)\" \
 
237
            -DPKGCONFDIR=\"$(pkgconfdir)\" \
 
238
            -DPKGLIBDIR=\"$(pkglibdir)\"
 
239
 
 
240
LIB_VER = 0.0.2
 
241
lib_LTLIBRARIES = libvzctl.la
 
242
libvzctl_la_SOURCES = cap.c \
 
243
                      config.c \
 
244
                      cpt.c \
 
245
                      cpu.c \
 
246
                      create.c \
 
247
                      destroy.c \
 
248
                      dev.c \
 
249
                      dist.c \
 
250
                      env.c \
 
251
                      exec.c \
 
252
                      fs.c \
 
253
                      fs_simfs.c \
 
254
                      iptables.c \
 
255
                      list.c \
 
256
                      lock.c \
 
257
                      logger.c \
 
258
                      meminfo.c \
 
259
                      modules.c \
 
260
                      net.c \
 
261
                      quota.c \
 
262
                      readelf.c \
 
263
                      res.c \
 
264
                      script.c \
 
265
                      ub.c \
 
266
                      util.c \
 
267
                      veth.c \
 
268
                      vps_configure.c \
 
269
                      vzfeatures.c \
 
270
                      io.c
 
271
 
 
272
libvzctl_la_LDFLAGS = -release $(LIB_VER)
 
273
all: all-am
 
274
 
 
275
.SUFFIXES:
 
276
.SUFFIXES: .c .lo .o .obj
 
277
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/paths.am $(am__configure_deps)
 
278
        @for dep in $?; do \
 
279
          case '$(am__configure_deps)' in \
 
280
            *$$dep*) \
 
281
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
282
                && exit 0; \
 
283
              exit 1;; \
 
284
          esac; \
 
285
        done; \
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
 
287
        cd $(top_srcdir) && \
 
288
          $(AUTOMAKE) --foreign  src/lib/Makefile
 
289
.PRECIOUS: Makefile
 
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
291
        @case '$?' in \
 
292
          *config.status*) \
 
293
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
294
          *) \
 
295
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
296
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
297
        esac;
 
298
 
 
299
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
301
 
 
302
$(top_srcdir)/configure:  $(am__configure_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
307
        @$(NORMAL_INSTALL)
 
308
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
309
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
310
          if test -f $$p; then \
 
311
            f=$(am__strip_dir) \
 
312
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
313
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
314
          else :; fi; \
 
315
        done
 
316
 
 
317
uninstall-libLTLIBRARIES:
 
318
        @$(NORMAL_UNINSTALL)
 
319
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
320
          p=$(am__strip_dir) \
 
321
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
322
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
323
        done
 
324
 
 
325
clean-libLTLIBRARIES:
 
326
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
327
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
328
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
329
          test "$$dir" != "$$p" || dir=.; \
 
330
          echo "rm -f \"$${dir}/so_locations\""; \
 
331
          rm -f "$${dir}/so_locations"; \
 
332
        done
 
333
libvzctl.la: $(libvzctl_la_OBJECTS) $(libvzctl_la_DEPENDENCIES) 
 
334
        $(LINK) -rpath $(libdir) $(libvzctl_la_LDFLAGS) $(libvzctl_la_OBJECTS) $(libvzctl_la_LIBADD) $(LIBS)
 
335
 
 
336
mostlyclean-compile:
 
337
        -rm -f *.$(OBJEXT)
 
338
 
 
339
distclean-compile:
 
340
        -rm -f *.tab.c
 
341
 
 
342
include ./$(DEPDIR)/cap.Plo
 
343
include ./$(DEPDIR)/config.Plo
 
344
include ./$(DEPDIR)/cpt.Plo
 
345
include ./$(DEPDIR)/cpu.Plo
 
346
include ./$(DEPDIR)/create.Plo
 
347
include ./$(DEPDIR)/destroy.Plo
 
348
include ./$(DEPDIR)/dev.Plo
 
349
include ./$(DEPDIR)/dist.Plo
 
350
include ./$(DEPDIR)/env.Plo
 
351
include ./$(DEPDIR)/exec.Plo
 
352
include ./$(DEPDIR)/fs.Plo
 
353
include ./$(DEPDIR)/fs_simfs.Plo
 
354
include ./$(DEPDIR)/io.Plo
 
355
include ./$(DEPDIR)/iptables.Plo
 
356
include ./$(DEPDIR)/list.Plo
 
357
include ./$(DEPDIR)/lock.Plo
 
358
include ./$(DEPDIR)/logger.Plo
 
359
include ./$(DEPDIR)/meminfo.Plo
 
360
include ./$(DEPDIR)/modules.Plo
 
361
include ./$(DEPDIR)/net.Plo
 
362
include ./$(DEPDIR)/quota.Plo
 
363
include ./$(DEPDIR)/readelf.Plo
 
364
include ./$(DEPDIR)/res.Plo
 
365
include ./$(DEPDIR)/script.Plo
 
366
include ./$(DEPDIR)/ub.Plo
 
367
include ./$(DEPDIR)/util.Plo
 
368
include ./$(DEPDIR)/veth.Plo
 
369
include ./$(DEPDIR)/vps_configure.Plo
 
370
include ./$(DEPDIR)/vzfeatures.Plo
 
371
 
 
372
.c.o:
 
373
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
374
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
375
#       source='$<' object='$@' libtool=no \
 
376
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
377
#       $(COMPILE) -c $<
 
378
 
 
379
.c.obj:
 
380
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
381
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
382
#       source='$<' object='$@' libtool=no \
 
383
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
384
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
385
 
 
386
.c.lo:
 
387
        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
388
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
389
#       source='$<' object='$@' libtool=yes \
 
390
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
391
#       $(LTCOMPILE) -c -o $@ $<
 
392
 
 
393
mostlyclean-libtool:
 
394
        -rm -f *.lo
 
395
 
 
396
clean-libtool:
 
397
        -rm -rf .libs _libs
 
398
 
 
399
distclean-libtool:
 
400
        -rm -f libtool
 
401
uninstall-info-am:
 
402
 
 
403
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
404
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
405
        unique=`for i in $$list; do \
 
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
407
          done | \
 
408
          $(AWK) '    { files[$$0] = 1; } \
 
409
               END { for (i in files) print i; }'`; \
 
410
        mkid -fID $$unique
 
411
tags: TAGS
 
412
 
 
413
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
414
                $(TAGS_FILES) $(LISP)
 
415
        tags=; \
 
416
        here=`pwd`; \
 
417
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
418
        unique=`for i in $$list; do \
 
419
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
420
          done | \
 
421
          $(AWK) '    { files[$$0] = 1; } \
 
422
               END { for (i in files) print i; }'`; \
 
423
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
424
          test -n "$$unique" || unique=$$empty_fix; \
 
425
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
426
            $$tags $$unique; \
 
427
        fi
 
428
ctags: CTAGS
 
429
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
430
                $(TAGS_FILES) $(LISP)
 
431
        tags=; \
 
432
        here=`pwd`; \
 
433
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
434
        unique=`for i in $$list; do \
 
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
436
          done | \
 
437
          $(AWK) '    { files[$$0] = 1; } \
 
438
               END { for (i in files) print i; }'`; \
 
439
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
440
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
441
             $$tags $$unique
 
442
 
 
443
GTAGS:
 
444
        here=`$(am__cd) $(top_builddir) && pwd` \
 
445
          && cd $(top_srcdir) \
 
446
          && gtags -i $(GTAGS_ARGS) $$here
 
447
 
 
448
distclean-tags:
 
449
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
450
 
 
451
distdir: $(DISTFILES)
 
452
        $(mkdir_p) $(distdir)/../..
 
453
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
454
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
455
        list='$(DISTFILES)'; for file in $$list; do \
 
456
          case $$file in \
 
457
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
458
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
459
          esac; \
 
460
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
461
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
462
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
463
            dir="/$$dir"; \
 
464
            $(mkdir_p) "$(distdir)$$dir"; \
 
465
          else \
 
466
            dir=''; \
 
467
          fi; \
 
468
          if test -d $$d/$$file; then \
 
469
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
470
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
471
            fi; \
 
472
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
473
          else \
 
474
            test -f $(distdir)/$$file \
 
475
            || cp -p $$d/$$file $(distdir)/$$file \
 
476
            || exit 1; \
 
477
          fi; \
 
478
        done
 
479
check-am: all-am
 
480
check: check-am
 
481
all-am: Makefile $(LTLIBRARIES)
 
482
installdirs:
 
483
        for dir in "$(DESTDIR)$(libdir)"; do \
 
484
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
485
        done
 
486
install: install-am
 
487
install-exec: install-exec-am
 
488
install-data: install-data-am
 
489
uninstall: uninstall-am
 
490
 
 
491
install-am: all-am
 
492
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
493
 
 
494
installcheck: installcheck-am
 
495
install-strip:
 
496
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
497
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
498
          `test -z '$(STRIP)' || \
 
499
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
500
mostlyclean-generic:
 
501
 
 
502
clean-generic:
 
503
 
 
504
distclean-generic:
 
505
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
506
 
 
507
maintainer-clean-generic:
 
508
        @echo "This command is intended for maintainers to use"
 
509
        @echo "it deletes files that may require special tools to rebuild."
 
510
clean: clean-am
 
511
 
 
512
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
513
        mostlyclean-am
 
514
 
 
515
distclean: distclean-am
 
516
        -rm -rf ./$(DEPDIR)
 
517
        -rm -f Makefile
 
518
distclean-am: clean-am distclean-compile distclean-generic \
 
519
        distclean-libtool distclean-tags
 
520
 
 
521
dvi: dvi-am
 
522
 
 
523
dvi-am:
 
524
 
 
525
html: html-am
 
526
 
 
527
info: info-am
 
528
 
 
529
info-am:
 
530
 
 
531
install-data-am:
 
532
 
 
533
install-exec-am: install-libLTLIBRARIES
 
534
 
 
535
install-info: install-info-am
 
536
 
 
537
install-man:
 
538
 
 
539
installcheck-am:
 
540
 
 
541
maintainer-clean: maintainer-clean-am
 
542
        -rm -rf ./$(DEPDIR)
 
543
        -rm -f Makefile
 
544
maintainer-clean-am: distclean-am maintainer-clean-generic
 
545
 
 
546
mostlyclean: mostlyclean-am
 
547
 
 
548
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
549
        mostlyclean-libtool
 
550
 
 
551
pdf: pdf-am
 
552
 
 
553
pdf-am:
 
554
 
 
555
ps: ps-am
 
556
 
 
557
ps-am:
 
558
 
 
559
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
560
 
 
561
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
562
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
563
        distclean-compile distclean-generic distclean-libtool \
 
564
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
565
        install install-am install-data install-data-am install-exec \
 
566
        install-exec-am install-info install-info-am \
 
567
        install-libLTLIBRARIES install-man install-strip installcheck \
 
568
        installcheck-am installdirs maintainer-clean \
 
569
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
570
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
571
        tags uninstall uninstall-am uninstall-info-am \
 
572
        uninstall-libLTLIBRARIES
 
573
 
 
574
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
575
# Otherwise a system limit (for SysV at least) may be exceeded.
 
576
.NOEXPORT: