~ubuntu-branches/ubuntu/edgy/ltspfs/edgy

« back to all changes in this revision

Viewing changes to lbmount-0.1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2006-08-22 10:41:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060822104114-7eh0eqle4n07oxhx
Tags: 0.2-0ubuntu1
added lbmount source and integration scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = .
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
CC = @CC@
 
63
HAVE_LIB = @HAVE_LIB@
 
64
LIB = @LIB@
 
65
LTLIB = @LTLIB@
 
66
MAINT = @MAINT@
 
67
MAKEINFO = @MAKEINFO@
 
68
PACKAGE = @PACKAGE@
 
69
VERSION = @VERSION@
 
70
 
 
71
SUBDIRS = src
 
72
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
73
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
74
CONFIG_HEADER = config.h
 
75
CONFIG_CLEAN_FILES = 
 
76
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
77
Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
 
78
config.sub configure configure.ac install-sh missing mkinstalldirs
 
79
 
 
80
 
 
81
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
82
 
 
83
TAR = tar
 
84
GZIP_ENV = --best
 
85
all: all-redirect
 
86
.SUFFIXES:
 
87
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
88
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
89
 
 
90
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
91
        cd $(top_builddir) \
 
92
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
93
 
 
94
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 
 
95
        cd $(srcdir) && $(ACLOCAL)
 
96
 
 
97
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
98
        $(SHELL) ./config.status --recheck
 
99
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
100
        cd $(srcdir) && $(AUTOCONF)
 
101
 
 
102
config.h: stamp-h
 
103
        @if test ! -f $@; then \
 
104
                rm -f stamp-h; \
 
105
                $(MAKE) stamp-h; \
 
106
        else :; fi
 
107
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
108
        cd $(top_builddir) \
 
109
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
110
             $(SHELL) ./config.status
 
111
        @echo timestamp > stamp-h 2> /dev/null
 
112
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
 
113
        @if test ! -f $@; then \
 
114
                rm -f $(srcdir)/stamp-h.in; \
 
115
                $(MAKE) $(srcdir)/stamp-h.in; \
 
116
        else :; fi
 
117
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
118
        cd $(top_srcdir) && $(AUTOHEADER)
 
119
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
120
 
 
121
mostlyclean-hdr:
 
122
 
 
123
clean-hdr:
 
124
 
 
125
distclean-hdr:
 
126
        -rm -f config.h
 
127
 
 
128
maintainer-clean-hdr:
 
129
 
 
130
# This directory's subdirectories are mostly independent; you can cd
 
131
# into them and run `make' without going through this Makefile.
 
132
# To change the values of `make' variables: instead of editing Makefiles,
 
133
# (1) if the variable is set in `config.status', edit `config.status'
 
134
#     (which will cause the Makefiles to be regenerated when you run `make');
 
135
# (2) otherwise, pass the desired values on the `make' command line.
 
136
 
 
137
@SET_MAKE@
 
138
 
 
139
all-recursive install-data-recursive install-exec-recursive \
 
140
installdirs-recursive install-recursive uninstall-recursive  \
 
141
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
142
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
143
        dot_seen=no; \
 
144
        target=`echo $@ | sed s/-recursive//`; \
 
145
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
146
          echo "Making $$target in $$subdir"; \
 
147
          if test "$$subdir" = "."; then \
 
148
            dot_seen=yes; \
 
149
            local_target="$$target-am"; \
 
150
          else \
 
151
            local_target="$$target"; \
 
152
          fi; \
 
153
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
154
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
155
        done; \
 
156
        if test "$$dot_seen" = "no"; then \
 
157
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
158
        fi; test -z "$$fail"
 
159
 
 
160
mostlyclean-recursive clean-recursive distclean-recursive \
 
161
maintainer-clean-recursive:
 
162
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
163
        dot_seen=no; \
 
164
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
165
          rev="$$subdir $$rev"; \
 
166
          test "$$subdir" != "." || dot_seen=yes; \
 
167
        done; \
 
168
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
169
        target=`echo $@ | sed s/-recursive//`; \
 
170
        for subdir in $$rev; do \
 
171
          echo "Making $$target in $$subdir"; \
 
172
          if test "$$subdir" = "."; then \
 
173
            local_target="$$target-am"; \
 
174
          else \
 
175
            local_target="$$target"; \
 
176
          fi; \
 
177
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
178
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
179
        done && test -z "$$fail"
 
180
tags-recursive:
 
181
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
182
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
183
        done
 
184
 
 
185
tags: TAGS
 
186
 
 
187
ID: $(HEADERS) $(SOURCES) $(LISP)
 
188
        list='$(SOURCES) $(HEADERS)'; \
 
189
        unique=`for i in $$list; do echo $$i; done | \
 
190
          awk '    { files[$$0] = 1; } \
 
191
               END { for (i in files) print i; }'`; \
 
192
        here=`pwd` && cd $(srcdir) \
 
193
          && mkid -f$$here/ID $$unique $(LISP)
 
194
 
 
195
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
196
        tags=; \
 
197
        here=`pwd`; \
 
198
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
199
   if test "$$subdir" = .; then :; else \
 
200
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
201
   fi; \
 
202
        done; \
 
203
        list='$(SOURCES) $(HEADERS)'; \
 
204
        unique=`for i in $$list; do echo $$i; done | \
 
205
          awk '    { files[$$0] = 1; } \
 
206
               END { for (i in files) print i; }'`; \
 
207
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
208
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
 
209
 
 
210
mostlyclean-tags:
 
211
 
 
212
clean-tags:
 
213
 
 
214
distclean-tags:
 
215
        -rm -f TAGS ID
 
216
 
 
217
maintainer-clean-tags:
 
218
 
 
219
distdir = $(PACKAGE)-$(VERSION)
 
220
top_distdir = $(distdir)
 
221
 
 
222
# This target untars the dist file and tries a VPATH configuration.  Then
 
223
# it guarantees that the distribution is self-contained by making another
 
224
# tarfile.
 
225
distcheck: dist
 
226
        -rm -rf $(distdir)
 
227
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
228
        mkdir $(distdir)/=build
 
229
        mkdir $(distdir)/=inst
 
230
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
231
        cd $(distdir)/=build \
 
232
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
233
          && $(MAKE) $(AM_MAKEFLAGS) \
 
234
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
235
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
236
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
237
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
238
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
239
        -rm -rf $(distdir)
 
240
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
241
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
242
        echo "$$dashes"; \
 
243
        echo "$$banner"; \
 
244
        echo "$$dashes"
 
245
dist: distdir
 
246
        -chmod -R a+r $(distdir)
 
247
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
248
        -rm -rf $(distdir)
 
249
dist-all: distdir
 
250
        -chmod -R a+r $(distdir)
 
251
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
252
        -rm -rf $(distdir)
 
253
distdir: $(DISTFILES)
 
254
        -rm -rf $(distdir)
 
255
        mkdir $(distdir)
 
256
        -chmod 777 $(distdir)
 
257
        @for file in $(DISTFILES); do \
 
258
          d=$(srcdir); \
 
259
          if test -d $$d/$$file; then \
 
260
            cp -pr $$d/$$file $(distdir)/$$file; \
 
261
          else \
 
262
            test -f $(distdir)/$$file \
 
263
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
264
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
265
          fi; \
 
266
        done
 
267
        for subdir in $(SUBDIRS); do \
 
268
          if test "$$subdir" = .; then :; else \
 
269
            test -d $(distdir)/$$subdir \
 
270
            || mkdir $(distdir)/$$subdir \
 
271
            || exit 1; \
 
272
            chmod 777 $(distdir)/$$subdir; \
 
273
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
274
              || exit 1; \
 
275
          fi; \
 
276
        done
 
277
info-am:
 
278
info: info-recursive
 
279
dvi-am:
 
280
dvi: dvi-recursive
 
281
check-am: all-am
 
282
check: check-recursive
 
283
installcheck-am:
 
284
installcheck: installcheck-recursive
 
285
all-recursive-am: config.h
 
286
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
287
 
 
288
install-exec-am:
 
289
install-exec: install-exec-recursive
 
290
 
 
291
install-data-am:
 
292
install-data: install-data-recursive
 
293
 
 
294
install-am: all-am
 
295
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
296
install: install-recursive
 
297
uninstall-am:
 
298
uninstall: uninstall-recursive
 
299
all-am: Makefile config.h
 
300
all-redirect: all-recursive-am
 
301
install-strip:
 
302
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
303
installdirs: installdirs-recursive
 
304
installdirs-am:
 
305
 
 
306
 
 
307
mostlyclean-generic:
 
308
 
 
309
clean-generic:
 
310
 
 
311
distclean-generic:
 
312
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
313
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
314
 
 
315
maintainer-clean-generic:
 
316
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
317
 
 
318
mostlyclean: mostlyclean-recursive
 
319
 
 
320
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
321
 
 
322
clean: clean-recursive
 
323
 
 
324
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
325
 
 
326
distclean: distclean-recursive
 
327
        -rm -f config.status
 
328
 
 
329
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
 
330
                maintainer-clean-generic distclean-am
 
331
        @echo "This command is intended for maintainers to use;"
 
332
        @echo "it deletes files that may require special tools to rebuild."
 
333
 
 
334
maintainer-clean: maintainer-clean-recursive
 
335
        -rm -f config.status
 
336
 
 
337
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
338
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
339
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
340
all-recursive check-recursive installcheck-recursive info-recursive \
 
341
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
342
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
343
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
344
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
345
install-exec-am install-exec install-data-am install-data install-am \
 
346
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
347
installdirs mostlyclean-generic distclean-generic clean-generic \
 
348
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
349
 
 
350
 
 
351
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
352
# Otherwise a system limit (for SysV at least) may be exceeded.
 
353
.NOEXPORT: