Makefile.in 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 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. sbin_PROGRAMS = birq$(EXEEXT)
  85. subdir = .
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  88. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  89. $(ACLOCAL_M4)
  90. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  91. $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
  92. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  93. configure.lineno config.status.lineno
  94. mkinstalldirs = $(install_sh) -d
  95. CONFIG_HEADER = config.h
  96. CONFIG_CLEAN_FILES =
  97. CONFIG_CLEAN_VPATH_FILES =
  98. am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(libdir)"
  99. PROGRAMS = $(sbin_PROGRAMS)
  100. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  101. am__vpath_adj = case $$p in \
  102. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  103. *) f=$$p;; \
  104. esac;
  105. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  106. am__install_max = 40
  107. am__nobase_strip_setup = \
  108. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  109. am__nobase_strip = \
  110. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  111. am__nobase_list = $(am__nobase_strip_setup); \
  112. for p in $$list; do echo "$$p $$p"; done | \
  113. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  114. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  115. if (++n[$$2] == $(am__install_max)) \
  116. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  117. END { for (dir in files) print dir, files[dir] }'
  118. am__base_list = \
  119. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  120. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  121. am__uninstall_files_from_dir = { \
  122. test -z "$$files" \
  123. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  124. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  125. $(am__cd) "$$dir" && rm -f $$files; }; \
  126. }
  127. LIBRARIES = $(lib_LIBRARIES) $(noinst_LIBRARIES)
  128. AR = ar
  129. ARFLAGS = cru
  130. AM_V_AR = $(am__v_AR_@AM_V@)
  131. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  132. am__v_AR_0 = @echo " AR " $@;
  133. am__v_AR_1 =
  134. liblub_a_AR = $(AR) $(ARFLAGS)
  135. liblub_a_LIBADD =
  136. am__dirstamp = $(am__leading_dot)dirstamp
  137. am_liblub_a_OBJECTS = lub/list/list.$(OBJEXT) lub/log/log.$(OBJEXT) \
  138. lub/ini/pair.$(OBJEXT) lub/ini/ini.$(OBJEXT) \
  139. lub/string/string.$(OBJEXT) lub/ctype/ctype.$(OBJEXT)
  140. liblub_a_OBJECTS = $(am_liblub_a_OBJECTS)
  141. am_birq_OBJECTS = birq.$(OBJEXT) irq.$(OBJEXT) cpu.$(OBJEXT) \
  142. numa.$(OBJEXT) statistics.$(OBJEXT) balance.$(OBJEXT) \
  143. pxm.$(OBJEXT) bit_array.$(OBJEXT) hexio.$(OBJEXT)
  144. birq_OBJECTS = $(am_birq_OBJECTS)
  145. AM_V_P = $(am__v_P_@AM_V@)
  146. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  147. am__v_P_0 = false
  148. am__v_P_1 = :
  149. AM_V_GEN = $(am__v_GEN_@AM_V@)
  150. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  151. am__v_GEN_0 = @echo " GEN " $@;
  152. am__v_GEN_1 =
  153. AM_V_at = $(am__v_at_@AM_V@)
  154. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  155. am__v_at_0 = @
  156. am__v_at_1 =
  157. DEFAULT_INCLUDES =
  158. depcomp = $(SHELL) $(top_srcdir)/depcomp
  159. am__maybe_remake_depfiles = depfiles
  160. am__depfiles_remade = ./$(DEPDIR)/balance.Po ./$(DEPDIR)/birq.Po \
  161. ./$(DEPDIR)/bit_array.Po ./$(DEPDIR)/cpu.Po \
  162. ./$(DEPDIR)/hexio.Po ./$(DEPDIR)/irq.Po ./$(DEPDIR)/numa.Po \
  163. ./$(DEPDIR)/pxm.Po ./$(DEPDIR)/statistics.Po \
  164. lub/ctype/$(DEPDIR)/ctype.Po lub/ini/$(DEPDIR)/ini.Po \
  165. lub/ini/$(DEPDIR)/pair.Po lub/list/$(DEPDIR)/list.Po \
  166. lub/log/$(DEPDIR)/log.Po lub/string/$(DEPDIR)/string.Po
  167. am__mv = mv -f
  168. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  169. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  170. AM_V_CC = $(am__v_CC_@AM_V@)
  171. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  172. am__v_CC_0 = @echo " CC " $@;
  173. am__v_CC_1 =
  174. CCLD = $(CC)
  175. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  176. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  177. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  178. am__v_CCLD_0 = @echo " CCLD " $@;
  179. am__v_CCLD_1 =
  180. SOURCES = $(liblub_a_SOURCES) $(birq_SOURCES)
  181. DIST_SOURCES = $(liblub_a_SOURCES) $(birq_SOURCES)
  182. am__can_run_installinfo = \
  183. case $$AM_UPDATE_INFO_DIR in \
  184. n|no|NO) false;; \
  185. *) (install-info --version) >/dev/null 2>&1;; \
  186. esac
  187. HEADERS = $(noinst_HEADERS)
  188. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  189. $(LISP)config.h.in
  190. # Read a list of newline-separated strings from the standard input,
  191. # and print each of them once, without duplicates. Input order is
  192. # *not* preserved.
  193. am__uniquify_input = $(AWK) '\
  194. BEGIN { nonempty = 0; } \
  195. { items[$$0] = 1; nonempty = 1; } \
  196. END { if (nonempty) { for (i in items) print i; }; } \
  197. '
  198. # Make sure the list of sources is unique. This is necessary because,
  199. # e.g., the same source file might be shared among _SOURCES variables
  200. # for different programs/libraries.
  201. am__define_uniq_tagged_files = \
  202. list='$(am__tagged_files)'; \
  203. unique=`for i in $$list; do \
  204. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  205. done | $(am__uniquify_input)`
  206. ETAGS = etags
  207. CTAGS = ctags
  208. CSCOPE = cscope
  209. AM_RECURSIVE_TARGETS = cscope
  210. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  211. $(top_srcdir)/lub/ctype/module.am \
  212. $(top_srcdir)/lub/ini/module.am \
  213. $(top_srcdir)/lub/list/module.am \
  214. $(top_srcdir)/lub/log/module.am $(top_srcdir)/lub/module.am \
  215. $(top_srcdir)/lub/string/module.am compile depcomp install-sh \
  216. missing
  217. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  218. distdir = $(PACKAGE)-$(VERSION)
  219. top_distdir = $(distdir)
  220. am__remove_distdir = \
  221. if test -d "$(distdir)"; then \
  222. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  223. && rm -rf "$(distdir)" \
  224. || { sleep 5 && rm -rf "$(distdir)"; }; \
  225. else :; fi
  226. am__post_remove_distdir = $(am__remove_distdir)
  227. DIST_ARCHIVES = $(distdir).tar.gz
  228. GZIP_ENV = --best
  229. DIST_TARGETS = dist-gzip
  230. distuninstallcheck_listfiles = find . -type f -print
  231. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  232. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  233. distcleancheck_listfiles = find . -type f -print
  234. ACLOCAL = @ACLOCAL@
  235. AMTAR = @AMTAR@
  236. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  237. AUTOCONF = @AUTOCONF@
  238. AUTOHEADER = @AUTOHEADER@
  239. AUTOMAKE = @AUTOMAKE@
  240. AWK = @AWK@
  241. CC = @CC@
  242. CCDEPMODE = @CCDEPMODE@
  243. CFLAGS = @CFLAGS@
  244. CPP = @CPP@
  245. CPPFLAGS = @CPPFLAGS@
  246. CYGPATH_W = @CYGPATH_W@
  247. DEFS = @DEFS@
  248. DEPDIR = @DEPDIR@
  249. ECHO_C = @ECHO_C@
  250. ECHO_N = @ECHO_N@
  251. ECHO_T = @ECHO_T@
  252. EGREP = @EGREP@
  253. EXEEXT = @EXEEXT@
  254. GREP = @GREP@
  255. INSTALL = @INSTALL@
  256. INSTALL_DATA = @INSTALL_DATA@
  257. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  258. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  259. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  260. LDFLAGS = @LDFLAGS@
  261. LIBOBJS = @LIBOBJS@
  262. LIBS = @LIBS@
  263. LTLIBOBJS = @LTLIBOBJS@
  264. MAKEINFO = @MAKEINFO@
  265. MKDIR_P = @MKDIR_P@
  266. OBJEXT = @OBJEXT@
  267. PACKAGE = @PACKAGE@
  268. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  269. PACKAGE_NAME = @PACKAGE_NAME@
  270. PACKAGE_STRING = @PACKAGE_STRING@
  271. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  272. PACKAGE_URL = @PACKAGE_URL@
  273. PACKAGE_VERSION = @PACKAGE_VERSION@
  274. PATH_SEPARATOR = @PATH_SEPARATOR@
  275. RANLIB = @RANLIB@
  276. SET_MAKE = @SET_MAKE@
  277. SHELL = @SHELL@
  278. STRIP = @STRIP@
  279. VERSION = @VERSION@
  280. abs_builddir = @abs_builddir@
  281. abs_srcdir = @abs_srcdir@
  282. abs_top_builddir = @abs_top_builddir@
  283. abs_top_srcdir = @abs_top_srcdir@
  284. ac_ct_CC = @ac_ct_CC@
  285. am__include = @am__include@
  286. am__leading_dot = @am__leading_dot@
  287. am__quote = @am__quote@
  288. am__tar = @am__tar@
  289. am__untar = @am__untar@
  290. bindir = @bindir@
  291. build_alias = @build_alias@
  292. builddir = @builddir@
  293. datadir = @datadir@
  294. datarootdir = @datarootdir@
  295. docdir = @docdir@
  296. dvidir = @dvidir@
  297. exec_prefix = @exec_prefix@
  298. host_alias = @host_alias@
  299. htmldir = @htmldir@
  300. includedir = @includedir@
  301. infodir = @infodir@
  302. install_sh = @install_sh@
  303. libdir = @libdir@
  304. libexecdir = @libexecdir@
  305. localedir = @localedir@
  306. localstatedir = @localstatedir@
  307. mandir = @mandir@
  308. mkdir_p = @mkdir_p@
  309. oldincludedir = @oldincludedir@
  310. pdfdir = @pdfdir@
  311. prefix = @prefix@
  312. program_transform_name = @program_transform_name@
  313. psdir = @psdir@
  314. runstatedir = @runstatedir@
  315. sbindir = @sbindir@
  316. sharedstatedir = @sharedstatedir@
  317. srcdir = @srcdir@
  318. sysconfdir = @sysconfdir@
  319. target_alias = @target_alias@
  320. top_build_prefix = @top_build_prefix@
  321. top_builddir = @top_builddir@
  322. top_srcdir = @top_srcdir@
  323. @DEBUG_TRUE@DEBUG_CFLAGS = -DDEBUG
  324. AUTOMAKE_OPTIONS = foreign nostdinc
  325. ACLOCAL_AMFLAGS =
  326. AM_CPPFLAGS = -I. -I$(top_srcdir)
  327. AM_LD = $(CC)
  328. AM_CFLAGS = -Wall -D_GNU_SOURCE $(DEBUG_CFLAGS)
  329. lib_LIBRARIES =
  330. noinst_HEADERS = birq.h cpumask.h irq.h cpu.h numa.h statistics.h \
  331. balance.h pxm.h bit_array.h bit_macros.h hexio.h lub/list.h \
  332. lub/c_decl.h lub/log.h lub/ini.h lub/string.h lub/types.h \
  333. lub/ctype.h
  334. birq_SOURCES = \
  335. birq.c \
  336. irq.c \
  337. cpu.c \
  338. numa.c \
  339. statistics.c \
  340. balance.c \
  341. pxm.c \
  342. bit_array.c \
  343. hexio.c
  344. birq_LDADD = liblub.a
  345. birq_DEPENDENCIES = liblub.a
  346. EXTRA_DIST = lub/module.am doc/birq.md examples/birq.conf LICENCE \
  347. README lub/list/module.am lub/log/module.am lub/ini/module.am \
  348. lub/string/module.am lub/ctype/module.am lub/README
  349. noinst_LIBRARIES = liblub.a
  350. liblub_a_SOURCES = lub/list/list.c lub/list/private.h lub/log/log.c \
  351. lub/ini/pair.c lub/ini/ini.c lub/ini/private.h \
  352. lub/string/string.c lub/string/private.h lub/ctype/ctype.c
  353. all: config.h
  354. $(MAKE) $(AM_MAKEFLAGS) all-am
  355. .SUFFIXES:
  356. .SUFFIXES: .c .o .obj
  357. am--refresh: Makefile
  358. @:
  359. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/lub/module.am $(top_srcdir)/lub/list/module.am $(top_srcdir)/lub/log/module.am $(top_srcdir)/lub/ini/module.am $(top_srcdir)/lub/string/module.am $(top_srcdir)/lub/ctype/module.am $(am__configure_deps)
  360. @for dep in $?; do \
  361. case '$(am__configure_deps)' in \
  362. *$$dep*) \
  363. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  364. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  365. && exit 0; \
  366. exit 1;; \
  367. esac; \
  368. done; \
  369. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  370. $(am__cd) $(top_srcdir) && \
  371. $(AUTOMAKE) --foreign Makefile
  372. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  373. @case '$?' in \
  374. *config.status*) \
  375. echo ' $(SHELL) ./config.status'; \
  376. $(SHELL) ./config.status;; \
  377. *) \
  378. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  379. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  380. esac;
  381. $(top_srcdir)/lub/module.am $(top_srcdir)/lub/list/module.am $(top_srcdir)/lub/log/module.am $(top_srcdir)/lub/ini/module.am $(top_srcdir)/lub/string/module.am $(top_srcdir)/lub/ctype/module.am $(am__empty):
  382. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  383. $(SHELL) ./config.status --recheck
  384. $(top_srcdir)/configure: $(am__configure_deps)
  385. $(am__cd) $(srcdir) && $(AUTOCONF)
  386. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  387. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  388. $(am__aclocal_m4_deps):
  389. config.h: stamp-h1
  390. @test -f $@ || rm -f stamp-h1
  391. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  392. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  393. @rm -f stamp-h1
  394. cd $(top_builddir) && $(SHELL) ./config.status config.h
  395. $(srcdir)/config.h.in: $(am__configure_deps)
  396. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  397. rm -f stamp-h1
  398. touch $@
  399. distclean-hdr:
  400. -rm -f config.h stamp-h1
  401. install-sbinPROGRAMS: $(sbin_PROGRAMS)
  402. @$(NORMAL_INSTALL)
  403. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  404. if test -n "$$list"; then \
  405. echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
  406. $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
  407. fi; \
  408. for p in $$list; do echo "$$p $$p"; done | \
  409. sed 's/$(EXEEXT)$$//' | \
  410. while read p p1; do if test -f $$p \
  411. ; then echo "$$p"; echo "$$p"; else :; fi; \
  412. done | \
  413. sed -e 'p;s,.*/,,;n;h' \
  414. -e 's|.*|.|' \
  415. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  416. sed 'N;N;N;s,\n, ,g' | \
  417. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  418. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  419. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  420. else { print "f", $$3 "/" $$4, $$1; } } \
  421. END { for (d in files) print "f", d, files[d] }' | \
  422. while read type dir files; do \
  423. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  424. test -z "$$files" || { \
  425. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  426. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  427. } \
  428. ; done
  429. uninstall-sbinPROGRAMS:
  430. @$(NORMAL_UNINSTALL)
  431. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  432. files=`for p in $$list; do echo "$$p"; done | \
  433. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  434. -e 's/$$/$(EXEEXT)/' \
  435. `; \
  436. test -n "$$list" || exit 0; \
  437. echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  438. cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  439. clean-sbinPROGRAMS:
  440. -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  441. install-libLIBRARIES: $(lib_LIBRARIES)
  442. @$(NORMAL_INSTALL)
  443. @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
  444. list2=; for p in $$list; do \
  445. if test -f $$p; then \
  446. list2="$$list2 $$p"; \
  447. else :; fi; \
  448. done; \
  449. test -z "$$list2" || { \
  450. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  451. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  452. echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
  453. $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
  454. @$(POST_INSTALL)
  455. @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
  456. for p in $$list; do \
  457. if test -f $$p; then \
  458. $(am__strip_dir) \
  459. echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
  460. ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
  461. else :; fi; \
  462. done
  463. uninstall-libLIBRARIES:
  464. @$(NORMAL_UNINSTALL)
  465. @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
  466. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  467. dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
  468. clean-libLIBRARIES:
  469. -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
  470. clean-noinstLIBRARIES:
  471. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  472. lub/list/$(am__dirstamp):
  473. @$(MKDIR_P) lub/list
  474. @: > lub/list/$(am__dirstamp)
  475. lub/list/$(DEPDIR)/$(am__dirstamp):
  476. @$(MKDIR_P) lub/list/$(DEPDIR)
  477. @: > lub/list/$(DEPDIR)/$(am__dirstamp)
  478. lub/list/list.$(OBJEXT): lub/list/$(am__dirstamp) \
  479. lub/list/$(DEPDIR)/$(am__dirstamp)
  480. lub/log/$(am__dirstamp):
  481. @$(MKDIR_P) lub/log
  482. @: > lub/log/$(am__dirstamp)
  483. lub/log/$(DEPDIR)/$(am__dirstamp):
  484. @$(MKDIR_P) lub/log/$(DEPDIR)
  485. @: > lub/log/$(DEPDIR)/$(am__dirstamp)
  486. lub/log/log.$(OBJEXT): lub/log/$(am__dirstamp) \
  487. lub/log/$(DEPDIR)/$(am__dirstamp)
  488. lub/ini/$(am__dirstamp):
  489. @$(MKDIR_P) lub/ini
  490. @: > lub/ini/$(am__dirstamp)
  491. lub/ini/$(DEPDIR)/$(am__dirstamp):
  492. @$(MKDIR_P) lub/ini/$(DEPDIR)
  493. @: > lub/ini/$(DEPDIR)/$(am__dirstamp)
  494. lub/ini/pair.$(OBJEXT): lub/ini/$(am__dirstamp) \
  495. lub/ini/$(DEPDIR)/$(am__dirstamp)
  496. lub/ini/ini.$(OBJEXT): lub/ini/$(am__dirstamp) \
  497. lub/ini/$(DEPDIR)/$(am__dirstamp)
  498. lub/string/$(am__dirstamp):
  499. @$(MKDIR_P) lub/string
  500. @: > lub/string/$(am__dirstamp)
  501. lub/string/$(DEPDIR)/$(am__dirstamp):
  502. @$(MKDIR_P) lub/string/$(DEPDIR)
  503. @: > lub/string/$(DEPDIR)/$(am__dirstamp)
  504. lub/string/string.$(OBJEXT): lub/string/$(am__dirstamp) \
  505. lub/string/$(DEPDIR)/$(am__dirstamp)
  506. lub/ctype/$(am__dirstamp):
  507. @$(MKDIR_P) lub/ctype
  508. @: > lub/ctype/$(am__dirstamp)
  509. lub/ctype/$(DEPDIR)/$(am__dirstamp):
  510. @$(MKDIR_P) lub/ctype/$(DEPDIR)
  511. @: > lub/ctype/$(DEPDIR)/$(am__dirstamp)
  512. lub/ctype/ctype.$(OBJEXT): lub/ctype/$(am__dirstamp) \
  513. lub/ctype/$(DEPDIR)/$(am__dirstamp)
  514. liblub.a: $(liblub_a_OBJECTS) $(liblub_a_DEPENDENCIES) $(EXTRA_liblub_a_DEPENDENCIES)
  515. $(AM_V_at)-rm -f liblub.a
  516. $(AM_V_AR)$(liblub_a_AR) liblub.a $(liblub_a_OBJECTS) $(liblub_a_LIBADD)
  517. $(AM_V_at)$(RANLIB) liblub.a
  518. birq$(EXEEXT): $(birq_OBJECTS) $(birq_DEPENDENCIES) $(EXTRA_birq_DEPENDENCIES)
  519. @rm -f birq$(EXEEXT)
  520. $(AM_V_CCLD)$(LINK) $(birq_OBJECTS) $(birq_LDADD) $(LIBS)
  521. mostlyclean-compile:
  522. -rm -f *.$(OBJEXT)
  523. -rm -f lub/ctype/*.$(OBJEXT)
  524. -rm -f lub/ini/*.$(OBJEXT)
  525. -rm -f lub/list/*.$(OBJEXT)
  526. -rm -f lub/log/*.$(OBJEXT)
  527. -rm -f lub/string/*.$(OBJEXT)
  528. distclean-compile:
  529. -rm -f *.tab.c
  530. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balance.Po@am__quote@ # am--include-marker
  531. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/birq.Po@am__quote@ # am--include-marker
  532. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bit_array.Po@am__quote@ # am--include-marker
  533. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu.Po@am__quote@ # am--include-marker
  534. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hexio.Po@am__quote@ # am--include-marker
  535. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irq.Po@am__quote@ # am--include-marker
  536. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numa.Po@am__quote@ # am--include-marker
  537. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pxm.Po@am__quote@ # am--include-marker
  538. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statistics.Po@am__quote@ # am--include-marker
  539. @AMDEP_TRUE@@am__include@ @am__quote@lub/ctype/$(DEPDIR)/ctype.Po@am__quote@ # am--include-marker
  540. @AMDEP_TRUE@@am__include@ @am__quote@lub/ini/$(DEPDIR)/ini.Po@am__quote@ # am--include-marker
  541. @AMDEP_TRUE@@am__include@ @am__quote@lub/ini/$(DEPDIR)/pair.Po@am__quote@ # am--include-marker
  542. @AMDEP_TRUE@@am__include@ @am__quote@lub/list/$(DEPDIR)/list.Po@am__quote@ # am--include-marker
  543. @AMDEP_TRUE@@am__include@ @am__quote@lub/log/$(DEPDIR)/log.Po@am__quote@ # am--include-marker
  544. @AMDEP_TRUE@@am__include@ @am__quote@lub/string/$(DEPDIR)/string.Po@am__quote@ # am--include-marker
  545. $(am__depfiles_remade):
  546. @$(MKDIR_P) $(@D)
  547. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  548. am--depfiles: $(am__depfiles_remade)
  549. .c.o:
  550. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  551. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  552. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  553. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  554. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  555. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  556. .c.obj:
  557. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  558. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  559. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  560. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  561. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  562. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  563. ID: $(am__tagged_files)
  564. $(am__define_uniq_tagged_files); mkid -fID $$unique
  565. tags: tags-am
  566. TAGS: tags
  567. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  568. set x; \
  569. here=`pwd`; \
  570. $(am__define_uniq_tagged_files); \
  571. shift; \
  572. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  573. test -n "$$unique" || unique=$$empty_fix; \
  574. if test $$# -gt 0; then \
  575. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  576. "$$@" $$unique; \
  577. else \
  578. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  579. $$unique; \
  580. fi; \
  581. fi
  582. ctags: ctags-am
  583. CTAGS: ctags
  584. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  585. $(am__define_uniq_tagged_files); \
  586. test -z "$(CTAGS_ARGS)$$unique" \
  587. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  588. $$unique
  589. GTAGS:
  590. here=`$(am__cd) $(top_builddir) && pwd` \
  591. && $(am__cd) $(top_srcdir) \
  592. && gtags -i $(GTAGS_ARGS) "$$here"
  593. cscope: cscope.files
  594. test ! -s cscope.files \
  595. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  596. clean-cscope:
  597. -rm -f cscope.files
  598. cscope.files: clean-cscope cscopelist
  599. cscopelist: cscopelist-am
  600. cscopelist-am: $(am__tagged_files)
  601. list='$(am__tagged_files)'; \
  602. case "$(srcdir)" in \
  603. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  604. *) sdir=$(subdir)/$(srcdir) ;; \
  605. esac; \
  606. for i in $$list; do \
  607. if test -f "$$i"; then \
  608. echo "$(subdir)/$$i"; \
  609. else \
  610. echo "$$sdir/$$i"; \
  611. fi; \
  612. done >> $(top_builddir)/cscope.files
  613. distclean-tags:
  614. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  615. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  616. distdir: $(BUILT_SOURCES)
  617. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  618. distdir-am: $(DISTFILES)
  619. $(am__remove_distdir)
  620. test -d "$(distdir)" || mkdir "$(distdir)"
  621. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  622. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  623. list='$(DISTFILES)'; \
  624. dist_files=`for file in $$list; do echo $$file; done | \
  625. sed -e "s|^$$srcdirstrip/||;t" \
  626. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  627. case $$dist_files in \
  628. */*) $(MKDIR_P) `echo "$$dist_files" | \
  629. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  630. sort -u` ;; \
  631. esac; \
  632. for file in $$dist_files; do \
  633. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  634. if test -d $$d/$$file; then \
  635. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  636. if test -d "$(distdir)/$$file"; then \
  637. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  638. fi; \
  639. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  640. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  641. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  642. fi; \
  643. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  644. else \
  645. test -f "$(distdir)/$$file" \
  646. || cp -p $$d/$$file "$(distdir)/$$file" \
  647. || exit 1; \
  648. fi; \
  649. done
  650. -test -n "$(am__skip_mode_fix)" \
  651. || find "$(distdir)" -type d ! -perm -755 \
  652. -exec chmod u+rwx,go+rx {} \; -o \
  653. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  654. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  655. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  656. || chmod -R a+r "$(distdir)"
  657. dist-gzip: distdir
  658. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  659. $(am__post_remove_distdir)
  660. dist-bzip2: distdir
  661. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  662. $(am__post_remove_distdir)
  663. dist-lzip: distdir
  664. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  665. $(am__post_remove_distdir)
  666. dist-xz: distdir
  667. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  668. $(am__post_remove_distdir)
  669. dist-tarZ: distdir
  670. @echo WARNING: "Support for distribution archives compressed with" \
  671. "legacy program 'compress' is deprecated." >&2
  672. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  673. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  674. $(am__post_remove_distdir)
  675. dist-shar: distdir
  676. @echo WARNING: "Support for shar distribution archives is" \
  677. "deprecated." >&2
  678. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  679. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  680. $(am__post_remove_distdir)
  681. dist-zip: distdir
  682. -rm -f $(distdir).zip
  683. zip -rq $(distdir).zip $(distdir)
  684. $(am__post_remove_distdir)
  685. dist dist-all:
  686. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  687. $(am__post_remove_distdir)
  688. # This target untars the dist file and tries a VPATH configuration. Then
  689. # it guarantees that the distribution is self-contained by making another
  690. # tarfile.
  691. distcheck: dist
  692. case '$(DIST_ARCHIVES)' in \
  693. *.tar.gz*) \
  694. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  695. *.tar.bz2*) \
  696. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  697. *.tar.lz*) \
  698. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  699. *.tar.xz*) \
  700. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  701. *.tar.Z*) \
  702. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  703. *.shar.gz*) \
  704. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  705. *.zip*) \
  706. unzip $(distdir).zip ;;\
  707. esac
  708. chmod -R a-w $(distdir)
  709. chmod u+w $(distdir)
  710. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  711. chmod a-w $(distdir)
  712. test -d $(distdir)/_build || exit 0; \
  713. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  714. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  715. && am__cwd=`pwd` \
  716. && $(am__cd) $(distdir)/_build/sub \
  717. && ../../configure \
  718. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  719. $(DISTCHECK_CONFIGURE_FLAGS) \
  720. --srcdir=../.. --prefix="$$dc_install_base" \
  721. && $(MAKE) $(AM_MAKEFLAGS) \
  722. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  723. && $(MAKE) $(AM_MAKEFLAGS) check \
  724. && $(MAKE) $(AM_MAKEFLAGS) install \
  725. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  726. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  727. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  728. distuninstallcheck \
  729. && chmod -R a-w "$$dc_install_base" \
  730. && ({ \
  731. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  732. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  733. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  734. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  735. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  736. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  737. && rm -rf "$$dc_destdir" \
  738. && $(MAKE) $(AM_MAKEFLAGS) dist \
  739. && rm -rf $(DIST_ARCHIVES) \
  740. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  741. && cd "$$am__cwd" \
  742. || exit 1
  743. $(am__post_remove_distdir)
  744. @(echo "$(distdir) archives ready for distribution: "; \
  745. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  746. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  747. distuninstallcheck:
  748. @test -n '$(distuninstallcheck_dir)' || { \
  749. echo 'ERROR: trying to run $@ with an empty' \
  750. '$$(distuninstallcheck_dir)' >&2; \
  751. exit 1; \
  752. }; \
  753. $(am__cd) '$(distuninstallcheck_dir)' || { \
  754. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  755. exit 1; \
  756. }; \
  757. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  758. || { echo "ERROR: files left after uninstall:" ; \
  759. if test -n "$(DESTDIR)"; then \
  760. echo " (check DESTDIR support)"; \
  761. fi ; \
  762. $(distuninstallcheck_listfiles) ; \
  763. exit 1; } >&2
  764. distcleancheck: distclean
  765. @if test '$(srcdir)' = . ; then \
  766. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  767. exit 1 ; \
  768. fi
  769. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  770. || { echo "ERROR: files left in build directory after distclean:" ; \
  771. $(distcleancheck_listfiles) ; \
  772. exit 1; } >&2
  773. check-am: all-am
  774. check: check-am
  775. all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(HEADERS) config.h
  776. installdirs:
  777. for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(libdir)"; do \
  778. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  779. done
  780. install: install-am
  781. install-exec: install-exec-am
  782. install-data: install-data-am
  783. uninstall: uninstall-am
  784. install-am: all-am
  785. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  786. installcheck: installcheck-am
  787. install-strip:
  788. if test -z '$(STRIP)'; then \
  789. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  790. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  791. install; \
  792. else \
  793. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  794. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  795. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  796. fi
  797. mostlyclean-generic:
  798. clean-generic:
  799. distclean-generic:
  800. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  801. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  802. -rm -f lub/ctype/$(DEPDIR)/$(am__dirstamp)
  803. -rm -f lub/ctype/$(am__dirstamp)
  804. -rm -f lub/ini/$(DEPDIR)/$(am__dirstamp)
  805. -rm -f lub/ini/$(am__dirstamp)
  806. -rm -f lub/list/$(DEPDIR)/$(am__dirstamp)
  807. -rm -f lub/list/$(am__dirstamp)
  808. -rm -f lub/log/$(DEPDIR)/$(am__dirstamp)
  809. -rm -f lub/log/$(am__dirstamp)
  810. -rm -f lub/string/$(DEPDIR)/$(am__dirstamp)
  811. -rm -f lub/string/$(am__dirstamp)
  812. maintainer-clean-generic:
  813. @echo "This command is intended for maintainers to use"
  814. @echo "it deletes files that may require special tools to rebuild."
  815. clean: clean-am
  816. clean-am: clean-generic clean-libLIBRARIES clean-noinstLIBRARIES \
  817. clean-sbinPROGRAMS mostlyclean-am
  818. distclean: distclean-am
  819. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  820. -rm -f ./$(DEPDIR)/balance.Po
  821. -rm -f ./$(DEPDIR)/birq.Po
  822. -rm -f ./$(DEPDIR)/bit_array.Po
  823. -rm -f ./$(DEPDIR)/cpu.Po
  824. -rm -f ./$(DEPDIR)/hexio.Po
  825. -rm -f ./$(DEPDIR)/irq.Po
  826. -rm -f ./$(DEPDIR)/numa.Po
  827. -rm -f ./$(DEPDIR)/pxm.Po
  828. -rm -f ./$(DEPDIR)/statistics.Po
  829. -rm -f lub/ctype/$(DEPDIR)/ctype.Po
  830. -rm -f lub/ini/$(DEPDIR)/ini.Po
  831. -rm -f lub/ini/$(DEPDIR)/pair.Po
  832. -rm -f lub/list/$(DEPDIR)/list.Po
  833. -rm -f lub/log/$(DEPDIR)/log.Po
  834. -rm -f lub/string/$(DEPDIR)/string.Po
  835. -rm -f Makefile
  836. distclean-am: clean-am distclean-compile distclean-generic \
  837. distclean-hdr distclean-tags
  838. dvi: dvi-am
  839. dvi-am:
  840. html: html-am
  841. html-am:
  842. info: info-am
  843. info-am:
  844. install-data-am:
  845. install-dvi: install-dvi-am
  846. install-dvi-am:
  847. install-exec-am: install-libLIBRARIES install-sbinPROGRAMS
  848. install-html: install-html-am
  849. install-html-am:
  850. install-info: install-info-am
  851. install-info-am:
  852. install-man:
  853. install-pdf: install-pdf-am
  854. install-pdf-am:
  855. install-ps: install-ps-am
  856. install-ps-am:
  857. installcheck-am:
  858. maintainer-clean: maintainer-clean-am
  859. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  860. -rm -rf $(top_srcdir)/autom4te.cache
  861. -rm -f ./$(DEPDIR)/balance.Po
  862. -rm -f ./$(DEPDIR)/birq.Po
  863. -rm -f ./$(DEPDIR)/bit_array.Po
  864. -rm -f ./$(DEPDIR)/cpu.Po
  865. -rm -f ./$(DEPDIR)/hexio.Po
  866. -rm -f ./$(DEPDIR)/irq.Po
  867. -rm -f ./$(DEPDIR)/numa.Po
  868. -rm -f ./$(DEPDIR)/pxm.Po
  869. -rm -f ./$(DEPDIR)/statistics.Po
  870. -rm -f lub/ctype/$(DEPDIR)/ctype.Po
  871. -rm -f lub/ini/$(DEPDIR)/ini.Po
  872. -rm -f lub/ini/$(DEPDIR)/pair.Po
  873. -rm -f lub/list/$(DEPDIR)/list.Po
  874. -rm -f lub/log/$(DEPDIR)/log.Po
  875. -rm -f lub/string/$(DEPDIR)/string.Po
  876. -rm -f Makefile
  877. maintainer-clean-am: distclean-am maintainer-clean-generic
  878. mostlyclean: mostlyclean-am
  879. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  880. pdf: pdf-am
  881. pdf-am:
  882. ps: ps-am
  883. ps-am:
  884. uninstall-am: uninstall-libLIBRARIES uninstall-sbinPROGRAMS
  885. .MAKE: all install-am install-strip
  886. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
  887. check-am clean clean-cscope clean-generic clean-libLIBRARIES \
  888. clean-noinstLIBRARIES clean-sbinPROGRAMS cscope cscopelist-am \
  889. ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
  890. dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
  891. distclean-compile distclean-generic distclean-hdr \
  892. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  893. dvi-am html html-am info info-am install install-am \
  894. install-data install-data-am install-dvi install-dvi-am \
  895. install-exec install-exec-am install-html install-html-am \
  896. install-info install-info-am install-libLIBRARIES install-man \
  897. install-pdf install-pdf-am install-ps install-ps-am \
  898. install-sbinPROGRAMS install-strip installcheck \
  899. installcheck-am installdirs maintainer-clean \
  900. maintainer-clean-generic mostlyclean mostlyclean-compile \
  901. mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  902. uninstall-am uninstall-libLIBRARIES uninstall-sbinPROGRAMS
  903. .PRECIOUS: Makefile
  904. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  905. # Otherwise a system limit (for SysV at least) may be exceeded.
  906. .NOEXPORT: