~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to shlibs/uuid/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-07-16 15:48:23 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090716154823-i26fshvs4v8h90qh
Tags: 2.16-1ubuntu1
* Merge from Debian, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
 
 
19
 
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
DIST_COMMON = $(dist_noinst_DATA) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in $(top_srcdir)/config/include-Makefile.am \
 
40
        $(uuidinc_HEADERS)
 
41
noinst_PROGRAMS = tst_uuid$(EXEEXT)
 
42
subdir = shlibs/uuid/src
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
45
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
46
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
47
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
48
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
49
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
50
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
51
        $(top_srcdir)/m4/tls.m4 $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES =
 
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
58
am__vpath_adj = case $$p in \
 
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
60
    *) f=$$p;; \
 
61
  esac;
 
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__installdirs = "$(DESTDIR)$(usrlib_execdir)" \
 
64
        "$(DESTDIR)$(uuidincdir)"
 
65
usrlib_execLTLIBRARIES_INSTALL = $(INSTALL)
 
66
LTLIBRARIES = $(usrlib_exec_LTLIBRARIES)
 
67
libuuid_la_LIBADD =
 
68
am__objects_1 =
 
69
am_libuuid_la_OBJECTS = clear.lo compare.lo copy.lo gen_uuid.lo \
 
70
        isnull.lo pack.lo parse.lo unpack.lo unparse.lo uuid_time.lo \
 
71
        $(am__objects_1)
 
72
libuuid_la_OBJECTS = $(am_libuuid_la_OBJECTS)
 
73
libuuid_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
74
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
75
        $(libuuid_la_LDFLAGS) $(LDFLAGS) -o $@
 
76
PROGRAMS = $(noinst_PROGRAMS)
 
77
tst_uuid_SOURCES = tst_uuid.c
 
78
tst_uuid_OBJECTS = tst_uuid.$(OBJEXT)
 
79
tst_uuid_DEPENDENCIES = libuuid.la
 
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
81
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
82
am__depfiles_maybe = depfiles
 
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
85
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
86
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
87
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
88
CCLD = $(CC)
 
89
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
90
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
91
        $(LDFLAGS) -o $@
 
92
SOURCES = $(libuuid_la_SOURCES) tst_uuid.c
 
93
DIST_SOURCES = $(libuuid_la_SOURCES) tst_uuid.c
 
94
DATA = $(dist_noinst_DATA)
 
95
uuidincHEADERS_INSTALL = $(INSTALL_HEADER)
 
96
HEADERS = $(uuidinc_HEADERS)
 
97
ETAGS = etags
 
98
CTAGS = ctags
 
99
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
100
ACLOCAL = @ACLOCAL@
 
101
AMTAR = @AMTAR@
 
102
AR = @AR@
 
103
AUTOCONF = @AUTOCONF@
 
104
AUTOHEADER = @AUTOHEADER@
 
105
AUTOMAKE = @AUTOMAKE@
 
106
AWK = @AWK@
 
107
BLKID = @BLKID@
 
108
BLKID_CFLAGS = @BLKID_CFLAGS@
 
109
BLKID_LIBS = @BLKID_LIBS@
 
110
BLKID_LIBS_STATIC = @BLKID_LIBS_STATIC@
 
111
CC = @CC@
 
112
CCDEPMODE = @CCDEPMODE@
 
113
CFLAGS = @CFLAGS@
 
114
CPP = @CPP@
 
115
CPPFLAGS = @CPPFLAGS@
 
116
CYGPATH_W = @CYGPATH_W@
 
117
DEFS = @DEFS@
 
118
DEPDIR = @DEPDIR@
 
119
DSYMUTIL = @DSYMUTIL@
 
120
DUMPBIN = @DUMPBIN@
 
121
ECHO_C = @ECHO_C@
 
122
ECHO_N = @ECHO_N@
 
123
ECHO_T = @ECHO_T@
 
124
EGREP = @EGREP@
 
125
EXEEXT = @EXEEXT@
 
126
FGREP = @FGREP@
 
127
GMSGFMT = @GMSGFMT@
 
128
GREP = @GREP@
 
129
INSTALL = @INSTALL@
 
130
INSTALL_DATA = @INSTALL_DATA@
 
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
133
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
134
INTLLIBS = @INTLLIBS@
 
135
LD = @LD@
 
136
LDFLAGS = @LDFLAGS@
 
137
LIBBLKID_VERSION = @LIBBLKID_VERSION@
 
138
LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
 
139
LIBICONV = @LIBICONV@
 
140
LIBINTL = @LIBINTL@
 
141
LIBOBJS = @LIBOBJS@
 
142
LIBS = @LIBS@
 
143
LIBTOOL = @LIBTOOL@
 
144
LIBUUID_VERSION = @LIBUUID_VERSION@
 
145
LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
 
146
LIPO = @LIPO@
 
147
LN_S = @LN_S@
 
148
LTLIBICONV = @LTLIBICONV@
 
149
LTLIBINTL = @LTLIBINTL@
 
150
LTLIBOBJS = @LTLIBOBJS@
 
151
MAKEINFO = @MAKEINFO@
 
152
MKDIR_P = @MKDIR_P@
 
153
MKINSTALLDIRS = @MKINSTALLDIRS@
 
154
MSGFMT = @MSGFMT@
 
155
MSGMERGE = @MSGMERGE@
 
156
NCURSES_LIBS = @NCURSES_LIBS@
 
157
NM = @NM@
 
158
NMEDIT = @NMEDIT@
 
159
OBJDUMP = @OBJDUMP@
 
160
OBJEXT = @OBJEXT@
 
161
OTOOL = @OTOOL@
 
162
OTOOL64 = @OTOOL64@
 
163
PACKAGE = @PACKAGE@
 
164
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
165
PACKAGE_NAME = @PACKAGE_NAME@
 
166
PACKAGE_STRING = @PACKAGE_STRING@
 
167
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
168
PACKAGE_VERSION = @PACKAGE_VERSION@
 
169
PATH_SEPARATOR = @PATH_SEPARATOR@
 
170
PERL = @PERL@
 
171
PKG_CONFIG = @PKG_CONFIG@
 
172
POSUB = @POSUB@
 
173
RANLIB = @RANLIB@
 
174
SED = @SED@
 
175
SELINUX_LIBS = @SELINUX_LIBS@
 
176
SELINUX_LIBS_STATIC = @SELINUX_LIBS_STATIC@
 
177
SET_MAKE = @SET_MAKE@
 
178
SHELL = @SHELL@
 
179
STRIP = @STRIP@
 
180
SUID_CFLAGS = @SUID_CFLAGS@
 
181
SUID_LDFLAGS = @SUID_LDFLAGS@
 
182
USE_NLS = @USE_NLS@
 
183
UUID_CFLAGS = @UUID_CFLAGS@
 
184
UUID_LIBS = @UUID_LIBS@
 
185
VERSION = @VERSION@
 
186
VOLID = @VOLID@
 
187
XGETTEXT = @XGETTEXT@
 
188
abs_builddir = @abs_builddir@
 
189
abs_srcdir = @abs_srcdir@
 
190
abs_top_builddir = @abs_top_builddir@
 
191
abs_top_srcdir = @abs_top_srcdir@
 
192
ac_ct_CC = @ac_ct_CC@
 
193
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
194
am__include = @am__include@
 
195
am__leading_dot = @am__leading_dot@
 
196
am__quote = @am__quote@
 
197
am__tar = @am__tar@
 
198
am__untar = @am__untar@
 
199
bindir = @bindir@
 
200
build = @build@
 
201
build_alias = @build_alias@
 
202
build_cpu = @build_cpu@
 
203
build_os = @build_os@
 
204
build_vendor = @build_vendor@
 
205
builddir = @builddir@
 
206
datadir = @datadir@
 
207
datarootdir = @datarootdir@
 
208
docdir = @docdir@
 
209
dvidir = @dvidir@
 
210
exec_prefix = @exec_prefix@
 
211
host = @host@
 
212
host_alias = @host_alias@
 
213
host_cpu = @host_cpu@
 
214
host_os = @host_os@
 
215
host_vendor = @host_vendor@
 
216
htmldir = @htmldir@
 
217
includedir = @includedir@
 
218
infodir = @infodir@
 
219
install_sh = @install_sh@
 
220
libdir = @libdir@
 
221
libdirname = @libdirname@
 
222
libexecdir = @libexecdir@
 
223
localedir = @localedir@
 
224
localstatedir = @localstatedir@
 
225
lt_ECHO = @lt_ECHO@
 
226
mandir = @mandir@
 
227
mkdir_p = @mkdir_p@
 
228
oldincludedir = @oldincludedir@
 
229
pdfdir = @pdfdir@
 
230
prefix = @prefix@
 
231
program_transform_name = @program_transform_name@
 
232
psdir = @psdir@
 
233
sbindir = @sbindir@
 
234
sharedstatedir = @sharedstatedir@
 
235
srcdir = @srcdir@
 
236
sysconfdir = @sysconfdir@
 
237
target_alias = @target_alias@
 
238
top_build_prefix = @top_build_prefix@
 
239
top_builddir = @top_builddir@
 
240
top_srcdir = @top_srcdir@
 
241
usrbin_execdir = @usrbin_execdir@
 
242
usrlib_execdir = @usrlib_execdir@
 
243
usrsbin_execdir = @usrsbin_execdir@
 
244
AM_CPPFLAGS = -include $(top_builddir)/config.h \
 
245
        -I$(top_srcdir)/include -DLOCALEDIR=\"$(localedir)\" \
 
246
        -I$(ul_libuuid_srcdir)
 
247
AM_CFLAGS = -fsigned-char
 
248
AM_LDFLAGS = 
 
249
 
 
250
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
 
251
# Unlike with other dist primaries, the files are not distributed if the
 
252
# conditional is false.
 
253
# Work the bug around until it is fixed:
 
254
dist_noinst_DATA = $(dist_man_MANS)
 
255
 
 
256
# Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
 
257
#
 
258
# blkid
 
259
ul_libblkid_srcdir = $(top_srcdir)/shlibs/blkid/src
 
260
ul_libblkid_builddir = $(top_builddir)/shlibs/blkid/src
 
261
ul_libblkid_la = $(top_builddir)/shlibs/blkid/src/libblkid.la
 
262
 
 
263
# uuid
 
264
ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
 
265
ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
 
266
ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
 
267
tst_uuid_LDADD = libuuid.la #$(ul_libuuid_la)
 
268
 
 
269
# includes
 
270
uuidincdir = $(includedir)/uuid
 
271
uuidinc_HEADERS = uuid.h
 
272
usrlib_exec_LTLIBRARIES = libuuid.la
 
273
libuuid_la_SOURCES = clear.c compare.c copy.c gen_uuid.c \
 
274
           isnull.c pack.c parse.c unpack.c unparse.c uuidd.h \
 
275
           uuidd.h uuidP.h uuid_time.c $(uuidinc_HEADERS)
 
276
 
 
277
libuuid_la_DEPENDENCIES = uuid.sym
 
278
libuuid_la_LDFLAGS = -Wl,--version-script=$(ul_libuuid_srcdir)/uuid.sym \
 
279
                     -version-info $(LIBUUID_VERSION_INFO)
 
280
 
 
281
EXTRA_DIST = uuid.sym gen_uuid_nt.c
 
282
all: all-am
 
283
 
 
284
.SUFFIXES:
 
285
.SUFFIXES: .c .lo .o .obj
 
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
 
287
        @for dep in $?; do \
 
288
          case '$(am__configure_deps)' in \
 
289
            *$$dep*) \
 
290
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
291
                && { if test -f $@; then exit 0; else break; fi; }; \
 
292
              exit 1;; \
 
293
          esac; \
 
294
        done; \
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  shlibs/uuid/src/Makefile'; \
 
296
        cd $(top_srcdir) && \
 
297
          $(AUTOMAKE) --foreign  shlibs/uuid/src/Makefile
 
298
.PRECIOUS: Makefile
 
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
300
        @case '$?' in \
 
301
          *config.status*) \
 
302
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
303
          *) \
 
304
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
305
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
306
        esac;
 
307
 
 
308
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
310
 
 
311
$(top_srcdir)/configure:  $(am__configure_deps)
 
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
install-usrlib_execLTLIBRARIES: $(usrlib_exec_LTLIBRARIES)
 
316
        @$(NORMAL_INSTALL)
 
317
        test -z "$(usrlib_execdir)" || $(MKDIR_P) "$(DESTDIR)$(usrlib_execdir)"
 
318
        @list='$(usrlib_exec_LTLIBRARIES)'; for p in $$list; do \
 
319
          if test -f $$p; then \
 
320
            f=$(am__strip_dir) \
 
321
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrlib_execLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(usrlib_execdir)/$$f'"; \
 
322
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrlib_execLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(usrlib_execdir)/$$f"; \
 
323
          else :; fi; \
 
324
        done
 
325
 
 
326
uninstall-usrlib_execLTLIBRARIES:
 
327
        @$(NORMAL_UNINSTALL)
 
328
        @list='$(usrlib_exec_LTLIBRARIES)'; for p in $$list; do \
 
329
          p=$(am__strip_dir) \
 
330
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(usrlib_execdir)/$$p'"; \
 
331
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(usrlib_execdir)/$$p"; \
 
332
        done
 
333
 
 
334
clean-usrlib_execLTLIBRARIES:
 
335
        -test -z "$(usrlib_exec_LTLIBRARIES)" || rm -f $(usrlib_exec_LTLIBRARIES)
 
336
        @list='$(usrlib_exec_LTLIBRARIES)'; for p in $$list; do \
 
337
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
338
          test "$$dir" != "$$p" || dir=.; \
 
339
          echo "rm -f \"$${dir}/so_locations\""; \
 
340
          rm -f "$${dir}/so_locations"; \
 
341
        done
 
342
libuuid.la: $(libuuid_la_OBJECTS) $(libuuid_la_DEPENDENCIES) 
 
343
        $(libuuid_la_LINK) -rpath $(usrlib_execdir) $(libuuid_la_OBJECTS) $(libuuid_la_LIBADD) $(LIBS)
 
344
 
 
345
clean-noinstPROGRAMS:
 
346
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
347
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
348
          echo " rm -f $$p $$f"; \
 
349
          rm -f $$p $$f ; \
 
350
        done
 
351
tst_uuid$(EXEEXT): $(tst_uuid_OBJECTS) $(tst_uuid_DEPENDENCIES) 
 
352
        @rm -f tst_uuid$(EXEEXT)
 
353
        $(LINK) $(tst_uuid_OBJECTS) $(tst_uuid_LDADD) $(LIBS)
 
354
 
 
355
mostlyclean-compile:
 
356
        -rm -f *.$(OBJEXT)
 
357
 
 
358
distclean-compile:
 
359
        -rm -f *.tab.c
 
360
 
 
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clear.Plo@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compare.Plo@am__quote@
 
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy.Plo@am__quote@
 
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_uuid.Plo@am__quote@
 
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnull.Plo@am__quote@
 
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pack.Plo@am__quote@
 
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
 
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst_uuid.Po@am__quote@
 
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unpack.Plo@am__quote@
 
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unparse.Plo@am__quote@
 
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uuid_time.Plo@am__quote@
 
372
 
 
373
.c.o:
 
374
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
375
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
378
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
379
 
 
380
.c.obj:
 
381
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
382
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
385
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
386
 
 
387
.c.lo:
 
388
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
389
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
392
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
393
 
 
394
mostlyclean-libtool:
 
395
        -rm -f *.lo
 
396
 
 
397
clean-libtool:
 
398
        -rm -rf .libs _libs
 
399
install-uuidincHEADERS: $(uuidinc_HEADERS)
 
400
        @$(NORMAL_INSTALL)
 
401
        test -z "$(uuidincdir)" || $(MKDIR_P) "$(DESTDIR)$(uuidincdir)"
 
402
        @list='$(uuidinc_HEADERS)'; for p in $$list; do \
 
403
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
404
          f=$(am__strip_dir) \
 
405
          echo " $(uuidincHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(uuidincdir)/$$f'"; \
 
406
          $(uuidincHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(uuidincdir)/$$f"; \
 
407
        done
 
408
 
 
409
uninstall-uuidincHEADERS:
 
410
        @$(NORMAL_UNINSTALL)
 
411
        @list='$(uuidinc_HEADERS)'; for p in $$list; do \
 
412
          f=$(am__strip_dir) \
 
413
          echo " rm -f '$(DESTDIR)$(uuidincdir)/$$f'"; \
 
414
          rm -f "$(DESTDIR)$(uuidincdir)/$$f"; \
 
415
        done
 
416
 
 
417
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
418
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
419
        unique=`for i in $$list; do \
 
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
421
          done | \
 
422
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
423
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
424
        mkid -fID $$unique
 
425
tags: TAGS
 
426
 
 
427
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
428
                $(TAGS_FILES) $(LISP)
 
429
        tags=; \
 
430
        here=`pwd`; \
 
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
432
        unique=`for i in $$list; do \
 
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
434
          done | \
 
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
437
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
438
          test -n "$$unique" || unique=$$empty_fix; \
 
439
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
            $$tags $$unique; \
 
441
        fi
 
442
ctags: CTAGS
 
443
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
                $(TAGS_FILES) $(LISP)
 
445
        tags=; \
 
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
447
        unique=`for i in $$list; do \
 
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
449
          done | \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
452
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
453
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
454
             $$tags $$unique
 
455
 
 
456
GTAGS:
 
457
        here=`$(am__cd) $(top_builddir) && pwd` \
 
458
          && cd $(top_srcdir) \
 
459
          && gtags -i $(GTAGS_ARGS) $$here
 
460
 
 
461
distclean-tags:
 
462
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
463
 
 
464
distdir: $(DISTFILES)
 
465
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
466
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        list='$(DISTFILES)'; \
 
468
          dist_files=`for file in $$list; do echo $$file; done | \
 
469
          sed -e "s|^$$srcdirstrip/||;t" \
 
470
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
471
        case $$dist_files in \
 
472
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
473
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
474
                           sort -u` ;; \
 
475
        esac; \
 
476
        for file in $$dist_files; do \
 
477
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
478
          if test -d $$d/$$file; then \
 
479
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
481
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
482
            fi; \
 
483
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
484
          else \
 
485
            test -f $(distdir)/$$file \
 
486
            || cp -p $$d/$$file $(distdir)/$$file \
 
487
            || exit 1; \
 
488
          fi; \
 
489
        done
 
490
check-am: all-am
 
491
check: check-am
 
492
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
 
493
installdirs:
 
494
        for dir in "$(DESTDIR)$(usrlib_execdir)" "$(DESTDIR)$(uuidincdir)"; do \
 
495
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
496
        done
 
497
install: install-am
 
498
install-exec: install-exec-am
 
499
install-data: install-data-am
 
500
uninstall: uninstall-am
 
501
 
 
502
install-am: all-am
 
503
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
504
 
 
505
installcheck: installcheck-am
 
506
install-strip:
 
507
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
508
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
509
          `test -z '$(STRIP)' || \
 
510
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
511
mostlyclean-generic:
 
512
 
 
513
clean-generic:
 
514
 
 
515
distclean-generic:
 
516
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
517
 
 
518
maintainer-clean-generic:
 
519
        @echo "This command is intended for maintainers to use"
 
520
        @echo "it deletes files that may require special tools to rebuild."
 
521
clean: clean-am
 
522
 
 
523
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
524
        clean-usrlib_execLTLIBRARIES mostlyclean-am
 
525
 
 
526
distclean: distclean-am
 
527
        -rm -rf ./$(DEPDIR)
 
528
        -rm -f Makefile
 
529
distclean-am: clean-am distclean-compile distclean-generic \
 
530
        distclean-tags
 
531
 
 
532
dvi: dvi-am
 
533
 
 
534
dvi-am:
 
535
 
 
536
html: html-am
 
537
 
 
538
info: info-am
 
539
 
 
540
info-am:
 
541
 
 
542
install-data-am: install-uuidincHEADERS
 
543
 
 
544
install-dvi: install-dvi-am
 
545
 
 
546
install-exec-am: install-usrlib_execLTLIBRARIES
 
547
        @$(NORMAL_INSTALL)
 
548
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
549
 
 
550
install-html: install-html-am
 
551
 
 
552
install-info: install-info-am
 
553
 
 
554
install-man:
 
555
 
 
556
install-pdf: install-pdf-am
 
557
 
 
558
install-ps: install-ps-am
 
559
 
 
560
installcheck-am:
 
561
 
 
562
maintainer-clean: maintainer-clean-am
 
563
        -rm -rf ./$(DEPDIR)
 
564
        -rm -f Makefile
 
565
maintainer-clean-am: distclean-am maintainer-clean-generic
 
566
 
 
567
mostlyclean: mostlyclean-am
 
568
 
 
569
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
570
        mostlyclean-libtool
 
571
 
 
572
pdf: pdf-am
 
573
 
 
574
pdf-am:
 
575
 
 
576
ps: ps-am
 
577
 
 
578
ps-am:
 
579
 
 
580
uninstall-am: uninstall-usrlib_execLTLIBRARIES \
 
581
        uninstall-uuidincHEADERS
 
582
        @$(NORMAL_INSTALL)
 
583
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
584
 
 
585
.MAKE: install-am install-exec-am install-strip uninstall-am
 
586
 
 
587
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
588
        clean-libtool clean-noinstPROGRAMS \
 
589
        clean-usrlib_execLTLIBRARIES ctags distclean distclean-compile \
 
590
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
591
        dvi-am html html-am info info-am install install-am \
 
592
        install-data install-data-am install-dvi install-dvi-am \
 
593
        install-exec install-exec-am install-exec-hook install-html \
 
594
        install-html-am install-info install-info-am install-man \
 
595
        install-pdf install-pdf-am install-ps install-ps-am \
 
596
        install-strip install-usrlib_execLTLIBRARIES \
 
597
        install-uuidincHEADERS installcheck installcheck-am \
 
598
        installdirs maintainer-clean maintainer-clean-generic \
 
599
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
600
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
601
        uninstall-am uninstall-hook uninstall-usrlib_execLTLIBRARIES \
 
602
        uninstall-uuidincHEADERS
 
603
 
 
604
 
 
605
$(ul_libblkid_la):
 
606
        $(MAKE) -C $(ul_libblkid_builddir)
 
607
 
 
608
$(ul_libuuid_la):
 
609
        $(MAKE) -C $(ul_libuuid_builddir)
 
610
 
 
611
# move lib from $(usrlib_execdir) to $(libdir) if needed
 
612
install-exec-hook:
 
613
        if test "$(usrlib_execdir)" != "$(libdir)"; then \
 
614
                mkdir -p $(DESTDIR)$(libdir); \
 
615
                mv $(DESTDIR)$(usrlib_execdir)/libuuid.so.* $(DESTDIR)$(libdir); \
 
616
                so_img_name=$$(readlink $(DESTDIR)$(usrlib_execdir)/libuuid.so); \
 
617
                so_img_rel_target=$$(echo $(usrlib_execdir) | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
 
618
                (cd $(DESTDIR)$(usrlib_execdir) && \
 
619
                        rm -f libuuid.so && \
 
620
                        $(LN_S) $$so_img_rel_target$(libdir)/$$so_img_name libuuid.so); \
 
621
        fi
 
622
 
 
623
uninstall-hook:
 
624
        rm -f $(DESTDIR)$(libdir)/libuuid.so*
 
625
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
626
# Otherwise a system limit (for SysV at least) may be exceeded.
 
627
.NOEXPORT: