home *** CD-ROM | disk | FTP | other *** search
/ ftp.shrubbery.net / 2015-02-07.ftp.shrubbery.net.tar / ftp.shrubbery.net / pub / foad / foad-0.3.tar.gz / foad-0.3.tar / foad-0.3 / Makefile.in < prev    next >
Makefile  |  2003-09-22  |  20KB  |  613 lines

  1. # Makefile.in generated by automake 1.7.6 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  5. # Free Software Foundation, 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.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15. @SET_MAKE@
  16.  
  17. srcdir = @srcdir@
  18. top_srcdir = @top_srcdir@
  19. VPATH = @srcdir@
  20. pkgdatadir = $(datadir)/@PACKAGE@
  21. pkglibdir = $(libdir)/@PACKAGE@
  22. pkgincludedir = $(includedir)/@PACKAGE@
  23. top_builddir = .
  24.  
  25. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  26. INSTALL = @INSTALL@
  27. install_sh_DATA = $(install_sh) -c -m 644
  28. install_sh_PROGRAM = $(install_sh) -c
  29. install_sh_SCRIPT = $(install_sh) -c
  30. INSTALL_HEADER = $(INSTALL_DATA)
  31. transform = $(program_transform_name)
  32. NORMAL_INSTALL = :
  33. PRE_INSTALL = :
  34. POST_INSTALL = :
  35. NORMAL_UNINSTALL = :
  36. PRE_UNINSTALL = :
  37. POST_UNINSTALL = :
  38. ACLOCAL = @ACLOCAL@
  39. AMDEP_FALSE = @AMDEP_FALSE@
  40. AMDEP_TRUE = @AMDEP_TRUE@
  41. AMTAR = @AMTAR@
  42. AUTOCONF = @AUTOCONF@
  43. AUTOHEADER = @AUTOHEADER@
  44. AUTOMAKE = @AUTOMAKE@
  45. AWK = @AWK@
  46. CC = @CC@
  47. CCDEPMODE = @CCDEPMODE@
  48. CFLAGS = @CFLAGS@
  49. CPP = @CPP@
  50. CPPFLAGS = @CPPFLAGS@
  51. CYGPATH_W = @CYGPATH_W@
  52. DEFS = @DEFS@
  53. DEPDIR = @DEPDIR@
  54. ECHO_C = @ECHO_C@
  55. ECHO_N = @ECHO_N@
  56. ECHO_T = @ECHO_T@
  57. EGREP = @EGREP@
  58. EXEEXT = @EXEEXT@
  59. INSTALL_DATA = @INSTALL_DATA@
  60. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  61. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  62. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  63. INST_PROGS = @INST_PROGS@
  64. LDFLAGS = @LDFLAGS@
  65. LEX = @LEX@
  66. LEXLIB = @LEXLIB@
  67. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  68. LIBS = @LIBS@
  69. LTLIBOBJS = @LTLIBOBJS@
  70. MAINT = @MAINT@
  71. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  72. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  73. MAKEINFO = @MAKEINFO@
  74. OBJEXT = @OBJEXT@
  75. PACKAGE = @PACKAGE@
  76. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  77. PACKAGE_NAME = @PACKAGE_NAME@
  78. PACKAGE_STRING = @PACKAGE_STRING@
  79. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  80. PACKAGE_VERSION = @PACKAGE_VERSION@
  81. PATH_SEPARATOR = @PATH_SEPARATOR@
  82. SET_MAKE = @SET_MAKE@
  83. SHELL = @SHELL@
  84. STRIP = @STRIP@
  85. TAR = @TAR@
  86. U = @U@
  87. VERSION = @VERSION@
  88. YACC = @YACC@
  89. ac_ct_CC = @ac_ct_CC@
  90. ac_ct_STRIP = @ac_ct_STRIP@
  91. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  92. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  93. am__include = @am__include@
  94. am__leading_dot = @am__leading_dot@
  95. am__quote = @am__quote@
  96. bindir = @bindir@
  97. build_alias = @build_alias@
  98. datadir = @datadir@
  99. exec_prefix = @exec_prefix@
  100. host_alias = @host_alias@
  101. includedir = @includedir@
  102. infodir = @infodir@
  103. install_sh = @install_sh@
  104. libdir = @libdir@
  105. libexecdir = @libexecdir@
  106. localstatedir = @localstatedir@
  107. mandir = @mandir@
  108. oldincludedir = @oldincludedir@
  109. prefix = @prefix@
  110. program_transform_name = @program_transform_name@
  111. sbindir = @sbindir@
  112. sharedstatedir = @sharedstatedir@
  113. sysconfdir = @sysconfdir@
  114. target_alias = @target_alias@
  115.  
  116. #AUTOMAKE_OPTIONS=foreign no-dependencies
  117. AUTOMAKE_OPTIONS = foreign
  118.  
  119. bin_PROGRAMS = foad
  120. foad_SOURCES = foad.c parser.y lexer.l
  121. noinst_HEADERS = foad.h
  122. man_MANS = foad.1
  123.  
  124. AM_YFLAGS = -d
  125.  
  126. EXTRA_DIST = $(man_MANS) CHANGES
  127.  
  128. # w/o this def, automake dists parser.c and lexer.c, damn it!
  129. nodist_DIST_COMMON = parser.c parser.h lexer.c
  130.  
  131. # no idea why automake screws up cleaning these targets
  132. CLEANFILES = parser.h parser.c lexer.c
  133. subdir = .
  134. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  135. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  136. CONFIG_HEADER = config.h
  137. CONFIG_CLEAN_FILES =
  138. bin_PROGRAMS = foad$(EXEEXT)
  139. PROGRAMS = $(bin_PROGRAMS)
  140.  
  141. am_foad_OBJECTS = foad.$(OBJEXT) parser.$(OBJEXT) lexer.$(OBJEXT)
  142. foad_OBJECTS = $(am_foad_OBJECTS)
  143. foad_LDADD = $(LDADD)
  144. foad_DEPENDENCIES =
  145. foad_LDFLAGS =
  146.  
  147. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
  148. depcomp = $(SHELL) $(top_srcdir)/depcomp
  149. am__depfiles_maybe = depfiles
  150. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/foad.Po ./$(DEPDIR)/lexer.Po \
  151. @AMDEP_TRUE@    ./$(DEPDIR)/parser.Po
  152. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  153.     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  154. CCLD = $(CC)
  155. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  156. LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
  157. YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
  158. DIST_SOURCES = $(foad_SOURCES)
  159.  
  160. NROFF = nroff
  161. MANS = $(man_MANS)
  162. HEADERS = $(noinst_HEADERS)
  163.  
  164. DIST_COMMON = $(noinst_HEADERS) INSTALL Makefile.am Makefile.in TODO \
  165.     aclocal.m4 config.h.in configure configure.in depcomp \
  166.     install-sh lexer.c missing mkinstalldirs parser.c parser.h
  167. SOURCES = $(foad_SOURCES)
  168.  
  169. all: config.h
  170.     $(MAKE) $(AM_MAKEFLAGS) all-am
  171.  
  172. .SUFFIXES:
  173. .SUFFIXES: .c .l .o .obj .y
  174.  
  175. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  176.  configure.lineno
  177. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  178.     cd $(top_srcdir) && \
  179.       $(AUTOMAKE) --foreign  Makefile
  180. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
  181.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  182.  
  183. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  184.     $(SHELL) ./config.status --recheck
  185. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  186.     cd $(srcdir) && $(AUTOCONF)
  187.  
  188. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
  189.     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  190.  
  191. config.h: stamp-h1
  192.     @if test ! -f $@; then \
  193.       rm -f stamp-h1; \
  194.       $(MAKE) stamp-h1; \
  195.     else :; fi
  196.  
  197. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  198.     @rm -f stamp-h1
  199.     cd $(top_builddir) && $(SHELL) ./config.status config.h
  200.  
  201. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  202.     cd $(top_srcdir) && $(AUTOHEADER)
  203.     touch $(srcdir)/config.h.in
  204.  
  205. distclean-hdr:
  206.     -rm -f config.h stamp-h1
  207. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  208. install-binPROGRAMS: $(bin_PROGRAMS)
  209.     @$(NORMAL_INSTALL)
  210.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  211.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  212.       p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  213.       if test -f $$p \
  214.       ; then \
  215.         f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  216.        echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
  217.        $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
  218.       else :; fi; \
  219.     done
  220.  
  221. uninstall-binPROGRAMS:
  222.     @$(NORMAL_UNINSTALL)
  223.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  224.       f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  225.       echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
  226.       rm -f $(DESTDIR)$(bindir)/$$f; \
  227.     done
  228.  
  229. clean-binPROGRAMS:
  230.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  231. parser.h: parser.c
  232.     @if test ! -f $@; then \
  233.       rm -f parser.c; \
  234.       $(MAKE) parser.c; \
  235.     else :; fi
  236. foad$(EXEEXT): $(foad_OBJECTS) $(foad_DEPENDENCIES) 
  237.     @rm -f foad$(EXEEXT)
  238.     $(LINK) $(foad_LDFLAGS) $(foad_OBJECTS) $(foad_LDADD) $(LIBS)
  239.  
  240. mostlyclean-compile:
  241.     -rm -f *.$(OBJEXT) core *.core
  242.  
  243. distclean-compile:
  244.     -rm -f *.tab.c
  245.  
  246. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foad.Po@am__quote@
  247. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Po@am__quote@
  248. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
  249.  
  250. distclean-depend:
  251.     -rm -rf ./$(DEPDIR)
  252.  
  253. .c.o:
  254. @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  255. @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
  256. @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  257. @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  258. @am__fastdepCC_TRUE@    fi
  259. @AMDEP_TRUE@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  260. @AMDEP_TRUE@@am__fastdepCC_FALSE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  261. @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  262. @am__fastdepCC_FALSE@    $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  263.  
  264. .c.obj:
  265. @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  266. @am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
  267. @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  268. @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  269. @am__fastdepCC_TRUE@    fi
  270. @AMDEP_TRUE@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  271. @AMDEP_TRUE@@am__fastdepCC_FALSE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  272. @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  273. @am__fastdepCC_FALSE@    $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  274.  
  275. .l.c:
  276.     $(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$<
  277.     sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
  278.     rm -f $(LEX_OUTPUT_ROOT).c
  279.  
  280. .y.c:
  281.     $(YACCCOMPILE) `test -f '$<' || echo '$(srcdir)/'`$<
  282.     if test -f y.tab.h; then \
  283.       to=`echo "$*_H" | sed \
  284.                 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
  285.                 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
  286.       sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
  287.       rm -f y.tab.h; \
  288.       if cmp -s $*.ht $*.h; then \
  289.         rm -f $*.ht ;\
  290.       else \
  291.         mv $*.ht $*.h; \
  292.       fi; \
  293.     fi
  294.     if test -f y.output; then \
  295.       mv y.output $*.output; \
  296.     fi
  297.     sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
  298.     rm -f y.tab.c
  299. uninstall-info-am:
  300.  
  301. man1dir = $(mandir)/man1
  302. install-man1: $(man1_MANS) $(man_MANS)
  303.     @$(NORMAL_INSTALL)
  304.     $(mkinstalldirs) $(DESTDIR)$(man1dir)
  305.     @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
  306.     l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  307.     for i in $$l2; do \
  308.       case "$$i" in \
  309.         *.1*) list="$$list $$i" ;; \
  310.       esac; \
  311.     done; \
  312.     for i in $$list; do \
  313.       if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  314.       else file=$$i; fi; \
  315.       ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  316.       case "$$ext" in \
  317.         1*) ;; \
  318.         *) ext='1' ;; \
  319.       esac; \
  320.       inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  321.       inst=`echo $$inst | sed -e 's/^.*\///'`; \
  322.       inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  323.       echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
  324.       $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
  325.     done
  326. uninstall-man1:
  327.     @$(NORMAL_UNINSTALL)
  328.     @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
  329.     l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  330.     for i in $$l2; do \
  331.       case "$$i" in \
  332.         *.1*) list="$$list $$i" ;; \
  333.       esac; \
  334.     done; \
  335.     for i in $$list; do \
  336.       ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  337.       case "$$ext" in \
  338.         1*) ;; \
  339.         *) ext='1' ;; \
  340.       esac; \
  341.       inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  342.       inst=`echo $$inst | sed -e 's/^.*\///'`; \
  343.       inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  344.       echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
  345.       rm -f $(DESTDIR)$(man1dir)/$$inst; \
  346.     done
  347.  
  348. ETAGS = etags
  349. ETAGSFLAGS =
  350.  
  351. CTAGS = ctags
  352. CTAGSFLAGS =
  353.  
  354. tags: TAGS
  355.  
  356. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  357.     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  358.     unique=`for i in $$list; do \
  359.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  360.       done | \
  361.       $(AWK) '    { files[$$0] = 1; } \
  362.            END { for (i in files) print i; }'`; \
  363.     mkid -fID $$unique
  364.  
  365. TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  366.         $(TAGS_FILES) $(LISP)
  367.     tags=; \
  368.     here=`pwd`; \
  369.     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  370.     unique=`for i in $$list; do \
  371.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  372.       done | \
  373.       $(AWK) '    { files[$$0] = 1; } \
  374.            END { for (i in files) print i; }'`; \
  375.     test -z "$(ETAGS_ARGS)$$tags$$unique" \
  376.       || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  377.          $$tags $$unique
  378.  
  379. ctags: CTAGS
  380. CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  381.         $(TAGS_FILES) $(LISP)
  382.     tags=; \
  383.     here=`pwd`; \
  384.     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  385.     unique=`for i in $$list; do \
  386.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  387.       done | \
  388.       $(AWK) '    { files[$$0] = 1; } \
  389.            END { for (i in files) print i; }'`; \
  390.     test -z "$(CTAGS_ARGS)$$tags$$unique" \
  391.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  392.          $$tags $$unique
  393.  
  394. GTAGS:
  395.     here=`$(am__cd) $(top_builddir) && pwd` \
  396.       && cd $(top_srcdir) \
  397.       && gtags -i $(GTAGS_ARGS) $$here
  398.  
  399. distclean-tags:
  400.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  401. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  402.  
  403. top_distdir = .
  404. distdir = $(PACKAGE)-$(VERSION)
  405.  
  406. am__remove_distdir = \
  407.   { test ! -d $(distdir) \
  408.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  409.          && rm -fr $(distdir); }; }
  410.  
  411. GZIP_ENV = --best
  412. distuninstallcheck_listfiles = find . -type f -print
  413. distcleancheck_listfiles = find . -type f -print
  414.  
  415. distdir: $(DISTFILES)
  416.     $(am__remove_distdir)
  417.     mkdir $(distdir)
  418.     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  419.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  420.     list='$(DISTFILES)'; for file in $$list; do \
  421.       case $$file in \
  422.         $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  423.         $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  424.       esac; \
  425.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  426.       dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  427.       if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  428.         dir="/$$dir"; \
  429.         $(mkinstalldirs) "$(distdir)$$dir"; \
  430.       else \
  431.         dir=''; \
  432.       fi; \
  433.       if test -d $$d/$$file; then \
  434.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  435.           cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  436.         fi; \
  437.         cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  438.       else \
  439.         test -f $(distdir)/$$file \
  440.         || cp -p $$d/$$file $(distdir)/$$file \
  441.         || exit 1; \
  442.       fi; \
  443.     done
  444.     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  445.       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  446.       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  447.       ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  448.     || chmod -R a+r $(distdir)
  449. dist-gzip: distdir
  450.     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  451.     $(am__remove_distdir)
  452.  
  453. dist dist-all: distdir
  454.     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  455.     $(am__remove_distdir)
  456.  
  457. # This target untars the dist file and tries a VPATH configuration.  Then
  458. # it guarantees that the distribution is self-contained by making another
  459. # tarfile.
  460. distcheck: dist
  461.     $(am__remove_distdir)
  462.     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  463.     chmod -R a-w $(distdir); chmod a+w $(distdir)
  464.     mkdir $(distdir)/_build
  465.     mkdir $(distdir)/_inst
  466.     chmod a-w $(distdir)
  467.     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  468.       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  469.       && cd $(distdir)/_build \
  470.       && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  471.         $(DISTCHECK_CONFIGURE_FLAGS) \
  472.       && $(MAKE) $(AM_MAKEFLAGS) \
  473.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  474.       && $(MAKE) $(AM_MAKEFLAGS) check \
  475.       && $(MAKE) $(AM_MAKEFLAGS) install \
  476.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  477.       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  478.       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  479.             distuninstallcheck \
  480.       && chmod -R a-w "$$dc_install_base" \
  481.       && ({ \
  482.            (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
  483.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  484.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  485.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  486.                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  487.           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  488.       && rm -rf "$$dc_destdir" \
  489.       && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  490.       && rm -f $(distdir).tar.gz \
  491.       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  492.     $(am__remove_distdir)
  493.     @echo "$(distdir).tar.gz is ready for distribution" | \
  494.       sed 'h;s/./=/g;p;x;p;x'
  495. distuninstallcheck:
  496.     @cd $(distuninstallcheck_dir) \
  497.     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  498.        || { echo "ERROR: files left after uninstall:" ; \
  499.             if test -n "$(DESTDIR)"; then \
  500.               echo "  (check DESTDIR support)"; \
  501.             fi ; \
  502.             $(distuninstallcheck_listfiles) ; \
  503.             exit 1; } >&2
  504. distcleancheck: distclean
  505.     @if test '$(srcdir)' = . ; then \
  506.       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  507.       exit 1 ; \
  508.     fi
  509.     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  510.       || { echo "ERROR: files left in build directory after distclean:" ; \
  511.            $(distcleancheck_listfiles) ; \
  512.            exit 1; } >&2
  513. check-am: all-am
  514. check: check-am
  515. all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) config.h
  516.  
  517. installdirs:
  518.     $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
  519. install: install-am
  520. install-exec: install-exec-am
  521. install-data: install-data-am
  522. uninstall: uninstall-am
  523.  
  524. install-am: all-am
  525.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  526.  
  527. installcheck: installcheck-am
  528. install-strip:
  529.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  530.       INSTALL_STRIP_FLAG=-s \
  531.       `test -z '$(STRIP)' || \
  532.         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  533. mostlyclean-generic:
  534.  
  535. clean-generic:
  536.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  537.  
  538. distclean-generic:
  539.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  540.  
  541. maintainer-clean-generic:
  542.     @echo "This command is intended for maintainers to use"
  543.     @echo "it deletes files that may require special tools to rebuild."
  544.     -rm -f lexer.c
  545.     -rm -f parser.h
  546.     -rm -f parser.c
  547. clean: clean-am
  548.  
  549. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  550.  
  551. distclean: distclean-am
  552.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  553. distclean-am: clean-am distclean-compile distclean-depend \
  554.     distclean-generic distclean-hdr distclean-tags
  555.  
  556. dvi: dvi-am
  557.  
  558. dvi-am:
  559.  
  560. info: info-am
  561.  
  562. info-am:
  563.  
  564. install-data-am: install-man
  565.  
  566. install-exec-am: install-binPROGRAMS
  567.  
  568. install-info: install-info-am
  569.  
  570. install-man: install-man1
  571.  
  572. installcheck-am:
  573.  
  574. maintainer-clean: maintainer-clean-am
  575.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  576.     -rm -rf $(top_srcdir)/autom4te.cache
  577. maintainer-clean-am: distclean-am maintainer-clean-generic
  578.  
  579. mostlyclean: mostlyclean-am
  580.  
  581. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  582.  
  583. pdf: pdf-am
  584.  
  585. pdf-am:
  586.  
  587. ps: ps-am
  588.  
  589. ps-am:
  590.  
  591. uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
  592.  
  593. uninstall-man: uninstall-man1
  594.  
  595. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  596.     clean-generic ctags dist dist-all dist-gzip distcheck distclean \
  597.     distclean-compile distclean-depend distclean-generic \
  598.     distclean-hdr distclean-tags distcleancheck distdir \
  599.     distuninstallcheck dvi dvi-am info info-am install install-am \
  600.     install-binPROGRAMS install-data install-data-am install-exec \
  601.     install-exec-am install-info install-info-am install-man \
  602.     install-man1 install-strip installcheck installcheck-am \
  603.     installdirs maintainer-clean maintainer-clean-generic \
  604.     mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
  605.     ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
  606.     uninstall-info-am uninstall-man uninstall-man1
  607.  
  608.  
  609. @SET_MAKE@
  610. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  611. # Otherwise a system limit (for SysV at least) may be exceeded.
  612. .NOEXPORT:
  613.