Makefile.in 35 KB

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