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

« back to all changes in this revision

Viewing changes to test/polkit/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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
check_PROGRAMS = $(am__EXEEXT_1)
 
37
TESTS = $(am__EXEEXT_1)
 
38
subdir = test/polkit
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
am__EXEEXT_1 = polkitunixusertest$(EXEEXT) \
 
49
        polkitunixgrouptest$(EXEEXT) polkitunixnetgrouptest$(EXEEXT) \
 
50
        polkitidentitytest$(EXEEXT)
 
51
am_polkitidentitytest_OBJECTS = polkitidentitytest.$(OBJEXT)
 
52
polkitidentitytest_OBJECTS = $(am_polkitidentitytest_OBJECTS)
 
53
polkitidentitytest_LDADD = $(LDADD)
 
54
am__DEPENDENCIES_1 =
 
55
polkitidentitytest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
56
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la \
 
57
        $(am__DEPENDENCIES_1)
 
58
AM_V_lt = $(am__v_lt_$(V))
 
59
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
60
am__v_lt_0 = --silent
 
61
am_polkitunixgrouptest_OBJECTS = polkitunixgrouptest.$(OBJEXT)
 
62
polkitunixgrouptest_OBJECTS = $(am_polkitunixgrouptest_OBJECTS)
 
63
polkitunixgrouptest_LDADD = $(LDADD)
 
64
polkitunixgrouptest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
65
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la \
 
66
        $(am__DEPENDENCIES_1)
 
67
am_polkitunixnetgrouptest_OBJECTS = polkitunixnetgrouptest.$(OBJEXT)
 
68
polkitunixnetgrouptest_OBJECTS = $(am_polkitunixnetgrouptest_OBJECTS)
 
69
polkitunixnetgrouptest_LDADD = $(LDADD)
 
70
polkitunixnetgrouptest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
71
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la \
 
72
        $(am__DEPENDENCIES_1)
 
73
am_polkitunixusertest_OBJECTS = polkitunixusertest.$(OBJEXT)
 
74
polkitunixusertest_OBJECTS = $(am_polkitunixusertest_OBJECTS)
 
75
polkitunixusertest_LDADD = $(LDADD)
 
76
polkitunixusertest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
77
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la \
 
78
        $(am__DEPENDENCIES_1)
 
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
81
am__depfiles_maybe = depfiles
 
82
am__mv = mv -f
 
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
85
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
86
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
87
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
88
        $(AM_CFLAGS) $(CFLAGS)
 
89
AM_V_CC = $(am__v_CC_$(V))
 
90
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
91
am__v_CC_0 = @echo "  CC    " $@;
 
92
AM_V_at = $(am__v_at_$(V))
 
93
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
94
am__v_at_0 = @
 
95
CCLD = $(CC)
 
96
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
97
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
98
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
99
AM_V_CCLD = $(am__v_CCLD_$(V))
 
100
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
101
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
102
AM_V_GEN = $(am__v_GEN_$(V))
 
103
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
104
am__v_GEN_0 = @echo "  GEN   " $@;
 
105
SOURCES = $(polkitidentitytest_SOURCES) $(polkitunixgrouptest_SOURCES) \
 
106
        $(polkitunixnetgrouptest_SOURCES) \
 
107
        $(polkitunixusertest_SOURCES)
 
108
DIST_SOURCES = $(polkitidentitytest_SOURCES) \
 
109
        $(polkitunixgrouptest_SOURCES) \
 
110
        $(polkitunixnetgrouptest_SOURCES) \
 
111
        $(polkitunixusertest_SOURCES)
 
112
ETAGS = etags
 
113
CTAGS = ctags
 
114
am__tty_colors = \
 
115
red=; grn=; lgn=; blu=; std=
 
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
117
ACLOCAL = @ACLOCAL@
 
118
ALL_LINGUAS = @ALL_LINGUAS@
 
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
121
AR = @AR@
 
122
AUTH_LIBS = @AUTH_LIBS@
 
123
AUTOCONF = @AUTOCONF@
 
124
AUTOHEADER = @AUTOHEADER@
 
125
AUTOMAKE = @AUTOMAKE@
 
126
AWK = @AWK@
 
127
CATALOGS = @CATALOGS@
 
128
CATOBJEXT = @CATOBJEXT@
 
129
CC = @CC@
 
130
CCDEPMODE = @CCDEPMODE@
 
131
CFLAGS = @CFLAGS@
 
132
CPP = @CPP@
 
133
CPPFLAGS = @CPPFLAGS@
 
134
CYGPATH_W = @CYGPATH_W@
 
135
DATADIRNAME = @DATADIRNAME@
 
136
DEFS = @DEFS@
 
137
DEPDIR = @DEPDIR@
 
138
DLLTOOL = @DLLTOOL@
 
139
DSYMUTIL = @DSYMUTIL@
 
140
DUMPBIN = @DUMPBIN@
 
141
ECHO_C = @ECHO_C@
 
142
ECHO_N = @ECHO_N@
 
143
ECHO_T = @ECHO_T@
 
144
EGREP = @EGREP@
 
145
EXEEXT = @EXEEXT@
 
146
EXPAT_LIBS = @EXPAT_LIBS@
 
147
FGREP = @FGREP@
 
148
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
149
GLIB_CFLAGS = @GLIB_CFLAGS@
 
150
GLIB_LIBS = @GLIB_LIBS@
 
151
GMOFILES = @GMOFILES@
 
152
GMSGFMT = @GMSGFMT@
 
153
GREP = @GREP@
 
154
GTKDOC_CHECK = @GTKDOC_CHECK@
 
155
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
156
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
157
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
158
GTKDOC_REBASE = @GTKDOC_REBASE@
 
159
HAVE_PAM = @HAVE_PAM@
 
160
HTML_DIR = @HTML_DIR@
 
161
INSTALL = @INSTALL@
 
162
INSTALL_DATA = @INSTALL_DATA@
 
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
166
INSTOBJEXT = @INSTOBJEXT@
 
167
INTLLIBS = @INTLLIBS@
 
168
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
169
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
170
INTLTOOL_PERL = @INTLTOOL_PERL@
 
171
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
172
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
173
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
174
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
175
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
176
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
177
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
178
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
179
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
180
LD = @LD@
 
181
LDFLAGS = @LDFLAGS@
 
182
LIBOBJS = @LIBOBJS@
 
183
LIBS = @LIBS@
 
184
LIBTOOL = @LIBTOOL@
 
185
LIPO = @LIPO@
 
186
LN_S = @LN_S@
 
187
LTLIBOBJS = @LTLIBOBJS@
 
188
LT_AGE = @LT_AGE@
 
189
LT_CURRENT = @LT_CURRENT@
 
190
LT_REVISION = @LT_REVISION@
 
191
MAINT = @MAINT@
 
192
MAKEINFO = @MAKEINFO@
 
193
MANIFEST_TOOL = @MANIFEST_TOOL@
 
194
MKDIR_P = @MKDIR_P@
 
195
MKINSTALLDIRS = @MKINSTALLDIRS@
 
196
MSGFMT = @MSGFMT@
 
197
MSGFMT_OPTS = @MSGFMT_OPTS@
 
198
MSGMERGE = @MSGMERGE@
 
199
NM = @NM@
 
200
NMEDIT = @NMEDIT@
 
201
OBJDUMP = @OBJDUMP@
 
202
OBJEXT = @OBJEXT@
 
203
OTOOL = @OTOOL@
 
204
OTOOL64 = @OTOOL64@
 
205
PACKAGE = @PACKAGE@
 
206
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
207
PACKAGE_NAME = @PACKAGE_NAME@
 
208
PACKAGE_STRING = @PACKAGE_STRING@
 
209
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
210
PACKAGE_URL = @PACKAGE_URL@
 
211
PACKAGE_VERSION = @PACKAGE_VERSION@
 
212
PAM_FILE_INCLUDE_ACCOUNT = @PAM_FILE_INCLUDE_ACCOUNT@
 
213
PAM_FILE_INCLUDE_AUTH = @PAM_FILE_INCLUDE_AUTH@
 
214
PAM_FILE_INCLUDE_PASSWORD = @PAM_FILE_INCLUDE_PASSWORD@
 
215
PAM_FILE_INCLUDE_SESSION = @PAM_FILE_INCLUDE_SESSION@
 
216
PAM_MODULE_DIR = @PAM_MODULE_DIR@
 
217
PAM_PREFIX = @PAM_PREFIX@
 
218
PATH_SEPARATOR = @PATH_SEPARATOR@
 
219
PKG_CONFIG = @PKG_CONFIG@
 
220
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
221
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
222
POFILES = @POFILES@
 
223
POLKIT_AUTHFW = @POLKIT_AUTHFW@
 
224
POSUB = @POSUB@
 
225
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
226
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
227
RANLIB = @RANLIB@
 
228
SED = @SED@
 
229
SET_MAKE = @SET_MAKE@
 
230
SHELL = @SHELL@
 
231
STRIP = @STRIP@
 
232
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
 
233
SYSTEMD_LIBS = @SYSTEMD_LIBS@
 
234
USE_NLS = @USE_NLS@
 
235
VERSION = @VERSION@
 
236
XGETTEXT = @XGETTEXT@
 
237
XSLTPROC = @XSLTPROC@
 
238
abs_builddir = @abs_builddir@
 
239
abs_srcdir = @abs_srcdir@
 
240
abs_top_builddir = @abs_top_builddir@
 
241
abs_top_srcdir = @abs_top_srcdir@
 
242
ac_ct_AR = @ac_ct_AR@
 
243
ac_ct_CC = @ac_ct_CC@
 
244
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
245
am__include = @am__include@
 
246
am__leading_dot = @am__leading_dot@
 
247
am__quote = @am__quote@
 
248
am__tar = @am__tar@
 
249
am__untar = @am__untar@
 
250
bindir = @bindir@
 
251
build = @build@
 
252
build_alias = @build_alias@
 
253
build_cpu = @build_cpu@
 
254
build_os = @build_os@
 
255
build_vendor = @build_vendor@
 
256
builddir = @builddir@
 
257
datadir = @datadir@
 
258
datarootdir = @datarootdir@
 
259
docdir = @docdir@
 
260
dvidir = @dvidir@
 
261
exec_prefix = @exec_prefix@
 
262
host = @host@
 
263
host_alias = @host_alias@
 
264
host_cpu = @host_cpu@
 
265
host_os = @host_os@
 
266
host_vendor = @host_vendor@
 
267
htmldir = @htmldir@
 
268
includedir = @includedir@
 
269
infodir = @infodir@
 
270
install_sh = @install_sh@
 
271
libdir = @libdir@
 
272
libexecdir = @libexecdir@
 
273
localedir = @localedir@
 
274
localstatedir = @localstatedir@
 
275
mandir = @mandir@
 
276
mkdir_p = @mkdir_p@
 
277
oldincludedir = @oldincludedir@
 
278
pdfdir = @pdfdir@
 
279
prefix = @prefix@
 
280
program_transform_name = @program_transform_name@
 
281
psdir = @psdir@
 
282
sbindir = @sbindir@
 
283
sharedstatedir = @sharedstatedir@
 
284
srcdir = @srcdir@
 
285
subdirs = @subdirs@
 
286
sysconfdir = @sysconfdir@
 
287
target_alias = @target_alias@
 
288
top_build_prefix = @top_build_prefix@
 
289
top_builddir = @top_builddir@
 
290
top_srcdir = @top_srcdir@
 
291
NULL = 
 
292
INCLUDES = \
 
293
        -I$(top_builddir)/src                                   \
 
294
        -I$(top_srcdir)/src                                     \
 
295
        -I$(top_srcdir)/test                                    \
 
296
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\"               \
 
297
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\"               \
 
298
        -DPACKAGE_DATA_DIR=\""$(datadir)"\"                     \
 
299
        -DPACKAGE_BIN_DIR=\""$(bindir)"\"                       \
 
300
        -DPACKAGE_LOCALSTATE_DIR=\""$(localstatedir)"\"         \
 
301
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\"                 \
 
302
        -DPACKAGE_LIB_DIR=\""$(libdir)"\"                       \
 
303
        -D_POSIX_PTHREAD_SEMANTICS                              \
 
304
        -D_REENTRANT                                            \
 
305
        $(NULL)
 
306
 
 
307
AM_CFLAGS = \
 
308
        -D_POLKIT_COMPILATION                                   \
 
309
        -D_POLKIT_BACKEND_COMPILATION                           \
 
310
        $(GLIB_CFLAGS)                                          \
 
311
        $(NULL)
 
312
 
 
313
LDADD = \
 
314
        $(GLIB_LIBS)                                            \
 
315
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la       \
 
316
        $(NULL)
 
317
 
 
318
 
 
319
# ----------------------------------------------------------------------------------------------------
 
320
TEST_PROGS = polkitunixusertest polkitunixgrouptest \
 
321
        polkitunixnetgrouptest polkitidentitytest
 
322
polkitunixusertest_SOURCES = polkitunixusertest.c
 
323
polkitunixgrouptest_SOURCES = polkitunixgrouptest.c
 
324
polkitunixnetgrouptest_SOURCES = polkitunixnetgrouptest.c
 
325
polkitidentitytest_SOURCES = polkitidentitytest.c
 
326
all: all-am
 
327
 
 
328
.SUFFIXES:
 
329
.SUFFIXES: .c .lo .o .obj
 
330
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
331
        @for dep in $?; do \
 
332
          case '$(am__configure_deps)' in \
 
333
            *$$dep*) \
 
334
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
335
                && { if test -f $@; then exit 0; else break; fi; }; \
 
336
              exit 1;; \
 
337
          esac; \
 
338
        done; \
 
339
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/polkit/Makefile'; \
 
340
        $(am__cd) $(top_srcdir) && \
 
341
          $(AUTOMAKE) --gnu test/polkit/Makefile
 
342
.PRECIOUS: Makefile
 
343
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
344
        @case '$?' in \
 
345
          *config.status*) \
 
346
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
347
          *) \
 
348
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
349
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
350
        esac;
 
351
 
 
352
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
353
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
354
 
 
355
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
356
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
357
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
358
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
359
$(am__aclocal_m4_deps):
 
360
 
 
361
clean-checkPROGRAMS:
 
362
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
363
        echo " rm -f" $$list; \
 
364
        rm -f $$list || exit $$?; \
 
365
        test -n "$(EXEEXT)" || exit 0; \
 
366
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
367
        echo " rm -f" $$list; \
 
368
        rm -f $$list
 
369
polkitidentitytest$(EXEEXT): $(polkitidentitytest_OBJECTS) $(polkitidentitytest_DEPENDENCIES) 
 
370
        @rm -f polkitidentitytest$(EXEEXT)
 
371
        $(AM_V_CCLD)$(LINK) $(polkitidentitytest_OBJECTS) $(polkitidentitytest_LDADD) $(LIBS)
 
372
polkitunixgrouptest$(EXEEXT): $(polkitunixgrouptest_OBJECTS) $(polkitunixgrouptest_DEPENDENCIES) 
 
373
        @rm -f polkitunixgrouptest$(EXEEXT)
 
374
        $(AM_V_CCLD)$(LINK) $(polkitunixgrouptest_OBJECTS) $(polkitunixgrouptest_LDADD) $(LIBS)
 
375
polkitunixnetgrouptest$(EXEEXT): $(polkitunixnetgrouptest_OBJECTS) $(polkitunixnetgrouptest_DEPENDENCIES) 
 
376
        @rm -f polkitunixnetgrouptest$(EXEEXT)
 
377
        $(AM_V_CCLD)$(LINK) $(polkitunixnetgrouptest_OBJECTS) $(polkitunixnetgrouptest_LDADD) $(LIBS)
 
378
polkitunixusertest$(EXEEXT): $(polkitunixusertest_OBJECTS) $(polkitunixusertest_DEPENDENCIES) 
 
379
        @rm -f polkitunixusertest$(EXEEXT)
 
380
        $(AM_V_CCLD)$(LINK) $(polkitunixusertest_OBJECTS) $(polkitunixusertest_LDADD) $(LIBS)
 
381
 
 
382
mostlyclean-compile:
 
383
        -rm -f *.$(OBJEXT)
 
384
 
 
385
distclean-compile:
 
386
        -rm -f *.tab.c
 
387
 
 
388
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkitidentitytest.Po@am__quote@
 
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkitunixgrouptest.Po@am__quote@
 
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkitunixnetgrouptest.Po@am__quote@
 
391
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkitunixusertest.Po@am__quote@
 
392
 
 
393
.c.o:
 
394
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
395
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
396
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
400
 
 
401
.c.obj:
 
402
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
403
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
404
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
408
 
 
409
.c.lo:
 
410
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
411
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
412
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
415
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
416
 
 
417
mostlyclean-libtool:
 
418
        -rm -f *.lo
 
419
 
 
420
clean-libtool:
 
421
        -rm -rf .libs _libs
 
422
 
 
423
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
424
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
425
        unique=`for i in $$list; do \
 
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
427
          done | \
 
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
430
        mkid -fID $$unique
 
431
tags: TAGS
 
432
 
 
433
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
434
                $(TAGS_FILES) $(LISP)
 
435
        set x; \
 
436
        here=`pwd`; \
 
437
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
438
        unique=`for i in $$list; do \
 
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
440
          done | \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
443
        shift; \
 
444
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
445
          test -n "$$unique" || unique=$$empty_fix; \
 
446
          if test $$# -gt 0; then \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              "$$@" $$unique; \
 
449
          else \
 
450
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
451
              $$unique; \
 
452
          fi; \
 
453
        fi
 
454
ctags: CTAGS
 
455
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
456
                $(TAGS_FILES) $(LISP)
 
457
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
458
        unique=`for i in $$list; do \
 
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
460
          done | \
 
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
463
        test -z "$(CTAGS_ARGS)$$unique" \
 
464
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
465
             $$unique
 
466
 
 
467
GTAGS:
 
468
        here=`$(am__cd) $(top_builddir) && pwd` \
 
469
          && $(am__cd) $(top_srcdir) \
 
470
          && gtags -i $(GTAGS_ARGS) "$$here"
 
471
 
 
472
distclean-tags:
 
473
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
474
 
 
475
check-TESTS: $(TESTS)
 
476
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
477
        srcdir=$(srcdir); export srcdir; \
 
478
        list=' $(TESTS) '; \
 
479
        $(am__tty_colors); \
 
480
        if test -n "$$list"; then \
 
481
          for tst in $$list; do \
 
482
            if test -f ./$$tst; then dir=./; \
 
483
            elif test -f $$tst; then dir=; \
 
484
            else dir="$(srcdir)/"; fi; \
 
485
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
486
              all=`expr $$all + 1`; \
 
487
              case " $(XFAIL_TESTS) " in \
 
488
              *[\ \     ]$$tst[\ \      ]*) \
 
489
                xpass=`expr $$xpass + 1`; \
 
490
                failed=`expr $$failed + 1`; \
 
491
                col=$$red; res=XPASS; \
 
492
              ;; \
 
493
              *) \
 
494
                col=$$grn; res=PASS; \
 
495
              ;; \
 
496
              esac; \
 
497
            elif test $$? -ne 77; then \
 
498
              all=`expr $$all + 1`; \
 
499
              case " $(XFAIL_TESTS) " in \
 
500
              *[\ \     ]$$tst[\ \      ]*) \
 
501
                xfail=`expr $$xfail + 1`; \
 
502
                col=$$lgn; res=XFAIL; \
 
503
              ;; \
 
504
              *) \
 
505
                failed=`expr $$failed + 1`; \
 
506
                col=$$red; res=FAIL; \
 
507
              ;; \
 
508
              esac; \
 
509
            else \
 
510
              skip=`expr $$skip + 1`; \
 
511
              col=$$blu; res=SKIP; \
 
512
            fi; \
 
513
            echo "$${col}$$res$${std}: $$tst"; \
 
514
          done; \
 
515
          if test "$$all" -eq 1; then \
 
516
            tests="test"; \
 
517
            All=""; \
 
518
          else \
 
519
            tests="tests"; \
 
520
            All="All "; \
 
521
          fi; \
 
522
          if test "$$failed" -eq 0; then \
 
523
            if test "$$xfail" -eq 0; then \
 
524
              banner="$$All$$all $$tests passed"; \
 
525
            else \
 
526
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
527
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
528
            fi; \
 
529
          else \
 
530
            if test "$$xpass" -eq 0; then \
 
531
              banner="$$failed of $$all $$tests failed"; \
 
532
            else \
 
533
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
534
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
535
            fi; \
 
536
          fi; \
 
537
          dashes="$$banner"; \
 
538
          skipped=""; \
 
539
          if test "$$skip" -ne 0; then \
 
540
            if test "$$skip" -eq 1; then \
 
541
              skipped="($$skip test was not run)"; \
 
542
            else \
 
543
              skipped="($$skip tests were not run)"; \
 
544
            fi; \
 
545
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
546
              dashes="$$skipped"; \
 
547
          fi; \
 
548
          report=""; \
 
549
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
550
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
551
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
552
              dashes="$$report"; \
 
553
          fi; \
 
554
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
555
          if test "$$failed" -eq 0; then \
 
556
            echo "$$grn$$dashes"; \
 
557
          else \
 
558
            echo "$$red$$dashes"; \
 
559
          fi; \
 
560
          echo "$$banner"; \
 
561
          test -z "$$skipped" || echo "$$skipped"; \
 
562
          test -z "$$report" || echo "$$report"; \
 
563
          echo "$$dashes$$std"; \
 
564
          test "$$failed" -eq 0; \
 
565
        else :; fi
 
566
 
 
567
distdir: $(DISTFILES)
 
568
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
569
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
570
        list='$(DISTFILES)'; \
 
571
          dist_files=`for file in $$list; do echo $$file; done | \
 
572
          sed -e "s|^$$srcdirstrip/||;t" \
 
573
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
574
        case $$dist_files in \
 
575
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
576
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
577
                           sort -u` ;; \
 
578
        esac; \
 
579
        for file in $$dist_files; do \
 
580
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
581
          if test -d $$d/$$file; then \
 
582
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
583
            if test -d "$(distdir)/$$file"; then \
 
584
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
585
            fi; \
 
586
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
587
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
588
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
589
            fi; \
 
590
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
591
          else \
 
592
            test -f "$(distdir)/$$file" \
 
593
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
594
            || exit 1; \
 
595
          fi; \
 
596
        done
 
597
check-am: all-am
 
598
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
599
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
600
check: check-am
 
601
all-am: Makefile
 
602
installdirs:
 
603
install: install-am
 
604
install-exec: install-exec-am
 
605
install-data: install-data-am
 
606
uninstall: uninstall-am
 
607
 
 
608
install-am: all-am
 
609
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
610
 
 
611
installcheck: installcheck-am
 
612
install-strip:
 
613
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
614
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
615
          `test -z '$(STRIP)' || \
 
616
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
617
mostlyclean-generic:
 
618
 
 
619
clean-generic:
 
620
 
 
621
distclean-generic:
 
622
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
623
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
624
 
 
625
maintainer-clean-generic:
 
626
        @echo "This command is intended for maintainers to use"
 
627
        @echo "it deletes files that may require special tools to rebuild."
 
628
clean: clean-am
 
629
 
 
630
clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
 
631
        mostlyclean-am
 
632
 
 
633
distclean: distclean-am
 
634
        -rm -rf ./$(DEPDIR)
 
635
        -rm -f Makefile
 
636
distclean-am: clean-am distclean-compile distclean-generic \
 
637
        distclean-tags
 
638
 
 
639
dvi: dvi-am
 
640
 
 
641
dvi-am:
 
642
 
 
643
html: html-am
 
644
 
 
645
html-am:
 
646
 
 
647
info: info-am
 
648
 
 
649
info-am:
 
650
 
 
651
install-data-am:
 
652
 
 
653
install-dvi: install-dvi-am
 
654
 
 
655
install-dvi-am:
 
656
 
 
657
install-exec-am:
 
658
 
 
659
install-html: install-html-am
 
660
 
 
661
install-html-am:
 
662
 
 
663
install-info: install-info-am
 
664
 
 
665
install-info-am:
 
666
 
 
667
install-man:
 
668
 
 
669
install-pdf: install-pdf-am
 
670
 
 
671
install-pdf-am:
 
672
 
 
673
install-ps: install-ps-am
 
674
 
 
675
install-ps-am:
 
676
 
 
677
installcheck-am:
 
678
 
 
679
maintainer-clean: maintainer-clean-am
 
680
        -rm -rf ./$(DEPDIR)
 
681
        -rm -f Makefile
 
682
maintainer-clean-am: distclean-am maintainer-clean-generic
 
683
 
 
684
mostlyclean: mostlyclean-am
 
685
 
 
686
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
687
        mostlyclean-libtool
 
688
 
 
689
pdf: pdf-am
 
690
 
 
691
pdf-am:
 
692
 
 
693
ps: ps-am
 
694
 
 
695
ps-am:
 
696
 
 
697
uninstall-am:
 
698
 
 
699
.MAKE: check-am install-am install-strip
 
700
 
 
701
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
702
        clean-checkPROGRAMS clean-generic clean-libtool clean-local \
 
703
        ctags distclean distclean-compile distclean-generic \
 
704
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
705
        html-am info info-am install install-am install-data \
 
706
        install-data-am install-dvi install-dvi-am install-exec \
 
707
        install-exec-am install-html install-html-am install-info \
 
708
        install-info-am install-man install-pdf install-pdf-am \
 
709
        install-ps install-ps-am install-strip installcheck \
 
710
        installcheck-am installdirs maintainer-clean \
 
711
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
712
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
713
        tags uninstall uninstall-am
 
714
 
 
715
 
 
716
clean-local :
 
717
        rm -f *~
 
718
 
 
719
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
720
# Otherwise a system limit (for SysV at least) may be exceeded.
 
721
.NOEXPORT: