Makefile.in 32 KB

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