~ubuntu-branches/ubuntu/trusty/policykit-1/trusty

« back to all changes in this revision

Viewing changes to test/mocklibc/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
bin_PROGRAMS = mocklibc-debug-netgroup$(EXEEXT)
 
39
subdir = src
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
70
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
 
71
LTLIBRARIES = $(lib_LTLIBRARIES)
 
72
libmocklibc_la_LIBADD =
 
73
am_libmocklibc_la_OBJECTS = pwd.lo grp.lo netdb.lo netgroup.lo
 
74
libmocklibc_la_OBJECTS = $(am_libmocklibc_la_OBJECTS)
 
75
PROGRAMS = $(bin_PROGRAMS)
 
76
am_mocklibc_debug_netgroup_OBJECTS = netgroup-debug.$(OBJEXT)
 
77
mocklibc_debug_netgroup_OBJECTS =  \
 
78
        $(am_mocklibc_debug_netgroup_OBJECTS)
 
79
mocklibc_debug_netgroup_DEPENDENCIES = libmocklibc.la
 
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
81
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
82
am__depfiles_maybe = depfiles
 
83
am__mv = mv -f
 
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
85
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
86
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
87
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
88
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
89
CCLD = $(CC)
 
90
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
91
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
92
        $(LDFLAGS) -o $@
 
93
SOURCES = $(libmocklibc_la_SOURCES) $(mocklibc_debug_netgroup_SOURCES)
 
94
DIST_SOURCES = $(libmocklibc_la_SOURCES) \
 
95
        $(mocklibc_debug_netgroup_SOURCES)
 
96
ETAGS = etags
 
97
CTAGS = ctags
 
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
ACLOCAL = @ACLOCAL@
 
100
AMTAR = @AMTAR@
 
101
AR = @AR@
 
102
AUTOCONF = @AUTOCONF@
 
103
AUTOHEADER = @AUTOHEADER@
 
104
AUTOMAKE = @AUTOMAKE@
 
105
AWK = @AWK@
 
106
CC = @CC@
 
107
CCDEPMODE = @CCDEPMODE@
 
108
CFLAGS = @CFLAGS@
 
109
CPP = @CPP@
 
110
CPPFLAGS = @CPPFLAGS@
 
111
CYGPATH_W = @CYGPATH_W@
 
112
DEFS = @DEFS@
 
113
DEPDIR = @DEPDIR@
 
114
DLLTOOL = @DLLTOOL@
 
115
DSYMUTIL = @DSYMUTIL@
 
116
DUMPBIN = @DUMPBIN@
 
117
ECHO_C = @ECHO_C@
 
118
ECHO_N = @ECHO_N@
 
119
ECHO_T = @ECHO_T@
 
120
EGREP = @EGREP@
 
121
EXEEXT = @EXEEXT@
 
122
FGREP = @FGREP@
 
123
GREP = @GREP@
 
124
INSTALL = @INSTALL@
 
125
INSTALL_DATA = @INSTALL_DATA@
 
126
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
127
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
128
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
129
LD = @LD@
 
130
LDFLAGS = @LDFLAGS@
 
131
LIBOBJS = @LIBOBJS@
 
132
LIBS = @LIBS@
 
133
LIBTOOL = @LIBTOOL@
 
134
LIPO = @LIPO@
 
135
LN_S = @LN_S@
 
136
LTLIBOBJS = @LTLIBOBJS@
 
137
MAKEINFO = @MAKEINFO@
 
138
MANIFEST_TOOL = @MANIFEST_TOOL@
 
139
MKDIR_P = @MKDIR_P@
 
140
NM = @NM@
 
141
NMEDIT = @NMEDIT@
 
142
OBJDUMP = @OBJDUMP@
 
143
OBJEXT = @OBJEXT@
 
144
OTOOL = @OTOOL@
 
145
OTOOL64 = @OTOOL64@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
RANLIB = @RANLIB@
 
155
SED = @SED@
 
156
SET_MAKE = @SET_MAKE@
 
157
SHELL = @SHELL@
 
158
STRIP = @STRIP@
 
159
VERSION = @VERSION@
 
160
abs_builddir = @abs_builddir@
 
161
abs_srcdir = @abs_srcdir@
 
162
abs_top_builddir = @abs_top_builddir@
 
163
abs_top_srcdir = @abs_top_srcdir@
 
164
ac_ct_AR = @ac_ct_AR@
 
165
ac_ct_CC = @ac_ct_CC@
 
166
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
167
am__include = @am__include@
 
168
am__leading_dot = @am__leading_dot@
 
169
am__quote = @am__quote@
 
170
am__tar = @am__tar@
 
171
am__untar = @am__untar@
 
172
bindir = @bindir@
 
173
build = @build@
 
174
build_alias = @build_alias@
 
175
build_cpu = @build_cpu@
 
176
build_os = @build_os@
 
177
build_vendor = @build_vendor@
 
178
builddir = @builddir@
 
179
datadir = @datadir@
 
180
datarootdir = @datarootdir@
 
181
docdir = @docdir@
 
182
dvidir = @dvidir@
 
183
exec_prefix = @exec_prefix@
 
184
host = @host@
 
185
host_alias = @host_alias@
 
186
host_cpu = @host_cpu@
 
187
host_os = @host_os@
 
188
host_vendor = @host_vendor@
 
189
htmldir = @htmldir@
 
190
includedir = @includedir@
 
191
infodir = @infodir@
 
192
install_sh = @install_sh@
 
193
libdir = @libdir@
 
194
libexecdir = @libexecdir@
 
195
libname = @libname@
 
196
localedir = @localedir@
 
197
localstatedir = @localstatedir@
 
198
mandir = @mandir@
 
199
mkdir_p = @mkdir_p@
 
200
oldincludedir = @oldincludedir@
 
201
pdfdir = @pdfdir@
 
202
prefix = @prefix@
 
203
program_transform_name = @program_transform_name@
 
204
psdir = @psdir@
 
205
sbindir = @sbindir@
 
206
sharedstatedir = @sharedstatedir@
 
207
srcdir = @srcdir@
 
208
sysconfdir = @sysconfdir@
 
209
target_alias = @target_alias@
 
210
top_build_prefix = @top_build_prefix@
 
211
top_builddir = @top_builddir@
 
212
top_srcdir = @top_srcdir@
 
213
lib_LTLIBRARIES = libmocklibc.la
 
214
libmocklibc_la_SOURCES = pwd.c grp.c netdb.c netgroup.c netgroup.h
 
215
mocklibc_debug_netgroup_SOURCES = netgroup-debug.c netgroup-debug.h
 
216
mocklibc_debug_netgroup_LDADD = libmocklibc.la
 
217
all: all-am
 
218
 
 
219
.SUFFIXES:
 
220
.SUFFIXES: .c .lo .o .obj
 
221
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
222
        @for dep in $?; do \
 
223
          case '$(am__configure_deps)' in \
 
224
            *$$dep*) \
 
225
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
226
                && { if test -f $@; then exit 0; else break; fi; }; \
 
227
              exit 1;; \
 
228
          esac; \
 
229
        done; \
 
230
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
231
        $(am__cd) $(top_srcdir) && \
 
232
          $(AUTOMAKE) --gnu src/Makefile
 
233
.PRECIOUS: Makefile
 
234
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
235
        @case '$?' in \
 
236
          *config.status*) \
 
237
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
238
          *) \
 
239
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
240
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
241
        esac;
 
242
 
 
243
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
244
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
245
 
 
246
$(top_srcdir)/configure:  $(am__configure_deps)
 
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
248
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
249
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
250
$(am__aclocal_m4_deps):
 
251
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
252
        @$(NORMAL_INSTALL)
 
253
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
254
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
255
        list2=; for p in $$list; do \
 
256
          if test -f $$p; then \
 
257
            list2="$$list2 $$p"; \
 
258
          else :; fi; \
 
259
        done; \
 
260
        test -z "$$list2" || { \
 
261
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
262
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
263
        }
 
264
 
 
265
uninstall-libLTLIBRARIES:
 
266
        @$(NORMAL_UNINSTALL)
 
267
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
268
        for p in $$list; do \
 
269
          $(am__strip_dir) \
 
270
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
271
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
272
        done
 
273
 
 
274
clean-libLTLIBRARIES:
 
275
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
276
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
277
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
278
          test "$$dir" != "$$p" || dir=.; \
 
279
          echo "rm -f \"$${dir}/so_locations\""; \
 
280
          rm -f "$${dir}/so_locations"; \
 
281
        done
 
282
libmocklibc.la: $(libmocklibc_la_OBJECTS) $(libmocklibc_la_DEPENDENCIES) 
 
283
        $(LINK) -rpath $(libdir) $(libmocklibc_la_OBJECTS) $(libmocklibc_la_LIBADD) $(LIBS)
 
284
install-binPROGRAMS: $(bin_PROGRAMS)
 
285
        @$(NORMAL_INSTALL)
 
286
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
287
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
288
        for p in $$list; do echo "$$p $$p"; done | \
 
289
        sed 's/$(EXEEXT)$$//' | \
 
290
        while read p p1; do if test -f $$p || test -f $$p1; \
 
291
          then echo "$$p"; echo "$$p"; else :; fi; \
 
292
        done | \
 
293
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
294
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
295
        sed 'N;N;N;s,\n, ,g' | \
 
296
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
297
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
298
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
299
            else { print "f", $$3 "/" $$4, $$1; } } \
 
300
          END { for (d in files) print "f", d, files[d] }' | \
 
301
        while read type dir files; do \
 
302
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
303
            test -z "$$files" || { \
 
304
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
305
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
306
            } \
 
307
        ; done
 
308
 
 
309
uninstall-binPROGRAMS:
 
310
        @$(NORMAL_UNINSTALL)
 
311
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
312
        files=`for p in $$list; do echo "$$p"; done | \
 
313
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
314
              -e 's/$$/$(EXEEXT)/' `; \
 
315
        test -n "$$list" || exit 0; \
 
316
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
317
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
318
 
 
319
clean-binPROGRAMS:
 
320
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
321
        echo " rm -f" $$list; \
 
322
        rm -f $$list || exit $$?; \
 
323
        test -n "$(EXEEXT)" || exit 0; \
 
324
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
325
        echo " rm -f" $$list; \
 
326
        rm -f $$list
 
327
mocklibc-debug-netgroup$(EXEEXT): $(mocklibc_debug_netgroup_OBJECTS) $(mocklibc_debug_netgroup_DEPENDENCIES) 
 
328
        @rm -f mocklibc-debug-netgroup$(EXEEXT)
 
329
        $(LINK) $(mocklibc_debug_netgroup_OBJECTS) $(mocklibc_debug_netgroup_LDADD) $(LIBS)
 
330
 
 
331
mostlyclean-compile:
 
332
        -rm -f *.$(OBJEXT)
 
333
 
 
334
distclean-compile:
 
335
        -rm -f *.tab.c
 
336
 
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grp.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netdb.Plo@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netgroup-debug.Po@am__quote@
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netgroup.Plo@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwd.Plo@am__quote@
 
342
 
 
343
.c.o:
 
344
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
345
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
349
 
 
350
.c.obj:
 
351
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
352
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
355
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
356
 
 
357
.c.lo:
 
358
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
359
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
362
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
363
 
 
364
mostlyclean-libtool:
 
365
        -rm -f *.lo
 
366
 
 
367
clean-libtool:
 
368
        -rm -rf .libs _libs
 
369
 
 
370
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
371
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
372
        unique=`for i in $$list; do \
 
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
374
          done | \
 
375
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
377
        mkid -fID $$unique
 
378
tags: TAGS
 
379
 
 
380
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
381
                $(TAGS_FILES) $(LISP)
 
382
        set x; \
 
383
        here=`pwd`; \
 
384
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
385
        unique=`for i in $$list; do \
 
386
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
387
          done | \
 
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
390
        shift; \
 
391
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
392
          test -n "$$unique" || unique=$$empty_fix; \
 
393
          if test $$# -gt 0; then \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              "$$@" $$unique; \
 
396
          else \
 
397
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
398
              $$unique; \
 
399
          fi; \
 
400
        fi
 
401
ctags: CTAGS
 
402
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
403
                $(TAGS_FILES) $(LISP)
 
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; nonempty = 1; } \
 
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
410
        test -z "$(CTAGS_ARGS)$$unique" \
 
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
412
             $$unique
 
413
 
 
414
GTAGS:
 
415
        here=`$(am__cd) $(top_builddir) && pwd` \
 
416
          && $(am__cd) $(top_srcdir) \
 
417
          && gtags -i $(GTAGS_ARGS) "$$here"
 
418
 
 
419
distclean-tags:
 
420
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
421
 
 
422
distdir: $(DISTFILES)
 
423
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
424
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
425
        list='$(DISTFILES)'; \
 
426
          dist_files=`for file in $$list; do echo $$file; done | \
 
427
          sed -e "s|^$$srcdirstrip/||;t" \
 
428
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
429
        case $$dist_files in \
 
430
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
431
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
432
                           sort -u` ;; \
 
433
        esac; \
 
434
        for file in $$dist_files; do \
 
435
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
436
          if test -d $$d/$$file; then \
 
437
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
438
            if test -d "$(distdir)/$$file"; then \
 
439
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
440
            fi; \
 
441
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
442
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
443
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
444
            fi; \
 
445
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
446
          else \
 
447
            test -f "$(distdir)/$$file" \
 
448
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
449
            || exit 1; \
 
450
          fi; \
 
451
        done
 
452
check-am: all-am
 
453
check: check-am
 
454
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
 
455
install-binPROGRAMS: install-libLTLIBRARIES
 
456
 
 
457
installdirs:
 
458
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
 
459
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
460
        done
 
461
install: install-am
 
462
install-exec: install-exec-am
 
463
install-data: install-data-am
 
464
uninstall: uninstall-am
 
465
 
 
466
install-am: all-am
 
467
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
468
 
 
469
installcheck: installcheck-am
 
470
install-strip:
 
471
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
472
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
473
          `test -z '$(STRIP)' || \
 
474
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
475
mostlyclean-generic:
 
476
 
 
477
clean-generic:
 
478
 
 
479
distclean-generic:
 
480
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
481
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
482
 
 
483
maintainer-clean-generic:
 
484
        @echo "This command is intended for maintainers to use"
 
485
        @echo "it deletes files that may require special tools to rebuild."
 
486
clean: clean-am
 
487
 
 
488
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
 
489
        clean-libtool mostlyclean-am
 
490
 
 
491
distclean: distclean-am
 
492
        -rm -rf ./$(DEPDIR)
 
493
        -rm -f Makefile
 
494
distclean-am: clean-am distclean-compile distclean-generic \
 
495
        distclean-tags
 
496
 
 
497
dvi: dvi-am
 
498
 
 
499
dvi-am:
 
500
 
 
501
html: html-am
 
502
 
 
503
html-am:
 
504
 
 
505
info: info-am
 
506
 
 
507
info-am:
 
508
 
 
509
install-data-am:
 
510
 
 
511
install-dvi: install-dvi-am
 
512
 
 
513
install-dvi-am:
 
514
 
 
515
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
 
516
 
 
517
install-html: install-html-am
 
518
 
 
519
install-html-am:
 
520
 
 
521
install-info: install-info-am
 
522
 
 
523
install-info-am:
 
524
 
 
525
install-man:
 
526
 
 
527
install-pdf: install-pdf-am
 
528
 
 
529
install-pdf-am:
 
530
 
 
531
install-ps: install-ps-am
 
532
 
 
533
install-ps-am:
 
534
 
 
535
installcheck-am:
 
536
 
 
537
maintainer-clean: maintainer-clean-am
 
538
        -rm -rf ./$(DEPDIR)
 
539
        -rm -f Makefile
 
540
maintainer-clean-am: distclean-am maintainer-clean-generic
 
541
 
 
542
mostlyclean: mostlyclean-am
 
543
 
 
544
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
545
        mostlyclean-libtool
 
546
 
 
547
pdf: pdf-am
 
548
 
 
549
pdf-am:
 
550
 
 
551
ps: ps-am
 
552
 
 
553
ps-am:
 
554
 
 
555
uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
 
556
 
 
557
.MAKE: install-am install-strip
 
558
 
 
559
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
560
        clean-generic clean-libLTLIBRARIES clean-libtool ctags \
 
561
        distclean distclean-compile distclean-generic \
 
562
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
563
        html-am info info-am install install-am install-binPROGRAMS \
 
564
        install-data install-data-am install-dvi install-dvi-am \
 
565
        install-exec install-exec-am install-html install-html-am \
 
566
        install-info install-info-am install-libLTLIBRARIES \
 
567
        install-man install-pdf install-pdf-am install-ps \
 
568
        install-ps-am install-strip installcheck installcheck-am \
 
569
        installdirs maintainer-clean maintainer-clean-generic \
 
570
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
571
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
572
        uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES
 
573
 
 
574
 
 
575
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
576
# Otherwise a system limit (for SysV at least) may be exceeded.
 
577
.NOEXPORT: