Makefile.in
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:17k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.8.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. SOURCES = $(libdirac_decoder_a_SOURCES)
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. pkgdatadir = $(datadir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkgincludedir = $(includedir)/@PACKAGE@
  20. top_builddir = ..
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. INSTALL = @INSTALL@
  23. install_sh_DATA = $(install_sh) -c -m 644
  24. install_sh_PROGRAM = $(install_sh) -c
  25. install_sh_SCRIPT = $(install_sh) -c
  26. INSTALL_HEADER = $(INSTALL_DATA)
  27. transform = $(program_transform_name)
  28. NORMAL_INSTALL = :
  29. PRE_INSTALL = :
  30. POST_INSTALL = :
  31. NORMAL_UNINSTALL = :
  32. PRE_UNINSTALL = :
  33. POST_UNINSTALL = :
  34. subdir = libdirac_decoder
  35. DIST_COMMON = $(library_include_HEADERS) $(srcdir)/Makefile.am 
  36. $(srcdir)/Makefile.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  40. $(ACLOCAL_M4)
  41. mkinstalldirs = $(mkdir_p)
  42. CONFIG_CLEAN_FILES =
  43. AR = ar
  44. ARFLAGS = cru
  45. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(library_includedir)"
  46. libLIBRARIES_INSTALL = $(INSTALL_DATA)
  47. LIBRARIES = $(lib_LIBRARIES)
  48. libdirac_decoder_a_LIBADD =
  49. am__objects_1 =
  50. am__objects_2 = comp_decompress.$(OBJEXT) frame_decompress.$(OBJEXT) 
  51. seq_decompress.$(OBJEXT) dirac_cppparser.$(OBJEXT) 
  52. dirac_parser.$(OBJEXT)
  53. am_libdirac_decoder_a_OBJECTS = $(am__objects_1) $(am__objects_2)
  54. libdirac_decoder_a_OBJECTS = $(am_libdirac_decoder_a_OBJECTS)
  55. DEFAULT_INCLUDES = -I. -I$(srcdir)
  56. depcomp = $(SHELL) $(top_srcdir)/depcomp
  57. am__depfiles_maybe = depfiles
  58. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/comp_decompress.Po 
  59. @AMDEP_TRUE@ ./$(DEPDIR)/dirac_cppparser.Po 
  60. @AMDEP_TRUE@ ./$(DEPDIR)/dirac_parser.Po 
  61. @AMDEP_TRUE@ ./$(DEPDIR)/frame_decompress.Po 
  62. @AMDEP_TRUE@ ./$(DEPDIR)/seq_decompress.Po
  63. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  64. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  65. CXXLD = $(CXX)
  66. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) 
  67. -o $@
  68. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  69. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  70. CCLD = $(CC)
  71. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  72. SOURCES = $(libdirac_decoder_a_SOURCES)
  73. DIST_SOURCES = $(libdirac_decoder_a_SOURCES)
  74. library_includeHEADERS_INSTALL = $(INSTALL_HEADER)
  75. HEADERS = $(library_include_HEADERS)
  76. ETAGS = etags
  77. CTAGS = ctags
  78. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  79. ACLOCAL = @ACLOCAL@
  80. AMDEP_FALSE = @AMDEP_FALSE@
  81. AMDEP_TRUE = @AMDEP_TRUE@
  82. AMTAR = @AMTAR@
  83. AUTOCONF = @AUTOCONF@
  84. AUTOHEADER = @AUTOHEADER@
  85. AUTOM4TE = @AUTOM4TE@
  86. AUTOMAKE = @AUTOMAKE@
  87. AWK = @AWK@
  88. CC = @CC@
  89. CCDEPMODE = @CCDEPMODE@
  90. CFLAGS = @CFLAGS@
  91. CPP = @CPP@
  92. CPPFLAGS = @CPPFLAGS@
  93. CXX = @CXX@
  94. CXXCPP = @CXXCPP@
  95. CXXDEPMODE = @CXXDEPMODE@
  96. CXXFLAGS = @CXXFLAGS@
  97. CYGPATH_W = @CYGPATH_W@
  98. DEFS = @DEFS@
  99. DEPDIR = @DEPDIR@
  100. ECHO_C = @ECHO_C@
  101. ECHO_N = @ECHO_N@
  102. ECHO_T = @ECHO_T@
  103. EGREP = @EGREP@
  104. EXEEXT = @EXEEXT@
  105. GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@
  106. GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
  107. GENERIC_RELEASE = @GENERIC_RELEASE@
  108. GENERIC_VERSION = @GENERIC_VERSION@
  109. HAVE_ALGO_FALSE = @HAVE_ALGO_FALSE@
  110. HAVE_ALGO_TRUE = @HAVE_ALGO_TRUE@
  111. HAVE_CPPUNIT_FALSE = @HAVE_CPPUNIT_FALSE@
  112. HAVE_CPPUNIT_TRUE = @HAVE_CPPUNIT_TRUE@
  113. HAVE_DOT = @HAVE_DOT@
  114. HAVE_DOT_FALSE = @HAVE_DOT_FALSE@
  115. HAVE_DOT_TRUE = @HAVE_DOT_TRUE@
  116. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  117. HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@
  118. HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@
  119. HAVE_DVIPDFM = @HAVE_DVIPDFM@
  120. HAVE_DVIPDFM_FALSE = @HAVE_DVIPDFM_FALSE@
  121. HAVE_DVIPDFM_TRUE = @HAVE_DVIPDFM_TRUE@
  122. HAVE_LATEX = @HAVE_LATEX@
  123. HAVE_LATEX_FALSE = @HAVE_LATEX_FALSE@
  124. HAVE_LATEX_TRUE = @HAVE_LATEX_TRUE@
  125. INSTALL_DATA = @INSTALL_DATA@
  126. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  127. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  128. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  129. LDFLAGS = @LDFLAGS@
  130. LIBOBJS = @LIBOBJS@
  131. LIBS = @LIBS@
  132. LTLIBOBJS = @LTLIBOBJS@
  133. MAKEINFO = @MAKEINFO@
  134. OBJEXT = @OBJEXT@
  135. OVERLAY_FALSE = @OVERLAY_FALSE@
  136. OVERLAY_TRUE = @OVERLAY_TRUE@
  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_VERSION = @PACKAGE_VERSION@
  143. PATH_SEPARATOR = @PATH_SEPARATOR@
  144. RANLIB = @RANLIB@
  145. SET_MAKE = @SET_MAKE@
  146. SHELL = @SHELL@
  147. STRIP = @STRIP@
  148. USE_MSVC_FALSE = @USE_MSVC_FALSE@
  149. USE_MSVC_TRUE = @USE_MSVC_TRUE@
  150. VERSION = @VERSION@
  151. ac_ct_CC = @ac_ct_CC@
  152. ac_ct_CXX = @ac_ct_CXX@
  153. ac_ct_RANLIB = @ac_ct_RANLIB@
  154. ac_ct_STRIP = @ac_ct_STRIP@
  155. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  156. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  157. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  158. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  159. am__include = @am__include@
  160. am__leading_dot = @am__leading_dot@
  161. am__quote = @am__quote@
  162. bindir = @bindir@
  163. build_alias = @build_alias@
  164. datadir = @datadir@
  165. exec_prefix = @exec_prefix@
  166. host_alias = @host_alias@
  167. includedir = @includedir@
  168. infodir = @infodir@
  169. install_sh = @install_sh@
  170. libdir = @libdir@
  171. libexecdir = @libexecdir@
  172. localstatedir = @localstatedir@
  173. mandir = @mandir@
  174. mkdir_p = @mkdir_p@
  175. oldincludedir = @oldincludedir@
  176. prefix = @prefix@
  177. program_transform_name = @program_transform_name@
  178. sbindir = @sbindir@
  179. sharedstatedir = @sharedstatedir@
  180. sysconfdir = @sysconfdir@
  181. target_alias = @target_alias@
  182. INCLUDES = -I$(top_srcdir) -I$(srcdir)
  183. h_sources = comp_decompress.h frame_decompress.h seq_decompress.h 
  184.             decoder_types.h dirac_cppparser.h dirac_parser.h
  185. cpp_sources = comp_decompress.cpp frame_decompress.cpp seq_decompress.cpp 
  186.              dirac_cppparser.cpp dirac_parser.cpp
  187. lib_LIBRARIES = libdirac_decoder.a
  188. libdirac_decoder_a_SOURCES = $(h_sources) $(cpp_sources)
  189. library_includedir = $(includedir)/$(GENERIC_LIBRARY_NAME)/libdirac_decoder
  190. library_include_HEADERS = $(h_sources)
  191. @USE_MSVC_TRUE@CLEANFILES = *.pdb *.ilk
  192. @USE_MSVC_FALSE@libdirac_decoder_a_AR = ar crv
  193. @USE_MSVC_TRUE@libdirac_decoder_a_AR = link.exe -lib /out:libdirac_decoder.a $(libdirac_decoder_a_OBJECTS) ; echo
  194. all: all-am
  195. .SUFFIXES:
  196. .SUFFIXES: .cpp .o .obj
  197. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  198. @for dep in $?; do 
  199.   case '$(am__configure_deps)' in 
  200.     *$$dep*) 
  201.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  202. && exit 0; 
  203.       exit 1;; 
  204.   esac; 
  205. done; 
  206. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libdirac_decoder/Makefile'; 
  207. cd $(top_srcdir) && 
  208.   $(AUTOMAKE) --foreign  libdirac_decoder/Makefile
  209. .PRECIOUS: Makefile
  210. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  211. @case '$?' in 
  212.   *config.status*) 
  213.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  214.   *) 
  215.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  216.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  217. esac;
  218. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  219. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  220. $(top_srcdir)/configure:  $(am__configure_deps)
  221. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  222. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  223. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  224. install-libLIBRARIES: $(lib_LIBRARIES)
  225. @$(NORMAL_INSTALL)
  226. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  227. @list='$(lib_LIBRARIES)'; for p in $$list; do 
  228.   if test -f $$p; then 
  229.     f="`echo $$p | sed -e 's|^.*/||'`"; 
  230.     echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; 
  231.     $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; 
  232.   else :; fi; 
  233. done
  234. @$(POST_INSTALL)
  235. @list='$(lib_LIBRARIES)'; for p in $$list; do 
  236.   if test -f $$p; then 
  237.     p="`echo $$p | sed -e 's|^.*/||'`"; 
  238.     echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; 
  239.     $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; 
  240.   else :; fi; 
  241. done
  242. uninstall-libLIBRARIES:
  243. @$(NORMAL_UNINSTALL)
  244. @list='$(lib_LIBRARIES)'; for p in $$list; do 
  245.   p="`echo $$p | sed -e 's|^.*/||'`"; 
  246.   echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; 
  247.   rm -f "$(DESTDIR)$(libdir)/$$p"; 
  248. done
  249. clean-libLIBRARIES:
  250. -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
  251. libdirac_decoder.a: $(libdirac_decoder_a_OBJECTS) $(libdirac_decoder_a_DEPENDENCIES) 
  252. -rm -f libdirac_decoder.a
  253. $(libdirac_decoder_a_AR) libdirac_decoder.a $(libdirac_decoder_a_OBJECTS) $(libdirac_decoder_a_LIBADD)
  254. $(RANLIB) libdirac_decoder.a
  255. mostlyclean-compile:
  256. -rm -f *.$(OBJEXT)
  257. distclean-compile:
  258. -rm -f *.tab.c
  259. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp_decompress.Po@am__quote@
  260. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirac_cppparser.Po@am__quote@
  261. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirac_parser.Po@am__quote@
  262. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame_decompress.Po@am__quote@
  263. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq_decompress.Po@am__quote@
  264. .cpp.o:
  265. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  266. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  267. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  268. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  269. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  270. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  271. .cpp.obj:
  272. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  273. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  274. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  275. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  276. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  277. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  278. uninstall-info-am:
  279. install-library_includeHEADERS: $(library_include_HEADERS)
  280. @$(NORMAL_INSTALL)
  281. test -z "$(library_includedir)" || $(mkdir_p) "$(DESTDIR)$(library_includedir)"
  282. @list='$(library_include_HEADERS)'; for p in $$list; do 
  283.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  284.   f="`echo $$p | sed -e 's|^.*/||'`"; 
  285.   echo " $(library_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(library_includedir)/$$f'"; 
  286.   $(library_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(library_includedir)/$$f"; 
  287. done
  288. uninstall-library_includeHEADERS:
  289. @$(NORMAL_UNINSTALL)
  290. @list='$(library_include_HEADERS)'; for p in $$list; do 
  291.   f="`echo $$p | sed -e 's|^.*/||'`"; 
  292.   echo " rm -f '$(DESTDIR)$(library_includedir)/$$f'"; 
  293.   rm -f "$(DESTDIR)$(library_includedir)/$$f"; 
  294. done
  295. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  296. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  297. unique=`for i in $$list; do 
  298.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  299.   done | 
  300.   $(AWK) '    { files[$$0] = 1; } 
  301.        END { for (i in files) print i; }'`; 
  302. mkid -fID $$unique
  303. tags: TAGS
  304. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  305. $(TAGS_FILES) $(LISP)
  306. tags=; 
  307. here=`pwd`; 
  308. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  309. unique=`for i in $$list; do 
  310.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  311.   done | 
  312.   $(AWK) '    { files[$$0] = 1; } 
  313.        END { for (i in files) print i; }'`; 
  314. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  315.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  316.      $$tags $$unique
  317. ctags: CTAGS
  318. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  319. $(TAGS_FILES) $(LISP)
  320. tags=; 
  321. here=`pwd`; 
  322. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  323. unique=`for i in $$list; do 
  324.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  325.   done | 
  326.   $(AWK) '    { files[$$0] = 1; } 
  327.        END { for (i in files) print i; }'`; 
  328. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  329.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  330.      $$tags $$unique
  331. GTAGS:
  332. here=`$(am__cd) $(top_builddir) && pwd` 
  333.   && cd $(top_srcdir) 
  334.   && gtags -i $(GTAGS_ARGS) $$here
  335. distclean-tags:
  336. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  337. distdir: $(DISTFILES)
  338. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  339. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  340. list='$(DISTFILES)'; for file in $$list; do 
  341.   case $$file in 
  342.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  343.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  344.   esac; 
  345.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  346.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  347.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  348.     dir="/$$dir"; 
  349.     $(mkdir_p) "$(distdir)$$dir"; 
  350.   else 
  351.     dir=''; 
  352.   fi; 
  353.   if test -d $$d/$$file; then 
  354.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  355.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  356.     fi; 
  357.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  358.   else 
  359.     test -f $(distdir)/$$file 
  360.     || cp -p $$d/$$file $(distdir)/$$file 
  361.     || exit 1; 
  362.   fi; 
  363. done
  364. check-am: all-am
  365. check: check-am
  366. all-am: Makefile $(LIBRARIES) $(HEADERS)
  367. installdirs:
  368. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(library_includedir)"; do 
  369.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  370. done
  371. install: install-am
  372. install-exec: install-exec-am
  373. install-data: install-data-am
  374. uninstall: uninstall-am
  375. install-am: all-am
  376. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  377. installcheck: installcheck-am
  378. install-strip:
  379. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  380.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  381.   `test -z '$(STRIP)' || 
  382.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  383. mostlyclean-generic:
  384. clean-generic:
  385. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  386. distclean-generic:
  387. -rm -f $(CONFIG_CLEAN_FILES)
  388. maintainer-clean-generic:
  389. @echo "This command is intended for maintainers to use"
  390. @echo "it deletes files that may require special tools to rebuild."
  391. clean: clean-am
  392. clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
  393. distclean: distclean-am
  394. -rm -rf ./$(DEPDIR)
  395. -rm -f Makefile
  396. distclean-am: clean-am distclean-compile distclean-generic 
  397. distclean-tags
  398. dvi: dvi-am
  399. dvi-am:
  400. html: html-am
  401. info: info-am
  402. info-am:
  403. install-data-am: install-library_includeHEADERS
  404. install-exec-am: install-libLIBRARIES
  405. install-info: install-info-am
  406. install-man:
  407. installcheck-am:
  408. maintainer-clean: maintainer-clean-am
  409. -rm -rf ./$(DEPDIR)
  410. -rm -f Makefile
  411. maintainer-clean-am: distclean-am maintainer-clean-generic
  412. mostlyclean: mostlyclean-am
  413. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  414. pdf: pdf-am
  415. pdf-am:
  416. ps: ps-am
  417. ps-am:
  418. uninstall-am: uninstall-info-am uninstall-libLIBRARIES 
  419. uninstall-library_includeHEADERS
  420. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  421. clean-libLIBRARIES ctags distclean distclean-compile 
  422. distclean-generic distclean-tags distdir dvi dvi-am html 
  423. html-am info info-am install install-am install-data 
  424. install-data-am install-exec install-exec-am install-info 
  425. install-info-am install-libLIBRARIES 
  426. install-library_includeHEADERS install-man install-strip 
  427. installcheck installcheck-am installdirs maintainer-clean 
  428. maintainer-clean-generic mostlyclean mostlyclean-compile 
  429. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall 
  430. uninstall-am uninstall-info-am uninstall-libLIBRARIES 
  431. uninstall-library_includeHEADERS
  432. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  433. # Otherwise a system limit (for SysV at least) may be exceeded.
  434. .NOEXPORT: