1*0a6a1f1dSLionel Sambuc# Makefile.in generated by automake 1.11.6 from Makefile.am. 2357f1050SThomas Veerman# @configure_input@ 3357f1050SThomas Veerman 4357f1050SThomas Veerman# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5*0a6a1f1dSLionel Sambuc# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6*0a6a1f1dSLionel Sambuc# Foundation, Inc. 7357f1050SThomas Veerman# This Makefile.in is free software; the Free Software Foundation 8357f1050SThomas Veerman# gives unlimited permission to copy and/or distribute it, 9357f1050SThomas Veerman# with or without modifications, as long as this notice is preserved. 10357f1050SThomas Veerman 11357f1050SThomas Veerman# This program is distributed in the hope that it will be useful, 12357f1050SThomas Veerman# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13357f1050SThomas Veerman# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14357f1050SThomas Veerman# PARTICULAR PURPOSE. 15357f1050SThomas Veerman 16357f1050SThomas Veerman@SET_MAKE@ 1784d9c625SLionel Sambuc 18357f1050SThomas VeermanVPATH = @srcdir@ 19*0a6a1f1dSLionel Sambucam__make_dryrun = \ 20*0a6a1f1dSLionel Sambuc { \ 21*0a6a1f1dSLionel Sambuc am__dry=no; \ 22*0a6a1f1dSLionel Sambuc case $$MAKEFLAGS in \ 23*0a6a1f1dSLionel Sambuc *\\[\ \ ]*) \ 24*0a6a1f1dSLionel Sambuc echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 25*0a6a1f1dSLionel Sambuc | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 26*0a6a1f1dSLionel Sambuc *) \ 27*0a6a1f1dSLionel Sambuc for am__flg in $$MAKEFLAGS; do \ 28*0a6a1f1dSLionel Sambuc case $$am__flg in \ 29*0a6a1f1dSLionel Sambuc *=*|--*) ;; \ 30*0a6a1f1dSLionel Sambuc *n*) am__dry=yes; break;; \ 31*0a6a1f1dSLionel Sambuc esac; \ 32*0a6a1f1dSLionel Sambuc done;; \ 33*0a6a1f1dSLionel Sambuc esac; \ 34*0a6a1f1dSLionel Sambuc test $$am__dry = yes; \ 35*0a6a1f1dSLionel Sambuc } 36357f1050SThomas Veermanpkgdatadir = $(datadir)/@PACKAGE@ 37357f1050SThomas Veermanpkgincludedir = $(includedir)/@PACKAGE@ 3884d9c625SLionel Sambucpkglibdir = $(libdir)/@PACKAGE@ 3984d9c625SLionel Sambucpkglibexecdir = $(libexecdir)/@PACKAGE@ 40357f1050SThomas Veermanam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 41357f1050SThomas Veermaninstall_sh_DATA = $(install_sh) -c -m 644 42357f1050SThomas Veermaninstall_sh_PROGRAM = $(install_sh) -c 43357f1050SThomas Veermaninstall_sh_SCRIPT = $(install_sh) -c 44357f1050SThomas VeermanINSTALL_HEADER = $(INSTALL_DATA) 45357f1050SThomas Veermantransform = $(program_transform_name) 46357f1050SThomas VeermanNORMAL_INSTALL = : 47357f1050SThomas VeermanPRE_INSTALL = : 48357f1050SThomas VeermanPOST_INSTALL = : 49357f1050SThomas VeermanNORMAL_UNINSTALL = : 50357f1050SThomas VeermanPRE_UNINSTALL = : 51357f1050SThomas VeermanPOST_UNINSTALL = : 52357f1050SThomas Veermanbuild_triplet = @build@ 53357f1050SThomas Veermanhost_triplet = @host@ 54357f1050SThomas Veermansubdir = doc 5584d9c625SLionel SambucDIST_COMMON = $(dist_doc_DATA) $(dist_man_MANS) $(srcdir)/Makefile.am \ 56357f1050SThomas Veerman $(srcdir)/Makefile.in $(srcdir)/stamp-vti \ 57357f1050SThomas Veerman $(srcdir)/version.texi mdate-sh texinfo.tex 58357f1050SThomas VeermanACLOCAL_M4 = $(top_srcdir)/aclocal.m4 59357f1050SThomas Veermanam__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 60*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 61*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 62*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 63*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 64*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 65357f1050SThomas Veerman $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 66*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 67357f1050SThomas Veermanam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 68357f1050SThomas Veerman $(ACLOCAL_M4) 69*0a6a1f1dSLionel Sambucmkinstalldirs = $(install_sh) -d 70357f1050SThomas VeermanCONFIG_HEADER = $(top_builddir)/config.h 71357f1050SThomas VeermanCONFIG_CLEAN_FILES = 7284d9c625SLionel SambucCONFIG_CLEAN_VPATH_FILES = 73357f1050SThomas VeermanSOURCES = 74357f1050SThomas VeermanDIST_SOURCES = 75357f1050SThomas VeermanINFO_DEPS = $(srcdir)/flex.info 76357f1050SThomas Veermanam__TEXINFO_TEX_DIR = $(srcdir) 77357f1050SThomas VeermanDVIS = flex.dvi 78357f1050SThomas VeermanPDFS = flex.pdf 79357f1050SThomas VeermanPSS = flex.ps 80357f1050SThomas VeermanHTMLS = flex.html 81357f1050SThomas VeermanTEXINFOS = flex.texi 82357f1050SThomas VeermanTEXI2DVI = texi2dvi 83357f1050SThomas VeermanTEXI2PDF = $(TEXI2DVI) --pdf --batch 84357f1050SThomas VeermanMAKEINFOHTML = $(MAKEINFO) --html 85357f1050SThomas VeermanAM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 86357f1050SThomas VeermanDVIPS = dvips 87*0a6a1f1dSLionel Sambucam__can_run_installinfo = \ 88*0a6a1f1dSLionel Sambuc case $$AM_UPDATE_INFO_DIR in \ 89*0a6a1f1dSLionel Sambuc n|no|NO) false;; \ 90*0a6a1f1dSLionel Sambuc *) (install-info --version) >/dev/null 2>&1;; \ 91*0a6a1f1dSLionel Sambuc esac 9284d9c625SLionel Sambucam__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" \ 9384d9c625SLionel Sambuc "$(DESTDIR)$(docdir)" 9484d9c625SLionel Sambucam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 9584d9c625SLionel Sambucam__vpath_adj = case $$p in \ 9684d9c625SLionel Sambuc $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 9784d9c625SLionel Sambuc *) f=$$p;; \ 9884d9c625SLionel Sambuc esac; 9984d9c625SLionel Sambucam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 10084d9c625SLionel Sambucam__install_max = 40 10184d9c625SLionel Sambucam__nobase_strip_setup = \ 10284d9c625SLionel Sambuc srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 10384d9c625SLionel Sambucam__nobase_strip = \ 10484d9c625SLionel Sambuc for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 10584d9c625SLionel Sambucam__nobase_list = $(am__nobase_strip_setup); \ 10684d9c625SLionel Sambuc for p in $$list; do echo "$$p $$p"; done | \ 10784d9c625SLionel Sambuc sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 10884d9c625SLionel Sambuc $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 10984d9c625SLionel Sambuc if (++n[$$2] == $(am__install_max)) \ 11084d9c625SLionel Sambuc { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 11184d9c625SLionel Sambuc END { for (dir in files) print dir, files[dir] }' 11284d9c625SLionel Sambucam__base_list = \ 11384d9c625SLionel Sambuc sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 11484d9c625SLionel Sambuc sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 115*0a6a1f1dSLionel Sambucam__uninstall_files_from_dir = { \ 116*0a6a1f1dSLionel Sambuc test -z "$$files" \ 117*0a6a1f1dSLionel Sambuc || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 118*0a6a1f1dSLionel Sambuc || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 119*0a6a1f1dSLionel Sambuc $(am__cd) "$$dir" && rm -f $$files; }; \ 120*0a6a1f1dSLionel Sambuc } 121357f1050SThomas Veermanman1dir = $(mandir)/man1 122357f1050SThomas VeermanNROFF = nroff 123357f1050SThomas VeermanMANS = $(dist_man_MANS) 12484d9c625SLionel SambucDATA = $(dist_doc_DATA) 125357f1050SThomas VeermanDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 126357f1050SThomas VeermanACLOCAL = @ACLOCAL@ 127357f1050SThomas VeermanALLOCA = @ALLOCA@ 128357f1050SThomas VeermanAMTAR = @AMTAR@ 129*0a6a1f1dSLionel SambucAR = @AR@ 130357f1050SThomas VeermanAUTOCONF = @AUTOCONF@ 131357f1050SThomas VeermanAUTOHEADER = @AUTOHEADER@ 132357f1050SThomas VeermanAUTOMAKE = @AUTOMAKE@ 133357f1050SThomas VeermanAWK = @AWK@ 134357f1050SThomas VeermanBISON = @BISON@ 135357f1050SThomas VeermanCC = @CC@ 136357f1050SThomas VeermanCCDEPMODE = @CCDEPMODE@ 137357f1050SThomas VeermanCFLAGS = @CFLAGS@ 138357f1050SThomas VeermanCPP = @CPP@ 139357f1050SThomas VeermanCPPFLAGS = @CPPFLAGS@ 140357f1050SThomas VeermanCXX = @CXX@ 141*0a6a1f1dSLionel SambucCXXCPP = @CXXCPP@ 142357f1050SThomas VeermanCXXDEPMODE = @CXXDEPMODE@ 143357f1050SThomas VeermanCXXFLAGS = @CXXFLAGS@ 144357f1050SThomas VeermanCYGPATH_W = @CYGPATH_W@ 145357f1050SThomas VeermanDEFS = @DEFS@ 146357f1050SThomas VeermanDEPDIR = @DEPDIR@ 147*0a6a1f1dSLionel SambucDLLTOOL = @DLLTOOL@ 148*0a6a1f1dSLionel SambucDSYMUTIL = @DSYMUTIL@ 149*0a6a1f1dSLionel SambucDUMPBIN = @DUMPBIN@ 150357f1050SThomas VeermanECHO_C = @ECHO_C@ 151357f1050SThomas VeermanECHO_N = @ECHO_N@ 152357f1050SThomas VeermanECHO_T = @ECHO_T@ 153357f1050SThomas VeermanEGREP = @EGREP@ 154357f1050SThomas VeermanEXEEXT = @EXEEXT@ 155*0a6a1f1dSLionel SambucFGREP = @FGREP@ 156*0a6a1f1dSLionel SambucGETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 157357f1050SThomas VeermanGMSGFMT = @GMSGFMT@ 158*0a6a1f1dSLionel SambucGMSGFMT_015 = @GMSGFMT_015@ 15984d9c625SLionel SambucGREP = @GREP@ 160357f1050SThomas VeermanHELP2MAN = @HELP2MAN@ 161357f1050SThomas VeermanINDENT = @INDENT@ 16284d9c625SLionel SambucINSTALL = @INSTALL@ 163357f1050SThomas VeermanINSTALL_DATA = @INSTALL_DATA@ 164357f1050SThomas VeermanINSTALL_PROGRAM = @INSTALL_PROGRAM@ 165357f1050SThomas VeermanINSTALL_SCRIPT = @INSTALL_SCRIPT@ 166357f1050SThomas VeermanINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 167357f1050SThomas VeermanINTLLIBS = @INTLLIBS@ 168*0a6a1f1dSLionel SambucINTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 169*0a6a1f1dSLionel SambucLD = @LD@ 170357f1050SThomas VeermanLDFLAGS = @LDFLAGS@ 171357f1050SThomas VeermanLEX = @LEX@ 172357f1050SThomas VeermanLEXLIB = @LEXLIB@ 173357f1050SThomas VeermanLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 174357f1050SThomas VeermanLIBICONV = @LIBICONV@ 175357f1050SThomas VeermanLIBINTL = @LIBINTL@ 176357f1050SThomas VeermanLIBOBJS = @LIBOBJS@ 177357f1050SThomas VeermanLIBS = @LIBS@ 178*0a6a1f1dSLionel SambucLIBTOOL = @LIBTOOL@ 179*0a6a1f1dSLionel SambucLIPO = @LIPO@ 180357f1050SThomas VeermanLN_S = @LN_S@ 181357f1050SThomas VeermanLTLIBICONV = @LTLIBICONV@ 182357f1050SThomas VeermanLTLIBINTL = @LTLIBINTL@ 183357f1050SThomas VeermanLTLIBOBJS = @LTLIBOBJS@ 184357f1050SThomas VeermanM4 = @M4@ 185357f1050SThomas VeermanMAKEINFO = @MAKEINFO@ 186*0a6a1f1dSLionel SambucMANIFEST_TOOL = @MANIFEST_TOOL@ 18784d9c625SLionel SambucMKDIR_P = @MKDIR_P@ 188357f1050SThomas VeermanMSGFMT = @MSGFMT@ 189*0a6a1f1dSLionel SambucMSGFMT_015 = @MSGFMT_015@ 190357f1050SThomas VeermanMSGMERGE = @MSGMERGE@ 191*0a6a1f1dSLionel SambucNM = @NM@ 192*0a6a1f1dSLionel SambucNMEDIT = @NMEDIT@ 193*0a6a1f1dSLionel SambucOBJDUMP = @OBJDUMP@ 194357f1050SThomas VeermanOBJEXT = @OBJEXT@ 195*0a6a1f1dSLionel SambucOTOOL = @OTOOL@ 196*0a6a1f1dSLionel SambucOTOOL64 = @OTOOL64@ 197357f1050SThomas VeermanPACKAGE = @PACKAGE@ 198357f1050SThomas VeermanPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 199357f1050SThomas VeermanPACKAGE_NAME = @PACKAGE_NAME@ 200357f1050SThomas VeermanPACKAGE_STRING = @PACKAGE_STRING@ 201357f1050SThomas VeermanPACKAGE_TARNAME = @PACKAGE_TARNAME@ 20284d9c625SLionel SambucPACKAGE_URL = @PACKAGE_URL@ 203357f1050SThomas VeermanPACKAGE_VERSION = @PACKAGE_VERSION@ 204357f1050SThomas VeermanPATH_SEPARATOR = @PATH_SEPARATOR@ 205357f1050SThomas VeermanPOSUB = @POSUB@ 206357f1050SThomas VeermanRANLIB = @RANLIB@ 207*0a6a1f1dSLionel SambucSED = @SED@ 208357f1050SThomas VeermanSET_MAKE = @SET_MAKE@ 209*0a6a1f1dSLionel SambucSHARED_VERSION_INFO = @SHARED_VERSION_INFO@ 210357f1050SThomas VeermanSHELL = @SHELL@ 211357f1050SThomas VeermanSTRIP = @STRIP@ 212357f1050SThomas VeermanUSE_NLS = @USE_NLS@ 213357f1050SThomas VeermanVERSION = @VERSION@ 214357f1050SThomas VeermanXGETTEXT = @XGETTEXT@ 215*0a6a1f1dSLionel SambucXGETTEXT_015 = @XGETTEXT_015@ 216*0a6a1f1dSLionel SambucXGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 217357f1050SThomas VeermanYACC = @YACC@ 21884d9c625SLionel SambucYFLAGS = @YFLAGS@ 21984d9c625SLionel Sambucabs_builddir = @abs_builddir@ 22084d9c625SLionel Sambucabs_srcdir = @abs_srcdir@ 22184d9c625SLionel Sambucabs_top_builddir = @abs_top_builddir@ 22284d9c625SLionel Sambucabs_top_srcdir = @abs_top_srcdir@ 223*0a6a1f1dSLionel Sambucac_ct_AR = @ac_ct_AR@ 224357f1050SThomas Veermanac_ct_CC = @ac_ct_CC@ 225357f1050SThomas Veermanac_ct_CXX = @ac_ct_CXX@ 226*0a6a1f1dSLionel Sambucac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 227357f1050SThomas Veermanam__include = @am__include@ 228357f1050SThomas Veermanam__leading_dot = @am__leading_dot@ 229357f1050SThomas Veermanam__quote = @am__quote@ 230357f1050SThomas Veermanam__tar = @am__tar@ 231357f1050SThomas Veermanam__untar = @am__untar@ 232357f1050SThomas Veermanbindir = @bindir@ 233357f1050SThomas Veermanbuild = @build@ 234357f1050SThomas Veermanbuild_alias = @build_alias@ 235357f1050SThomas Veermanbuild_cpu = @build_cpu@ 236357f1050SThomas Veermanbuild_os = @build_os@ 237357f1050SThomas Veermanbuild_vendor = @build_vendor@ 23884d9c625SLionel Sambucbuilddir = @builddir@ 239357f1050SThomas Veermandatadir = @datadir@ 24084d9c625SLionel Sambucdatarootdir = @datarootdir@ 24184d9c625SLionel Sambucdocdir = @docdir@ 24284d9c625SLionel Sambucdvidir = @dvidir@ 243357f1050SThomas Veermanexec_prefix = @exec_prefix@ 244357f1050SThomas Veermanhost = @host@ 245357f1050SThomas Veermanhost_alias = @host_alias@ 246357f1050SThomas Veermanhost_cpu = @host_cpu@ 247357f1050SThomas Veermanhost_os = @host_os@ 248357f1050SThomas Veermanhost_vendor = @host_vendor@ 24984d9c625SLionel Sambuchtmldir = @htmldir@ 250357f1050SThomas Veermanincludedir = @includedir@ 251357f1050SThomas Veermaninfodir = @infodir@ 252357f1050SThomas Veermaninstall_sh = @install_sh@ 253357f1050SThomas Veermanlibdir = @libdir@ 254357f1050SThomas Veermanlibexecdir = @libexecdir@ 25584d9c625SLionel Sambuclocaledir = @localedir@ 256357f1050SThomas Veermanlocalstatedir = @localstatedir@ 257357f1050SThomas Veermanmandir = @mandir@ 258357f1050SThomas Veermanmkdir_p = @mkdir_p@ 259357f1050SThomas Veermanoldincludedir = @oldincludedir@ 26084d9c625SLionel Sambucpdfdir = @pdfdir@ 261357f1050SThomas Veermanprefix = @prefix@ 262357f1050SThomas Veermanprogram_transform_name = @program_transform_name@ 26384d9c625SLionel Sambucpsdir = @psdir@ 264357f1050SThomas Veermansbindir = @sbindir@ 265357f1050SThomas Veermansharedstatedir = @sharedstatedir@ 26684d9c625SLionel Sambucsrcdir = @srcdir@ 267357f1050SThomas Veermansysconfdir = @sysconfdir@ 268357f1050SThomas Veermantarget_alias = @target_alias@ 26984d9c625SLionel Sambuctop_build_prefix = @top_build_prefix@ 27084d9c625SLionel Sambuctop_builddir = @top_builddir@ 27184d9c625SLionel Sambuctop_srcdir = @top_srcdir@ 272357f1050SThomas Veermanhelp2man = @HELP2MAN@ 273357f1050SThomas Veermaninfo_TEXINFOS = flex.texi 274357f1050SThomas Veermandist_man_MANS = flex.1 27584d9c625SLionel Sambucdist_doc_DATA = flex.pdf 276357f1050SThomas VeermanCLEANFILES = \ 277*0a6a1f1dSLionel Sambuc flex.aux \ 278*0a6a1f1dSLionel Sambuc flex.cp \ 279*0a6a1f1dSLionel Sambuc flex.cps \ 280*0a6a1f1dSLionel Sambuc flex.fn \ 281*0a6a1f1dSLionel Sambuc flex.fns \ 282*0a6a1f1dSLionel Sambuc flex.hk \ 283357f1050SThomas Veerman flex.hks \ 284*0a6a1f1dSLionel Sambuc flex.ky \ 285*0a6a1f1dSLionel Sambuc flex.log \ 286*0a6a1f1dSLionel Sambuc flex.op \ 287*0a6a1f1dSLionel Sambuc flex.ops \ 288*0a6a1f1dSLionel Sambuc flex.pg \ 289*0a6a1f1dSLionel Sambuc flex.toc \ 290*0a6a1f1dSLionel Sambuc flex.tp \ 291*0a6a1f1dSLionel Sambuc flex.tps \ 292*0a6a1f1dSLionel Sambuc flex.vr \ 293*0a6a1f1dSLionel Sambuc flex.vrs 294357f1050SThomas Veerman 295357f1050SThomas Veermanall: all-am 296357f1050SThomas Veerman 297357f1050SThomas Veerman.SUFFIXES: 298357f1050SThomas Veerman.SUFFIXES: .dvi .html .info .pdf .ps .texi 299357f1050SThomas Veerman$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 300357f1050SThomas Veerman @for dep in $?; do \ 301357f1050SThomas Veerman case '$(am__configure_deps)' in \ 302357f1050SThomas Veerman *$$dep*) \ 30384d9c625SLionel Sambuc ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 30484d9c625SLionel Sambuc && { if test -f $@; then exit 0; else break; fi; }; \ 305357f1050SThomas Veerman exit 1;; \ 306357f1050SThomas Veerman esac; \ 307357f1050SThomas Veerman done; \ 308*0a6a1f1dSLionel Sambuc echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ 30984d9c625SLionel Sambuc $(am__cd) $(top_srcdir) && \ 310*0a6a1f1dSLionel Sambuc $(AUTOMAKE) --gnu doc/Makefile 311357f1050SThomas Veerman.PRECIOUS: Makefile 312357f1050SThomas VeermanMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313357f1050SThomas Veerman @case '$?' in \ 314357f1050SThomas Veerman *config.status*) \ 315357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 316357f1050SThomas Veerman *) \ 317357f1050SThomas Veerman echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 318357f1050SThomas Veerman cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 319357f1050SThomas Veerman esac; 320357f1050SThomas Veerman 321357f1050SThomas Veerman$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 322357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 323357f1050SThomas Veerman 324357f1050SThomas Veerman$(top_srcdir)/configure: $(am__configure_deps) 325357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 326357f1050SThomas Veerman$(ACLOCAL_M4): $(am__aclocal_m4_deps) 327357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 32884d9c625SLionel Sambuc$(am__aclocal_m4_deps): 329357f1050SThomas Veerman 330*0a6a1f1dSLionel Sambucmostlyclean-libtool: 331*0a6a1f1dSLionel Sambuc -rm -f *.lo 332*0a6a1f1dSLionel Sambuc 333*0a6a1f1dSLionel Sambucclean-libtool: 334*0a6a1f1dSLionel Sambuc -rm -rf .libs _libs 335*0a6a1f1dSLionel Sambuc 336357f1050SThomas Veerman.texi.info: 337357f1050SThomas Veerman restore=: && backupdir="$(am__leading_dot)am$$$$" && \ 33884d9c625SLionel Sambuc am__cwd=`pwd` && $(am__cd) $(srcdir) && \ 339357f1050SThomas Veerman rm -rf $$backupdir && mkdir $$backupdir && \ 340357f1050SThomas Veerman if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ 341357f1050SThomas Veerman for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 342357f1050SThomas Veerman if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 343357f1050SThomas Veerman done; \ 344357f1050SThomas Veerman else :; fi && \ 345357f1050SThomas Veerman cd "$$am__cwd"; \ 346357f1050SThomas Veerman if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ 347357f1050SThomas Veerman -o $@ $<; \ 348357f1050SThomas Veerman then \ 349357f1050SThomas Veerman rc=0; \ 35084d9c625SLionel Sambuc $(am__cd) $(srcdir); \ 351357f1050SThomas Veerman else \ 352357f1050SThomas Veerman rc=$$?; \ 35384d9c625SLionel Sambuc $(am__cd) $(srcdir) && \ 354357f1050SThomas Veerman $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ 355357f1050SThomas Veerman fi; \ 356357f1050SThomas Veerman rm -rf $$backupdir; exit $$rc 357357f1050SThomas Veerman 358357f1050SThomas Veerman.texi.dvi: 359357f1050SThomas Veerman TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 360357f1050SThomas Veerman MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 361357f1050SThomas Veerman $(TEXI2DVI) $< 362357f1050SThomas Veerman 363357f1050SThomas Veerman.texi.pdf: 364357f1050SThomas Veerman TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 365357f1050SThomas Veerman MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 366357f1050SThomas Veerman $(TEXI2PDF) $< 367357f1050SThomas Veerman 368357f1050SThomas Veerman.texi.html: 369357f1050SThomas Veerman rm -rf $(@:.html=.htp) 370357f1050SThomas Veerman if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ 371357f1050SThomas Veerman -o $(@:.html=.htp) $<; \ 372357f1050SThomas Veerman then \ 373357f1050SThomas Veerman rm -rf $@; \ 374357f1050SThomas Veerman if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 375357f1050SThomas Veerman mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ 376357f1050SThomas Veerman else \ 377357f1050SThomas Veerman if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 378357f1050SThomas Veerman rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ 379357f1050SThomas Veerman exit 1; \ 380357f1050SThomas Veerman fi 381357f1050SThomas Veerman$(srcdir)/flex.info: flex.texi $(srcdir)/version.texi 382357f1050SThomas Veermanflex.dvi: flex.texi $(srcdir)/version.texi 383357f1050SThomas Veermanflex.pdf: flex.texi $(srcdir)/version.texi 384357f1050SThomas Veermanflex.html: flex.texi $(srcdir)/version.texi 385357f1050SThomas Veerman$(srcdir)/version.texi: $(srcdir)/stamp-vti 386357f1050SThomas Veerman$(srcdir)/stamp-vti: flex.texi $(top_srcdir)/configure 387357f1050SThomas Veerman @(dir=.; test -f ./flex.texi || dir=$(srcdir); \ 388357f1050SThomas Veerman set `$(SHELL) $(srcdir)/mdate-sh $$dir/flex.texi`; \ 389357f1050SThomas Veerman echo "@set UPDATED $$1 $$2 $$3"; \ 390357f1050SThomas Veerman echo "@set UPDATED-MONTH $$2 $$3"; \ 391357f1050SThomas Veerman echo "@set EDITION $(VERSION)"; \ 392357f1050SThomas Veerman echo "@set VERSION $(VERSION)") > vti.tmp 393357f1050SThomas Veerman @cmp -s vti.tmp $(srcdir)/version.texi \ 394357f1050SThomas Veerman || (echo "Updating $(srcdir)/version.texi"; \ 395357f1050SThomas Veerman cp vti.tmp $(srcdir)/version.texi) 396357f1050SThomas Veerman -@rm -f vti.tmp 397357f1050SThomas Veerman @cp $(srcdir)/version.texi $@ 398357f1050SThomas Veerman 399357f1050SThomas Veermanmostlyclean-vti: 400357f1050SThomas Veerman -rm -f vti.tmp 401357f1050SThomas Veerman 402357f1050SThomas Veermanmaintainer-clean-vti: 403357f1050SThomas Veerman -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi 404357f1050SThomas Veerman.dvi.ps: 405357f1050SThomas Veerman TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 406357f1050SThomas Veerman $(DVIPS) -o $@ $< 407357f1050SThomas Veerman 40884d9c625SLionel Sambucuninstall-dvi-am: 40984d9c625SLionel Sambuc @$(NORMAL_UNINSTALL) 41084d9c625SLionel Sambuc @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 41184d9c625SLionel Sambuc for p in $$list; do \ 41284d9c625SLionel Sambuc $(am__strip_dir) \ 41384d9c625SLionel Sambuc echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ 41484d9c625SLionel Sambuc rm -f "$(DESTDIR)$(dvidir)/$$f"; \ 41584d9c625SLionel Sambuc done 41684d9c625SLionel Sambuc 41784d9c625SLionel Sambucuninstall-html-am: 41884d9c625SLionel Sambuc @$(NORMAL_UNINSTALL) 41984d9c625SLionel Sambuc @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ 42084d9c625SLionel Sambuc for p in $$list; do \ 42184d9c625SLionel Sambuc $(am__strip_dir) \ 42284d9c625SLionel Sambuc echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ 42384d9c625SLionel Sambuc rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ 42484d9c625SLionel Sambuc done 42584d9c625SLionel Sambuc 426357f1050SThomas Veermanuninstall-info-am: 427357f1050SThomas Veerman @$(PRE_UNINSTALL) 428*0a6a1f1dSLionel Sambuc @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ 429357f1050SThomas Veerman list='$(INFO_DEPS)'; \ 430357f1050SThomas Veerman for file in $$list; do \ 431357f1050SThomas Veerman relfile=`echo "$$file" | sed 's|^.*/||'`; \ 432357f1050SThomas Veerman echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ 43384d9c625SLionel Sambuc if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 43484d9c625SLionel Sambuc then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ 435357f1050SThomas Veerman done; \ 436357f1050SThomas Veerman else :; fi 437357f1050SThomas Veerman @$(NORMAL_UNINSTALL) 438357f1050SThomas Veerman @list='$(INFO_DEPS)'; \ 439357f1050SThomas Veerman for file in $$list; do \ 440357f1050SThomas Veerman relfile=`echo "$$file" | sed 's|^.*/||'`; \ 441357f1050SThomas Veerman relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ 44284d9c625SLionel Sambuc (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ 443357f1050SThomas Veerman echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ 444357f1050SThomas Veerman rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ 445357f1050SThomas Veerman else :; fi); \ 446357f1050SThomas Veerman done 447357f1050SThomas Veerman 44884d9c625SLionel Sambucuninstall-pdf-am: 44984d9c625SLionel Sambuc @$(NORMAL_UNINSTALL) 45084d9c625SLionel Sambuc @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 45184d9c625SLionel Sambuc for p in $$list; do \ 45284d9c625SLionel Sambuc $(am__strip_dir) \ 45384d9c625SLionel Sambuc echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ 45484d9c625SLionel Sambuc rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ 45584d9c625SLionel Sambuc done 45684d9c625SLionel Sambuc 45784d9c625SLionel Sambucuninstall-ps-am: 45884d9c625SLionel Sambuc @$(NORMAL_UNINSTALL) 45984d9c625SLionel Sambuc @list='$(PSS)'; test -n "$(psdir)" || list=; \ 46084d9c625SLionel Sambuc for p in $$list; do \ 46184d9c625SLionel Sambuc $(am__strip_dir) \ 46284d9c625SLionel Sambuc echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ 46384d9c625SLionel Sambuc rm -f "$(DESTDIR)$(psdir)/$$f"; \ 46484d9c625SLionel Sambuc done 46584d9c625SLionel Sambuc 466357f1050SThomas Veermandist-info: $(INFO_DEPS) 467357f1050SThomas Veerman @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 468357f1050SThomas Veerman list='$(INFO_DEPS)'; \ 469357f1050SThomas Veerman for base in $$list; do \ 470357f1050SThomas Veerman case $$base in \ 471357f1050SThomas Veerman $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ 472357f1050SThomas Veerman esac; \ 473357f1050SThomas Veerman if test -f $$base; then d=.; else d=$(srcdir); fi; \ 47484d9c625SLionel Sambuc base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ 47584d9c625SLionel Sambuc for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ 47684d9c625SLionel Sambuc if test -f $$file; then \ 477357f1050SThomas Veerman relfile=`expr "$$file" : "$$d/\(.*\)"`; \ 47884d9c625SLionel Sambuc test -f "$(distdir)/$$relfile" || \ 47984d9c625SLionel Sambuc cp -p $$file "$(distdir)/$$relfile"; \ 48084d9c625SLionel Sambuc else :; fi; \ 481357f1050SThomas Veerman done; \ 482357f1050SThomas Veerman done 483357f1050SThomas Veerman 484357f1050SThomas Veermanmostlyclean-aminfo: 485357f1050SThomas Veerman -rm -rf flex.aux flex.cp flex.cps flex.fn flex.fns flex.hk flex.hks flex.ky \ 486357f1050SThomas Veerman flex.kys flex.log flex.op flex.ops flex.pg flex.pgs flex.tmp \ 48784d9c625SLionel Sambuc flex.toc flex.tp flex.tps flex.vr flex.vrs 48884d9c625SLionel Sambuc 48984d9c625SLionel Sambucclean-aminfo: 49084d9c625SLionel Sambuc -test -z "flex.dvi flex.pdf flex.ps flex.html" \ 49184d9c625SLionel Sambuc || rm -rf flex.dvi flex.pdf flex.ps flex.html 492357f1050SThomas Veerman 493357f1050SThomas Veermanmaintainer-clean-aminfo: 494357f1050SThomas Veerman @list='$(INFO_DEPS)'; for i in $$list; do \ 495357f1050SThomas Veerman i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 496357f1050SThomas Veerman echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 497357f1050SThomas Veerman rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ 498357f1050SThomas Veerman done 49984d9c625SLionel Sambucinstall-man1: $(dist_man_MANS) 500357f1050SThomas Veerman @$(NORMAL_INSTALL) 501*0a6a1f1dSLionel Sambuc @list1=''; \ 502*0a6a1f1dSLionel Sambuc list2='$(dist_man_MANS)'; \ 503*0a6a1f1dSLionel Sambuc test -n "$(man1dir)" \ 504*0a6a1f1dSLionel Sambuc && test -n "`echo $$list1$$list2`" \ 505*0a6a1f1dSLionel Sambuc || exit 0; \ 506*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 507*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 508*0a6a1f1dSLionel Sambuc { for i in $$list1; do echo "$$i"; done; \ 509*0a6a1f1dSLionel Sambuc if test -n "$$list2"; then \ 510*0a6a1f1dSLionel Sambuc for i in $$list2; do echo "$$i"; done \ 511*0a6a1f1dSLionel Sambuc | sed -n '/\.1[a-z]*$$/p'; \ 512*0a6a1f1dSLionel Sambuc fi; \ 51384d9c625SLionel Sambuc } | while read p; do \ 51484d9c625SLionel Sambuc if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 51584d9c625SLionel Sambuc echo "$$d$$p"; echo "$$p"; \ 51684d9c625SLionel Sambuc done | \ 51784d9c625SLionel Sambuc sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 51884d9c625SLionel Sambuc -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 51984d9c625SLionel Sambuc sed 'N;N;s,\n, ,g' | { \ 52084d9c625SLionel Sambuc list=; while read file base inst; do \ 52184d9c625SLionel Sambuc if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 522357f1050SThomas Veerman echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 52384d9c625SLionel Sambuc $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 52484d9c625SLionel Sambuc fi; \ 52584d9c625SLionel Sambuc done; \ 52684d9c625SLionel Sambuc for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 52784d9c625SLionel Sambuc while read files; do \ 52884d9c625SLionel Sambuc test -z "$$files" || { \ 52984d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 53084d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 53184d9c625SLionel Sambuc done; } 53284d9c625SLionel Sambuc 533357f1050SThomas Veermanuninstall-man1: 534357f1050SThomas Veerman @$(NORMAL_UNINSTALL) 53584d9c625SLionel Sambuc @list=''; test -n "$(man1dir)" || exit 0; \ 53684d9c625SLionel Sambuc files=`{ for i in $$list; do echo "$$i"; done; \ 53784d9c625SLionel Sambuc l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 53884d9c625SLionel Sambuc sed -n '/\.1[a-z]*$$/p'; \ 53984d9c625SLionel Sambuc } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 54084d9c625SLionel Sambuc -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 541*0a6a1f1dSLionel Sambuc dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 54284d9c625SLionel Sambucinstall-dist_docDATA: $(dist_doc_DATA) 54384d9c625SLionel Sambuc @$(NORMAL_INSTALL) 54484d9c625SLionel Sambuc @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 545*0a6a1f1dSLionel Sambuc if test -n "$$list"; then \ 546*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 547*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 548*0a6a1f1dSLionel Sambuc fi; \ 54984d9c625SLionel Sambuc for p in $$list; do \ 55084d9c625SLionel Sambuc if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 55184d9c625SLionel Sambuc echo "$$d$$p"; \ 55284d9c625SLionel Sambuc done | $(am__base_list) | \ 55384d9c625SLionel Sambuc while read files; do \ 55484d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 55584d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 556357f1050SThomas Veerman done 55784d9c625SLionel Sambuc 55884d9c625SLionel Sambucuninstall-dist_docDATA: 55984d9c625SLionel Sambuc @$(NORMAL_UNINSTALL) 56084d9c625SLionel Sambuc @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 56184d9c625SLionel Sambuc files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 562*0a6a1f1dSLionel Sambuc dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 563357f1050SThomas Veermantags: TAGS 564357f1050SThomas VeermanTAGS: 565357f1050SThomas Veerman 566357f1050SThomas Veermanctags: CTAGS 567357f1050SThomas VeermanCTAGS: 568357f1050SThomas Veerman 569357f1050SThomas Veerman 570357f1050SThomas Veermandistdir: $(DISTFILES) 57184d9c625SLionel Sambuc @list='$(MANS)'; if test -n "$$list"; then \ 57284d9c625SLionel Sambuc list=`for p in $$list; do \ 57384d9c625SLionel Sambuc if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 57484d9c625SLionel Sambuc if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ 57584d9c625SLionel Sambuc if test -n "$$list" && \ 57684d9c625SLionel Sambuc grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ 57784d9c625SLionel Sambuc echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ 57884d9c625SLionel Sambuc grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ 57984d9c625SLionel Sambuc echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ 58084d9c625SLionel Sambuc echo " typically \`make maintainer-clean' will remove them" >&2; \ 58184d9c625SLionel Sambuc exit 1; \ 58284d9c625SLionel Sambuc else :; fi; \ 58384d9c625SLionel Sambuc else :; fi 58484d9c625SLionel Sambuc @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 58584d9c625SLionel Sambuc topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 58684d9c625SLionel Sambuc list='$(DISTFILES)'; \ 58784d9c625SLionel Sambuc dist_files=`for file in $$list; do echo $$file; done | \ 58884d9c625SLionel Sambuc sed -e "s|^$$srcdirstrip/||;t" \ 58984d9c625SLionel Sambuc -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 59084d9c625SLionel Sambuc case $$dist_files in \ 59184d9c625SLionel Sambuc */*) $(MKDIR_P) `echo "$$dist_files" | \ 59284d9c625SLionel Sambuc sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 59384d9c625SLionel Sambuc sort -u` ;; \ 594357f1050SThomas Veerman esac; \ 59584d9c625SLionel Sambuc for file in $$dist_files; do \ 596357f1050SThomas Veerman if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 597357f1050SThomas Veerman if test -d $$d/$$file; then \ 59884d9c625SLionel Sambuc dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 59984d9c625SLionel Sambuc if test -d "$(distdir)/$$file"; then \ 60084d9c625SLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 601357f1050SThomas Veerman fi; \ 60284d9c625SLionel Sambuc if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 60384d9c625SLionel Sambuc cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 60484d9c625SLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 60584d9c625SLionel Sambuc fi; \ 60684d9c625SLionel Sambuc cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 607357f1050SThomas Veerman else \ 60884d9c625SLionel Sambuc test -f "$(distdir)/$$file" \ 60984d9c625SLionel Sambuc || cp -p $$d/$$file "$(distdir)/$$file" \ 610357f1050SThomas Veerman || exit 1; \ 611357f1050SThomas Veerman fi; \ 612357f1050SThomas Veerman done 613357f1050SThomas Veerman $(MAKE) $(AM_MAKEFLAGS) \ 614357f1050SThomas Veerman top_distdir="$(top_distdir)" distdir="$(distdir)" \ 615357f1050SThomas Veerman dist-info 616357f1050SThomas Veermancheck-am: all-am 617357f1050SThomas Veermancheck: check-am 61884d9c625SLionel Sambucall-am: Makefile $(INFO_DEPS) $(MANS) $(DATA) 619357f1050SThomas Veermaninstalldirs: 62084d9c625SLionel Sambuc for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \ 62184d9c625SLionel Sambuc test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 622357f1050SThomas Veerman done 623357f1050SThomas Veermaninstall: install-am 624357f1050SThomas Veermaninstall-exec: install-exec-am 625357f1050SThomas Veermaninstall-data: install-data-am 626357f1050SThomas Veermanuninstall: uninstall-am 627357f1050SThomas Veerman 628357f1050SThomas Veermaninstall-am: all-am 629357f1050SThomas Veerman @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 630357f1050SThomas Veerman 631357f1050SThomas Veermaninstallcheck: installcheck-am 632357f1050SThomas Veermaninstall-strip: 633*0a6a1f1dSLionel Sambuc if test -z '$(STRIP)'; then \ 634357f1050SThomas Veerman $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 635357f1050SThomas Veerman install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 636*0a6a1f1dSLionel Sambuc install; \ 637*0a6a1f1dSLionel Sambuc else \ 638*0a6a1f1dSLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 639*0a6a1f1dSLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 640*0a6a1f1dSLionel Sambuc "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 641*0a6a1f1dSLionel Sambuc fi 642357f1050SThomas Veermanmostlyclean-generic: 643357f1050SThomas Veerman 644357f1050SThomas Veermanclean-generic: 645357f1050SThomas Veerman -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 646357f1050SThomas Veerman 647357f1050SThomas Veermandistclean-generic: 648357f1050SThomas Veerman -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 64984d9c625SLionel Sambuc -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 650357f1050SThomas Veerman 651357f1050SThomas Veermanmaintainer-clean-generic: 652357f1050SThomas Veerman @echo "This command is intended for maintainers to use" 653357f1050SThomas Veerman @echo "it deletes files that may require special tools to rebuild." 654357f1050SThomas Veermanclean: clean-am 655357f1050SThomas Veerman 656*0a6a1f1dSLionel Sambucclean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am 657357f1050SThomas Veerman 658357f1050SThomas Veermandistclean: distclean-am 659357f1050SThomas Veerman -rm -f Makefile 660357f1050SThomas Veermandistclean-am: clean-am distclean-generic 661357f1050SThomas Veerman 662357f1050SThomas Veermandvi: dvi-am 663357f1050SThomas Veerman 664357f1050SThomas Veermandvi-am: $(DVIS) 665357f1050SThomas Veerman 666357f1050SThomas Veermanhtml: html-am 667357f1050SThomas Veerman 668357f1050SThomas Veermanhtml-am: $(HTMLS) 669357f1050SThomas Veerman 670357f1050SThomas Veermaninfo: info-am 671357f1050SThomas Veerman 672357f1050SThomas Veermaninfo-am: $(INFO_DEPS) 673357f1050SThomas Veerman 67484d9c625SLionel Sambucinstall-data-am: install-dist_docDATA install-info-am install-man 675357f1050SThomas Veerman 67684d9c625SLionel Sambucinstall-dvi: install-dvi-am 67784d9c625SLionel Sambuc 67884d9c625SLionel Sambucinstall-dvi-am: $(DVIS) 67984d9c625SLionel Sambuc @$(NORMAL_INSTALL) 68084d9c625SLionel Sambuc @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 681*0a6a1f1dSLionel Sambuc if test -n "$$list"; then \ 682*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ 683*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ 684*0a6a1f1dSLionel Sambuc fi; \ 68584d9c625SLionel Sambuc for p in $$list; do \ 68684d9c625SLionel Sambuc if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 68784d9c625SLionel Sambuc echo "$$d$$p"; \ 68884d9c625SLionel Sambuc done | $(am__base_list) | \ 68984d9c625SLionel Sambuc while read files; do \ 69084d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ 69184d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ 69284d9c625SLionel Sambuc done 693357f1050SThomas Veermaninstall-exec-am: 694357f1050SThomas Veerman 69584d9c625SLionel Sambucinstall-html: install-html-am 69684d9c625SLionel Sambuc 69784d9c625SLionel Sambucinstall-html-am: $(HTMLS) 69884d9c625SLionel Sambuc @$(NORMAL_INSTALL) 69984d9c625SLionel Sambuc @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ 700*0a6a1f1dSLionel Sambuc if test -n "$$list"; then \ 701*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 702*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 703*0a6a1f1dSLionel Sambuc fi; \ 70484d9c625SLionel Sambuc for p in $$list; do \ 70584d9c625SLionel Sambuc if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 70684d9c625SLionel Sambuc $(am__strip_dir) \ 707*0a6a1f1dSLionel Sambuc d2=$$d$$p; \ 708*0a6a1f1dSLionel Sambuc if test -d "$$d2"; then \ 70984d9c625SLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 71084d9c625SLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ 711*0a6a1f1dSLionel Sambuc echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ 712*0a6a1f1dSLionel Sambuc $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ 71384d9c625SLionel Sambuc else \ 714*0a6a1f1dSLionel Sambuc list2="$$list2 $$d2"; \ 71584d9c625SLionel Sambuc fi; \ 71684d9c625SLionel Sambuc done; \ 71784d9c625SLionel Sambuc test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ 71884d9c625SLionel Sambuc while read files; do \ 71984d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 72084d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 72184d9c625SLionel Sambuc done; } 722357f1050SThomas Veermaninstall-info: install-info-am 723357f1050SThomas Veerman 724357f1050SThomas Veermaninstall-info-am: $(INFO_DEPS) 725357f1050SThomas Veerman @$(NORMAL_INSTALL) 726357f1050SThomas Veerman @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 72784d9c625SLionel Sambuc list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 728*0a6a1f1dSLionel Sambuc if test -n "$$list"; then \ 729*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ 730*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ 731*0a6a1f1dSLionel Sambuc fi; \ 732357f1050SThomas Veerman for file in $$list; do \ 733357f1050SThomas Veerman case $$file in \ 734357f1050SThomas Veerman $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 735357f1050SThomas Veerman esac; \ 736357f1050SThomas Veerman if test -f $$file; then d=.; else d=$(srcdir); fi; \ 737357f1050SThomas Veerman file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ 738357f1050SThomas Veerman for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 739357f1050SThomas Veerman $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ 740357f1050SThomas Veerman if test -f $$ifile; then \ 74184d9c625SLionel Sambuc echo "$$ifile"; \ 742357f1050SThomas Veerman else : ; fi; \ 743357f1050SThomas Veerman done; \ 74484d9c625SLionel Sambuc done | $(am__base_list) | \ 74584d9c625SLionel Sambuc while read files; do \ 74684d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 74784d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 748357f1050SThomas Veerman @$(POST_INSTALL) 749*0a6a1f1dSLionel Sambuc @if $(am__can_run_installinfo); then \ 75084d9c625SLionel Sambuc list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 751357f1050SThomas Veerman for file in $$list; do \ 752357f1050SThomas Veerman relfile=`echo "$$file" | sed 's|^.*/||'`; \ 753357f1050SThomas Veerman echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 754357f1050SThomas Veerman install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 755357f1050SThomas Veerman done; \ 756357f1050SThomas Veerman else : ; fi 757357f1050SThomas Veermaninstall-man: install-man1 758357f1050SThomas Veerman 75984d9c625SLionel Sambucinstall-pdf: install-pdf-am 76084d9c625SLionel Sambuc 76184d9c625SLionel Sambucinstall-pdf-am: $(PDFS) 76284d9c625SLionel Sambuc @$(NORMAL_INSTALL) 76384d9c625SLionel Sambuc @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 764*0a6a1f1dSLionel Sambuc if test -n "$$list"; then \ 765*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ 766*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ 767*0a6a1f1dSLionel Sambuc fi; \ 76884d9c625SLionel Sambuc for p in $$list; do \ 76984d9c625SLionel Sambuc if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 77084d9c625SLionel Sambuc echo "$$d$$p"; \ 77184d9c625SLionel Sambuc done | $(am__base_list) | \ 77284d9c625SLionel Sambuc while read files; do \ 77384d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ 77484d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done 77584d9c625SLionel Sambucinstall-ps: install-ps-am 77684d9c625SLionel Sambuc 77784d9c625SLionel Sambucinstall-ps-am: $(PSS) 77884d9c625SLionel Sambuc @$(NORMAL_INSTALL) 77984d9c625SLionel Sambuc @list='$(PSS)'; test -n "$(psdir)" || list=; \ 780*0a6a1f1dSLionel Sambuc if test -n "$$list"; then \ 781*0a6a1f1dSLionel Sambuc echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ 782*0a6a1f1dSLionel Sambuc $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ 783*0a6a1f1dSLionel Sambuc fi; \ 78484d9c625SLionel Sambuc for p in $$list; do \ 78584d9c625SLionel Sambuc if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 78684d9c625SLionel Sambuc echo "$$d$$p"; \ 78784d9c625SLionel Sambuc done | $(am__base_list) | \ 78884d9c625SLionel Sambuc while read files; do \ 78984d9c625SLionel Sambuc echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ 79084d9c625SLionel Sambuc $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done 791357f1050SThomas Veermaninstallcheck-am: 792357f1050SThomas Veerman 793357f1050SThomas Veermanmaintainer-clean: maintainer-clean-am 794357f1050SThomas Veerman -rm -f Makefile 795357f1050SThomas Veermanmaintainer-clean-am: distclean-am maintainer-clean-aminfo \ 796357f1050SThomas Veerman maintainer-clean-generic maintainer-clean-vti 797357f1050SThomas Veerman 798357f1050SThomas Veermanmostlyclean: mostlyclean-am 799357f1050SThomas Veerman 800*0a6a1f1dSLionel Sambucmostlyclean-am: mostlyclean-aminfo mostlyclean-generic \ 801*0a6a1f1dSLionel Sambuc mostlyclean-libtool mostlyclean-vti 802357f1050SThomas Veerman 803357f1050SThomas Veermanpdf: pdf-am 804357f1050SThomas Veerman 805357f1050SThomas Veermanpdf-am: $(PDFS) 806357f1050SThomas Veerman 807357f1050SThomas Veermanps: ps-am 808357f1050SThomas Veerman 809357f1050SThomas Veermanps-am: $(PSS) 810357f1050SThomas Veerman 81184d9c625SLionel Sambucuninstall-am: uninstall-dist_docDATA uninstall-dvi-am \ 81284d9c625SLionel Sambuc uninstall-html-am uninstall-info-am uninstall-man \ 81384d9c625SLionel Sambuc uninstall-pdf-am uninstall-ps-am 814357f1050SThomas Veerman 815357f1050SThomas Veermanuninstall-man: uninstall-man1 816357f1050SThomas Veerman 81784d9c625SLionel Sambuc.MAKE: install-am install-strip 81884d9c625SLionel Sambuc 81984d9c625SLionel Sambuc.PHONY: all all-am check check-am clean clean-aminfo clean-generic \ 820*0a6a1f1dSLionel Sambuc clean-libtool dist-info distclean distclean-generic \ 821*0a6a1f1dSLionel Sambuc distclean-libtool distdir dvi dvi-am html html-am info info-am \ 822*0a6a1f1dSLionel Sambuc install install-am install-data install-data-am \ 823*0a6a1f1dSLionel Sambuc install-dist_docDATA install-dvi install-dvi-am install-exec \ 824*0a6a1f1dSLionel Sambuc install-exec-am install-html install-html-am install-info \ 825*0a6a1f1dSLionel Sambuc install-info-am install-man install-man1 install-pdf \ 826*0a6a1f1dSLionel Sambuc install-pdf-am install-ps install-ps-am install-strip \ 827*0a6a1f1dSLionel Sambuc installcheck installcheck-am installdirs maintainer-clean \ 828*0a6a1f1dSLionel Sambuc maintainer-clean-aminfo maintainer-clean-generic \ 829*0a6a1f1dSLionel Sambuc maintainer-clean-vti mostlyclean mostlyclean-aminfo \ 830*0a6a1f1dSLionel Sambuc mostlyclean-generic mostlyclean-libtool mostlyclean-vti pdf \ 83184d9c625SLionel Sambuc pdf-am ps ps-am uninstall uninstall-am uninstall-dist_docDATA \ 83284d9c625SLionel Sambuc uninstall-dvi-am uninstall-html-am uninstall-info-am \ 83384d9c625SLionel Sambuc uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am 834357f1050SThomas Veerman 835357f1050SThomas Veerman 836357f1050SThomas Veerman$(dist_man_MANS): $(top_srcdir)/main.c 837357f1050SThomas Veerman for i in $(dist_man_MANS) ; do \ 838357f1050SThomas Veerman $(help2man) --name='$(PACKAGE_NAME)' \ 839357f1050SThomas Veerman --section=`echo $$i | sed -e 's/.*\.\([^.]*\)$$/\1/'` \ 840357f1050SThomas Veerman ../flex$(EXEEXT) > $$i || rm -f $$i ; \ 841357f1050SThomas Veerman done 84284d9c625SLionel Sambuc 843357f1050SThomas Veerman# Tell versions [3.59,3.63) of GNU make to not export all variables. 844357f1050SThomas Veerman# Otherwise a system limit (for SysV at least) may be exceeded. 845357f1050SThomas Veerman.NOEXPORT: 846