Makefile 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/lostirc
  67. pkgincludedir = $(includedir)/lostirc
  68. pkglibdir = $(libdir)/lostirc
  69. pkglibexecdir = $(libexecdir)/lostirc
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. subdir = .
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
  87. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
  88. $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
  89. $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
  90. $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
  91. $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
  92. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  93. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
  94. $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
  95. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  96. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  97. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
  98. $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
  99. $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
  100. $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
  101. $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
  102. $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
  103. $(top_srcdir)/configure.ac
  104. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  105. $(ACLOCAL_M4)
  106. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  107. $(am__configure_deps) $(am__DIST_COMMON)
  108. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  109. configure.lineno config.status.lineno
  110. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  111. CONFIG_HEADER = config.h
  112. CONFIG_CLEAN_FILES = lostirc.spec
  113. CONFIG_CLEAN_VPATH_FILES =
  114. AM_V_P = $(am__v_P_$(V))
  115. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_$(V))
  119. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_$(V))
  123. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. SOURCES =
  127. DIST_SOURCES =
  128. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  129. ctags-recursive dvi-recursive html-recursive info-recursive \
  130. install-data-recursive install-dvi-recursive \
  131. install-exec-recursive install-html-recursive \
  132. install-info-recursive install-pdf-recursive \
  133. install-ps-recursive install-recursive installcheck-recursive \
  134. installdirs-recursive pdf-recursive ps-recursive \
  135. tags-recursive uninstall-recursive
  136. am__can_run_installinfo = \
  137. case $$AM_UPDATE_INFO_DIR in \
  138. n|no|NO) false;; \
  139. *) (install-info --version) >/dev/null 2>&1;; \
  140. esac
  141. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  142. am__vpath_adj = case $$p in \
  143. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  144. *) f=$$p;; \
  145. esac;
  146. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  147. am__install_max = 40
  148. am__nobase_strip_setup = \
  149. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  150. am__nobase_strip = \
  151. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  152. am__nobase_list = $(am__nobase_strip_setup); \
  153. for p in $$list; do echo "$$p $$p"; done | \
  154. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  155. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  156. if (++n[$$2] == $(am__install_max)) \
  157. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  158. END { for (dir in files) print dir, files[dir] }'
  159. am__base_list = \
  160. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  161. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  162. am__uninstall_files_from_dir = { \
  163. test -z "$$files" \
  164. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  165. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  166. $(am__cd) "$$dir" && rm -f $$files; }; \
  167. }
  168. man1dir = $(mandir)/man1
  169. am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(Desktopdir)" \
  170. "$(DESTDIR)$(pixmapdir)"
  171. NROFF = nroff
  172. MANS = $(man_MANS)
  173. DATA = $(Desktop_DATA) $(pixmap_DATA)
  174. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  175. distclean-recursive maintainer-clean-recursive
  176. am__recursive_targets = \
  177. $(RECURSIVE_TARGETS) \
  178. $(RECURSIVE_CLEAN_TARGETS) \
  179. $(am__extra_recursive_targets)
  180. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  181. cscope distdir distdir-am dist dist-all distcheck
  182. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  183. $(LISP)config.h.in
  184. # Read a list of newline-separated strings from the standard input,
  185. # and print each of them once, without duplicates. Input order is
  186. # *not* preserved.
  187. am__uniquify_input = $(AWK) '\
  188. BEGIN { nonempty = 0; } \
  189. { items[$$0] = 1; nonempty = 1; } \
  190. END { if (nonempty) { for (i in items) print i; }; } \
  191. '
  192. # Make sure the list of sources is unique. This is necessary because,
  193. # e.g., the same source file might be shared among _SOURCES variables
  194. # for different programs/libraries.
  195. am__define_uniq_tagged_files = \
  196. list='$(am__tagged_files)'; \
  197. unique=`for i in $$list; do \
  198. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  199. done | $(am__uniquify_input)`
  200. ETAGS = etags
  201. CTAGS = ctags
  202. CSCOPE = cscope
  203. DIST_SUBDIRS = $(SUBDIRS)
  204. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  205. $(srcdir)/lostirc.spec.in ABOUT-NLS AUTHORS COPYING ChangeLog \
  206. INSTALL NEWS README TODO compile config.guess config.rpath \
  207. config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
  208. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  209. distdir = $(PACKAGE)-$(VERSION)
  210. top_distdir = $(distdir)
  211. am__remove_distdir = \
  212. if test -d "$(distdir)"; then \
  213. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  214. && rm -rf "$(distdir)" \
  215. || { sleep 5 && rm -rf "$(distdir)"; }; \
  216. else :; fi
  217. am__post_remove_distdir = $(am__remove_distdir)
  218. am__relativize = \
  219. dir0=`pwd`; \
  220. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  221. sed_rest='s,^[^/]*/*,,'; \
  222. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  223. sed_butlast='s,/*[^/]*$$,,'; \
  224. while test -n "$$dir1"; do \
  225. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  226. if test "$$first" != "."; then \
  227. if test "$$first" = ".."; then \
  228. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  229. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  230. else \
  231. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  232. if test "$$first2" = "$$first"; then \
  233. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  234. else \
  235. dir2="../$$dir2"; \
  236. fi; \
  237. dir0="$$dir0"/"$$first"; \
  238. fi; \
  239. fi; \
  240. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  241. done; \
  242. reldir="$$dir2"
  243. DIST_ARCHIVES = $(distdir).tar.gz
  244. GZIP_ENV = --best
  245. DIST_TARGETS = dist-gzip
  246. distuninstallcheck_listfiles = find . -type f -print
  247. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  248. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  249. distcleancheck_listfiles = find . -type f -print
  250. ACLOCAL = ${SHELL} /home/chris/FreonLinux/system/lostirc/missing aclocal-1.16
  251. ALLOCA =
  252. AMTAR = $${TAR-tar}
  253. AM_DEFAULT_VERBOSITY = 1
  254. AR = ar
  255. AUTOCONF = ${SHELL} /home/chris/FreonLinux/system/lostirc/missing autoconf
  256. AUTOHEADER = ${SHELL} /home/chris/FreonLinux/system/lostirc/missing autoheader
  257. AUTOMAKE = ${SHELL} /home/chris/FreonLinux/system/lostirc/missing automake-1.16
  258. AWK = gawk
  259. BUILD_INCLUDED_LIBINTL = no
  260. CATOBJEXT = .gmo
  261. CC = gcc
  262. CCDEPMODE = depmode=gcc3
  263. CFLAGS = -g -O2
  264. CPP = gcc -E
  265. CPPFLAGS =
  266. CXX = g++
  267. CXXCPP = g++ -E
  268. CXXDEPMODE = depmode=gcc3
  269. CXXFLAGS = -g -O2 -Wall
  270. CYGPATH_W = echo
  271. DATADIRNAME = share
  272. DEFS = -DHAVE_CONFIG_H
  273. DEPDIR = .deps
  274. DLLTOOL = false
  275. DSYMUTIL =
  276. DUMPBIN =
  277. ECHO_C =
  278. ECHO_N = -n
  279. ECHO_T =
  280. EGREP = /bin/grep -E
  281. EXEEXT =
  282. FGREP = /bin/grep -F
  283. GENCAT = gencat
  284. GLIBC21 = yes
  285. GLIBMMDEPS_CFLAGS = -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
  286. GLIBMMDEPS_LIBS = -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0
  287. GLIBMM_CFLAGS =
  288. GLIBMM_LIBS =
  289. GMSGFMT = /usr/bin/msgfmt
  290. GREP = /bin/grep
  291. GTKMMDEPS_CFLAGS = -I/usr/include/gtkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include -pthread
  292. GTKMMDEPS_LIBS = -lgtkmm-2.4 -lgdkmm-2.4 -lgiomm-2.4 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -latkmm-1.6 -latk-1.0 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
  293. HAVE_ASPRINTF = 1
  294. HAVE_POSIX_PRINTF = 1
  295. HAVE_SNPRINTF = 1
  296. HAVE_WPRINTF = 0
  297. INSTALL = /usr/bin/install -c
  298. INSTALL_DATA = ${INSTALL} -m 644
  299. INSTALL_PROGRAM = ${INSTALL}
  300. INSTALL_SCRIPT = ${INSTALL}
  301. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  302. INSTOBJEXT = .mo
  303. INTLBISON = bison
  304. INTLLIBS =
  305. INTLOBJS =
  306. INTL_LIBTOOL_SUFFIX_PREFIX =
  307. LD = /usr/bin/ld -m elf_x86_64
  308. LDFLAGS =
  309. LIBICONV =
  310. LIBINTL =
  311. LIBOBJS =
  312. LIBS =
  313. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  314. LIPO =
  315. LN_S = ln -s
  316. LTLIBICONV =
  317. LTLIBINTL =
  318. LTLIBOBJS =
  319. LT_SYS_LIBRARY_PATH =
  320. MAKEINFO = ${SHELL} /home/chris/FreonLinux/system/lostirc/missing makeinfo
  321. MANIFEST_TOOL = :
  322. MKDIR_P = /bin/mkdir -p
  323. MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs
  324. MSGFMT = /usr/bin/msgfmt
  325. MSGMERGE = /usr/bin/msgmerge
  326. NM = /usr/bin/nm -B
  327. NMEDIT =
  328. OBJDUMP = objdump
  329. OBJEXT = o
  330. OTOOL =
  331. OTOOL64 =
  332. PACKAGE = lostirc
  333. PACKAGE_BUGREPORT =
  334. PACKAGE_NAME =
  335. PACKAGE_STRING =
  336. PACKAGE_TARNAME =
  337. PACKAGE_URL =
  338. PACKAGE_VERSION =
  339. PATH_SEPARATOR = :
  340. PKGCONFIG = /usr/bin/pkg-config
  341. PKG_CONFIG = /usr/bin/pkg-config
  342. PKG_CONFIG_LIBDIR =
  343. PKG_CONFIG_PATH =
  344. POSUB = po
  345. RANLIB = ranlib
  346. SED = /bin/sed
  347. SET_MAKE =
  348. SHELL = /bin/bash
  349. STRIP = strip
  350. USE_INCLUDED_LIBINTL = no
  351. USE_NLS = yes
  352. VERSION = 0.4.7pre
  353. XGETTEXT = /usr/bin/xgettext
  354. abs_builddir = /home/chris/FreonLinux/system/lostirc
  355. abs_srcdir = /home/chris/FreonLinux/system/lostirc
  356. abs_top_builddir = /home/chris/FreonLinux/system/lostirc
  357. abs_top_srcdir = /home/chris/FreonLinux/system/lostirc
  358. ac_ct_AR = ar
  359. ac_ct_CC = gcc
  360. ac_ct_CXX = g++
  361. ac_ct_DUMPBIN =
  362. am__include = include
  363. am__leading_dot = .
  364. am__quote =
  365. am__tar = $${TAR-tar} chof - "$$tardir"
  366. am__untar = $${TAR-tar} xf -
  367. bindir = ${exec_prefix}/bin
  368. build = x86_64-pc-linux-gnu
  369. build_alias =
  370. build_cpu = x86_64
  371. build_os = linux-gnu
  372. build_vendor = pc
  373. builddir = .
  374. datadir = ${datarootdir}
  375. datarootdir = ${prefix}/share
  376. docdir = ${datarootdir}/doc/${PACKAGE}
  377. dvidir = ${docdir}
  378. exec_prefix = ${prefix}
  379. host = x86_64-pc-linux-gnu
  380. host_alias =
  381. host_cpu = x86_64
  382. host_os = linux-gnu
  383. host_vendor = pc
  384. htmldir = ${docdir}
  385. includedir = ${prefix}/include
  386. infodir = ${datarootdir}/info
  387. install_sh = ${SHELL} /home/chris/FreonLinux/system/lostirc/install-sh
  388. libdir = ${exec_prefix}/lib
  389. libexecdir = ${exec_prefix}/libexec
  390. localedir = ${datarootdir}/locale
  391. localstatedir = ${prefix}/var
  392. mandir = ${datarootdir}/man
  393. mkdir_p = $(MKDIR_P)
  394. oldincludedir = /usr/include
  395. pdfdir = ${docdir}
  396. prefix = /freon
  397. program_transform_name = s,x,x,
  398. psdir = ${docdir}
  399. runstatedir = ${localstatedir}/run
  400. sbindir = ${exec_prefix}/sbin
  401. sharedstatedir = ${prefix}/com
  402. srcdir = .
  403. sysconfdir = ${prefix}/etc
  404. target_alias =
  405. top_build_prefix =
  406. top_builddir = .
  407. top_srcdir = .
  408. SUBDIRS = po src
  409. EXTRA_DIST = config.rpath lostirc.desktop \
  410. lostirc.1 lostirc.png m4
  411. Desktopdir = $(datadir)/applications
  412. Desktop_DATA = lostirc.desktop
  413. pixmapdir = $(datadir)/pixmaps
  414. pixmap_DATA = lostirc.png
  415. man_MANS = lostirc.1
  416. ACLOCAL_AMFLAGS = -I m4
  417. all: config.h
  418. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  419. .SUFFIXES:
  420. am--refresh: Makefile
  421. @:
  422. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  423. @for dep in $?; do \
  424. case '$(am__configure_deps)' in \
  425. *$$dep*) \
  426. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  427. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  428. && exit 0; \
  429. exit 1;; \
  430. esac; \
  431. done; \
  432. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  433. $(am__cd) $(top_srcdir) && \
  434. $(AUTOMAKE) --gnu Makefile
  435. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  436. @case '$?' in \
  437. *config.status*) \
  438. echo ' $(SHELL) ./config.status'; \
  439. $(SHELL) ./config.status;; \
  440. *) \
  441. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  442. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  443. esac;
  444. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  445. $(SHELL) ./config.status --recheck
  446. $(top_srcdir)/configure: $(am__configure_deps)
  447. $(am__cd) $(srcdir) && $(AUTOCONF)
  448. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  449. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  450. $(am__aclocal_m4_deps):
  451. config.h: stamp-h1
  452. @test -f $@ || rm -f stamp-h1
  453. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  454. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  455. @rm -f stamp-h1
  456. cd $(top_builddir) && $(SHELL) ./config.status config.h
  457. $(srcdir)/config.h.in: $(am__configure_deps)
  458. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  459. rm -f stamp-h1
  460. touch $@
  461. distclean-hdr:
  462. -rm -f config.h stamp-h1
  463. lostirc.spec: $(top_builddir)/config.status $(srcdir)/lostirc.spec.in
  464. cd $(top_builddir) && $(SHELL) ./config.status $@
  465. mostlyclean-libtool:
  466. -rm -f *.lo
  467. clean-libtool:
  468. -rm -rf .libs _libs
  469. distclean-libtool:
  470. -rm -f libtool config.lt
  471. install-man1: $(man_MANS)
  472. @$(NORMAL_INSTALL)
  473. @list1=''; \
  474. list2='$(man_MANS)'; \
  475. test -n "$(man1dir)" \
  476. && test -n "`echo $$list1$$list2`" \
  477. || exit 0; \
  478. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  479. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  480. { for i in $$list1; do echo "$$i"; done; \
  481. if test -n "$$list2"; then \
  482. for i in $$list2; do echo "$$i"; done \
  483. | sed -n '/\.1[a-z]*$$/p'; \
  484. fi; \
  485. } | while read p; do \
  486. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  487. echo "$$d$$p"; echo "$$p"; \
  488. done | \
  489. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  490. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  491. sed 'N;N;s,\n, ,g' | { \
  492. list=; while read file base inst; do \
  493. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  494. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  495. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  496. fi; \
  497. done; \
  498. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  499. while read files; do \
  500. test -z "$$files" || { \
  501. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  502. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  503. done; }
  504. uninstall-man1:
  505. @$(NORMAL_UNINSTALL)
  506. @list=''; test -n "$(man1dir)" || exit 0; \
  507. files=`{ for i in $$list; do echo "$$i"; done; \
  508. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  509. sed -n '/\.1[a-z]*$$/p'; \
  510. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  511. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  512. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  513. install-DesktopDATA: $(Desktop_DATA)
  514. @$(NORMAL_INSTALL)
  515. @list='$(Desktop_DATA)'; test -n "$(Desktopdir)" || list=; \
  516. if test -n "$$list"; then \
  517. echo " $(MKDIR_P) '$(DESTDIR)$(Desktopdir)'"; \
  518. $(MKDIR_P) "$(DESTDIR)$(Desktopdir)" || exit 1; \
  519. fi; \
  520. for p in $$list; do \
  521. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  522. echo "$$d$$p"; \
  523. done | $(am__base_list) | \
  524. while read files; do \
  525. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(Desktopdir)'"; \
  526. $(INSTALL_DATA) $$files "$(DESTDIR)$(Desktopdir)" || exit $$?; \
  527. done
  528. uninstall-DesktopDATA:
  529. @$(NORMAL_UNINSTALL)
  530. @list='$(Desktop_DATA)'; test -n "$(Desktopdir)" || list=; \
  531. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  532. dir='$(DESTDIR)$(Desktopdir)'; $(am__uninstall_files_from_dir)
  533. install-pixmapDATA: $(pixmap_DATA)
  534. @$(NORMAL_INSTALL)
  535. @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
  536. if test -n "$$list"; then \
  537. echo " $(MKDIR_P) '$(DESTDIR)$(pixmapdir)'"; \
  538. $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" || exit 1; \
  539. fi; \
  540. for p in $$list; do \
  541. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  542. echo "$$d$$p"; \
  543. done | $(am__base_list) | \
  544. while read files; do \
  545. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \
  546. $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \
  547. done
  548. uninstall-pixmapDATA:
  549. @$(NORMAL_UNINSTALL)
  550. @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
  551. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  552. dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
  553. # This directory's subdirectories are mostly independent; you can cd
  554. # into them and run 'make' without going through this Makefile.
  555. # To change the values of 'make' variables: instead of editing Makefiles,
  556. # (1) if the variable is set in 'config.status', edit 'config.status'
  557. # (which will cause the Makefiles to be regenerated when you run 'make');
  558. # (2) otherwise, pass the desired values on the 'make' command line.
  559. $(am__recursive_targets):
  560. @fail=; \
  561. if $(am__make_keepgoing); then \
  562. failcom='fail=yes'; \
  563. else \
  564. failcom='exit 1'; \
  565. fi; \
  566. dot_seen=no; \
  567. target=`echo $@ | sed s/-recursive//`; \
  568. case "$@" in \
  569. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  570. *) list='$(SUBDIRS)' ;; \
  571. esac; \
  572. for subdir in $$list; do \
  573. echo "Making $$target in $$subdir"; \
  574. if test "$$subdir" = "."; then \
  575. dot_seen=yes; \
  576. local_target="$$target-am"; \
  577. else \
  578. local_target="$$target"; \
  579. fi; \
  580. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  581. || eval $$failcom; \
  582. done; \
  583. if test "$$dot_seen" = "no"; then \
  584. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  585. fi; test -z "$$fail"
  586. ID: $(am__tagged_files)
  587. $(am__define_uniq_tagged_files); mkid -fID $$unique
  588. tags: tags-recursive
  589. TAGS: tags
  590. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  591. set x; \
  592. here=`pwd`; \
  593. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  594. include_option=--etags-include; \
  595. empty_fix=.; \
  596. else \
  597. include_option=--include; \
  598. empty_fix=; \
  599. fi; \
  600. list='$(SUBDIRS)'; for subdir in $$list; do \
  601. if test "$$subdir" = .; then :; else \
  602. test ! -f $$subdir/TAGS || \
  603. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  604. fi; \
  605. done; \
  606. $(am__define_uniq_tagged_files); \
  607. shift; \
  608. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  609. test -n "$$unique" || unique=$$empty_fix; \
  610. if test $$# -gt 0; then \
  611. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  612. "$$@" $$unique; \
  613. else \
  614. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  615. $$unique; \
  616. fi; \
  617. fi
  618. ctags: ctags-recursive
  619. CTAGS: ctags
  620. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  621. $(am__define_uniq_tagged_files); \
  622. test -z "$(CTAGS_ARGS)$$unique" \
  623. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  624. $$unique
  625. GTAGS:
  626. here=`$(am__cd) $(top_builddir) && pwd` \
  627. && $(am__cd) $(top_srcdir) \
  628. && gtags -i $(GTAGS_ARGS) "$$here"
  629. cscope: cscope.files
  630. test ! -s cscope.files \
  631. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  632. clean-cscope:
  633. -rm -f cscope.files
  634. cscope.files: clean-cscope cscopelist
  635. cscopelist: cscopelist-recursive
  636. cscopelist-am: $(am__tagged_files)
  637. list='$(am__tagged_files)'; \
  638. case "$(srcdir)" in \
  639. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  640. *) sdir=$(subdir)/$(srcdir) ;; \
  641. esac; \
  642. for i in $$list; do \
  643. if test -f "$$i"; then \
  644. echo "$(subdir)/$$i"; \
  645. else \
  646. echo "$$sdir/$$i"; \
  647. fi; \
  648. done >> $(top_builddir)/cscope.files
  649. distclean-tags:
  650. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  651. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  652. distdir: $(BUILT_SOURCES)
  653. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  654. distdir-am: $(DISTFILES)
  655. $(am__remove_distdir)
  656. test -d "$(distdir)" || mkdir "$(distdir)"
  657. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  658. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  659. list='$(DISTFILES)'; \
  660. dist_files=`for file in $$list; do echo $$file; done | \
  661. sed -e "s|^$$srcdirstrip/||;t" \
  662. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  663. case $$dist_files in \
  664. */*) $(MKDIR_P) `echo "$$dist_files" | \
  665. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  666. sort -u` ;; \
  667. esac; \
  668. for file in $$dist_files; do \
  669. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  670. if test -d $$d/$$file; then \
  671. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  672. if test -d "$(distdir)/$$file"; then \
  673. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  674. fi; \
  675. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  676. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  677. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  678. fi; \
  679. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  680. else \
  681. test -f "$(distdir)/$$file" \
  682. || cp -p $$d/$$file "$(distdir)/$$file" \
  683. || exit 1; \
  684. fi; \
  685. done
  686. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  687. if test "$$subdir" = .; then :; else \
  688. $(am__make_dryrun) \
  689. || test -d "$(distdir)/$$subdir" \
  690. || $(MKDIR_P) "$(distdir)/$$subdir" \
  691. || exit 1; \
  692. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  693. $(am__relativize); \
  694. new_distdir=$$reldir; \
  695. dir1=$$subdir; dir2="$(top_distdir)"; \
  696. $(am__relativize); \
  697. new_top_distdir=$$reldir; \
  698. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  699. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  700. ($(am__cd) $$subdir && \
  701. $(MAKE) $(AM_MAKEFLAGS) \
  702. top_distdir="$$new_top_distdir" \
  703. distdir="$$new_distdir" \
  704. am__remove_distdir=: \
  705. am__skip_length_check=: \
  706. am__skip_mode_fix=: \
  707. distdir) \
  708. || exit 1; \
  709. fi; \
  710. done
  711. $(MAKE) $(AM_MAKEFLAGS) \
  712. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  713. dist-hook
  714. -test -n "$(am__skip_mode_fix)" \
  715. || find "$(distdir)" -type d ! -perm -755 \
  716. -exec chmod u+rwx,go+rx {} \; -o \
  717. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  718. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  719. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  720. || chmod -R a+r "$(distdir)"
  721. dist-gzip: distdir
  722. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  723. $(am__post_remove_distdir)
  724. dist-bzip2: distdir
  725. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  726. $(am__post_remove_distdir)
  727. dist-lzip: distdir
  728. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  729. $(am__post_remove_distdir)
  730. dist-xz: distdir
  731. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  732. $(am__post_remove_distdir)
  733. dist-tarZ: distdir
  734. @echo WARNING: "Support for distribution archives compressed with" \
  735. "legacy program 'compress' is deprecated." >&2
  736. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  737. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  738. $(am__post_remove_distdir)
  739. dist-shar: distdir
  740. @echo WARNING: "Support for shar distribution archives is" \
  741. "deprecated." >&2
  742. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  743. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  744. $(am__post_remove_distdir)
  745. dist-zip: distdir
  746. -rm -f $(distdir).zip
  747. zip -rq $(distdir).zip $(distdir)
  748. $(am__post_remove_distdir)
  749. dist dist-all:
  750. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  751. $(am__post_remove_distdir)
  752. # This target untars the dist file and tries a VPATH configuration. Then
  753. # it guarantees that the distribution is self-contained by making another
  754. # tarfile.
  755. distcheck: dist
  756. case '$(DIST_ARCHIVES)' in \
  757. *.tar.gz*) \
  758. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  759. *.tar.bz2*) \
  760. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  761. *.tar.lz*) \
  762. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  763. *.tar.xz*) \
  764. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  765. *.tar.Z*) \
  766. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  767. *.shar.gz*) \
  768. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  769. *.zip*) \
  770. unzip $(distdir).zip ;;\
  771. esac
  772. chmod -R a-w $(distdir)
  773. chmod u+w $(distdir)
  774. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  775. chmod a-w $(distdir)
  776. test -d $(distdir)/_build || exit 0; \
  777. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  778. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  779. && am__cwd=`pwd` \
  780. && $(am__cd) $(distdir)/_build/sub \
  781. && ../../configure \
  782. --with-included-gettext \
  783. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  784. $(DISTCHECK_CONFIGURE_FLAGS) \
  785. --srcdir=../.. --prefix="$$dc_install_base" \
  786. && $(MAKE) $(AM_MAKEFLAGS) \
  787. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  788. && $(MAKE) $(AM_MAKEFLAGS) check \
  789. && $(MAKE) $(AM_MAKEFLAGS) install \
  790. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  791. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  792. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  793. distuninstallcheck \
  794. && chmod -R a-w "$$dc_install_base" \
  795. && ({ \
  796. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  797. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  798. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  799. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  800. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  801. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  802. && rm -rf "$$dc_destdir" \
  803. && $(MAKE) $(AM_MAKEFLAGS) dist \
  804. && rm -rf $(DIST_ARCHIVES) \
  805. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  806. && cd "$$am__cwd" \
  807. || exit 1
  808. $(am__post_remove_distdir)
  809. @(echo "$(distdir) archives ready for distribution: "; \
  810. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  811. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  812. distuninstallcheck:
  813. @test -n '$(distuninstallcheck_dir)' || { \
  814. echo 'ERROR: trying to run $@ with an empty' \
  815. '$$(distuninstallcheck_dir)' >&2; \
  816. exit 1; \
  817. }; \
  818. $(am__cd) '$(distuninstallcheck_dir)' || { \
  819. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  820. exit 1; \
  821. }; \
  822. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  823. || { echo "ERROR: files left after uninstall:" ; \
  824. if test -n "$(DESTDIR)"; then \
  825. echo " (check DESTDIR support)"; \
  826. fi ; \
  827. $(distuninstallcheck_listfiles) ; \
  828. exit 1; } >&2
  829. distcleancheck: distclean
  830. @if test '$(srcdir)' = . ; then \
  831. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  832. exit 1 ; \
  833. fi
  834. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  835. || { echo "ERROR: files left in build directory after distclean:" ; \
  836. $(distcleancheck_listfiles) ; \
  837. exit 1; } >&2
  838. check-am: all-am
  839. check: check-recursive
  840. all-am: Makefile $(MANS) $(DATA) config.h
  841. installdirs: installdirs-recursive
  842. installdirs-am:
  843. for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(Desktopdir)" "$(DESTDIR)$(pixmapdir)"; do \
  844. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  845. done
  846. install: install-recursive
  847. install-exec: install-exec-recursive
  848. install-data: install-data-recursive
  849. uninstall: uninstall-recursive
  850. install-am: all-am
  851. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  852. installcheck: installcheck-recursive
  853. install-strip:
  854. if test -z '$(STRIP)'; then \
  855. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  856. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  857. install; \
  858. else \
  859. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  860. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  861. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  862. fi
  863. mostlyclean-generic:
  864. clean-generic:
  865. distclean-generic:
  866. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  867. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  868. maintainer-clean-generic:
  869. @echo "This command is intended for maintainers to use"
  870. @echo "it deletes files that may require special tools to rebuild."
  871. clean: clean-recursive
  872. clean-am: clean-generic clean-libtool mostlyclean-am
  873. distclean: distclean-recursive
  874. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  875. -rm -f Makefile
  876. distclean-am: clean-am distclean-generic distclean-hdr \
  877. distclean-libtool distclean-tags
  878. dvi: dvi-recursive
  879. dvi-am:
  880. html: html-recursive
  881. html-am:
  882. info: info-recursive
  883. info-am:
  884. install-data-am: install-DesktopDATA install-man install-pixmapDATA
  885. install-dvi: install-dvi-recursive
  886. install-dvi-am:
  887. install-exec-am:
  888. install-html: install-html-recursive
  889. install-html-am:
  890. install-info: install-info-recursive
  891. install-info-am:
  892. install-man: install-man1
  893. install-pdf: install-pdf-recursive
  894. install-pdf-am:
  895. install-ps: install-ps-recursive
  896. install-ps-am:
  897. installcheck-am:
  898. maintainer-clean: maintainer-clean-recursive
  899. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  900. -rm -rf $(top_srcdir)/autom4te.cache
  901. -rm -f Makefile
  902. maintainer-clean-am: distclean-am maintainer-clean-generic
  903. mostlyclean: mostlyclean-recursive
  904. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  905. pdf: pdf-recursive
  906. pdf-am:
  907. ps: ps-recursive
  908. ps-am:
  909. uninstall-am: uninstall-DesktopDATA uninstall-man uninstall-pixmapDATA
  910. uninstall-man: uninstall-man1
  911. .MAKE: $(am__recursive_targets) all install-am install-strip
  912. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  913. am--refresh check check-am clean clean-cscope clean-generic \
  914. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  915. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  916. dist-tarZ dist-xz dist-zip distcheck distclean \
  917. distclean-generic distclean-hdr distclean-libtool \
  918. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  919. dvi-am html html-am info info-am install install-DesktopDATA \
  920. install-am install-data install-data-am install-dvi \
  921. install-dvi-am install-exec install-exec-am install-html \
  922. install-html-am install-info install-info-am install-man \
  923. install-man1 install-pdf install-pdf-am install-pixmapDATA \
  924. install-ps install-ps-am install-strip installcheck \
  925. installcheck-am installdirs installdirs-am maintainer-clean \
  926. maintainer-clean-generic mostlyclean mostlyclean-generic \
  927. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  928. uninstall-DesktopDATA uninstall-am uninstall-man \
  929. uninstall-man1 uninstall-pixmapDATA
  930. .PRECIOUS: Makefile
  931. dist-hook: lostirc.spec
  932. cp lostirc.spec $(distdir)
  933. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  934. # Otherwise a system limit (for SysV at least) may be exceeded.
  935. .NOEXPORT: