Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # libpamc/test/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2020 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. #
  12. # Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de>
  13. #
  14. am__is_gnu_make = { \
  15. if test -z '$(MAKELEVEL)'; then \
  16. false; \
  17. elif test -n '$(MAKE_HOST)'; then \
  18. true; \
  19. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  20. true; \
  21. else \
  22. false; \
  23. fi; \
  24. }
  25. am__make_running_with_option = \
  26. case $${target_option-} in \
  27. ?) ;; \
  28. *) echo "am__make_running_with_option: internal error: invalid" \
  29. "target option '$${target_option-}' specified" >&2; \
  30. exit 1;; \
  31. esac; \
  32. has_opt=no; \
  33. sane_makeflags=$$MAKEFLAGS; \
  34. if $(am__is_gnu_make); then \
  35. sane_makeflags=$$MFLAGS; \
  36. else \
  37. case $$MAKEFLAGS in \
  38. *\\[\ \ ]*) \
  39. bs=\\; \
  40. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  41. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  42. esac; \
  43. fi; \
  44. skip_next=no; \
  45. strip_trailopt () \
  46. { \
  47. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  48. }; \
  49. for flg in $$sane_makeflags; do \
  50. test $$skip_next = yes && { skip_next=no; continue; }; \
  51. case $$flg in \
  52. *=*|--*) continue;; \
  53. -*I) strip_trailopt 'I'; skip_next=yes;; \
  54. -*I?*) strip_trailopt 'I';; \
  55. -*O) strip_trailopt 'O'; skip_next=yes;; \
  56. -*O?*) strip_trailopt 'O';; \
  57. -*l) strip_trailopt 'l'; skip_next=yes;; \
  58. -*l?*) strip_trailopt 'l';; \
  59. -[dEDm]) skip_next=yes;; \
  60. -[JT]) skip_next=yes;; \
  61. esac; \
  62. case $$flg in \
  63. *$$target_option*) has_opt=yes; break;; \
  64. esac; \
  65. done; \
  66. test $$has_opt = yes
  67. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  68. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  69. pkgdatadir = $(datadir)/Linux-PAM
  70. pkgincludedir = $(includedir)/Linux-PAM
  71. pkglibdir = $(libdir)/Linux-PAM
  72. pkglibexecdir = $(libexecdir)/Linux-PAM
  73. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  74. install_sh_DATA = $(install_sh) -c -m 644
  75. install_sh_PROGRAM = $(install_sh) -c
  76. install_sh_SCRIPT = $(install_sh) -c
  77. INSTALL_HEADER = $(INSTALL_DATA)
  78. transform = $(program_transform_name)
  79. NORMAL_INSTALL = :
  80. PRE_INSTALL = :
  81. POST_INSTALL = :
  82. NORMAL_UNINSTALL = :
  83. PRE_UNINSTALL = :
  84. POST_UNINSTALL = :
  85. build_triplet = x86_64-pc-linux-gnu
  86. host_triplet = arm-unknown-linux-gnueabihf
  87. subdir = libpamc/test
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
  90. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
  91. $(top_srcdir)/m4/intlmacosx.m4 \
  92. $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
  93. $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
  94. $(top_srcdir)/m4/ld-no-undefined.m4 \
  95. $(top_srcdir)/m4/ld-z-now.m4 $(top_srcdir)/m4/lib-ld.m4 \
  96. $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
  97. $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
  98. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  99. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  100. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
  101. $(top_srcdir)/m4/progtest.m4 \
  102. $(top_srcdir)/m4/warn_lang_flags.m4 \
  103. $(top_srcdir)/m4/warnings.m4 $(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 = $(install_sh) -d
  108. CONFIG_HEADER = $(top_builddir)/config.h
  109. CONFIG_CLEAN_FILES =
  110. CONFIG_CLEAN_VPATH_FILES =
  111. AM_V_P = $(am__v_P_$(V))
  112. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  113. am__v_P_0 = false
  114. am__v_P_1 = :
  115. AM_V_GEN = $(am__v_GEN_$(V))
  116. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  117. am__v_GEN_0 = @echo " GEN " $@;
  118. am__v_GEN_1 =
  119. AM_V_at = $(am__v_at_$(V))
  120. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  121. am__v_at_0 = @
  122. am__v_at_1 =
  123. SOURCES =
  124. DIST_SOURCES =
  125. am__can_run_installinfo = \
  126. case $$AM_UPDATE_INFO_DIR in \
  127. n|no|NO) false;; \
  128. *) (install-info --version) >/dev/null 2>&1;; \
  129. esac
  130. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  131. am__DIST_COMMON = $(srcdir)/Makefile.in
  132. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  133. ACLOCAL = ${SHELL} '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/build-aux/missing' aclocal-1.16
  134. AMTAR = $${TAR-tar}
  135. AM_DEFAULT_VERBOSITY = 1
  136. AR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar
  137. AUTOCONF = ${SHELL} '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/build-aux/missing' autoconf
  138. AUTOHEADER = ${SHELL} '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/build-aux/missing' autoheader
  139. AUTOMAKE = ${SHELL} '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/build-aux/missing' automake-1.16
  140. AWK = gawk
  141. BROWSER =
  142. BUILD_CFLAGS =
  143. BUILD_CPPFLAGS =
  144. BUILD_LDFLAGS =
  145. CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
  146. CCDEPMODE = depmode=gcc3
  147. CC_FOR_BUILD = gcc
  148. CFLAGS = -g -O2
  149. CPP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
  150. CPPFLAGS =
  151. CRYPTO_LIBS =
  152. CRYPT_CFLAGS =
  153. CRYPT_LIBS = -lcrypt
  154. CYGPATH_W = echo
  155. DEFS = -DHAVE_CONFIG_H
  156. DEPDIR = .deps
  157. DLLTOOL = false
  158. DSYMUTIL =
  159. DUMPBIN = :
  160. ECHO_C =
  161. ECHO_N = -n
  162. ECHO_T =
  163. ECONF_CFLAGS =
  164. ECONF_LIBS =
  165. EGREP = /bin/grep -E
  166. EXEEXT =
  167. EXE_CFLAGS = -fpie
  168. EXE_LDFLAGS = -pie -Wl,-z,now
  169. FGREP = /bin/grep -F
  170. FO2PDF =
  171. GETTEXT_MACRO_VERSION = 0.18
  172. GMSGFMT = /usr/bin/msgfmt
  173. GMSGFMT_015 = /usr/bin/msgfmt
  174. GREP = /bin/grep
  175. INSTALL = /usr/bin/install -c
  176. INSTALL_DATA = ${INSTALL} -m 644
  177. INSTALL_PROGRAM = ${INSTALL}
  178. INSTALL_SCRIPT = ${INSTALL}
  179. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  180. INTLLIBS =
  181. INTL_MACOSX_LIBS =
  182. LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
  183. LDFLAGS = -Wl,--as-needed -Wl,--no-undefined -Wl,-O1
  184. LEX = flex
  185. LEXLIB = -lfl
  186. LEX_OUTPUT_ROOT = lex.yy
  187. LIBAUDIT =
  188. LIBCRYPT = -lcrypt
  189. LIBDB =
  190. LIBDL = -ldl
  191. LIBICONV = -liconv
  192. LIBINTL =
  193. LIBOBJS = ${LIBOBJDIR}memcmp$U.o
  194. LIBPRELUDE_CFLAGS =
  195. LIBPRELUDE_CONFIG = no
  196. LIBPRELUDE_CONFIG_PREFIX =
  197. LIBPRELUDE_LDFLAGS =
  198. LIBPRELUDE_LIBS =
  199. LIBPRELUDE_PREFIX =
  200. LIBPRELUDE_PTHREAD_CFLAGS =
  201. LIBS =
  202. LIBSELINUX =
  203. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  204. LIPO =
  205. LN_S = ln -s
  206. LTLIBICONV = -liconv
  207. LTLIBINTL =
  208. LTLIBOBJS = ${LIBOBJDIR}memcmp$U.lo
  209. LT_SYS_LIBRARY_PATH =
  210. MAKEINFO = ${SHELL} '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/build-aux/missing' makeinfo
  211. MANIFEST_TOOL = :
  212. MKDIR_P = /bin/mkdir -p
  213. MSGFMT = /usr/bin/msgfmt
  214. MSGFMT_015 = /usr/bin/msgfmt
  215. MSGMERGE = /usr/bin/msgmerge
  216. NIS_CFLAGS =
  217. NIS_LIBS =
  218. NM = nm
  219. NMEDIT =
  220. NSL_CFLAGS =
  221. NSL_LIBS = -lnsl
  222. OBJDUMP = objdump
  223. OBJEXT = o
  224. OTOOL =
  225. OTOOL64 =
  226. PACKAGE = Linux-PAM
  227. PACKAGE_BUGREPORT =
  228. PACKAGE_NAME = Linux-PAM
  229. PACKAGE_STRING = Linux-PAM 1.5.2
  230. PACKAGE_TARNAME = Linux-PAM
  231. PACKAGE_URL =
  232. PACKAGE_VERSION = 1.5.2
  233. PATH_SEPARATOR = :
  234. PKG_CONFIG = /usr/bin/pkg-config
  235. PKG_CONFIG_LIBDIR =
  236. PKG_CONFIG_PATH =
  237. POSUB = po
  238. RANLIB = ranlib
  239. SCONFIGDIR = ${prefix}/etc/security
  240. SECUREDIR = ${exec_prefix}/lib/security
  241. SED = /bin/sed
  242. SET_MAKE =
  243. SHELL = /bin/bash
  244. STRINGPARAM_HMAC =
  245. STRINGPARAM_VENDORDIR = --stringparam vendordir '<vendordir>'
  246. STRIP = strip
  247. TIRPC_CFLAGS =
  248. TIRPC_LIBS =
  249. USE_NLS = yes
  250. VERSION = 1.5.2
  251. WARN_CFLAGS = -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeprecated -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wuninitialized -Wwrite-strings
  252. XGETTEXT = /usr/bin/xgettext
  253. XGETTEXT_015 = /usr/bin/xgettext
  254. XGETTEXT_EXTRA_OPTIONS =
  255. XMLCATALOG = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/bin/xmlcatalog
  256. XMLLINT = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/bin/xmllint
  257. XML_CATALOG_FILE = /etc/xml/catalog
  258. XSLTPROC = /usr/bin/xsltproc
  259. YACC = bison -y
  260. YFLAGS =
  261. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/libpamc/test
  262. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/libpamc/test
  263. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2
  264. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2
  265. ac_ct_AR =
  266. ac_ct_CC =
  267. ac_ct_DUMPBIN = link -dump
  268. am__include = include
  269. am__leading_dot = .
  270. am__quote =
  271. am__tar = $${TAR-tar} chof - "$$tardir"
  272. am__untar = $${TAR-tar} xf -
  273. bindir = ${exec_prefix}/bin
  274. build = x86_64-pc-linux-gnu
  275. build_alias =
  276. build_cpu = x86_64
  277. build_os = linux-gnu
  278. build_vendor = pc
  279. builddir = .
  280. datadir = ${datarootdir}
  281. datarootdir = ${prefix}/share
  282. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  283. dvidir = ${docdir}
  284. exec_prefix = ${prefix}
  285. host = arm-unknown-linux-gnueabihf
  286. host_alias = arm-linux-gnueabihf
  287. host_cpu = arm
  288. host_os = linux-gnueabihf
  289. host_vendor = unknown
  290. htmldir = ${docdir}
  291. includedir = ${prefix}/include
  292. infodir = ${datarootdir}/info
  293. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/build-aux/install-sh
  294. libdir = ${exec_prefix}/lib
  295. libexecdir = ${exec_prefix}/libexec
  296. localedir = ${datarootdir}/locale
  297. localstatedir = ${prefix}/var
  298. mandir = ${datarootdir}/man
  299. mkdir_p = $(MKDIR_P)
  300. oldincludedir = /usr/include
  301. pam_xauth_path = /usr/bin/xauth
  302. pdfdir = ${docdir}
  303. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/linux-pam-1.5.2/release
  304. program_transform_name = s,x,x,
  305. psdir = ${docdir}
  306. sbindir = ${exec_prefix}/sbin
  307. sharedstatedir = ${prefix}/com
  308. srcdir = .
  309. sysconfdir = ${prefix}/etc
  310. systemdunitdir =
  311. target_alias =
  312. top_build_prefix = ../../
  313. top_builddir = ../..
  314. top_srcdir = ../..
  315. AUTOMAKE_OPTIONS = 1.6 gnits
  316. CLEANFILES = *~ */*~
  317. EXTRA_DIST = agents/secret@here modules/Makefile modules/pam_secret.c \
  318. regress/Makefile regress/run_test.sh regress/test.libpamc.c \
  319. regress/test.secret@here
  320. all: all-am
  321. .SUFFIXES:
  322. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  323. @for dep in $?; do \
  324. case '$(am__configure_deps)' in \
  325. *$$dep*) \
  326. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  327. && { if test -f $@; then exit 0; else break; fi; }; \
  328. exit 1;; \
  329. esac; \
  330. done; \
  331. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libpamc/test/Makefile'; \
  332. $(am__cd) $(top_srcdir) && \
  333. $(AUTOMAKE) --gnits libpamc/test/Makefile
  334. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  335. @case '$?' in \
  336. *config.status*) \
  337. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  338. *) \
  339. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  340. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  341. esac;
  342. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  343. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  344. $(top_srcdir)/configure: $(am__configure_deps)
  345. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  346. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  347. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  348. $(am__aclocal_m4_deps):
  349. mostlyclean-libtool:
  350. -rm -f *.lo
  351. clean-libtool:
  352. -rm -rf .libs _libs
  353. tags TAGS:
  354. ctags CTAGS:
  355. cscope cscopelist:
  356. distdir: $(BUILT_SOURCES)
  357. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  358. distdir-am: $(DISTFILES)
  359. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  360. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  361. list='$(DISTFILES)'; \
  362. dist_files=`for file in $$list; do echo $$file; done | \
  363. sed -e "s|^$$srcdirstrip/||;t" \
  364. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  365. case $$dist_files in \
  366. */*) $(MKDIR_P) `echo "$$dist_files" | \
  367. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  368. sort -u` ;; \
  369. esac; \
  370. for file in $$dist_files; do \
  371. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  372. if test -d $$d/$$file; then \
  373. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  374. if test -d "$(distdir)/$$file"; then \
  375. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  376. fi; \
  377. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  378. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  379. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  380. fi; \
  381. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  382. else \
  383. test -f "$(distdir)/$$file" \
  384. || cp -p $$d/$$file "$(distdir)/$$file" \
  385. || exit 1; \
  386. fi; \
  387. done
  388. check-am: all-am
  389. check: check-am
  390. all-am: Makefile
  391. installdirs:
  392. install: install-am
  393. install-exec: install-exec-am
  394. install-data: install-data-am
  395. uninstall: uninstall-am
  396. install-am: all-am
  397. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  398. installcheck: installcheck-am
  399. install-strip:
  400. if test -z '$(STRIP)'; then \
  401. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  402. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  403. install; \
  404. else \
  405. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  406. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  407. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  408. fi
  409. mostlyclean-generic:
  410. clean-generic:
  411. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  412. distclean-generic:
  413. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  414. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  415. maintainer-clean-generic:
  416. @echo "This command is intended for maintainers to use"
  417. @echo "it deletes files that may require special tools to rebuild."
  418. clean: clean-am
  419. clean-am: clean-generic clean-libtool mostlyclean-am
  420. distclean: distclean-am
  421. -rm -f Makefile
  422. distclean-am: clean-am distclean-generic
  423. dvi: dvi-am
  424. dvi-am:
  425. html: html-am
  426. html-am:
  427. info: info-am
  428. info-am:
  429. install-data-am:
  430. install-dvi: install-dvi-am
  431. install-dvi-am:
  432. install-exec-am:
  433. install-html: install-html-am
  434. install-html-am:
  435. install-info: install-info-am
  436. install-info-am:
  437. install-man:
  438. install-pdf: install-pdf-am
  439. install-pdf-am:
  440. install-ps: install-ps-am
  441. install-ps-am:
  442. installcheck-am:
  443. maintainer-clean: maintainer-clean-am
  444. -rm -f Makefile
  445. maintainer-clean-am: distclean-am maintainer-clean-generic
  446. mostlyclean: mostlyclean-am
  447. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  448. pdf: pdf-am
  449. pdf-am:
  450. ps: ps-am
  451. ps-am:
  452. uninstall-am:
  453. .MAKE: install-am install-strip
  454. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  455. cscopelist-am ctags-am distclean distclean-generic \
  456. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  457. install install-am install-data install-data-am install-dvi \
  458. install-dvi-am install-exec install-exec-am install-html \
  459. install-html-am install-info install-info-am install-man \
  460. install-pdf install-pdf-am install-ps install-ps-am \
  461. install-strip installcheck installcheck-am installdirs \
  462. maintainer-clean maintainer-clean-generic mostlyclean \
  463. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  464. tags-am uninstall uninstall-am
  465. .PRECIOUS: Makefile
  466. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  467. # Otherwise a system limit (for SysV at least) may be exceeded.
  468. .NOEXPORT: