~ubuntu-branches/ubuntu/wily/hal/wily

« back to all changes in this revision

Viewing changes to .pc/99-autoreconf.patch/policy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-10-12 16:50:48 UTC
  • mfrom: (1.1.20 sid)
  • Revision ID: james.westby@ubuntu.com-20101012165048-fm9vz0n87zpoovcm
Tags: 0.5.14-3ubuntu1
* Merge with Debian unstable; remaining Ubuntu changes:
 - Add support for smartdimmer backlight control for GeForce 7/8/9 based
   Sony laptops.
   + Add 04_nvidia_brightness.patch.
   + Add smartdimmer recommends.
 - debian/hal.postinst: Do not create plugdev and powerdev groups.
 - Change startup from init/upstart to D-Bus activation. This allows us
   having installed programs which still need hal without the need to start
   hal on boot:
   + Remove debian/hal.{init,default}.
   + Add D-Bus activation service file debian/org.freedesktop.Hal.service and
     install it in debian/hal.install.
   + debian/hal.postinst: When triggering an .fdi file update, just stop
     hald; it will be reactivated when needed.
 - Add 02_libhal_dont_check_running.patch, 00git_bigger_path_size.patch, see
   their patch headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
@HAVE_ACLMGMT_TRUE@@HAVE_POLKIT_TRUE@am__append_1 = org.freedesktop.hal.device-access.policy
 
38
subdir = policy
 
39
DIST_COMMON = $(am__dist_polkit_policy_DATA_DIST) \
 
40
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_at_0 = @
 
56
SOURCES =
 
57
DIST_SOURCES =
 
58
am__dist_polkit_policy_DATA_DIST = org.freedesktop.hal.policy \
 
59
        org.freedesktop.hal.storage.policy \
 
60
        org.freedesktop.hal.power-management.policy \
 
61
        org.freedesktop.hal.killswitch.policy \
 
62
        org.freedesktop.hal.dockstation.policy \
 
63
        org.freedesktop.hal.leds.policy org.freedesktop.hal.wol.policy \
 
64
        org.freedesktop.hal.device-access.policy
 
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
66
am__vpath_adj = case $$p in \
 
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
68
    *) f=$$p;; \
 
69
  esac;
 
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
71
am__install_max = 40
 
72
am__nobase_strip_setup = \
 
73
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
74
am__nobase_strip = \
 
75
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
76
am__nobase_list = $(am__nobase_strip_setup); \
 
77
  for p in $$list; do echo "$$p $$p"; done | \
 
78
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
79
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
80
    if (++n[$$2] == $(am__install_max)) \
 
81
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
82
    END { for (dir in files) print dir, files[dir] }'
 
83
am__base_list = \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
86
am__installdirs = "$(DESTDIR)$(polkit_policydir)"
 
87
DATA = $(dist_polkit_policy_DATA)
 
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
89
ACLOCAL = @ACLOCAL@
 
90
ACPI_ACPID = @ACPI_ACPID@
 
91
ACPI_PROC = @ACPI_PROC@
 
92
AMTAR = @AMTAR@
 
93
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
94
AR = @AR@
 
95
AUTOCONF = @AUTOCONF@
 
96
AUTOHEADER = @AUTOHEADER@
 
97
AUTOMAKE = @AUTOMAKE@
 
98
AWK = @AWK@
 
99
BLKID_CFLAGS = @BLKID_CFLAGS@
 
100
BLKID_LIBS = @BLKID_LIBS@
 
101
BUILD_ACPI_IBM = @BUILD_ACPI_IBM@
 
102
BUILD_ACPI_TOSHIBA = @BUILD_ACPI_TOSHIBA@
 
103
CC = @CC@
 
104
CCDEPMODE = @CCDEPMODE@
 
105
CFLAGS = @CFLAGS@
 
106
CPP = @CPP@
 
107
CPPFLAGS = @CPPFLAGS@
 
108
CXX = @CXX@
 
109
CXXCPP = @CXXCPP@
 
110
CXXDEPMODE = @CXXDEPMODE@
 
111
CXXFLAGS = @CXXFLAGS@
 
112
CYGPATH_W = @CYGPATH_W@
 
113
DBUS_CFLAGS = @DBUS_CFLAGS@
 
114
DBUS_LIBS = @DBUS_LIBS@
 
115
DBUS_SYS_DIR = @DBUS_SYS_DIR@
 
116
DEFS = @DEFS@
 
117
DEPDIR = @DEPDIR@
 
118
DSYMUTIL = @DSYMUTIL@
 
119
DUMPBIN = @DUMPBIN@
 
120
ECHO_C = @ECHO_C@
 
121
ECHO_N = @ECHO_N@
 
122
ECHO_T = @ECHO_T@
 
123
EGREP = @EGREP@
 
124
EJECT_PROGRAM = @EJECT_PROGRAM@
 
125
EXEEXT = @EXEEXT@
 
126
EXPAT_LIB = @EXPAT_LIB@
 
127
FGREP = @FGREP@
 
128
GLIB_CFLAGS = @GLIB_CFLAGS@
 
129
GLIB_LIBS = @GLIB_LIBS@
 
130
GPERF = @GPERF@
 
131
GREP = @GREP@
 
132
HALD_BACKEND = @HALD_BACKEND@
 
133
HALD_OS_LIBS = @HALD_OS_LIBS@
 
134
HALD_PID_FILE = @HALD_PID_FILE@
 
135
HALD_SOCKET_DIR = @HALD_SOCKET_DIR@
 
136
HAL_GROUP = @HAL_GROUP@
 
137
HAL_USER = @HAL_USER@
 
138
HAVE_GPERF = @HAVE_GPERF@
 
139
HTML_DIR = @HTML_DIR@
 
140
INSTALL = @INSTALL@
 
141
INSTALL_DATA = @INSTALL_DATA@
 
142
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
145
LD = @LD@
 
146
LDFLAGS = @LDFLAGS@
 
147
LIBOBJS = @LIBOBJS@
 
148
LIBS = @LIBS@
 
149
LIBTOOL = @LIBTOOL@
 
150
LIBUSB20_LIBS = @LIBUSB20_LIBS@
 
151
LINUX_INPUT_H = @LINUX_INPUT_H@
 
152
LIPO = @LIPO@
 
153
LN_S = @LN_S@
 
154
LTLIBOBJS = @LTLIBOBJS@
 
155
LT_AGE = @LT_AGE@
 
156
LT_CURRENT = @LT_CURRENT@
 
157
LT_REVISION = @LT_REVISION@
 
158
MAINT = @MAINT@
 
159
MAKEINFO = @MAKEINFO@
 
160
MAN_PAGES_ENABLED = @MAN_PAGES_ENABLED@
 
161
MKDIR_P = @MKDIR_P@
 
162
NM = @NM@
 
163
NMEDIT = @NMEDIT@
 
164
OBJDUMP = @OBJDUMP@
 
165
OBJEXT = @OBJEXT@
 
166
OTOOL = @OTOOL@
 
167
OTOOL64 = @OTOOL64@
 
168
PACKAGE = @PACKAGE@
 
169
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
170
PACKAGE_NAME = @PACKAGE_NAME@
 
171
PACKAGE_STRING = @PACKAGE_STRING@
 
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
173
PACKAGE_URL = @PACKAGE_URL@
 
174
PACKAGE_VERSION = @PACKAGE_VERSION@
 
175
PARTED_CFLAGS = @PARTED_CFLAGS@
 
176
PARTED_LIBS = @PARTED_LIBS@
 
177
PATH_SEPARATOR = @PATH_SEPARATOR@
 
178
PCI_IDS_DIR = @PCI_IDS_DIR@
 
179
PKG_CONFIG = @PKG_CONFIG@
 
180
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
181
POLKIT_LIBS = @POLKIT_LIBS@
 
182
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
 
183
RANLIB = @RANLIB@
 
184
SED = @SED@
 
185
SET_MAKE = @SET_MAKE@
 
186
SHELL = @SHELL@
 
187
STRIP = @STRIP@
 
188
USB_IDS_DIR = @USB_IDS_DIR@
 
189
USE_PARTED = @USE_PARTED@
 
190
USE_PCI_IDS = @USE_PCI_IDS@
 
191
USE_PNP_IDS = @USE_PNP_IDS@
 
192
USE_USB_IDS = @USE_USB_IDS@
 
193
VERSION = @VERSION@
 
194
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
195
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
 
196
XMLLINT = @XMLLINT@
 
197
XMLTO = @XMLTO@
 
198
abs_builddir = @abs_builddir@
 
199
abs_srcdir = @abs_srcdir@
 
200
abs_top_builddir = @abs_top_builddir@
 
201
abs_top_srcdir = @abs_top_srcdir@
 
202
ac_ct_CC = @ac_ct_CC@
 
203
ac_ct_CXX = @ac_ct_CXX@
 
204
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
205
am__include = @am__include@
 
206
am__leading_dot = @am__leading_dot@
 
207
am__quote = @am__quote@
 
208
am__tar = @am__tar@
 
209
am__untar = @am__untar@
 
210
bindir = @bindir@
 
211
build = @build@
 
212
build_alias = @build_alias@
 
213
build_cpu = @build_cpu@
 
214
build_os = @build_os@
 
215
build_vendor = @build_vendor@
 
216
builddir = @builddir@
 
217
datadir = @datadir@
 
218
datarootdir = @datarootdir@
 
219
docdir = @docdir@
 
220
dvidir = @dvidir@
 
221
exec_prefix = @exec_prefix@
 
222
host = @host@
 
223
host_alias = @host_alias@
 
224
host_cpu = @host_cpu@
 
225
host_os = @host_os@
 
226
host_vendor = @host_vendor@
 
227
htmldir = @htmldir@
 
228
includedir = @includedir@
 
229
infodir = @infodir@
 
230
install_sh = @install_sh@
 
231
libdir = @libdir@
 
232
libexecdir = @libexecdir@
 
233
localedir = @localedir@
 
234
localstatedir = @localstatedir@
 
235
lt_ECHO = @lt_ECHO@
 
236
mandir = @mandir@
 
237
mkdir_p = @mkdir_p@
 
238
oldincludedir = @oldincludedir@
 
239
pdfdir = @pdfdir@
 
240
prefix = @prefix@
 
241
program_transform_name = @program_transform_name@
 
242
psdir = @psdir@
 
243
sbindir = @sbindir@
 
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
 
246
sysconfdir = @sysconfdir@
 
247
target_alias = @target_alias@
 
248
top_build_prefix = @top_build_prefix@
 
249
top_builddir = @top_builddir@
 
250
top_srcdir = @top_srcdir@
 
251
udev_prefix = @udev_prefix@
 
252
@HAVE_POLKIT_TRUE@polkit_policydir = $(datadir)/PolicyKit/policy
 
253
@HAVE_POLKIT_TRUE@dist_polkit_policy_DATA =  \
 
254
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.policy \
 
255
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.storage.policy \
 
256
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.power-management.policy \
 
257
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.killswitch.policy \
 
258
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.dockstation.policy \
 
259
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.leds.policy \
 
260
@HAVE_POLKIT_TRUE@      org.freedesktop.hal.wol.policy \
 
261
@HAVE_POLKIT_TRUE@      $(am__append_1)
 
262
all: all-am
 
263
 
 
264
.SUFFIXES:
 
265
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
266
        @for dep in $?; do \
 
267
          case '$(am__configure_deps)' in \
 
268
            *$$dep*) \
 
269
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
270
                && { if test -f $@; then exit 0; else break; fi; }; \
 
271
              exit 1;; \
 
272
          esac; \
 
273
        done; \
 
274
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu policy/Makefile'; \
 
275
        $(am__cd) $(top_srcdir) && \
 
276
          $(AUTOMAKE) --gnu policy/Makefile
 
277
.PRECIOUS: Makefile
 
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
279
        @case '$?' in \
 
280
          *config.status*) \
 
281
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
282
          *) \
 
283
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
284
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
285
        esac;
 
286
 
 
287
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
 
 
290
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
294
$(am__aclocal_m4_deps):
 
295
 
 
296
mostlyclean-libtool:
 
297
        -rm -f *.lo
 
298
 
 
299
clean-libtool:
 
300
        -rm -rf .libs _libs
 
301
install-dist_polkit_policyDATA: $(dist_polkit_policy_DATA)
 
302
        @$(NORMAL_INSTALL)
 
303
        test -z "$(polkit_policydir)" || $(MKDIR_P) "$(DESTDIR)$(polkit_policydir)"
 
304
        @list='$(dist_polkit_policy_DATA)'; test -n "$(polkit_policydir)" || list=; \
 
305
        for p in $$list; do \
 
306
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
307
          echo "$$d$$p"; \
 
308
        done | $(am__base_list) | \
 
309
        while read files; do \
 
310
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(polkit_policydir)'"; \
 
311
          $(INSTALL_DATA) $$files "$(DESTDIR)$(polkit_policydir)" || exit $$?; \
 
312
        done
 
313
 
 
314
uninstall-dist_polkit_policyDATA:
 
315
        @$(NORMAL_UNINSTALL)
 
316
        @list='$(dist_polkit_policy_DATA)'; test -n "$(polkit_policydir)" || list=; \
 
317
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
318
        test -n "$$files" || exit 0; \
 
319
        echo " ( cd '$(DESTDIR)$(polkit_policydir)' && rm -f" $$files ")"; \
 
320
        cd "$(DESTDIR)$(polkit_policydir)" && rm -f $$files
 
321
tags: TAGS
 
322
TAGS:
 
323
 
 
324
ctags: CTAGS
 
325
CTAGS:
 
326
 
 
327
 
 
328
distdir: $(DISTFILES)
 
329
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
330
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
331
        list='$(DISTFILES)'; \
 
332
          dist_files=`for file in $$list; do echo $$file; done | \
 
333
          sed -e "s|^$$srcdirstrip/||;t" \
 
334
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
335
        case $$dist_files in \
 
336
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
337
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
338
                           sort -u` ;; \
 
339
        esac; \
 
340
        for file in $$dist_files; do \
 
341
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
342
          if test -d $$d/$$file; then \
 
343
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
344
            if test -d "$(distdir)/$$file"; then \
 
345
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
346
            fi; \
 
347
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
348
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
349
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
350
            fi; \
 
351
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
352
          else \
 
353
            test -f "$(distdir)/$$file" \
 
354
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
355
            || exit 1; \
 
356
          fi; \
 
357
        done
 
358
check-am: all-am
 
359
check: check-am
 
360
all-am: Makefile $(DATA)
 
361
installdirs:
 
362
        for dir in "$(DESTDIR)$(polkit_policydir)"; do \
 
363
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
364
        done
 
365
install: install-am
 
366
install-exec: install-exec-am
 
367
install-data: install-data-am
 
368
uninstall: uninstall-am
 
369
 
 
370
install-am: all-am
 
371
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
372
 
 
373
installcheck: installcheck-am
 
374
install-strip:
 
375
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
376
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
377
          `test -z '$(STRIP)' || \
 
378
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
379
mostlyclean-generic:
 
380
 
 
381
clean-generic:
 
382
 
 
383
distclean-generic:
 
384
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
385
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
386
 
 
387
maintainer-clean-generic:
 
388
        @echo "This command is intended for maintainers to use"
 
389
        @echo "it deletes files that may require special tools to rebuild."
 
390
clean: clean-am
 
391
 
 
392
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
393
 
 
394
distclean: distclean-am
 
395
        -rm -f Makefile
 
396
distclean-am: clean-am distclean-generic
 
397
 
 
398
dvi: dvi-am
 
399
 
 
400
dvi-am:
 
401
 
 
402
html: html-am
 
403
 
 
404
html-am:
 
405
 
 
406
info: info-am
 
407
 
 
408
info-am:
 
409
 
 
410
install-data-am: install-dist_polkit_policyDATA
 
411
 
 
412
install-dvi: install-dvi-am
 
413
 
 
414
install-dvi-am:
 
415
 
 
416
install-exec-am:
 
417
 
 
418
install-html: install-html-am
 
419
 
 
420
install-html-am:
 
421
 
 
422
install-info: install-info-am
 
423
 
 
424
install-info-am:
 
425
 
 
426
install-man:
 
427
 
 
428
install-pdf: install-pdf-am
 
429
 
 
430
install-pdf-am:
 
431
 
 
432
install-ps: install-ps-am
 
433
 
 
434
install-ps-am:
 
435
 
 
436
installcheck-am:
 
437
 
 
438
maintainer-clean: maintainer-clean-am
 
439
        -rm -f Makefile
 
440
maintainer-clean-am: distclean-am maintainer-clean-generic
 
441
 
 
442
mostlyclean: mostlyclean-am
 
443
 
 
444
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
445
 
 
446
pdf: pdf-am
 
447
 
 
448
pdf-am:
 
449
 
 
450
ps: ps-am
 
451
 
 
452
ps-am:
 
453
 
 
454
uninstall-am: uninstall-dist_polkit_policyDATA
 
455
 
 
456
.MAKE: install-am install-strip
 
457
 
 
458
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
459
        clean-local distclean distclean-generic distclean-libtool \
 
460
        distdir dvi dvi-am html html-am info info-am install \
 
461
        install-am install-data install-data-am \
 
462
        install-dist_polkit_policyDATA install-dvi install-dvi-am \
 
463
        install-exec install-exec-am install-html install-html-am \
 
464
        install-info install-info-am install-man install-pdf \
 
465
        install-pdf-am install-ps install-ps-am install-strip \
 
466
        installcheck installcheck-am installdirs maintainer-clean \
 
467
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
468
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
469
        uninstall-dist_polkit_policyDATA
 
470
 
 
471
 
 
472
@HAVE_POLKIT_TRUE@check:
 
473
@HAVE_POLKIT_TRUE@      for f in $(dist_polkit_policy_DATA); do \
 
474
@HAVE_POLKIT_TRUE@            echo -n "Validate PolicyKit policy in $$f : "; \
 
475
@HAVE_POLKIT_TRUE@            $(POLKIT_POLICY_FILE_VALIDATE) $(srcdir)/$$f ; \
 
476
@HAVE_POLKIT_TRUE@          ret=$$?; \
 
477
@HAVE_POLKIT_TRUE@            if  [ "$$ret" == "0" ]; \
 
478
@HAVE_POLKIT_TRUE@            then \
 
479
@HAVE_POLKIT_TRUE@                echo ok; \
 
480
@HAVE_POLKIT_TRUE@            else \
 
481
@HAVE_POLKIT_TRUE@                echo failed; \
 
482
@HAVE_POLKIT_TRUE@              exit 1; \
 
483
@HAVE_POLKIT_TRUE@            fi; \
 
484
@HAVE_POLKIT_TRUE@        done;
 
485
 
 
486
clean-local :
 
487
        rm -f *~
 
488
 
 
489
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
490
# Otherwise a system limit (for SysV at least) may be exceeded.
 
491
.NOEXPORT: