Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / scripts / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 # Makefile for rpm scripts.
18
19
20 VPATH = @srcdir@
21 am__is_gnu_make = { \
22   if test -z '$(MAKELEVEL)'; then \
23     false; \
24   elif test -n '$(MAKE_HOST)'; then \
25     true; \
26   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27     true; \
28   else \
29     false; \
30   fi; \
31 }
32 am__make_running_with_option = \
33   case $${target_option-} in \
34       ?) ;; \
35       *) echo "am__make_running_with_option: internal error: invalid" \
36               "target option '$${target_option-}' specified" >&2; \
37          exit 1;; \
38   esac; \
39   has_opt=no; \
40   sane_makeflags=$$MAKEFLAGS; \
41   if $(am__is_gnu_make); then \
42     sane_makeflags=$$MFLAGS; \
43   else \
44     case $$MAKEFLAGS in \
45       *\\[\ \   ]*) \
46         bs=\\; \
47         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
49     esac; \
50   fi; \
51   skip_next=no; \
52   strip_trailopt () \
53   { \
54     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55   }; \
56   for flg in $$sane_makeflags; do \
57     test $$skip_next = yes && { skip_next=no; continue; }; \
58     case $$flg in \
59       *=*|--*) continue;; \
60         -*I) strip_trailopt 'I'; skip_next=yes;; \
61       -*I?*) strip_trailopt 'I';; \
62         -*O) strip_trailopt 'O'; skip_next=yes;; \
63       -*O?*) strip_trailopt 'O';; \
64         -*l) strip_trailopt 'l'; skip_next=yes;; \
65       -*l?*) strip_trailopt 'l';; \
66       -[dEDm]) skip_next=yes;; \
67       -[JT]) skip_next=yes;; \
68     esac; \
69     case $$flg in \
70       *$$target_option*) has_opt=yes; break;; \
71     esac; \
72   done; \
73   test $$has_opt = yes
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkgincludedir = $(includedir)/@PACKAGE@
78 pkglibdir = $(libdir)/@PACKAGE@
79 pkglibexecdir = $(libexecdir)/@PACKAGE@
80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 install_sh_DATA = $(install_sh) -c -m 644
82 install_sh_PROGRAM = $(install_sh) -c
83 install_sh_SCRIPT = $(install_sh) -c
84 INSTALL_HEADER = $(INSTALL_DATA)
85 transform = $(program_transform_name)
86 NORMAL_INSTALL = :
87 PRE_INSTALL = :
88 POST_INSTALL = :
89 NORMAL_UNINSTALL = :
90 PRE_UNINSTALL = :
91 POST_UNINSTALL = :
92 build_triplet = @build@
93 host_triplet = @host@
94 subdir = scripts
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
97         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
98         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
99         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
100         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
101         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
102         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
103         $(top_srcdir)/configure.ac
104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105         $(ACLOCAL_M4)
106 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = $(top_builddir)/config.h
109 CONFIG_CLEAN_FILES =
110 CONFIG_CLEAN_VPATH_FILES =
111 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112 am__vpath_adj = case $$p in \
113     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114     *) f=$$p;; \
115   esac;
116 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117 am__install_max = 40
118 am__nobase_strip_setup = \
119   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120 am__nobase_strip = \
121   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122 am__nobase_list = $(am__nobase_strip_setup); \
123   for p in $$list; do echo "$$p $$p"; done | \
124   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126     if (++n[$$2] == $(am__install_max)) \
127       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128     END { for (dir in files) print dir, files[dir] }'
129 am__base_list = \
130   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
132 am__uninstall_files_from_dir = { \
133   test -z "$$files" \
134     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
135     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
136          $(am__cd) "$$dir" && rm -f $$files; }; \
137   }
138 am__installdirs = "$(DESTDIR)$(rpmconfigdir)" \
139         "$(DESTDIR)$(rpmconfigdir)"
140 SCRIPTS = $(rpmconfig_SCRIPTS)
141 AM_V_P = $(am__v_P_@AM_V@)
142 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143 am__v_P_0 = false
144 am__v_P_1 = :
145 AM_V_GEN = $(am__v_GEN_@AM_V@)
146 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147 am__v_GEN_0 = @echo "  GEN     " $@;
148 am__v_GEN_1 = 
149 AM_V_at = $(am__v_at_@AM_V@)
150 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151 am__v_at_0 = @
152 am__v_at_1 = 
153 SOURCES =
154 DIST_SOURCES =
155 am__can_run_installinfo = \
156   case $$AM_UPDATE_INFO_DIR in \
157     n|no|NO) false;; \
158     *) (install-info --version) >/dev/null 2>&1;; \
159   esac
160 DATA = $(rpmconfig_DATA)
161 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \
163         $(top_srcdir)/rpm.am
164 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165 ACLOCAL = @ACLOCAL@
166 AMTAR = @AMTAR@
167 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
168 AR = @AR@
169 AS = @AS@
170 AUTOCONF = @AUTOCONF@
171 AUTOHEADER = @AUTOHEADER@
172 AUTOM4TE = @AUTOM4TE@
173 AUTOMAKE = @AUTOMAKE@
174 AWK = @AWK@
175 CC = @CC@
176 CCDEPMODE = @CCDEPMODE@
177 CFLAGS = @CFLAGS@
178 CPP = @CPP@
179 CPPFLAGS = @CPPFLAGS@
180 CXX = @CXX@
181 CXXCPP = @CXXCPP@
182 CXXDEPMODE = @CXXDEPMODE@
183 CXXFLAGS = @CXXFLAGS@
184 CYGPATH_W = @CYGPATH_W@
185 DBUS_CFLAGS = @DBUS_CFLAGS@
186 DBUS_LIBS = @DBUS_LIBS@
187 DEFS = @DEFS@
188 DEPDIR = @DEPDIR@
189 DLLTOOL = @DLLTOOL@
190 DOXYGEN = @DOXYGEN@
191 DSYMUTIL = @DSYMUTIL@
192 DUMPBIN = @DUMPBIN@
193 ECHO_C = @ECHO_C@
194 ECHO_N = @ECHO_N@
195 ECHO_T = @ECHO_T@
196 EGREP = @EGREP@
197 EXEEXT = @EXEEXT@
198 FGREP = @FGREP@
199 FIXPERMS = @FIXPERMS@
200 GMSGFMT = @GMSGFMT@
201 GMSGFMT_015 = @GMSGFMT_015@
202 GREP = @GREP@
203 HAVE_BN2BINPAD = @HAVE_BN2BINPAD@
204 HAVE_DOT = @HAVE_DOT@
205 HAVE_DSA_SET0_KEY = @HAVE_DSA_SET0_KEY@
206 HAVE_DSA_SET0_PQG = @HAVE_DSA_SET0_PQG@
207 HAVE_DSA_SIG_SET0 = @HAVE_DSA_SIG_SET0@
208 HAVE_EVP_MD_CTX_NEW = @HAVE_EVP_MD_CTX_NEW@
209 HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
210 HAVE_RSA_SET0_KEY = @HAVE_RSA_SET0_KEY@
211 INSTALL = @INSTALL@
212 INSTALL_DATA = @INSTALL_DATA@
213 INSTALL_PROGRAM = @INSTALL_PROGRAM@
214 INSTALL_SCRIPT = @INSTALL_SCRIPT@
215 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216 INTLLIBS = @INTLLIBS@
217 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
218 LD = @LD@
219 LDFLAGS = @LDFLAGS@
220 LIBICONV = @LIBICONV@
221 LIBINTL = @LIBINTL@
222 LIBOBJS = @LIBOBJS@
223 LIBS = @LIBS@
224 LIBTOOL = @LIBTOOL@
225 LIPO = @LIPO@
226 LMDB_CFLAGS = @LMDB_CFLAGS@
227 LMDB_LIBS = @LMDB_LIBS@
228 LMDB_REQUIRES = @LMDB_REQUIRES@
229 LN_S = @LN_S@
230 LTLIBICONV = @LTLIBICONV@
231 LTLIBINTL = @LTLIBINTL@
232 LTLIBOBJS = @LTLIBOBJS@
233 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
234 LUA_CFLAGS = @LUA_CFLAGS@
235 LUA_LIBS = @LUA_LIBS@
236 MAKEINFO = @MAKEINFO@
237 MANIFEST_TOOL = @MANIFEST_TOOL@
238 MKDIR_P = @MKDIR_P@
239 MSGFMT = @MSGFMT@
240 MSGFMT_015 = @MSGFMT_015@
241 MSGMERGE = @MSGMERGE@
242 NM = @NM@
243 NMEDIT = @NMEDIT@
244 OBJDUMP = @OBJDUMP@
245 OBJEXT = @OBJEXT@
246 OTOOL = @OTOOL@
247 OTOOL64 = @OTOOL64@
248 PACKAGE = @PACKAGE@
249 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250 PACKAGE_NAME = @PACKAGE_NAME@
251 PACKAGE_STRING = @PACKAGE_STRING@
252 PACKAGE_TARNAME = @PACKAGE_TARNAME@
253 PACKAGE_URL = @PACKAGE_URL@
254 PACKAGE_VERSION = @PACKAGE_VERSION@
255 PATH_SEPARATOR = @PATH_SEPARATOR@
256 PKGCONFIG = @PKGCONFIG@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 POSUB = @POSUB@
261 PYTHON = @PYTHON@
262 PYTHON_CFLAGS = @PYTHON_CFLAGS@
263 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
264 PYTHON_LIB = @PYTHON_LIB@
265 PYTHON_LIBS = @PYTHON_LIBS@
266 PYTHON_PLATFORM = @PYTHON_PLATFORM@
267 PYTHON_PREFIX = @PYTHON_PREFIX@
268 PYTHON_VERSION = @PYTHON_VERSION@
269 RANLIB = @RANLIB@
270 RPMCANONGNU = @RPMCANONGNU@
271 RPMCANONOS = @RPMCANONOS@
272 RPMCANONVENDOR = @RPMCANONVENDOR@
273 RPMCFLAGS = @RPMCFLAGS@
274 RPMCONFIGDIR = @RPMCONFIGDIR@
275 RUNDIR = @RUNDIR@
276 SED = @SED@
277 SET_MAKE = @SET_MAKE@
278 SHELL = @SHELL@
279 STRIP = @STRIP@
280 USE_NLS = @USE_NLS@
281 VERSION = @VERSION@
282 WITH_ACL_LIB = @WITH_ACL_LIB@
283 WITH_ARCHIVE_INCLUDE = @WITH_ARCHIVE_INCLUDE@
284 WITH_ARCHIVE_LIB = @WITH_ARCHIVE_LIB@
285 WITH_BEECRYPT_INCLUDE = @WITH_BEECRYPT_INCLUDE@
286 WITH_BEECRYPT_LIB = @WITH_BEECRYPT_LIB@
287 WITH_BZ2_LIB = @WITH_BZ2_LIB@
288 WITH_CAP_LIB = @WITH_CAP_LIB@
289 WITH_DB_LIB = @WITH_DB_LIB@
290 WITH_IMAEVM_LIB = @WITH_IMAEVM_LIB@
291 WITH_LIBDW_LIB = @WITH_LIBDW_LIB@
292 WITH_LIBELF_LIB = @WITH_LIBELF_LIB@
293 WITH_LZMA_LIB = @WITH_LZMA_LIB@
294 WITH_MAGIC_INCLUDE = @WITH_MAGIC_INCLUDE@
295 WITH_MAGIC_LIB = @WITH_MAGIC_LIB@
296 WITH_NSS_INCLUDE = @WITH_NSS_INCLUDE@
297 WITH_NSS_LIB = @WITH_NSS_LIB@
298 WITH_OPENSSL_INCLUDE = @WITH_OPENSSL_INCLUDE@
299 WITH_OPENSSL_LIB = @WITH_OPENSSL_LIB@
300 WITH_POPT_INCLUDE = @WITH_POPT_INCLUDE@
301 WITH_POPT_LIB = @WITH_POPT_LIB@
302 WITH_SELINUX_LIB = @WITH_SELINUX_LIB@
303 WITH_SEMANAGE_LIB = @WITH_SEMANAGE_LIB@
304 WITH_ZLIB_INCLUDE = @WITH_ZLIB_INCLUDE@
305 WITH_ZLIB_LIB = @WITH_ZLIB_LIB@
306 XGETTEXT = @XGETTEXT@
307 XGETTEXT_015 = @XGETTEXT_015@
308 YACC = @YACC@
309 YFLAGS = @YFLAGS@
310 ZSTD_CFLAGS = @ZSTD_CFLAGS@
311 ZSTD_LIBS = @ZSTD_LIBS@
312 ZSTD_REQUIRES = @ZSTD_REQUIRES@
313 __7ZIP = @__7ZIP@
314 __BZIP2 = @__BZIP2@
315 __BZR = @__BZR@
316 __CAT = @__CAT@
317 __CC = @__CC@
318 __CHGRP = @__CHGRP@
319 __CHMOD = @__CHMOD@
320 __CHOWN = @__CHOWN@
321 __CP = @__CP@
322 __CPIO = @__CPIO@
323 __CURL = @__CURL@
324 __FAKECHROOT = @__FAKECHROOT@
325 __FILE = @__FILE@
326 __GEM = @__GEM@
327 __GIT = @__GIT@
328 __GPG = @__GPG@
329 __GREP = @__GREP@
330 __GZIP = @__GZIP@
331 __HG = @__HG@
332 __ID = @__ID@
333 __INSTALL = @__INSTALL@
334 __LD = @__LD@
335 __LRZIP = @__LRZIP@
336 __LZIP = @__LZIP@
337 __MAKE = @__MAKE@
338 __MKDIR = @__MKDIR@
339 __MKDIR_P = @__MKDIR_P@
340 __MV = @__MV@
341 __NM = @__NM@
342 __OBJCOPY = @__OBJCOPY@
343 __OBJDUMP = @__OBJDUMP@
344 __PATCH = @__PATCH@
345 __PERL = @__PERL@
346 __PGP = @__PGP@
347 __PYTHON = @__PYTHON@
348 __QUILT = @__QUILT@
349 __RESTORECON = @__RESTORECON@
350 __RM = @__RM@
351 __RSH = @__RSH@
352 __SED = @__SED@
353 __SEMODULE = @__SEMODULE@
354 __SSH = @__SSH@
355 __STRIP = @__STRIP@
356 __TAR = @__TAR@
357 __UNZIP = @__UNZIP@
358 __XZ = @__XZ@
359 __ZSTD = @__ZSTD@
360 abs_builddir = @abs_builddir@
361 abs_srcdir = @abs_srcdir@
362 abs_top_builddir = @abs_top_builddir@
363 abs_top_srcdir = @abs_top_srcdir@
364 ac_ct_AR = @ac_ct_AR@
365 ac_ct_CC = @ac_ct_CC@
366 ac_ct_CXX = @ac_ct_CXX@
367 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
368 am__include = @am__include@
369 am__leading_dot = @am__leading_dot@
370 am__quote = @am__quote@
371 am__tar = @am__tar@
372 am__untar = @am__untar@
373 bindir = @bindir@
374 build = @build@
375 build_alias = @build_alias@
376 build_cpu = @build_cpu@
377 build_os = @build_os@
378 build_vendor = @build_vendor@
379 builddir = @builddir@
380 datadir = @datadir@
381 datarootdir = @datarootdir@
382 dirstamp = @dirstamp@
383 docdir = @docdir@
384 dvidir = @dvidir@
385 exec_prefix = @exec_prefix@
386 host = @host@
387 host_alias = @host_alias@
388 host_cpu = @host_cpu@
389 host_os = @host_os@
390 host_vendor = @host_vendor@
391 htmldir = @htmldir@
392 includedir = @includedir@
393 infodir = @infodir@
394 install_sh = @install_sh@
395 libdir = @libdir@
396 libexecdir = @libexecdir@
397 localedir = @localedir@
398 localstatedir = @localstatedir@
399 mandir = @mandir@
400 mkdir_p = @mkdir_p@
401 oldincludedir = @oldincludedir@
402 pdfdir = @pdfdir@
403 pkgpyexecdir = @pkgpyexecdir@
404 pkgpythondir = @pkgpythondir@
405 prefix = @prefix@
406 program_transform_name = @program_transform_name@
407 psdir = @psdir@
408 pyexecdir = @pyexecdir@
409 pythondir = @pythondir@
410 sbindir = @sbindir@
411 sharedstatedir = @sharedstatedir@
412 srcdir = @srcdir@
413 subdirs = @subdirs@
414 sysconfdir = @sysconfdir@
415 target_alias = @target_alias@
416 top_build_prefix = @top_build_prefix@
417 top_builddir = @top_builddir@
418 top_srcdir = @top_srcdir@
419
420 # Internal binaries
421 rpmlibexecdir = $(prefix)/lib/rpm
422
423 # Host independent config files
424 rpmconfigdir = $(prefix)/lib/rpm
425
426 # Libtool version (current-revision-age) for all our libraries
427 rpm_version_info = 8:1:0
428 AM_CFLAGS = @RPMCFLAGS@
429 CLEANFILES = 
430 EXTRA_DIST = \
431         brp-compress brp-python-bytecompile brp-java-gcjcompile \
432         brp-strip brp-strip-comment-note brp-python-hardlink \
433         brp-strip-shared brp-strip-static-archive \
434         check-files check-prereqs \
435         check-buildroot check-rpaths check-rpaths-worker \
436         debuginfo.prov \
437         find-debuginfo.sh find-lang.sh \
438         perl.prov perl.req pythondeps.sh pythondistdeps.py \
439         python-macro-helper \
440         rpmdb_loadcvt rpm.daily rpm.log rpm.supp rpm2cpio.sh \
441         tgpg vpkg-provides.sh \
442         find-requires find-provides \
443         find-requires.php find-provides.php \
444         mono-find-requires mono-find-provides \
445         ocaml-find-requires.sh ocaml-find-provides.sh \
446         pkgconfigdeps.sh libtooldeps.sh metainfo.prov \
447         fontconfig.prov desktop-file.prov script.req \
448         macros.perl macros.php macros.python
449
450 rpmconfig_SCRIPTS = \
451         brp-compress brp-python-bytecompile brp-java-gcjcompile \
452         brp-strip brp-strip-comment-note brp-python-hardlink \
453         brp-strip-shared brp-strip-static-archive \
454         check-files check-prereqs \
455         check-buildroot check-rpaths check-rpaths-worker \
456         debuginfo.prov \
457         find-lang.sh find-requires find-provides \
458         perl.prov perl.req pythondeps.sh pythondistdeps.py \
459         python-macro-helper \
460         metainfo.prov \
461         mono-find-requires mono-find-provides \
462         pkgconfigdeps.sh libtooldeps.sh \
463         ocaml-find-requires.sh ocaml-find-provides.sh \
464         fontconfig.prov desktop-file.prov script.req \
465         rpmdb_loadcvt rpm2cpio.sh tgpg 
466
467 rpmconfig_DATA = \
468         rpm.daily rpm.log rpm.supp \
469         macros.perl macros.php macros.python
470
471 all: all-am
472
473 .SUFFIXES:
474 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/rpm.am $(am__configure_deps)
475         @for dep in $?; do \
476           case '$(am__configure_deps)' in \
477             *$$dep*) \
478               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
479                 && { if test -f $@; then exit 0; else break; fi; }; \
480               exit 1;; \
481           esac; \
482         done; \
483         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
484         $(am__cd) $(top_srcdir) && \
485           $(AUTOMAKE) --foreign scripts/Makefile
486 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487         @case '$?' in \
488           *config.status*) \
489             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
490           *) \
491             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
492             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
493         esac;
494 $(top_srcdir)/rpm.am $(am__empty):
495
496 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
497         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498
499 $(top_srcdir)/configure:  $(am__configure_deps)
500         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
502         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
503 $(am__aclocal_m4_deps):
504 install-rpmconfigSCRIPTS: $(rpmconfig_SCRIPTS)
505         @$(NORMAL_INSTALL)
506         @list='$(rpmconfig_SCRIPTS)'; test -n "$(rpmconfigdir)" || list=; \
507         if test -n "$$list"; then \
508           echo " $(MKDIR_P) '$(DESTDIR)$(rpmconfigdir)'"; \
509           $(MKDIR_P) "$(DESTDIR)$(rpmconfigdir)" || exit 1; \
510         fi; \
511         for p in $$list; do \
512           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
514         done | \
515         sed -e 'p;s,.*/,,;n' \
516             -e 'h;s|.*|.|' \
517             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
518         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
519           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
520             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
521               if (++n[d] == $(am__install_max)) { \
522                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
523             else { print "f", d "/" $$4, $$1 } } \
524           END { for (d in files) print "f", d, files[d] }' | \
525         while read type dir files; do \
526              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
527              test -z "$$files" || { \
528                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(rpmconfigdir)$$dir'"; \
529                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(rpmconfigdir)$$dir" || exit $$?; \
530              } \
531         ; done
532
533 uninstall-rpmconfigSCRIPTS:
534         @$(NORMAL_UNINSTALL)
535         @list='$(rpmconfig_SCRIPTS)'; test -n "$(rpmconfigdir)" || exit 0; \
536         files=`for p in $$list; do echo "$$p"; done | \
537                sed -e 's,.*/,,;$(transform)'`; \
538         dir='$(DESTDIR)$(rpmconfigdir)'; $(am__uninstall_files_from_dir)
539
540 mostlyclean-libtool:
541         -rm -f *.lo
542
543 clean-libtool:
544         -rm -rf .libs _libs
545 install-rpmconfigDATA: $(rpmconfig_DATA)
546         @$(NORMAL_INSTALL)
547         @list='$(rpmconfig_DATA)'; test -n "$(rpmconfigdir)" || list=; \
548         if test -n "$$list"; then \
549           echo " $(MKDIR_P) '$(DESTDIR)$(rpmconfigdir)'"; \
550           $(MKDIR_P) "$(DESTDIR)$(rpmconfigdir)" || exit 1; \
551         fi; \
552         for p in $$list; do \
553           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
554           echo "$$d$$p"; \
555         done | $(am__base_list) | \
556         while read files; do \
557           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rpmconfigdir)'"; \
558           $(INSTALL_DATA) $$files "$(DESTDIR)$(rpmconfigdir)" || exit $$?; \
559         done
560
561 uninstall-rpmconfigDATA:
562         @$(NORMAL_UNINSTALL)
563         @list='$(rpmconfig_DATA)'; test -n "$(rpmconfigdir)" || list=; \
564         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
565         dir='$(DESTDIR)$(rpmconfigdir)'; $(am__uninstall_files_from_dir)
566 tags TAGS:
567
568 ctags CTAGS:
569
570 cscope cscopelist:
571
572
573 distdir: $(DISTFILES)
574         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576         list='$(DISTFILES)'; \
577           dist_files=`for file in $$list; do echo $$file; done | \
578           sed -e "s|^$$srcdirstrip/||;t" \
579               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
580         case $$dist_files in \
581           */*) $(MKDIR_P) `echo "$$dist_files" | \
582                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
583                            sort -u` ;; \
584         esac; \
585         for file in $$dist_files; do \
586           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
587           if test -d $$d/$$file; then \
588             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
589             if test -d "$(distdir)/$$file"; then \
590               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
591             fi; \
592             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
593               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
594               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595             fi; \
596             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
597           else \
598             test -f "$(distdir)/$$file" \
599             || cp -p $$d/$$file "$(distdir)/$$file" \
600             || exit 1; \
601           fi; \
602         done
603 check-am: all-am
604 check: check-am
605 all-am: Makefile $(SCRIPTS) $(DATA)
606 installdirs:
607         for dir in "$(DESTDIR)$(rpmconfigdir)" "$(DESTDIR)$(rpmconfigdir)"; do \
608           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
609         done
610 install: install-am
611 install-exec: install-exec-am
612 install-data: install-data-am
613 uninstall: uninstall-am
614
615 install-am: all-am
616         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
617
618 installcheck: installcheck-am
619 install-strip:
620         if test -z '$(STRIP)'; then \
621           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623               install; \
624         else \
625           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
628         fi
629 mostlyclean-generic:
630
631 clean-generic:
632         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
633
634 distclean-generic:
635         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
636         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
637
638 maintainer-clean-generic:
639         @echo "This command is intended for maintainers to use"
640         @echo "it deletes files that may require special tools to rebuild."
641 clean: clean-am
642
643 clean-am: clean-generic clean-libtool mostlyclean-am
644
645 distclean: distclean-am
646         -rm -f Makefile
647 distclean-am: clean-am distclean-generic
648
649 dvi: dvi-am
650
651 dvi-am:
652
653 html: html-am
654
655 html-am:
656
657 info: info-am
658
659 info-am:
660
661 install-data-am: install-rpmconfigDATA install-rpmconfigSCRIPTS
662
663 install-dvi: install-dvi-am
664
665 install-dvi-am:
666
667 install-exec-am:
668
669 install-html: install-html-am
670
671 install-html-am:
672
673 install-info: install-info-am
674
675 install-info-am:
676
677 install-man:
678
679 install-pdf: install-pdf-am
680
681 install-pdf-am:
682
683 install-ps: install-ps-am
684
685 install-ps-am:
686
687 installcheck-am:
688
689 maintainer-clean: maintainer-clean-am
690         -rm -f Makefile
691 maintainer-clean-am: distclean-am maintainer-clean-generic
692
693 mostlyclean: mostlyclean-am
694
695 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
696
697 pdf: pdf-am
698
699 pdf-am:
700
701 ps: ps-am
702
703 ps-am:
704
705 uninstall-am: uninstall-rpmconfigDATA uninstall-rpmconfigSCRIPTS
706
707 .MAKE: install-am install-strip
708
709 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
710         cscopelist-am ctags-am distclean distclean-generic \
711         distclean-libtool distdir dvi dvi-am html html-am info info-am \
712         install install-am install-data install-data-am install-dvi \
713         install-dvi-am install-exec install-exec-am install-html \
714         install-html-am install-info install-info-am install-man \
715         install-pdf install-pdf-am install-ps install-ps-am \
716         install-rpmconfigDATA install-rpmconfigSCRIPTS install-strip \
717         installcheck installcheck-am installdirs maintainer-clean \
718         maintainer-clean-generic mostlyclean mostlyclean-generic \
719         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
720         uninstall-am uninstall-rpmconfigDATA \
721         uninstall-rpmconfigSCRIPTS
722
723 .PRECIOUS: Makefile
724
725
726 # Tell versions [3.59,3.63) of GNU make to not export all variables.
727 # Otherwise a system limit (for SysV at least) may be exceeded.
728 .NOEXPORT: