Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = src/systemd
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. DIST_COMMON = $(srcdir)/Makefile.am $(dist_libexec_SCRIPTS) \
  93. $(dist_systemdsystemunit_DATA) $(am__DIST_COMMON)
  94. mkinstalldirs = $(install_sh) -d
  95. CONFIG_CLEAN_FILES =
  96. CONFIG_CLEAN_VPATH_FILES =
  97. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  98. am__vpath_adj = case $$p in \
  99. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  100. *) f=$$p;; \
  101. esac;
  102. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  103. am__install_max = 40
  104. am__nobase_strip_setup = \
  105. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  106. am__nobase_strip = \
  107. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  108. am__nobase_list = $(am__nobase_strip_setup); \
  109. for p in $$list; do echo "$$p $$p"; done | \
  110. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  111. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  112. if (++n[$$2] == $(am__install_max)) \
  113. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  114. END { for (dir in files) print dir, files[dir] }'
  115. am__base_list = \
  116. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  117. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  118. am__uninstall_files_from_dir = { \
  119. test -z "$$files" \
  120. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  121. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  122. $(am__cd) "$$dir" && rm -f $$files; }; \
  123. }
  124. am__installdirs = "$(DESTDIR)$(libexecdir)" \
  125. "$(DESTDIR)$(systemdsystemunitdir)" \
  126. "$(DESTDIR)$(systemdsystemunitdir)"
  127. SCRIPTS = $(dist_libexec_SCRIPTS)
  128. AM_V_P = $(am__v_P_@AM_V@)
  129. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  130. am__v_P_0 = false
  131. am__v_P_1 = :
  132. AM_V_GEN = $(am__v_GEN_@AM_V@)
  133. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  134. am__v_GEN_0 = @echo " GEN " $@;
  135. am__v_GEN_1 =
  136. AM_V_at = $(am__v_at_@AM_V@)
  137. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  138. am__v_at_0 = @
  139. am__v_at_1 =
  140. SOURCES =
  141. DIST_SOURCES =
  142. am__can_run_installinfo = \
  143. case $$AM_UPDATE_INFO_DIR in \
  144. n|no|NO) false;; \
  145. *) (install-info --version) >/dev/null 2>&1;; \
  146. esac
  147. DATA = $(dist_systemdsystemunit_DATA) $(nodist_systemdsystemunit_DATA)
  148. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  149. am__DIST_COMMON = $(srcdir)/Makefile.in
  150. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  151. ACLOCAL = @ACLOCAL@
  152. AMTAR = @AMTAR@
  153. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  154. AUTOCONF = @AUTOCONF@
  155. AUTOHEADER = @AUTOHEADER@
  156. AUTOMAKE = @AUTOMAKE@
  157. AWK = @AWK@
  158. CC = @CC@
  159. CCDEPMODE = @CCDEPMODE@
  160. CFLAGS = @CFLAGS@
  161. CLEVIS_CFLAGS = @CLEVIS_CFLAGS@
  162. CLEVIS_GROUP = @CLEVIS_GROUP@
  163. CLEVIS_USER = @CLEVIS_USER@
  164. CPPFLAGS = @CPPFLAGS@
  165. CYGPATH_W = @CYGPATH_W@
  166. DEFS = @DEFS@
  167. DEPDIR = @DEPDIR@
  168. ECHO_C = @ECHO_C@
  169. ECHO_N = @ECHO_N@
  170. ECHO_T = @ECHO_T@
  171. EXEEXT = @EXEEXT@
  172. INSTALL = @INSTALL@
  173. INSTALL_DATA = @INSTALL_DATA@
  174. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  175. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  176. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  177. LDFLAGS = @LDFLAGS@
  178. LIBOBJS = @LIBOBJS@
  179. LIBS = @LIBS@
  180. LTLIBOBJS = @LTLIBOBJS@
  181. MAKEINFO = @MAKEINFO@
  182. MKDIR_P = @MKDIR_P@
  183. OBJEXT = @OBJEXT@
  184. PACKAGE = @PACKAGE@
  185. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  186. PACKAGE_NAME = @PACKAGE_NAME@
  187. PACKAGE_STRING = @PACKAGE_STRING@
  188. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  189. PACKAGE_URL = @PACKAGE_URL@
  190. PACKAGE_VERSION = @PACKAGE_VERSION@
  191. PATH_SEPARATOR = @PATH_SEPARATOR@
  192. PKG_CONFIG = @PKG_CONFIG@
  193. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  194. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  195. PWMAKE = @PWMAKE@
  196. RANLIB = @RANLIB@
  197. SD_ACTIVATE = @SD_ACTIVATE@
  198. SED = @SED@
  199. SET_MAKE = @SET_MAKE@
  200. SHELL = @SHELL@
  201. STRIP = @STRIP@
  202. TPM2_TOOLS = @TPM2_TOOLS@
  203. VERSION = @VERSION@
  204. abs_builddir = @abs_builddir@
  205. abs_srcdir = @abs_srcdir@
  206. abs_top_builddir = @abs_top_builddir@
  207. abs_top_srcdir = @abs_top_srcdir@
  208. ac_ct_CC = @ac_ct_CC@
  209. am__include = @am__include@
  210. am__leading_dot = @am__leading_dot@
  211. am__quote = @am__quote@
  212. am__tar = @am__tar@
  213. am__untar = @am__untar@
  214. audit_CFLAGS = @audit_CFLAGS@
  215. audit_LIBS = @audit_LIBS@
  216. bindir = @bindir@
  217. build = @build@
  218. build_alias = @build_alias@
  219. build_cpu = @build_cpu@
  220. build_os = @build_os@
  221. build_vendor = @build_vendor@
  222. builddir = @builddir@
  223. datadir = @datadir@
  224. datarootdir = @datarootdir@
  225. docdir = @docdir@
  226. dracut_CFLAGS = @dracut_CFLAGS@
  227. dracut_LIBS = @dracut_LIBS@
  228. dracutmodulesdir = @dracutmodulesdir@
  229. dvidir = @dvidir@
  230. exec_prefix = @exec_prefix@
  231. host = @host@
  232. host_alias = @host_alias@
  233. host_cpu = @host_cpu@
  234. host_os = @host_os@
  235. host_vendor = @host_vendor@
  236. htmldir = @htmldir@
  237. includedir = @includedir@
  238. infodir = @infodir@
  239. install_sh = @install_sh@
  240. jansson_CFLAGS = @jansson_CFLAGS@
  241. jansson_LIBS = @jansson_LIBS@
  242. jose_CFLAGS = @jose_CFLAGS@
  243. jose_LIBS = @jose_LIBS@
  244. libcrypto_CFLAGS = @libcrypto_CFLAGS@
  245. libcrypto_LIBS = @libcrypto_LIBS@
  246. libdir = @libdir@
  247. libexecdir = @libexecdir@
  248. localedir = @localedir@
  249. localstatedir = @localstatedir@
  250. luksmeta_CFLAGS = @luksmeta_CFLAGS@
  251. luksmeta_LIBS = @luksmeta_LIBS@
  252. mandir = @mandir@
  253. mkdir_p = @mkdir_p@
  254. oldincludedir = @oldincludedir@
  255. pdfdir = @pdfdir@
  256. prefix = @prefix@
  257. program_transform_name = @program_transform_name@
  258. psdir = @psdir@
  259. sbindir = @sbindir@
  260. sharedstatedir = @sharedstatedir@
  261. srcdir = @srcdir@
  262. sysconfdir = @sysconfdir@
  263. systemd_CFLAGS = @systemd_CFLAGS@
  264. systemd_LIBS = @systemd_LIBS@
  265. systemdsystemunitdir = @systemdsystemunitdir@
  266. target = @target@
  267. target_alias = @target_alias@
  268. target_cpu = @target_cpu@
  269. target_os = @target_os@
  270. target_vendor = @target_vendor@
  271. top_build_prefix = @top_build_prefix@
  272. top_builddir = @top_builddir@
  273. top_srcdir = @top_srcdir@
  274. udisks2_CFLAGS = @udisks2_CFLAGS@
  275. udisks2_LIBS = @udisks2_LIBS@
  276. nodist_systemdsystemunit_DATA = clevis-luks-askpass.service
  277. dist_systemdsystemunit_DATA = clevis-luks-askpass.path
  278. dist_libexec_SCRIPTS = clevis-luks-askpass
  279. CLEANFILES = clevis-luks-askpass.service
  280. EXTRA_DIST = clevis-luks-askpass.service.in
  281. all: all-am
  282. .SUFFIXES:
  283. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  284. @for dep in $?; do \
  285. case '$(am__configure_deps)' in \
  286. *$$dep*) \
  287. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  288. && { if test -f $@; then exit 0; else break; fi; }; \
  289. exit 1;; \
  290. esac; \
  291. done; \
  292. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/systemd/Makefile'; \
  293. $(am__cd) $(top_srcdir) && \
  294. $(AUTOMAKE) --foreign src/systemd/Makefile
  295. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  296. @case '$?' in \
  297. *config.status*) \
  298. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  299. *) \
  300. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  301. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  302. esac;
  303. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  304. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  305. $(top_srcdir)/configure: $(am__configure_deps)
  306. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  307. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  308. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  309. $(am__aclocal_m4_deps):
  310. install-dist_libexecSCRIPTS: $(dist_libexec_SCRIPTS)
  311. @$(NORMAL_INSTALL)
  312. @list='$(dist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
  313. if test -n "$$list"; then \
  314. echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
  315. $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
  316. fi; \
  317. for p in $$list; do \
  318. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  319. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  320. done | \
  321. sed -e 'p;s,.*/,,;n' \
  322. -e 'h;s|.*|.|' \
  323. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  324. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  325. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  326. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  327. if (++n[d] == $(am__install_max)) { \
  328. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  329. else { print "f", d "/" $$4, $$1 } } \
  330. END { for (d in files) print "f", d, files[d] }' | \
  331. while read type dir files; do \
  332. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  333. test -z "$$files" || { \
  334. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
  335. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
  336. } \
  337. ; done
  338. uninstall-dist_libexecSCRIPTS:
  339. @$(NORMAL_UNINSTALL)
  340. @list='$(dist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
  341. files=`for p in $$list; do echo "$$p"; done | \
  342. sed -e 's,.*/,,;$(transform)'`; \
  343. dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
  344. install-dist_systemdsystemunitDATA: $(dist_systemdsystemunit_DATA)
  345. @$(NORMAL_INSTALL)
  346. @list='$(dist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
  347. if test -n "$$list"; then \
  348. echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
  349. $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
  350. fi; \
  351. for p in $$list; do \
  352. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  353. echo "$$d$$p"; \
  354. done | $(am__base_list) | \
  355. while read files; do \
  356. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
  357. $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
  358. done
  359. uninstall-dist_systemdsystemunitDATA:
  360. @$(NORMAL_UNINSTALL)
  361. @list='$(dist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
  362. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  363. dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
  364. install-nodist_systemdsystemunitDATA: $(nodist_systemdsystemunit_DATA)
  365. @$(NORMAL_INSTALL)
  366. @list='$(nodist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
  367. if test -n "$$list"; then \
  368. echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
  369. $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
  370. fi; \
  371. for p in $$list; do \
  372. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  373. echo "$$d$$p"; \
  374. done | $(am__base_list) | \
  375. while read files; do \
  376. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
  377. $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
  378. done
  379. uninstall-nodist_systemdsystemunitDATA:
  380. @$(NORMAL_UNINSTALL)
  381. @list='$(nodist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
  382. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  383. dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
  384. tags TAGS:
  385. ctags CTAGS:
  386. cscope cscopelist:
  387. distdir: $(DISTFILES)
  388. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  389. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  390. list='$(DISTFILES)'; \
  391. dist_files=`for file in $$list; do echo $$file; done | \
  392. sed -e "s|^$$srcdirstrip/||;t" \
  393. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  394. case $$dist_files in \
  395. */*) $(MKDIR_P) `echo "$$dist_files" | \
  396. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  397. sort -u` ;; \
  398. esac; \
  399. for file in $$dist_files; do \
  400. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  401. if test -d $$d/$$file; then \
  402. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  403. if test -d "$(distdir)/$$file"; then \
  404. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  405. fi; \
  406. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  407. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  408. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  409. fi; \
  410. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  411. else \
  412. test -f "$(distdir)/$$file" \
  413. || cp -p $$d/$$file "$(distdir)/$$file" \
  414. || exit 1; \
  415. fi; \
  416. done
  417. check-am: all-am
  418. check: check-am
  419. all-am: Makefile $(SCRIPTS) $(DATA)
  420. installdirs:
  421. for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(systemdsystemunitdir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
  422. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  423. done
  424. install: install-am
  425. install-exec: install-exec-am
  426. install-data: install-data-am
  427. uninstall: uninstall-am
  428. install-am: all-am
  429. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  430. installcheck: installcheck-am
  431. install-strip:
  432. if test -z '$(STRIP)'; then \
  433. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  434. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  435. install; \
  436. else \
  437. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  438. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  439. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  440. fi
  441. mostlyclean-generic:
  442. clean-generic:
  443. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  444. distclean-generic:
  445. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  446. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  447. maintainer-clean-generic:
  448. @echo "This command is intended for maintainers to use"
  449. @echo "it deletes files that may require special tools to rebuild."
  450. clean: clean-am
  451. clean-am: clean-generic mostlyclean-am
  452. distclean: distclean-am
  453. -rm -f Makefile
  454. distclean-am: clean-am distclean-generic
  455. dvi: dvi-am
  456. dvi-am:
  457. html: html-am
  458. html-am:
  459. info: info-am
  460. info-am:
  461. install-data-am: install-dist_systemdsystemunitDATA \
  462. install-nodist_systemdsystemunitDATA
  463. install-dvi: install-dvi-am
  464. install-dvi-am:
  465. install-exec-am: install-dist_libexecSCRIPTS
  466. install-html: install-html-am
  467. install-html-am:
  468. install-info: install-info-am
  469. install-info-am:
  470. install-man:
  471. install-pdf: install-pdf-am
  472. install-pdf-am:
  473. install-ps: install-ps-am
  474. install-ps-am:
  475. installcheck-am:
  476. maintainer-clean: maintainer-clean-am
  477. -rm -f Makefile
  478. maintainer-clean-am: distclean-am maintainer-clean-generic
  479. mostlyclean: mostlyclean-am
  480. mostlyclean-am: mostlyclean-generic
  481. pdf: pdf-am
  482. pdf-am:
  483. ps: ps-am
  484. ps-am:
  485. uninstall-am: uninstall-dist_libexecSCRIPTS \
  486. uninstall-dist_systemdsystemunitDATA \
  487. uninstall-nodist_systemdsystemunitDATA
  488. .MAKE: install-am install-strip
  489. .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
  490. ctags-am distclean distclean-generic distdir dvi dvi-am html \
  491. html-am info info-am install install-am install-data \
  492. install-data-am install-dist_libexecSCRIPTS \
  493. install-dist_systemdsystemunitDATA install-dvi install-dvi-am \
  494. install-exec install-exec-am install-html install-html-am \
  495. install-info install-info-am install-man \
  496. install-nodist_systemdsystemunitDATA install-pdf \
  497. install-pdf-am install-ps install-ps-am install-strip \
  498. installcheck installcheck-am installdirs maintainer-clean \
  499. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  500. pdf-am ps ps-am tags-am uninstall uninstall-am \
  501. uninstall-dist_libexecSCRIPTS \
  502. uninstall-dist_systemdsystemunitDATA \
  503. uninstall-nodist_systemdsystemunitDATA
  504. .PRECIOUS: Makefile
  505. %: %.in
  506. $(AM_V_GEN)mkdir -p $(dir $@)
  507. $(AM_V_GEN)$(SED) \
  508. -e 's,@libexecdir\@,$(libexecdir),g' \
  509. $(srcdir)/$@.in > $@
  510. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  511. # Otherwise a system limit (for SysV at least) may be exceeded.
  512. .NOEXPORT: