~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to .pc/01-tss-user.patch/dist/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

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