PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/libconfig-1.4.8/examples/c++/Makefile.in

#
Autoconf | 517 lines | 442 code | 61 blank | 14 comment | 56 complexity | 88bd7c66700fe601c23019bbf976200c MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-2.0
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. noinst_PROGRAMS = example1$(EXEEXT) example2$(EXEEXT) \
  35. example3$(EXEEXT) example4$(EXEEXT)
  36. subdir = examples/c++
  37. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. mkinstalldirs = $(SHELL) $(top_srcdir)/aux-build/mkinstalldirs
  43. CONFIG_HEADER = $(top_builddir)/ac_config.h
  44. CONFIG_CLEAN_FILES =
  45. CONFIG_CLEAN_VPATH_FILES =
  46. PROGRAMS = $(noinst_PROGRAMS)
  47. am_example1_OBJECTS = example1.$(OBJEXT)
  48. example1_OBJECTS = $(am_example1_OBJECTS)
  49. example1_LDADD = $(LDADD)
  50. example1_DEPENDENCIES = $(top_builddir)/lib/libconfig++.la
  51. am_example2_OBJECTS = example2.$(OBJEXT)
  52. example2_OBJECTS = $(am_example2_OBJECTS)
  53. example2_LDADD = $(LDADD)
  54. example2_DEPENDENCIES = $(top_builddir)/lib/libconfig++.la
  55. am_example3_OBJECTS = example3.$(OBJEXT)
  56. example3_OBJECTS = $(am_example3_OBJECTS)
  57. example3_LDADD = $(LDADD)
  58. example3_DEPENDENCIES = $(top_builddir)/lib/libconfig++.la
  59. am_example4_OBJECTS = example4.$(OBJEXT)
  60. example4_OBJECTS = $(am_example4_OBJECTS)
  61. example4_LDADD = $(LDADD)
  62. example4_DEPENDENCIES = $(top_builddir)/lib/libconfig++.la
  63. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  64. depcomp = $(SHELL) $(top_srcdir)/aux-build/depcomp
  65. am__depfiles_maybe = depfiles
  66. am__mv = mv -f
  67. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  68. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  69. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  70. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  71. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  72. CXXLD = $(CXX)
  73. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  74. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  75. $(LDFLAGS) -o $@
  76. SOURCES = $(example1_SOURCES) $(example2_SOURCES) $(example3_SOURCES) \
  77. $(example4_SOURCES)
  78. DIST_SOURCES = $(example1_SOURCES) $(example2_SOURCES) \
  79. $(example3_SOURCES) $(example4_SOURCES)
  80. ETAGS = etags
  81. CTAGS = ctags
  82. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  83. ACLOCAL = @ACLOCAL@
  84. AMTAR = @AMTAR@
  85. AR = @AR@
  86. AS = @AS@
  87. AUTOCONF = @AUTOCONF@
  88. AUTOHEADER = @AUTOHEADER@
  89. AUTOMAKE = @AUTOMAKE@
  90. AWK = @AWK@
  91. CC = @CC@
  92. CCDEPMODE = @CCDEPMODE@
  93. CFLAGS = @CFLAGS@
  94. CPP = @CPP@
  95. CPPFLAGS = @CPPFLAGS@
  96. CXX = @CXX@
  97. CXXCPP = @CXXCPP@
  98. CXXDEPMODE = @CXXDEPMODE@
  99. CXXFLAGS = @CXXFLAGS@
  100. CYGPATH_W = @CYGPATH_W@
  101. DEFS = @DEFS@
  102. DEPDIR = @DEPDIR@
  103. DLLTOOL = @DLLTOOL@
  104. DSYMUTIL = @DSYMUTIL@
  105. DUMPBIN = @DUMPBIN@
  106. ECHO_C = @ECHO_C@
  107. ECHO_N = @ECHO_N@
  108. ECHO_T = @ECHO_T@
  109. EGREP = @EGREP@
  110. EXEEXT = @EXEEXT@
  111. FGREP = @FGREP@
  112. GREP = @GREP@
  113. INSTALL = @INSTALL@
  114. INSTALL_DATA = @INSTALL_DATA@
  115. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  116. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  117. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  118. LD = @LD@
  119. LDFLAGS = @LDFLAGS@
  120. LEX = @LEX@
  121. LEXLIB = @LEXLIB@
  122. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  123. LIBOBJS = @LIBOBJS@
  124. LIBS = @LIBS@
  125. LIBTOOL = @LIBTOOL@
  126. LIPO = @LIPO@
  127. LN_S = @LN_S@
  128. LTLIBOBJS = @LTLIBOBJS@
  129. MAKEINFO = @MAKEINFO@
  130. MKDIR_P = @MKDIR_P@
  131. NM = @NM@
  132. NMEDIT = @NMEDIT@
  133. OBJDUMP = @OBJDUMP@
  134. OBJEXT = @OBJEXT@
  135. OTOOL = @OTOOL@
  136. OTOOL64 = @OTOOL64@
  137. PACKAGE = @PACKAGE@
  138. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  139. PACKAGE_NAME = @PACKAGE_NAME@
  140. PACKAGE_STRING = @PACKAGE_STRING@
  141. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  142. PACKAGE_URL = @PACKAGE_URL@
  143. PACKAGE_VERSION = @PACKAGE_VERSION@
  144. PATH_SEPARATOR = @PATH_SEPARATOR@
  145. RANLIB = @RANLIB@
  146. SED = @SED@
  147. SET_MAKE = @SET_MAKE@
  148. SHELL = @SHELL@
  149. STRIP = @STRIP@
  150. VERSION = @VERSION@
  151. YACC = @YACC@
  152. YFLAGS = @YFLAGS@
  153. abs_builddir = @abs_builddir@
  154. abs_srcdir = @abs_srcdir@
  155. abs_top_builddir = @abs_top_builddir@
  156. abs_top_srcdir = @abs_top_srcdir@
  157. ac_ct_CC = @ac_ct_CC@
  158. ac_ct_CXX = @ac_ct_CXX@
  159. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  160. am__include = @am__include@
  161. am__leading_dot = @am__leading_dot@
  162. am__quote = @am__quote@
  163. am__tar = @am__tar@
  164. am__untar = @am__untar@
  165. bindir = @bindir@
  166. build = @build@
  167. build_alias = @build_alias@
  168. build_cpu = @build_cpu@
  169. build_os = @build_os@
  170. build_vendor = @build_vendor@
  171. builddir = @builddir@
  172. datadir = @datadir@
  173. datarootdir = @datarootdir@
  174. docdir = @docdir@
  175. dvidir = @dvidir@
  176. exec_prefix = @exec_prefix@
  177. host = @host@
  178. host_alias = @host_alias@
  179. host_cpu = @host_cpu@
  180. host_os = @host_os@
  181. host_vendor = @host_vendor@
  182. htmldir = @htmldir@
  183. includedir = @includedir@
  184. infodir = @infodir@
  185. install_sh = @install_sh@
  186. libdir = @libdir@
  187. libexecdir = @libexecdir@
  188. localedir = @localedir@
  189. localstatedir = @localstatedir@
  190. mandir = @mandir@
  191. mkdir_p = @mkdir_p@
  192. oldincludedir = @oldincludedir@
  193. pdfdir = @pdfdir@
  194. prefix = @prefix@
  195. program_transform_name = @program_transform_name@
  196. psdir = @psdir@
  197. sbindir = @sbindir@
  198. sharedstatedir = @sharedstatedir@
  199. srcdir = @srcdir@
  200. sysconfdir = @sysconfdir@
  201. target = @target@
  202. target_alias = @target_alias@
  203. target_cpu = @target_cpu@
  204. target_os = @target_os@
  205. target_vendor = @target_vendor@
  206. top_build_prefix = @top_build_prefix@
  207. top_builddir = @top_builddir@
  208. top_srcdir = @top_srcdir@
  209. example1_SOURCES = example1.cpp
  210. example2_SOURCES = example2.cpp
  211. example3_SOURCES = example3.cpp
  212. example4_SOURCES = example4.cpp
  213. AM_CPPFLAGS = -I $(top_srcdir)/lib
  214. LDADD = $(top_builddir)/lib/libconfig++.la
  215. EXTRA_DIST = \
  216. example.cfg invalid.cfg \
  217. *.vcproj
  218. all: all-am
  219. .SUFFIXES:
  220. .SUFFIXES: .cpp .lo .o .obj
  221. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  222. @for dep in $?; do \
  223. case '$(am__configure_deps)' in \
  224. *$$dep*) \
  225. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  226. && { if test -f $@; then exit 0; else break; fi; }; \
  227. exit 1;; \
  228. esac; \
  229. done; \
  230. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/c++/Makefile'; \
  231. $(am__cd) $(top_srcdir) && \
  232. $(AUTOMAKE) --gnu examples/c++/Makefile
  233. .PRECIOUS: Makefile
  234. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  235. @case '$?' in \
  236. *config.status*) \
  237. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  238. *) \
  239. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  240. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  241. esac;
  242. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  243. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  244. $(top_srcdir)/configure: $(am__configure_deps)
  245. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  246. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  247. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  248. $(am__aclocal_m4_deps):
  249. clean-noinstPROGRAMS:
  250. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  251. echo " rm -f" $$list; \
  252. rm -f $$list || exit $$?; \
  253. test -n "$(EXEEXT)" || exit 0; \
  254. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  255. echo " rm -f" $$list; \
  256. rm -f $$list
  257. example1$(EXEEXT): $(example1_OBJECTS) $(example1_DEPENDENCIES)
  258. @rm -f example1$(EXEEXT)
  259. $(CXXLINK) $(example1_OBJECTS) $(example1_LDADD) $(LIBS)
  260. example2$(EXEEXT): $(example2_OBJECTS) $(example2_DEPENDENCIES)
  261. @rm -f example2$(EXEEXT)
  262. $(CXXLINK) $(example2_OBJECTS) $(example2_LDADD) $(LIBS)
  263. example3$(EXEEXT): $(example3_OBJECTS) $(example3_DEPENDENCIES)
  264. @rm -f example3$(EXEEXT)
  265. $(CXXLINK) $(example3_OBJECTS) $(example3_LDADD) $(LIBS)
  266. example4$(EXEEXT): $(example4_OBJECTS) $(example4_DEPENDENCIES)
  267. @rm -f example4$(EXEEXT)
  268. $(CXXLINK) $(example4_OBJECTS) $(example4_LDADD) $(LIBS)
  269. mostlyclean-compile:
  270. -rm -f *.$(OBJEXT)
  271. distclean-compile:
  272. -rm -f *.tab.c
  273. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example1.Po@am__quote@
  274. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example2.Po@am__quote@
  275. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example3.Po@am__quote@
  276. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example4.Po@am__quote@
  277. .cpp.o:
  278. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  279. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  280. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  281. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  282. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  283. .cpp.obj:
  284. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  285. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  286. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  287. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  288. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  289. .cpp.lo:
  290. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  291. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  292. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  293. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  294. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  295. mostlyclean-libtool:
  296. -rm -f *.lo
  297. clean-libtool:
  298. -rm -rf .libs _libs
  299. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  300. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  301. unique=`for i in $$list; do \
  302. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  303. done | \
  304. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  305. END { if (nonempty) { for (i in files) print i; }; }'`; \
  306. mkid -fID $$unique
  307. tags: TAGS
  308. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  309. $(TAGS_FILES) $(LISP)
  310. set x; \
  311. here=`pwd`; \
  312. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  313. unique=`for i in $$list; do \
  314. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  315. done | \
  316. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  317. END { if (nonempty) { for (i in files) print i; }; }'`; \
  318. shift; \
  319. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  320. test -n "$$unique" || unique=$$empty_fix; \
  321. if test $$# -gt 0; then \
  322. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  323. "$$@" $$unique; \
  324. else \
  325. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  326. $$unique; \
  327. fi; \
  328. fi
  329. ctags: CTAGS
  330. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  331. $(TAGS_FILES) $(LISP)
  332. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  333. unique=`for i in $$list; do \
  334. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  335. done | \
  336. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  337. END { if (nonempty) { for (i in files) print i; }; }'`; \
  338. test -z "$(CTAGS_ARGS)$$unique" \
  339. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  340. $$unique
  341. GTAGS:
  342. here=`$(am__cd) $(top_builddir) && pwd` \
  343. && $(am__cd) $(top_srcdir) \
  344. && gtags -i $(GTAGS_ARGS) "$$here"
  345. distclean-tags:
  346. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  347. distdir: $(DISTFILES)
  348. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  349. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  350. list='$(DISTFILES)'; \
  351. dist_files=`for file in $$list; do echo $$file; done | \
  352. sed -e "s|^$$srcdirstrip/||;t" \
  353. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  354. case $$dist_files in \
  355. */*) $(MKDIR_P) `echo "$$dist_files" | \
  356. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  357. sort -u` ;; \
  358. esac; \
  359. for file in $$dist_files; do \
  360. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  361. if test -d $$d/$$file; then \
  362. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  363. if test -d "$(distdir)/$$file"; then \
  364. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  365. fi; \
  366. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  367. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  368. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  369. fi; \
  370. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  371. else \
  372. test -f "$(distdir)/$$file" \
  373. || cp -p $$d/$$file "$(distdir)/$$file" \
  374. || exit 1; \
  375. fi; \
  376. done
  377. check-am: all-am
  378. check: check-am
  379. all-am: Makefile $(PROGRAMS)
  380. installdirs:
  381. install: install-am
  382. install-exec: install-exec-am
  383. install-data: install-data-am
  384. uninstall: uninstall-am
  385. install-am: all-am
  386. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  387. installcheck: installcheck-am
  388. install-strip:
  389. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  390. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  391. `test -z '$(STRIP)' || \
  392. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  393. mostlyclean-generic:
  394. clean-generic:
  395. distclean-generic:
  396. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  397. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  398. maintainer-clean-generic:
  399. @echo "This command is intended for maintainers to use"
  400. @echo "it deletes files that may require special tools to rebuild."
  401. clean: clean-am
  402. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  403. mostlyclean-am
  404. distclean: distclean-am
  405. -rm -rf ./$(DEPDIR)
  406. -rm -f Makefile
  407. distclean-am: clean-am distclean-compile distclean-generic \
  408. distclean-tags
  409. dvi: dvi-am
  410. dvi-am:
  411. html: html-am
  412. html-am:
  413. info: info-am
  414. info-am:
  415. install-data-am:
  416. install-dvi: install-dvi-am
  417. install-dvi-am:
  418. install-exec-am:
  419. install-html: install-html-am
  420. install-html-am:
  421. install-info: install-info-am
  422. install-info-am:
  423. install-man:
  424. install-pdf: install-pdf-am
  425. install-pdf-am:
  426. install-ps: install-ps-am
  427. install-ps-am:
  428. installcheck-am:
  429. maintainer-clean: maintainer-clean-am
  430. -rm -rf ./$(DEPDIR)
  431. -rm -f Makefile
  432. maintainer-clean-am: distclean-am maintainer-clean-generic
  433. mostlyclean: mostlyclean-am
  434. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  435. mostlyclean-libtool
  436. pdf: pdf-am
  437. pdf-am:
  438. ps: ps-am
  439. ps-am:
  440. uninstall-am:
  441. .MAKE: install-am install-strip
  442. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  443. clean-libtool clean-noinstPROGRAMS ctags distclean \
  444. distclean-compile distclean-generic distclean-libtool \
  445. distclean-tags distdir dvi dvi-am html html-am info info-am \
  446. install install-am install-data install-data-am install-dvi \
  447. install-dvi-am install-exec install-exec-am install-html \
  448. install-html-am install-info install-info-am install-man \
  449. install-pdf install-pdf-am install-ps install-ps-am \
  450. install-strip installcheck installcheck-am installdirs \
  451. maintainer-clean maintainer-clean-generic mostlyclean \
  452. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  453. pdf pdf-am ps ps-am tags uninstall uninstall-am
  454. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  455. # Otherwise a system limit (for SysV at least) may be exceeded.
  456. .NOEXPORT: