Makefile.in 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. # Makefile.in generated by automake 1.12.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 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. #
  13. # Copyright 2005 Red Hat, Inc.
  14. #
  15. # Permission to use, copy, modify, distribute, and sell this software and its
  16. # documentation for any purpose is hereby granted without fee, provided that
  17. # the above copyright notice appear in all copies and that both that
  18. # copyright notice and this permission notice appear in supporting
  19. # documentation, and that the name of Red Hat not be used in
  20. # advertising or publicity pertaining to distribution of the software without
  21. # specific, written prior permission. Red Hat makes no
  22. # representations about the suitability of this software for any purpose. It
  23. # is provided "as is" without express or implied warranty.
  24. #
  25. # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  26. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  27. # EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  28. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  29. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  30. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  31. # PERFORMANCE OF THIS SOFTWARE.
  32. VPATH = @srcdir@
  33. am__make_dryrun = \
  34. { \
  35. am__dry=no; \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  39. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  40. *) \
  41. for am__flg in $$MAKEFLAGS; do \
  42. case $$am__flg in \
  43. *=*|--*) ;; \
  44. *n*) am__dry=yes; break;; \
  45. esac; \
  46. done;; \
  47. esac; \
  48. test $$am__dry = yes; \
  49. }
  50. pkgdatadir = $(datadir)/@PACKAGE@
  51. pkgincludedir = $(includedir)/@PACKAGE@
  52. pkglibdir = $(libdir)/@PACKAGE@
  53. pkglibexecdir = $(libexecdir)/@PACKAGE@
  54. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  55. install_sh_DATA = $(install_sh) -c -m 644
  56. install_sh_PROGRAM = $(install_sh) -c
  57. install_sh_SCRIPT = $(install_sh) -c
  58. INSTALL_HEADER = $(INSTALL_DATA)
  59. transform = $(program_transform_name)
  60. NORMAL_INSTALL = :
  61. PRE_INSTALL = :
  62. POST_INSTALL = :
  63. NORMAL_UNINSTALL = :
  64. PRE_UNINSTALL = :
  65. POST_UNINSTALL = :
  66. build_triplet = @build@
  67. host_triplet = @host@
  68. bin_PROGRAMS = xcalc$(EXEEXT)
  69. subdir = .
  70. DIST_COMMON = README $(am__configure_deps) $(dist_appdefault_DATA) \
  71. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  72. $(srcdir)/config.h.in $(top_srcdir)/configure COPYING \
  73. ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
  74. install-sh missing
  75. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  76. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  77. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  78. $(ACLOCAL_M4)
  79. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  80. configure.lineno config.status.lineno
  81. mkinstalldirs = $(install_sh) -d
  82. CONFIG_HEADER = config.h
  83. CONFIG_CLEAN_FILES =
  84. CONFIG_CLEAN_VPATH_FILES =
  85. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)"
  86. PROGRAMS = $(bin_PROGRAMS)
  87. am_xcalc_OBJECTS = actions.$(OBJEXT) math.$(OBJEXT) xcalc.$(OBJEXT)
  88. xcalc_OBJECTS = $(am_xcalc_OBJECTS)
  89. am__DEPENDENCIES_1 =
  90. xcalc_DEPENDENCIES = $(am__DEPENDENCIES_1)
  91. AM_V_P = $(am__v_P_@AM_V@)
  92. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  93. am__v_P_0 = false
  94. am__v_P_1 = :
  95. AM_V_GEN = $(am__v_GEN_@AM_V@)
  96. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  97. am__v_GEN_0 = @echo " GEN " $@;
  98. am__v_GEN_1 =
  99. AM_V_at = $(am__v_at_@AM_V@)
  100. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  101. am__v_at_0 = @
  102. am__v_at_1 =
  103. DEFAULT_INCLUDES = -I.@am__isrc@
  104. depcomp = $(SHELL) $(top_srcdir)/depcomp
  105. am__depfiles_maybe = depfiles
  106. am__mv = mv -f
  107. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  108. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  109. AM_V_CC = $(am__v_CC_@AM_V@)
  110. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  111. am__v_CC_0 = @echo " CC " $@;
  112. am__v_CC_1 =
  113. CCLD = $(CC)
  114. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  115. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  116. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  117. am__v_CCLD_0 = @echo " CCLD " $@;
  118. am__v_CCLD_1 =
  119. SOURCES = $(xcalc_SOURCES)
  120. DIST_SOURCES = $(xcalc_SOURCES)
  121. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  122. html-recursive info-recursive install-data-recursive \
  123. install-dvi-recursive install-exec-recursive \
  124. install-html-recursive install-info-recursive \
  125. install-pdf-recursive install-ps-recursive install-recursive \
  126. installcheck-recursive installdirs-recursive pdf-recursive \
  127. ps-recursive uninstall-recursive
  128. am__can_run_installinfo = \
  129. case $$AM_UPDATE_INFO_DIR in \
  130. n|no|NO) false;; \
  131. *) (install-info --version) >/dev/null 2>&1;; \
  132. esac
  133. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  134. am__vpath_adj = case $$p in \
  135. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  136. *) f=$$p;; \
  137. esac;
  138. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  139. am__install_max = 40
  140. am__nobase_strip_setup = \
  141. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  142. am__nobase_strip = \
  143. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  144. am__nobase_list = $(am__nobase_strip_setup); \
  145. for p in $$list; do echo "$$p $$p"; done | \
  146. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  147. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  148. if (++n[$$2] == $(am__install_max)) \
  149. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  150. END { for (dir in files) print dir, files[dir] }'
  151. am__base_list = \
  152. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  153. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  154. am__uninstall_files_from_dir = { \
  155. test -z "$$files" \
  156. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  157. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  158. $(am__cd) "$$dir" && rm -f $$files; }; \
  159. }
  160. DATA = $(dist_appdefault_DATA)
  161. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  162. distclean-recursive maintainer-clean-recursive
  163. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  164. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  165. cscope distdir dist dist-all distcheck
  166. ETAGS = etags
  167. CTAGS = ctags
  168. CSCOPE = cscope
  169. DIST_SUBDIRS = $(SUBDIRS)
  170. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  171. distdir = $(PACKAGE)-$(VERSION)
  172. top_distdir = $(distdir)
  173. am__remove_distdir = \
  174. if test -d "$(distdir)"; then \
  175. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  176. && rm -rf "$(distdir)" \
  177. || { sleep 5 && rm -rf "$(distdir)"; }; \
  178. else :; fi
  179. am__post_remove_distdir = $(am__remove_distdir)
  180. am__relativize = \
  181. dir0=`pwd`; \
  182. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  183. sed_rest='s,^[^/]*/*,,'; \
  184. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  185. sed_butlast='s,/*[^/]*$$,,'; \
  186. while test -n "$$dir1"; do \
  187. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  188. if test "$$first" != "."; then \
  189. if test "$$first" = ".."; then \
  190. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  191. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  192. else \
  193. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  194. if test "$$first2" = "$$first"; then \
  195. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  196. else \
  197. dir2="../$$dir2"; \
  198. fi; \
  199. dir0="$$dir0"/"$$first"; \
  200. fi; \
  201. fi; \
  202. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  203. done; \
  204. reldir="$$dir2"
  205. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  206. GZIP_ENV = --best
  207. DIST_TARGETS = dist-bzip2 dist-gzip
  208. distuninstallcheck_listfiles = find . -type f -print
  209. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  210. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  211. distcleancheck_listfiles = find . -type f -print
  212. ACLOCAL = @ACLOCAL@
  213. ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
  214. ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
  215. AMTAR = @AMTAR@
  216. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  217. APPDEFS_CFLAGS = @APPDEFS_CFLAGS@
  218. APPDEFS_LIBS = @APPDEFS_LIBS@
  219. APP_MAN_DIR = @APP_MAN_DIR@
  220. APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
  221. AUTOCONF = @AUTOCONF@
  222. AUTOHEADER = @AUTOHEADER@
  223. AUTOMAKE = @AUTOMAKE@
  224. AWK = @AWK@
  225. BASE_CFLAGS = @BASE_CFLAGS@
  226. CC = @CC@
  227. CCDEPMODE = @CCDEPMODE@
  228. CFLAGS = @CFLAGS@
  229. CHANGELOG_CMD = @CHANGELOG_CMD@
  230. CPP = @CPP@
  231. CPPFLAGS = @CPPFLAGS@
  232. CWARNFLAGS = @CWARNFLAGS@
  233. CYGPATH_W = @CYGPATH_W@
  234. DEFS = @DEFS@
  235. DEPDIR = @DEPDIR@
  236. DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
  237. DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
  238. ECHO_C = @ECHO_C@
  239. ECHO_N = @ECHO_N@
  240. ECHO_T = @ECHO_T@
  241. EGREP = @EGREP@
  242. EXEEXT = @EXEEXT@
  243. FILE_MAN_DIR = @FILE_MAN_DIR@
  244. FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
  245. GREP = @GREP@
  246. INSTALL = @INSTALL@
  247. INSTALL_CMD = @INSTALL_CMD@
  248. INSTALL_DATA = @INSTALL_DATA@
  249. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  250. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  251. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  252. LDFLAGS = @LDFLAGS@
  253. LIBOBJS = @LIBOBJS@
  254. LIBS = @LIBS@
  255. LIB_MAN_DIR = @LIB_MAN_DIR@
  256. LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
  257. LTLIBOBJS = @LTLIBOBJS@
  258. MAKEINFO = @MAKEINFO@
  259. MAN_SUBSTS = @MAN_SUBSTS@
  260. MISC_MAN_DIR = @MISC_MAN_DIR@
  261. MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
  262. MKDIR_P = @MKDIR_P@
  263. OBJEXT = @OBJEXT@
  264. PACKAGE = @PACKAGE@
  265. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  266. PACKAGE_NAME = @PACKAGE_NAME@
  267. PACKAGE_STRING = @PACKAGE_STRING@
  268. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  269. PACKAGE_URL = @PACKAGE_URL@
  270. PACKAGE_VERSION = @PACKAGE_VERSION@
  271. PATH_SEPARATOR = @PATH_SEPARATOR@
  272. PKG_CONFIG = @PKG_CONFIG@
  273. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  274. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  275. SED = @SED@
  276. SET_MAKE = @SET_MAKE@
  277. SHELL = @SHELL@
  278. STRICT_CFLAGS = @STRICT_CFLAGS@
  279. STRIP = @STRIP@
  280. VERSION = @VERSION@
  281. XCALC_CFLAGS = @XCALC_CFLAGS@
  282. XCALC_LIBS = @XCALC_LIBS@
  283. XORG_MAN_PAGE = @XORG_MAN_PAGE@
  284. abs_builddir = @abs_builddir@
  285. abs_srcdir = @abs_srcdir@
  286. abs_top_builddir = @abs_top_builddir@
  287. abs_top_srcdir = @abs_top_srcdir@
  288. ac_ct_CC = @ac_ct_CC@
  289. am__include = @am__include@
  290. am__leading_dot = @am__leading_dot@
  291. am__quote = @am__quote@
  292. am__tar = @am__tar@
  293. am__untar = @am__untar@
  294. appdefaultdir = @appdefaultdir@
  295. bindir = @bindir@
  296. build = @build@
  297. build_alias = @build_alias@
  298. build_cpu = @build_cpu@
  299. build_os = @build_os@
  300. build_vendor = @build_vendor@
  301. builddir = @builddir@
  302. datadir = @datadir@
  303. datarootdir = @datarootdir@
  304. docdir = @docdir@
  305. dvidir = @dvidir@
  306. exec_prefix = @exec_prefix@
  307. host = @host@
  308. host_alias = @host_alias@
  309. host_cpu = @host_cpu@
  310. host_os = @host_os@
  311. host_vendor = @host_vendor@
  312. htmldir = @htmldir@
  313. includedir = @includedir@
  314. infodir = @infodir@
  315. install_sh = @install_sh@
  316. libdir = @libdir@
  317. libexecdir = @libexecdir@
  318. localedir = @localedir@
  319. localstatedir = @localstatedir@
  320. mandir = @mandir@
  321. mkdir_p = @mkdir_p@
  322. oldincludedir = @oldincludedir@
  323. pdfdir = @pdfdir@
  324. prefix = @prefix@
  325. program_transform_name = @program_transform_name@
  326. psdir = @psdir@
  327. sbindir = @sbindir@
  328. sharedstatedir = @sharedstatedir@
  329. srcdir = @srcdir@
  330. sysconfdir = @sysconfdir@
  331. target_alias = @target_alias@
  332. top_build_prefix = @top_build_prefix@
  333. top_builddir = @top_builddir@
  334. top_srcdir = @top_srcdir@
  335. SUBDIRS = man
  336. AM_CFLAGS = $(XCALC_CFLAGS) $(CWARNFLAGS)
  337. xcalc_LDADD = $(XCALC_LIBS) -lm
  338. xcalc_SOURCES = \
  339. actions.c \
  340. math.c \
  341. xcalc.c \
  342. xcalc.h
  343. # App default files (*.ad)
  344. DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
  345. dist_appdefault_DATA = \
  346. app-defaults/XCalc \
  347. app-defaults/XCalc-color
  348. MAINTAINERCLEANFILES = ChangeLog INSTALL
  349. all: config.h
  350. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  351. .SUFFIXES:
  352. .SUFFIXES: .c .o .obj
  353. am--refresh: Makefile
  354. @:
  355. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  356. @for dep in $?; do \
  357. case '$(am__configure_deps)' in \
  358. *$$dep*) \
  359. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  360. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  361. && exit 0; \
  362. exit 1;; \
  363. esac; \
  364. done; \
  365. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  366. $(am__cd) $(top_srcdir) && \
  367. $(AUTOMAKE) --foreign Makefile
  368. .PRECIOUS: Makefile
  369. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  370. @case '$?' in \
  371. *config.status*) \
  372. echo ' $(SHELL) ./config.status'; \
  373. $(SHELL) ./config.status;; \
  374. *) \
  375. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  376. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  377. esac;
  378. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  379. $(SHELL) ./config.status --recheck
  380. $(top_srcdir)/configure: $(am__configure_deps)
  381. $(am__cd) $(srcdir) && $(AUTOCONF)
  382. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  383. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  384. $(am__aclocal_m4_deps):
  385. config.h: stamp-h1
  386. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  387. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  388. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  389. @rm -f stamp-h1
  390. cd $(top_builddir) && $(SHELL) ./config.status config.h
  391. $(srcdir)/config.h.in: $(am__configure_deps)
  392. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  393. rm -f stamp-h1
  394. touch $@
  395. distclean-hdr:
  396. -rm -f config.h stamp-h1
  397. install-binPROGRAMS: $(bin_PROGRAMS)
  398. @$(NORMAL_INSTALL)
  399. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  400. if test -n "$$list"; then \
  401. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  402. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  403. fi; \
  404. for p in $$list; do echo "$$p $$p"; done | \
  405. sed 's/$(EXEEXT)$$//' | \
  406. while read p p1; do if test -f $$p; \
  407. then echo "$$p"; echo "$$p"; else :; fi; \
  408. done | \
  409. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  410. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  411. sed 'N;N;N;s,\n, ,g' | \
  412. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  413. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  414. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  415. else { print "f", $$3 "/" $$4, $$1; } } \
  416. END { for (d in files) print "f", d, files[d] }' | \
  417. while read type dir files; do \
  418. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  419. test -z "$$files" || { \
  420. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  421. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  422. } \
  423. ; done
  424. uninstall-binPROGRAMS:
  425. @$(NORMAL_UNINSTALL)
  426. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  427. files=`for p in $$list; do echo "$$p"; done | \
  428. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  429. -e 's/$$/$(EXEEXT)/' `; \
  430. test -n "$$list" || exit 0; \
  431. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  432. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  433. clean-binPROGRAMS:
  434. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  435. xcalc$(EXEEXT): $(xcalc_OBJECTS) $(xcalc_DEPENDENCIES) $(EXTRA_xcalc_DEPENDENCIES)
  436. @rm -f xcalc$(EXEEXT)
  437. $(AM_V_CCLD)$(LINK) $(xcalc_OBJECTS) $(xcalc_LDADD) $(LIBS)
  438. mostlyclean-compile:
  439. -rm -f *.$(OBJEXT)
  440. distclean-compile:
  441. -rm -f *.tab.c
  442. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actions.Po@am__quote@
  443. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
  444. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcalc.Po@am__quote@
  445. .c.o:
  446. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  447. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  448. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  449. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  450. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
  451. .c.obj:
  452. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  453. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  454. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  455. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  456. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
  457. install-dist_appdefaultDATA: $(dist_appdefault_DATA)
  458. @$(NORMAL_INSTALL)
  459. @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
  460. if test -n "$$list"; then \
  461. echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \
  462. $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \
  463. fi; \
  464. for p in $$list; do \
  465. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  466. echo "$$d$$p"; \
  467. done | $(am__base_list) | \
  468. while read files; do \
  469. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \
  470. $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \
  471. done
  472. uninstall-dist_appdefaultDATA:
  473. @$(NORMAL_UNINSTALL)
  474. @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
  475. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  476. dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir)
  477. # This directory's subdirectories are mostly independent; you can cd
  478. # into them and run 'make' without going through this Makefile.
  479. # To change the values of 'make' variables: instead of editing Makefiles,
  480. # (1) if the variable is set in 'config.status', edit 'config.status'
  481. # (which will cause the Makefiles to be regenerated when you run 'make');
  482. # (2) otherwise, pass the desired values on the 'make' command line.
  483. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  484. @fail= failcom='exit 1'; \
  485. for f in x $$MAKEFLAGS; do \
  486. case $$f in \
  487. *=* | --[!k]*);; \
  488. *k*) failcom='fail=yes';; \
  489. esac; \
  490. done; \
  491. dot_seen=no; \
  492. target=`echo $@ | sed s/-recursive//`; \
  493. case "$@" in \
  494. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  495. *) list='$(SUBDIRS)' ;; \
  496. esac; \
  497. for subdir in $$list; do \
  498. echo "Making $$target in $$subdir"; \
  499. if test "$$subdir" = "."; then \
  500. dot_seen=yes; \
  501. local_target="$$target-am"; \
  502. else \
  503. local_target="$$target"; \
  504. fi; \
  505. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  506. || eval $$failcom; \
  507. done; \
  508. if test "$$dot_seen" = "no"; then \
  509. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  510. fi; test -z "$$fail"
  511. tags-recursive:
  512. list='$(SUBDIRS)'; for subdir in $$list; do \
  513. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  514. done
  515. ctags-recursive:
  516. list='$(SUBDIRS)'; for subdir in $$list; do \
  517. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  518. done
  519. cscopelist-recursive:
  520. list='$(SUBDIRS)'; for subdir in $$list; do \
  521. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  522. done
  523. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  524. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  525. unique=`for i in $$list; do \
  526. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  527. done | \
  528. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  529. END { if (nonempty) { for (i in files) print i; }; }'`; \
  530. mkid -fID $$unique
  531. tags: TAGS
  532. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  533. $(TAGS_FILES) $(LISP)
  534. set x; \
  535. here=`pwd`; \
  536. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  537. include_option=--etags-include; \
  538. empty_fix=.; \
  539. else \
  540. include_option=--include; \
  541. empty_fix=; \
  542. fi; \
  543. list='$(SUBDIRS)'; for subdir in $$list; do \
  544. if test "$$subdir" = .; then :; else \
  545. test ! -f $$subdir/TAGS || \
  546. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  547. fi; \
  548. done; \
  549. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  550. unique=`for i in $$list; do \
  551. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  552. done | \
  553. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  554. END { if (nonempty) { for (i in files) print i; }; }'`; \
  555. shift; \
  556. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  557. test -n "$$unique" || unique=$$empty_fix; \
  558. if test $$# -gt 0; then \
  559. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  560. "$$@" $$unique; \
  561. else \
  562. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  563. $$unique; \
  564. fi; \
  565. fi
  566. ctags: CTAGS
  567. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  568. $(TAGS_FILES) $(LISP)
  569. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  570. unique=`for i in $$list; do \
  571. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  572. done | \
  573. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  574. END { if (nonempty) { for (i in files) print i; }; }'`; \
  575. test -z "$(CTAGS_ARGS)$$unique" \
  576. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  577. $$unique
  578. GTAGS:
  579. here=`$(am__cd) $(top_builddir) && pwd` \
  580. && $(am__cd) $(top_srcdir) \
  581. && gtags -i $(GTAGS_ARGS) "$$here"
  582. cscope: cscope.files
  583. test ! -s cscope.files \
  584. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  585. clean-cscope:
  586. -rm -f cscope.files
  587. cscope.files: clean-cscope cscopelist-recursive cscopelist
  588. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  589. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  590. case "$(srcdir)" in \
  591. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  592. *) sdir=$(subdir)/$(srcdir) ;; \
  593. esac; \
  594. for i in $$list; do \
  595. if test -f "$$i"; then \
  596. echo "$(subdir)/$$i"; \
  597. else \
  598. echo "$$sdir/$$i"; \
  599. fi; \
  600. done >> $(top_builddir)/cscope.files
  601. distclean-tags:
  602. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  603. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  604. distdir: $(DISTFILES)
  605. $(am__remove_distdir)
  606. test -d "$(distdir)" || mkdir "$(distdir)"
  607. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  608. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  609. list='$(DISTFILES)'; \
  610. dist_files=`for file in $$list; do echo $$file; done | \
  611. sed -e "s|^$$srcdirstrip/||;t" \
  612. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  613. case $$dist_files in \
  614. */*) $(MKDIR_P) `echo "$$dist_files" | \
  615. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  616. sort -u` ;; \
  617. esac; \
  618. for file in $$dist_files; do \
  619. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  620. if test -d $$d/$$file; then \
  621. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  622. if test -d "$(distdir)/$$file"; then \
  623. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  624. fi; \
  625. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  626. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  627. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  628. fi; \
  629. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  630. else \
  631. test -f "$(distdir)/$$file" \
  632. || cp -p $$d/$$file "$(distdir)/$$file" \
  633. || exit 1; \
  634. fi; \
  635. done
  636. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  637. if test "$$subdir" = .; then :; else \
  638. $(am__make_dryrun) \
  639. || test -d "$(distdir)/$$subdir" \
  640. || $(MKDIR_P) "$(distdir)/$$subdir" \
  641. || exit 1; \
  642. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  643. $(am__relativize); \
  644. new_distdir=$$reldir; \
  645. dir1=$$subdir; dir2="$(top_distdir)"; \
  646. $(am__relativize); \
  647. new_top_distdir=$$reldir; \
  648. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  649. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  650. ($(am__cd) $$subdir && \
  651. $(MAKE) $(AM_MAKEFLAGS) \
  652. top_distdir="$$new_top_distdir" \
  653. distdir="$$new_distdir" \
  654. am__remove_distdir=: \
  655. am__skip_length_check=: \
  656. am__skip_mode_fix=: \
  657. distdir) \
  658. || exit 1; \
  659. fi; \
  660. done
  661. $(MAKE) $(AM_MAKEFLAGS) \
  662. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  663. dist-hook
  664. -test -n "$(am__skip_mode_fix)" \
  665. || find "$(distdir)" -type d ! -perm -755 \
  666. -exec chmod u+rwx,go+rx {} \; -o \
  667. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  668. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  669. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  670. || chmod -R a+r "$(distdir)"
  671. dist-gzip: distdir
  672. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  673. $(am__post_remove_distdir)
  674. dist-bzip2: distdir
  675. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  676. $(am__post_remove_distdir)
  677. dist-lzip: distdir
  678. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  679. $(am__post_remove_distdir)
  680. dist-xz: distdir
  681. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  682. $(am__post_remove_distdir)
  683. dist-tarZ: distdir
  684. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  685. $(am__post_remove_distdir)
  686. dist-shar: distdir
  687. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  688. $(am__post_remove_distdir)
  689. dist-zip: distdir
  690. -rm -f $(distdir).zip
  691. zip -rq $(distdir).zip $(distdir)
  692. $(am__post_remove_distdir)
  693. dist dist-all:
  694. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  695. $(am__post_remove_distdir)
  696. # This target untars the dist file and tries a VPATH configuration. Then
  697. # it guarantees that the distribution is self-contained by making another
  698. # tarfile.
  699. distcheck: dist
  700. case '$(DIST_ARCHIVES)' in \
  701. *.tar.gz*) \
  702. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  703. *.tar.bz2*) \
  704. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  705. *.tar.lz*) \
  706. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  707. *.tar.xz*) \
  708. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  709. *.tar.Z*) \
  710. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  711. *.shar.gz*) \
  712. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  713. *.zip*) \
  714. unzip $(distdir).zip ;;\
  715. esac
  716. chmod -R a-w $(distdir)
  717. chmod u+w $(distdir)
  718. mkdir $(distdir)/_build $(distdir)/_inst
  719. chmod a-w $(distdir)
  720. test -d $(distdir)/_build || exit 0; \
  721. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  722. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  723. && am__cwd=`pwd` \
  724. && $(am__cd) $(distdir)/_build \
  725. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  726. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  727. $(DISTCHECK_CONFIGURE_FLAGS) \
  728. && $(MAKE) $(AM_MAKEFLAGS) \
  729. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  730. && $(MAKE) $(AM_MAKEFLAGS) check \
  731. && $(MAKE) $(AM_MAKEFLAGS) install \
  732. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  733. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  734. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  735. distuninstallcheck \
  736. && chmod -R a-w "$$dc_install_base" \
  737. && ({ \
  738. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  739. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  740. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  741. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  742. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  743. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  744. && rm -rf "$$dc_destdir" \
  745. && $(MAKE) $(AM_MAKEFLAGS) dist \
  746. && rm -rf $(DIST_ARCHIVES) \
  747. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  748. && cd "$$am__cwd" \
  749. || exit 1
  750. $(am__post_remove_distdir)
  751. @(echo "$(distdir) archives ready for distribution: "; \
  752. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  753. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  754. distuninstallcheck:
  755. @test -n '$(distuninstallcheck_dir)' || { \
  756. echo 'ERROR: trying to run $@ with an empty' \
  757. '$$(distuninstallcheck_dir)' >&2; \
  758. exit 1; \
  759. }; \
  760. $(am__cd) '$(distuninstallcheck_dir)' || { \
  761. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  762. exit 1; \
  763. }; \
  764. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  765. || { echo "ERROR: files left after uninstall:" ; \
  766. if test -n "$(DESTDIR)"; then \
  767. echo " (check DESTDIR support)"; \
  768. fi ; \
  769. $(distuninstallcheck_listfiles) ; \
  770. exit 1; } >&2
  771. distcleancheck: distclean
  772. @if test '$(srcdir)' = . ; then \
  773. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  774. exit 1 ; \
  775. fi
  776. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  777. || { echo "ERROR: files left in build directory after distclean:" ; \
  778. $(distcleancheck_listfiles) ; \
  779. exit 1; } >&2
  780. check-am: all-am
  781. check: check-recursive
  782. all-am: Makefile $(PROGRAMS) $(DATA) config.h
  783. installdirs: installdirs-recursive
  784. installdirs-am:
  785. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)"; do \
  786. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  787. done
  788. install: install-recursive
  789. install-exec: install-exec-recursive
  790. install-data: install-data-recursive
  791. uninstall: uninstall-recursive
  792. install-am: all-am
  793. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  794. installcheck: installcheck-recursive
  795. install-strip:
  796. if test -z '$(STRIP)'; then \
  797. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  798. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  799. install; \
  800. else \
  801. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  802. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  803. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  804. fi
  805. mostlyclean-generic:
  806. clean-generic:
  807. distclean-generic:
  808. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  809. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  810. maintainer-clean-generic:
  811. @echo "This command is intended for maintainers to use"
  812. @echo "it deletes files that may require special tools to rebuild."
  813. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  814. clean: clean-recursive
  815. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  816. distclean: distclean-recursive
  817. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  818. -rm -rf ./$(DEPDIR)
  819. -rm -f Makefile
  820. distclean-am: clean-am distclean-compile distclean-generic \
  821. distclean-hdr distclean-tags
  822. dvi: dvi-recursive
  823. dvi-am:
  824. html: html-recursive
  825. html-am:
  826. info: info-recursive
  827. info-am:
  828. install-data-am: install-dist_appdefaultDATA
  829. install-dvi: install-dvi-recursive
  830. install-dvi-am:
  831. install-exec-am: install-binPROGRAMS
  832. install-html: install-html-recursive
  833. install-html-am:
  834. install-info: install-info-recursive
  835. install-info-am:
  836. install-man:
  837. install-pdf: install-pdf-recursive
  838. install-pdf-am:
  839. install-ps: install-ps-recursive
  840. install-ps-am:
  841. installcheck-am:
  842. maintainer-clean: maintainer-clean-recursive
  843. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  844. -rm -rf $(top_srcdir)/autom4te.cache
  845. -rm -rf ./$(DEPDIR)
  846. -rm -f Makefile
  847. maintainer-clean-am: distclean-am maintainer-clean-generic
  848. mostlyclean: mostlyclean-recursive
  849. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  850. pdf: pdf-recursive
  851. pdf-am:
  852. ps: ps-recursive
  853. ps-am:
  854. uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA
  855. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  856. cscopelist-recursive ctags-recursive install-am install-strip \
  857. tags-recursive
  858. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  859. all all-am am--refresh check check-am clean clean-binPROGRAMS \
  860. clean-cscope clean-generic cscope cscopelist \
  861. cscopelist-recursive ctags ctags-recursive dist dist-all \
  862. dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
  863. dist-xz dist-zip distcheck distclean distclean-compile \
  864. distclean-generic distclean-hdr distclean-tags distcleancheck \
  865. distdir distuninstallcheck dvi dvi-am html html-am info \
  866. info-am install install-am install-binPROGRAMS install-data \
  867. install-data-am install-dist_appdefaultDATA install-dvi \
  868. install-dvi-am install-exec install-exec-am install-html \
  869. install-html-am install-info install-info-am install-man \
  870. install-pdf install-pdf-am install-ps install-ps-am \
  871. install-strip installcheck installcheck-am installdirs \
  872. installdirs-am maintainer-clean maintainer-clean-generic \
  873. mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
  874. ps ps-am tags tags-recursive uninstall uninstall-am \
  875. uninstall-binPROGRAMS uninstall-dist_appdefaultDATA
  876. .PHONY: ChangeLog INSTALL
  877. INSTALL:
  878. $(INSTALL_CMD)
  879. ChangeLog:
  880. $(CHANGELOG_CMD)
  881. dist-hook: ChangeLog INSTALL
  882. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  883. # Otherwise a system limit (for SysV at least) may be exceeded.
  884. .NOEXPORT: