Makefile.in 29 KB

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