~ubuntu-branches/ubuntu/lucid/apparmor/lucid-proposed

« back to all changes in this revision

Viewing changes to libraries/libapparmor/testsuite/lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-11-02 13:33:15 UTC
  • mfrom: (99.1.11 maverick-proposed)
  • Revision ID: james.westby@ubuntu.com-20101102133315-jcil3cqqiz6lr0km
Tags: 2.5.1-0ubuntu0.10.04.1
* Backport 2.5.1-0ubuntu0.10.10.1 from maverick for userspace tools to work
  with newer kernels (LP: #660077)
  NOTE: user-tmp now uses 'owner' match, so non-default profiles will have
  to be adjusted when 2 separately confined applications that both use the
  user-tmp abstraction depend on being able to cooperatively share files
  with each other in /tmp or /var/tmp.
* remove the following patches (features not appropriate for SRU):
  - 0002-add-chromium-browser.patch
  - 0003-local-includes.patch
  - 0004-ubuntu-abstractions-updates.patch
* debian/rules (this makes it the same as what was shipped in 10.04 LTS
  release):
  - don't ship aa-update-browser and its man page (requires
    0004-ubuntu-abstractions-updates.patch)
  - don't ship apparmor.d/local/ (requires 0003-local-includes.patch)
  - don't use dh_apparmor (not in Ubuntu 10.04 LTS)
  - don't ship chromium profile
* remove debian/profiles/chromium-browser
* remove debian/aa-update-browser*
* debian/apparmor-profiles.postinst: revert to that in lucid release
  (requires dh_apparmor and 0002-add-chromium-browser.patch)
* remove debian/apparmor-profiles.postrm: doesn't make sense without
  0002-add-chromium-browser.patch
* debian/control:
  - revert Build-Depends on debhelper (>= 5)
  - revert Standards-Version to 3.8.4
  - revert Vcs-Bzr
  - use Conflicts/Replaces version that was in Ubuntu 10.04 LTS
* debian/patches/0011-lucid-compat-dbus.patch: move /var/lib/dbus/machine-id
  back into dbus, since profiles on 10.04 LTS expect it there
* debian/patches/0012-lucid-compat-kde.patch: add kde4-config to kde
  abstraction, since the firefox profile on Ubuntu 10.04 LTS expects it to
  be there

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
subdir = testsuite/lib
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pod2man.m4 \
 
40
        $(top_srcdir)/m4/ac_python_devel.m4 $(top_srcdir)/configure.in
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
SOURCES =
 
47
DIST_SOURCES =
 
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
49
ACLOCAL = @ACLOCAL@
 
50
AMTAR = @AMTAR@
 
51
AR = @AR@
 
52
AUTOCONF = @AUTOCONF@
 
53
AUTOHEADER = @AUTOHEADER@
 
54
AUTOMAKE = @AUTOMAKE@
 
55
AWK = @AWK@
 
56
CC = @CC@
 
57
CCDEPMODE = @CCDEPMODE@
 
58
CFLAGS = @CFLAGS@
 
59
CPP = @CPP@
 
60
CPPFLAGS = @CPPFLAGS@
 
61
CYGPATH_W = @CYGPATH_W@
 
62
DEFS = @DEFS@
 
63
DEPDIR = @DEPDIR@
 
64
DSYMUTIL = @DSYMUTIL@
 
65
DUMPBIN = @DUMPBIN@
 
66
ECHO_C = @ECHO_C@
 
67
ECHO_N = @ECHO_N@
 
68
ECHO_T = @ECHO_T@
 
69
EGREP = @EGREP@
 
70
EXEEXT = @EXEEXT@
 
71
FGREP = @FGREP@
 
72
GREP = @GREP@
 
73
INSTALL = @INSTALL@
 
74
INSTALL_DATA = @INSTALL_DATA@
 
75
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
76
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
77
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
78
LD = @LD@
 
79
LDFLAGS = @LDFLAGS@
 
80
LEX = @LEX@
 
81
LEXLIB = @LEXLIB@
 
82
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
83
LIBOBJS = @LIBOBJS@
 
84
LIBS = @LIBS@
 
85
LIBTOOL = @LIBTOOL@
 
86
LIPO = @LIPO@
 
87
LN_S = @LN_S@
 
88
LTLIBOBJS = @LTLIBOBJS@
 
89
MAKEINFO = @MAKEINFO@
 
90
MKDIR_P = @MKDIR_P@
 
91
NM = @NM@
 
92
NMEDIT = @NMEDIT@
 
93
OBJDUMP = @OBJDUMP@
 
94
OBJEXT = @OBJEXT@
 
95
OTOOL = @OTOOL@
 
96
OTOOL64 = @OTOOL64@
 
97
PACKAGE = @PACKAGE@
 
98
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
99
PACKAGE_NAME = @PACKAGE_NAME@
 
100
PACKAGE_STRING = @PACKAGE_STRING@
 
101
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
102
PACKAGE_URL = @PACKAGE_URL@
 
103
PACKAGE_VERSION = @PACKAGE_VERSION@
 
104
PATH_SEPARATOR = @PATH_SEPARATOR@
 
105
PERL = @PERL@
 
106
POD2MAN = @POD2MAN@
 
107
PYTHON = @PYTHON@
 
108
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
109
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
110
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
 
111
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
112
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
113
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
114
PYTHON_PREFIX = @PYTHON_PREFIX@
 
115
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
116
PYTHON_VERSION = @PYTHON_VERSION@
 
117
RANLIB = @RANLIB@
 
118
RUBY = @RUBY@
 
119
SED = @SED@
 
120
SET_MAKE = @SET_MAKE@
 
121
SHELL = @SHELL@
 
122
STRIP = @STRIP@
 
123
SWIG = @SWIG@
 
124
VERSION = @VERSION@
 
125
YACC = @YACC@
 
126
YFLAGS = @YFLAGS@
 
127
abs_builddir = @abs_builddir@
 
128
abs_srcdir = @abs_srcdir@
 
129
abs_top_builddir = @abs_top_builddir@
 
130
abs_top_srcdir = @abs_top_srcdir@
 
131
ac_ct_CC = @ac_ct_CC@
 
132
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
133
am__include = @am__include@
 
134
am__leading_dot = @am__leading_dot@
 
135
am__quote = @am__quote@
 
136
am__tar = @am__tar@
 
137
am__untar = @am__untar@
 
138
bindir = @bindir@
 
139
build = @build@
 
140
build_alias = @build_alias@
 
141
build_cpu = @build_cpu@
 
142
build_os = @build_os@
 
143
build_vendor = @build_vendor@
 
144
builddir = @builddir@
 
145
datadir = @datadir@
 
146
datarootdir = @datarootdir@
 
147
docdir = @docdir@
 
148
dvidir = @dvidir@
 
149
exec_prefix = @exec_prefix@
 
150
host = @host@
 
151
host_alias = @host_alias@
 
152
host_cpu = @host_cpu@
 
153
host_os = @host_os@
 
154
host_vendor = @host_vendor@
 
155
htmldir = @htmldir@
 
156
includedir = @includedir@
 
157
infodir = @infodir@
 
158
install_sh = @install_sh@
 
159
libdir = @libdir@
 
160
libexecdir = @libexecdir@
 
161
localedir = @localedir@
 
162
localstatedir = @localstatedir@
 
163
lt_ECHO = @lt_ECHO@
 
164
mandir = @mandir@
 
165
mkdir_p = @mkdir_p@
 
166
oldincludedir = @oldincludedir@
 
167
pdfdir = @pdfdir@
 
168
pkgpyexecdir = @pkgpyexecdir@
 
169
pkgpythondir = @pkgpythondir@
 
170
prefix = @prefix@
 
171
program_transform_name = @program_transform_name@
 
172
psdir = @psdir@
 
173
pyexecdir = @pyexecdir@
 
174
pythondir = @pythondir@
 
175
sbindir = @sbindir@
 
176
sharedstatedir = @sharedstatedir@
 
177
srcdir = @srcdir@
 
178
sysconfdir = @sysconfdir@
 
179
target_alias = @target_alias@
 
180
top_build_prefix = @top_build_prefix@
 
181
top_builddir = @top_builddir@
 
182
top_srcdir = @top_srcdir@
 
183
EXTRA_DIST = libaalogparse_init.exp
 
184
all: all-am
 
185
 
 
186
.SUFFIXES:
 
187
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
188
        @for dep in $?; do \
 
189
          case '$(am__configure_deps)' in \
 
190
            *$$dep*) \
 
191
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
192
                && { if test -f $@; then exit 0; else break; fi; }; \
 
193
              exit 1;; \
 
194
          esac; \
 
195
        done; \
 
196
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/lib/Makefile'; \
 
197
        $(am__cd) $(top_srcdir) && \
 
198
          $(AUTOMAKE) --gnu testsuite/lib/Makefile
 
199
.PRECIOUS: Makefile
 
200
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
201
        @case '$?' in \
 
202
          *config.status*) \
 
203
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
204
          *) \
 
205
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
206
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
207
        esac;
 
208
 
 
209
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
211
 
 
212
$(top_srcdir)/configure:  $(am__configure_deps)
 
213
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
214
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
216
$(am__aclocal_m4_deps):
 
217
 
 
218
mostlyclean-libtool:
 
219
        -rm -f *.lo
 
220
 
 
221
clean-libtool:
 
222
        -rm -rf .libs _libs
 
223
tags: TAGS
 
224
TAGS:
 
225
 
 
226
ctags: CTAGS
 
227
CTAGS:
 
228
 
 
229
 
 
230
distdir: $(DISTFILES)
 
231
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
232
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
233
        list='$(DISTFILES)'; \
 
234
          dist_files=`for file in $$list; do echo $$file; done | \
 
235
          sed -e "s|^$$srcdirstrip/||;t" \
 
236
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
237
        case $$dist_files in \
 
238
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
239
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
240
                           sort -u` ;; \
 
241
        esac; \
 
242
        for file in $$dist_files; do \
 
243
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
244
          if test -d $$d/$$file; then \
 
245
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
246
            if test -d "$(distdir)/$$file"; then \
 
247
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
248
            fi; \
 
249
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
250
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
251
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
252
            fi; \
 
253
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
254
          else \
 
255
            test -f "$(distdir)/$$file" \
 
256
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
257
            || exit 1; \
 
258
          fi; \
 
259
        done
 
260
check-am: all-am
 
261
check: check-am
 
262
all-am: Makefile
 
263
installdirs:
 
264
install: install-am
 
265
install-exec: install-exec-am
 
266
install-data: install-data-am
 
267
uninstall: uninstall-am
 
268
 
 
269
install-am: all-am
 
270
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
271
 
 
272
installcheck: installcheck-am
 
273
install-strip:
 
274
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
275
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
276
          `test -z '$(STRIP)' || \
 
277
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
278
mostlyclean-generic:
 
279
 
 
280
clean-generic:
 
281
 
 
282
distclean-generic:
 
283
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
284
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
285
 
 
286
maintainer-clean-generic:
 
287
        @echo "This command is intended for maintainers to use"
 
288
        @echo "it deletes files that may require special tools to rebuild."
 
289
clean: clean-am
 
290
 
 
291
clean-am: clean-generic clean-libtool mostlyclean-am
 
292
 
 
293
distclean: distclean-am
 
294
        -rm -f Makefile
 
295
distclean-am: clean-am distclean-generic
 
296
 
 
297
dvi: dvi-am
 
298
 
 
299
dvi-am:
 
300
 
 
301
html: html-am
 
302
 
 
303
html-am:
 
304
 
 
305
info: info-am
 
306
 
 
307
info-am:
 
308
 
 
309
install-data-am:
 
310
 
 
311
install-dvi: install-dvi-am
 
312
 
 
313
install-dvi-am:
 
314
 
 
315
install-exec-am:
 
316
 
 
317
install-html: install-html-am
 
318
 
 
319
install-html-am:
 
320
 
 
321
install-info: install-info-am
 
322
 
 
323
install-info-am:
 
324
 
 
325
install-man:
 
326
 
 
327
install-pdf: install-pdf-am
 
328
 
 
329
install-pdf-am:
 
330
 
 
331
install-ps: install-ps-am
 
332
 
 
333
install-ps-am:
 
334
 
 
335
installcheck-am:
 
336
 
 
337
maintainer-clean: maintainer-clean-am
 
338
        -rm -f Makefile
 
339
maintainer-clean-am: distclean-am maintainer-clean-generic
 
340
 
 
341
mostlyclean: mostlyclean-am
 
342
 
 
343
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
344
 
 
345
pdf: pdf-am
 
346
 
 
347
pdf-am:
 
348
 
 
349
ps: ps-am
 
350
 
 
351
ps-am:
 
352
 
 
353
uninstall-am:
 
354
 
 
355
.MAKE: install-am install-strip
 
356
 
 
357
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
358
        distclean distclean-generic distclean-libtool distdir dvi \
 
359
        dvi-am html html-am info info-am install install-am \
 
360
        install-data install-data-am install-dvi install-dvi-am \
 
361
        install-exec install-exec-am install-html install-html-am \
 
362
        install-info install-info-am install-man install-pdf \
 
363
        install-pdf-am install-ps install-ps-am install-strip \
 
364
        installcheck installcheck-am installdirs maintainer-clean \
 
365
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
366
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
367
 
 
368
 
 
369
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
370
# Otherwise a system limit (for SysV at least) may be exceeded.
 
371
.NOEXPORT: