1*0a6a1f1dSLionel Sambuc# Makefile.in generated by automake 1.11.6 from Makefile.am. 2*0a6a1f1dSLionel Sambuc# examples/manual/Makefile. Generated from Makefile.in by configure. 3*0a6a1f1dSLionel Sambuc 4*0a6a1f1dSLionel Sambuc# 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. 7*0a6a1f1dSLionel Sambuc# This Makefile.in is free software; the Free Software Foundation 8*0a6a1f1dSLionel Sambuc# gives unlimited permission to copy and/or distribute it, 9*0a6a1f1dSLionel Sambuc# with or without modifications, as long as this notice is preserved. 10*0a6a1f1dSLionel Sambuc 11*0a6a1f1dSLionel Sambuc# This program is distributed in the hope that it will be useful, 12*0a6a1f1dSLionel Sambuc# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13*0a6a1f1dSLionel Sambuc# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14*0a6a1f1dSLionel Sambuc# PARTICULAR PURPOSE. 15*0a6a1f1dSLionel Sambuc 16*0a6a1f1dSLionel Sambuc 17*0a6a1f1dSLionel Sambuc 18*0a6a1f1dSLionel Sambuc# This file is part of flex. 19*0a6a1f1dSLionel Sambuc 20*0a6a1f1dSLionel Sambuc# Redistribution and use in source and binary forms, with or without 21*0a6a1f1dSLionel Sambuc# modification, are permitted provided that the following conditions 22*0a6a1f1dSLionel Sambuc# are met: 23*0a6a1f1dSLionel Sambuc 24*0a6a1f1dSLionel Sambuc# 1. Redistributions of source code must retain the above copyright 25*0a6a1f1dSLionel Sambuc# notice, this list of conditions and the following disclaimer. 26*0a6a1f1dSLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright 27*0a6a1f1dSLionel Sambuc# notice, this list of conditions and the following disclaimer in the 28*0a6a1f1dSLionel Sambuc# documentation and/or other materials provided with the distribution. 29*0a6a1f1dSLionel Sambuc 30*0a6a1f1dSLionel Sambuc# Neither the name of the University nor the names of its contributors 31*0a6a1f1dSLionel Sambuc# may be used to endorse or promote products derived from this software 32*0a6a1f1dSLionel Sambuc# without specific prior written permission. 33*0a6a1f1dSLionel Sambuc 34*0a6a1f1dSLionel Sambuc# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 35*0a6a1f1dSLionel Sambuc# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 36*0a6a1f1dSLionel Sambuc# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 37*0a6a1f1dSLionel Sambuc# PURPOSE. 38*0a6a1f1dSLionel Sambuc 39*0a6a1f1dSLionel Sambucam__make_dryrun = \ 40*0a6a1f1dSLionel Sambuc { \ 41*0a6a1f1dSLionel Sambuc am__dry=no; \ 42*0a6a1f1dSLionel Sambuc case $$MAKEFLAGS in \ 43*0a6a1f1dSLionel Sambuc *\\[\ \ ]*) \ 44*0a6a1f1dSLionel Sambuc echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 45*0a6a1f1dSLionel Sambuc | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 46*0a6a1f1dSLionel Sambuc *) \ 47*0a6a1f1dSLionel Sambuc for am__flg in $$MAKEFLAGS; do \ 48*0a6a1f1dSLionel Sambuc case $$am__flg in \ 49*0a6a1f1dSLionel Sambuc *=*|--*) ;; \ 50*0a6a1f1dSLionel Sambuc *n*) am__dry=yes; break;; \ 51*0a6a1f1dSLionel Sambuc esac; \ 52*0a6a1f1dSLionel Sambuc done;; \ 53*0a6a1f1dSLionel Sambuc esac; \ 54*0a6a1f1dSLionel Sambuc test $$am__dry = yes; \ 55*0a6a1f1dSLionel Sambuc } 56*0a6a1f1dSLionel Sambucpkgdatadir = $(datadir)/flex 57*0a6a1f1dSLionel Sambucpkgincludedir = $(includedir)/flex 58*0a6a1f1dSLionel Sambucpkglibdir = $(libdir)/flex 59*0a6a1f1dSLionel Sambucpkglibexecdir = $(libexecdir)/flex 60*0a6a1f1dSLionel Sambucam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 61*0a6a1f1dSLionel Sambucinstall_sh_DATA = $(install_sh) -c -m 644 62*0a6a1f1dSLionel Sambucinstall_sh_PROGRAM = $(install_sh) -c 63*0a6a1f1dSLionel Sambucinstall_sh_SCRIPT = $(install_sh) -c 64*0a6a1f1dSLionel SambucINSTALL_HEADER = $(INSTALL_DATA) 65*0a6a1f1dSLionel Sambuctransform = $(program_transform_name) 66*0a6a1f1dSLionel SambucNORMAL_INSTALL = : 67*0a6a1f1dSLionel SambucPRE_INSTALL = : 68*0a6a1f1dSLionel SambucPOST_INSTALL = : 69*0a6a1f1dSLionel SambucNORMAL_UNINSTALL = : 70*0a6a1f1dSLionel SambucPRE_UNINSTALL = : 71*0a6a1f1dSLionel SambucPOST_UNINSTALL = : 72*0a6a1f1dSLionel Sambucbuild_triplet = x86_64-unknown-netbsd7.99.1 73*0a6a1f1dSLionel Sambuchost_triplet = x86_64-unknown-netbsd7.99.1 74*0a6a1f1dSLionel Sambucsubdir = examples/manual 75*0a6a1f1dSLionel SambucDIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 76*0a6a1f1dSLionel Sambuc ChangeLog 77*0a6a1f1dSLionel SambucACLOCAL_M4 = $(top_srcdir)/aclocal.m4 78*0a6a1f1dSLionel Sambucam__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 79*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 80*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 81*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 82*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 83*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 84*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 85*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 86*0a6a1f1dSLionel Sambucam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 87*0a6a1f1dSLionel Sambuc $(ACLOCAL_M4) 88*0a6a1f1dSLionel Sambucmkinstalldirs = $(install_sh) -d 89*0a6a1f1dSLionel SambucCONFIG_HEADER = $(top_builddir)/config.h 90*0a6a1f1dSLionel SambucCONFIG_CLEAN_FILES = 91*0a6a1f1dSLionel SambucCONFIG_CLEAN_VPATH_FILES = 92*0a6a1f1dSLionel SambucSOURCES = 93*0a6a1f1dSLionel SambucDIST_SOURCES = 94*0a6a1f1dSLionel Sambucam__can_run_installinfo = \ 95*0a6a1f1dSLionel Sambuc case $$AM_UPDATE_INFO_DIR in \ 96*0a6a1f1dSLionel Sambuc n|no|NO) false;; \ 97*0a6a1f1dSLionel Sambuc *) (install-info --version) >/dev/null 2>&1;; \ 98*0a6a1f1dSLionel Sambuc esac 99*0a6a1f1dSLionel SambucDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 100*0a6a1f1dSLionel SambucACLOCAL = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run aclocal-1.11 101*0a6a1f1dSLionel SambucALLOCA = 102*0a6a1f1dSLionel SambucAMTAR = $${TAR-tar} 103*0a6a1f1dSLionel SambucAR = ar 104*0a6a1f1dSLionel SambucAUTOCONF = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoconf 105*0a6a1f1dSLionel SambucAUTOHEADER = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoheader 106*0a6a1f1dSLionel SambucAUTOMAKE = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run automake-1.11 107*0a6a1f1dSLionel SambucAWK = gawk 108*0a6a1f1dSLionel SambucBISON = /usr/pkg/bin/bison 109*0a6a1f1dSLionel SambucCC = gcc 110*0a6a1f1dSLionel SambucCCDEPMODE = depmode=gcc3 111*0a6a1f1dSLionel SambucCFLAGS = -g -O2 112*0a6a1f1dSLionel SambucCPP = gcc -E 113*0a6a1f1dSLionel SambucCPPFLAGS = 114*0a6a1f1dSLionel SambucCXX = g++ 115*0a6a1f1dSLionel SambucCXXCPP = g++ -E 116*0a6a1f1dSLionel SambucCXXDEPMODE = depmode=gcc3 117*0a6a1f1dSLionel SambucCXXFLAGS = -g -O2 118*0a6a1f1dSLionel SambucCYGPATH_W = echo 119*0a6a1f1dSLionel SambucDEFS = -DHAVE_CONFIG_H 120*0a6a1f1dSLionel SambucDEPDIR = .deps 121*0a6a1f1dSLionel SambucDLLTOOL = false 122*0a6a1f1dSLionel SambucDSYMUTIL = 123*0a6a1f1dSLionel SambucDUMPBIN = 124*0a6a1f1dSLionel SambucECHO_C = 125*0a6a1f1dSLionel SambucECHO_N = -n 126*0a6a1f1dSLionel SambucECHO_T = 127*0a6a1f1dSLionel SambucEGREP = /usr/bin/grep -E 128*0a6a1f1dSLionel SambucEXEEXT = 129*0a6a1f1dSLionel SambucFGREP = /usr/bin/grep -F 130*0a6a1f1dSLionel SambucGETTEXT_MACRO_VERSION = 0.18 131*0a6a1f1dSLionel SambucGMSGFMT = /usr/pkg/bin/msgfmt 132*0a6a1f1dSLionel SambucGMSGFMT_015 = /usr/pkg/bin/msgfmt 133*0a6a1f1dSLionel SambucGREP = /usr/bin/grep 134*0a6a1f1dSLionel SambucHELP2MAN = /usr/pkg/bin/help2man 135*0a6a1f1dSLionel SambucINDENT = /usr/bin/indent 136*0a6a1f1dSLionel SambucINSTALL = /usr/bin/install -c 137*0a6a1f1dSLionel SambucINSTALL_DATA = ${INSTALL} -m 644 138*0a6a1f1dSLionel SambucINSTALL_PROGRAM = ${INSTALL} 139*0a6a1f1dSLionel SambucINSTALL_SCRIPT = ${INSTALL} 140*0a6a1f1dSLionel SambucINSTALL_STRIP_PROGRAM = $(install_sh) -c -s 141*0a6a1f1dSLionel SambucINTLLIBS = 142*0a6a1f1dSLionel SambucINTL_MACOSX_LIBS = 143*0a6a1f1dSLionel SambucLD = /usr/bin/ld 144*0a6a1f1dSLionel SambucLDFLAGS = 145*0a6a1f1dSLionel SambucLEX = flex 146*0a6a1f1dSLionel SambucLEXLIB = -lfl 147*0a6a1f1dSLionel SambucLEX_OUTPUT_ROOT = lex.yy 148*0a6a1f1dSLionel SambucLIBICONV = 149*0a6a1f1dSLionel SambucLIBINTL = 150*0a6a1f1dSLionel SambucLIBOBJS = 151*0a6a1f1dSLionel SambucLIBS = -lm 152*0a6a1f1dSLionel SambucLIBTOOL = $(SHELL) $(top_builddir)/libtool 153*0a6a1f1dSLionel SambucLIPO = 154*0a6a1f1dSLionel SambucLN_S = ln -s 155*0a6a1f1dSLionel SambucLTLIBICONV = 156*0a6a1f1dSLionel SambucLTLIBINTL = 157*0a6a1f1dSLionel SambucLTLIBOBJS = 158*0a6a1f1dSLionel SambucM4 = /usr/pkg/bin/gm4 159*0a6a1f1dSLionel SambucMAKEINFO = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run makeinfo 160*0a6a1f1dSLionel SambucMANIFEST_TOOL = : 161*0a6a1f1dSLionel SambucMKDIR_P = ../.././install-sh -c -d 162*0a6a1f1dSLionel SambucMSGFMT = /usr/pkg/bin/msgfmt 163*0a6a1f1dSLionel SambucMSGFMT_015 = /usr/pkg/bin/msgfmt 164*0a6a1f1dSLionel SambucMSGMERGE = /usr/pkg/bin/msgmerge 165*0a6a1f1dSLionel SambucNM = /usr/bin/nm -B 166*0a6a1f1dSLionel SambucNMEDIT = 167*0a6a1f1dSLionel SambucOBJDUMP = objdump 168*0a6a1f1dSLionel SambucOBJEXT = o 169*0a6a1f1dSLionel SambucOTOOL = 170*0a6a1f1dSLionel SambucOTOOL64 = 171*0a6a1f1dSLionel SambucPACKAGE = flex 172*0a6a1f1dSLionel SambucPACKAGE_BUGREPORT = flex-help@lists.sourceforge.net 173*0a6a1f1dSLionel SambucPACKAGE_NAME = the fast lexical analyser generator 174*0a6a1f1dSLionel SambucPACKAGE_STRING = the fast lexical analyser generator 2.5.39 175*0a6a1f1dSLionel SambucPACKAGE_TARNAME = flex 176*0a6a1f1dSLionel SambucPACKAGE_URL = 177*0a6a1f1dSLionel SambucPACKAGE_VERSION = 2.5.39 178*0a6a1f1dSLionel SambucPATH_SEPARATOR = : 179*0a6a1f1dSLionel SambucPOSUB = 180*0a6a1f1dSLionel SambucRANLIB = ranlib 181*0a6a1f1dSLionel SambucSED = /usr/pkg/bin/gsed 182*0a6a1f1dSLionel SambucSET_MAKE = 183*0a6a1f1dSLionel SambucSHARED_VERSION_INFO = 2:0:0 184*0a6a1f1dSLionel SambucSHELL = /bin/sh 185*0a6a1f1dSLionel SambucSTRIP = strip 186*0a6a1f1dSLionel SambucUSE_NLS = no 187*0a6a1f1dSLionel SambucVERSION = 2.5.39 188*0a6a1f1dSLionel SambucXGETTEXT = /usr/pkg/bin/xgettext 189*0a6a1f1dSLionel SambucXGETTEXT_015 = /usr/pkg/bin/xgettext 190*0a6a1f1dSLionel SambucXGETTEXT_EXTRA_OPTIONS = 191*0a6a1f1dSLionel SambucYACC = bison -y 192*0a6a1f1dSLionel SambucYFLAGS = 193*0a6a1f1dSLionel Sambucabs_builddir = /usr/src/external/bsd/flex/flex-2.5.39/examples/manual 194*0a6a1f1dSLionel Sambucabs_srcdir = /usr/src/external/bsd/flex/flex-2.5.39/examples/manual 195*0a6a1f1dSLionel Sambucabs_top_builddir = /usr/src/external/bsd/flex/flex-2.5.39 196*0a6a1f1dSLionel Sambucabs_top_srcdir = /usr/src/external/bsd/flex/flex-2.5.39 197*0a6a1f1dSLionel Sambucac_ct_AR = ar 198*0a6a1f1dSLionel Sambucac_ct_CC = gcc 199*0a6a1f1dSLionel Sambucac_ct_CXX = g++ 200*0a6a1f1dSLionel Sambucac_ct_DUMPBIN = 201*0a6a1f1dSLionel Sambucam__include = include 202*0a6a1f1dSLionel Sambucam__leading_dot = . 203*0a6a1f1dSLionel Sambucam__quote = 204*0a6a1f1dSLionel Sambucam__tar = $${TAR-tar} chof - "$$tardir" 205*0a6a1f1dSLionel Sambucam__untar = $${TAR-tar} xf - 206*0a6a1f1dSLionel Sambucbindir = ${exec_prefix}/bin 207*0a6a1f1dSLionel Sambucbuild = x86_64-unknown-netbsd7.99.1 208*0a6a1f1dSLionel Sambucbuild_alias = 209*0a6a1f1dSLionel Sambucbuild_cpu = x86_64 210*0a6a1f1dSLionel Sambucbuild_os = netbsd7.99.1 211*0a6a1f1dSLionel Sambucbuild_vendor = unknown 212*0a6a1f1dSLionel Sambucbuilddir = . 213*0a6a1f1dSLionel Sambucdatadir = ${datarootdir} 214*0a6a1f1dSLionel Sambucdatarootdir = ${prefix}/share 215*0a6a1f1dSLionel Sambucdocdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 216*0a6a1f1dSLionel Sambucdvidir = ${docdir} 217*0a6a1f1dSLionel Sambucexec_prefix = ${prefix} 218*0a6a1f1dSLionel Sambuchost = x86_64-unknown-netbsd7.99.1 219*0a6a1f1dSLionel Sambuchost_alias = 220*0a6a1f1dSLionel Sambuchost_cpu = x86_64 221*0a6a1f1dSLionel Sambuchost_os = netbsd7.99.1 222*0a6a1f1dSLionel Sambuchost_vendor = unknown 223*0a6a1f1dSLionel Sambuchtmldir = ${docdir} 224*0a6a1f1dSLionel Sambucincludedir = ${prefix}/include 225*0a6a1f1dSLionel Sambucinfodir = ${datarootdir}/info 226*0a6a1f1dSLionel Sambucinstall_sh = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/install-sh 227*0a6a1f1dSLionel Sambuclibdir = ${exec_prefix}/lib 228*0a6a1f1dSLionel Sambuclibexecdir = ${exec_prefix}/libexec 229*0a6a1f1dSLionel Sambuclocaledir = ${datarootdir}/locale 230*0a6a1f1dSLionel Sambuclocalstatedir = ${prefix}/var 231*0a6a1f1dSLionel Sambucmandir = ${datarootdir}/man 232*0a6a1f1dSLionel Sambucmkdir_p = $(top_builddir)/./install-sh -c -d 233*0a6a1f1dSLionel Sambucoldincludedir = /usr/include 234*0a6a1f1dSLionel Sambucpdfdir = ${docdir} 235*0a6a1f1dSLionel Sambucprefix = /usr/local 236*0a6a1f1dSLionel Sambucprogram_transform_name = s,x,x, 237*0a6a1f1dSLionel Sambucpsdir = ${docdir} 238*0a6a1f1dSLionel Sambucsbindir = ${exec_prefix}/sbin 239*0a6a1f1dSLionel Sambucsharedstatedir = ${prefix}/com 240*0a6a1f1dSLionel Sambucsrcdir = . 241*0a6a1f1dSLionel Sambucsysconfdir = ${prefix}/etc 242*0a6a1f1dSLionel Sambuctarget_alias = 243*0a6a1f1dSLionel Sambuctop_build_prefix = ../../ 244*0a6a1f1dSLionel Sambuctop_builddir = ../.. 245*0a6a1f1dSLionel Sambuctop_srcdir = ../.. 246*0a6a1f1dSLionel SambucEXTRA_DIST = \ 247*0a6a1f1dSLionel Sambuc ChangeLog \ 248*0a6a1f1dSLionel Sambuc Makefile.examples \ 249*0a6a1f1dSLionel Sambuc README \ 250*0a6a1f1dSLionel Sambuc cat.lex \ 251*0a6a1f1dSLionel Sambuc dates.lex \ 252*0a6a1f1dSLionel Sambuc datetest.dat \ 253*0a6a1f1dSLionel Sambuc eof_rules.lex \ 254*0a6a1f1dSLionel Sambuc eof_test01.txt \ 255*0a6a1f1dSLionel Sambuc eof_test02.txt \ 256*0a6a1f1dSLionel Sambuc eof_test03.txt \ 257*0a6a1f1dSLionel Sambuc expr.lex \ 258*0a6a1f1dSLionel Sambuc expr.y \ 259*0a6a1f1dSLionel Sambuc front.lex \ 260*0a6a1f1dSLionel Sambuc front.y \ 261*0a6a1f1dSLionel Sambuc j2t.lex \ 262*0a6a1f1dSLionel Sambuc myname.lex \ 263*0a6a1f1dSLionel Sambuc myname.txt \ 264*0a6a1f1dSLionel Sambuc myname2.lex \ 265*0a6a1f1dSLionel Sambuc numbers.lex \ 266*0a6a1f1dSLionel Sambuc pas_include.lex \ 267*0a6a1f1dSLionel Sambuc pascal.lex \ 268*0a6a1f1dSLionel Sambuc reject.lex \ 269*0a6a1f1dSLionel Sambuc replace.lex \ 270*0a6a1f1dSLionel Sambuc string1.lex \ 271*0a6a1f1dSLionel Sambuc string2.lex \ 272*0a6a1f1dSLionel Sambuc strtest.dat \ 273*0a6a1f1dSLionel Sambuc unput.lex \ 274*0a6a1f1dSLionel Sambuc user_act.lex \ 275*0a6a1f1dSLionel Sambuc userinit.lex \ 276*0a6a1f1dSLionel Sambuc wc.lex \ 277*0a6a1f1dSLionel Sambuc yymore.lex \ 278*0a6a1f1dSLionel Sambuc yymore2.lex \ 279*0a6a1f1dSLionel Sambuc yymoretest.dat 280*0a6a1f1dSLionel Sambuc 281*0a6a1f1dSLionel Sambucall: all-am 282*0a6a1f1dSLionel Sambuc 283*0a6a1f1dSLionel Sambuc.SUFFIXES: 284*0a6a1f1dSLionel Sambuc$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 285*0a6a1f1dSLionel Sambuc @for dep in $?; do \ 286*0a6a1f1dSLionel Sambuc case '$(am__configure_deps)' in \ 287*0a6a1f1dSLionel Sambuc *$$dep*) \ 288*0a6a1f1dSLionel Sambuc ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 289*0a6a1f1dSLionel Sambuc && { if test -f $@; then exit 0; else break; fi; }; \ 290*0a6a1f1dSLionel Sambuc exit 1;; \ 291*0a6a1f1dSLionel Sambuc esac; \ 292*0a6a1f1dSLionel Sambuc done; \ 293*0a6a1f1dSLionel Sambuc echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/manual/Makefile'; \ 294*0a6a1f1dSLionel Sambuc $(am__cd) $(top_srcdir) && \ 295*0a6a1f1dSLionel Sambuc $(AUTOMAKE) --gnu examples/manual/Makefile 296*0a6a1f1dSLionel Sambuc.PRECIOUS: Makefile 297*0a6a1f1dSLionel SambucMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 298*0a6a1f1dSLionel Sambuc @case '$?' in \ 299*0a6a1f1dSLionel Sambuc *config.status*) \ 300*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 301*0a6a1f1dSLionel Sambuc *) \ 302*0a6a1f1dSLionel Sambuc echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 303*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 304*0a6a1f1dSLionel Sambuc esac; 305*0a6a1f1dSLionel Sambuc 306*0a6a1f1dSLionel Sambuc$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 307*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 308*0a6a1f1dSLionel Sambuc 309*0a6a1f1dSLionel Sambuc$(top_srcdir)/configure: $(am__configure_deps) 310*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 311*0a6a1f1dSLionel Sambuc$(ACLOCAL_M4): $(am__aclocal_m4_deps) 312*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 313*0a6a1f1dSLionel Sambuc$(am__aclocal_m4_deps): 314*0a6a1f1dSLionel Sambuc 315*0a6a1f1dSLionel Sambucmostlyclean-libtool: 316*0a6a1f1dSLionel Sambuc -rm -f *.lo 317*0a6a1f1dSLionel Sambuc 318*0a6a1f1dSLionel Sambucclean-libtool: 319*0a6a1f1dSLionel Sambuc -rm -rf .libs _libs 320*0a6a1f1dSLionel Sambuctags: TAGS 321*0a6a1f1dSLionel SambucTAGS: 322*0a6a1f1dSLionel Sambuc 323*0a6a1f1dSLionel Sambucctags: CTAGS 324*0a6a1f1dSLionel SambucCTAGS: 325*0a6a1f1dSLionel Sambuc 326*0a6a1f1dSLionel Sambuc 327*0a6a1f1dSLionel Sambucdistdir: $(DISTFILES) 328*0a6a1f1dSLionel Sambuc @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 329*0a6a1f1dSLionel Sambuc topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 330*0a6a1f1dSLionel Sambuc list='$(DISTFILES)'; \ 331*0a6a1f1dSLionel Sambuc dist_files=`for file in $$list; do echo $$file; done | \ 332*0a6a1f1dSLionel Sambuc sed -e "s|^$$srcdirstrip/||;t" \ 333*0a6a1f1dSLionel Sambuc -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 334*0a6a1f1dSLionel Sambuc case $$dist_files in \ 335*0a6a1f1dSLionel Sambuc */*) $(MKDIR_P) `echo "$$dist_files" | \ 336*0a6a1f1dSLionel Sambuc sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 337*0a6a1f1dSLionel Sambuc sort -u` ;; \ 338*0a6a1f1dSLionel Sambuc esac; \ 339*0a6a1f1dSLionel Sambuc for file in $$dist_files; do \ 340*0a6a1f1dSLionel Sambuc if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 341*0a6a1f1dSLionel Sambuc if test -d $$d/$$file; then \ 342*0a6a1f1dSLionel Sambuc dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 343*0a6a1f1dSLionel Sambuc if test -d "$(distdir)/$$file"; then \ 344*0a6a1f1dSLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 345*0a6a1f1dSLionel Sambuc fi; \ 346*0a6a1f1dSLionel Sambuc if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 347*0a6a1f1dSLionel Sambuc cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 348*0a6a1f1dSLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 349*0a6a1f1dSLionel Sambuc fi; \ 350*0a6a1f1dSLionel Sambuc cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 351*0a6a1f1dSLionel Sambuc else \ 352*0a6a1f1dSLionel Sambuc test -f "$(distdir)/$$file" \ 353*0a6a1f1dSLionel Sambuc || cp -p $$d/$$file "$(distdir)/$$file" \ 354*0a6a1f1dSLionel Sambuc || exit 1; \ 355*0a6a1f1dSLionel Sambuc fi; \ 356*0a6a1f1dSLionel Sambuc done 357*0a6a1f1dSLionel Sambuccheck-am: all-am 358*0a6a1f1dSLionel Sambuccheck: check-am 359*0a6a1f1dSLionel Sambucall-am: Makefile 360*0a6a1f1dSLionel Sambucinstalldirs: 361*0a6a1f1dSLionel Sambucinstall: install-am 362*0a6a1f1dSLionel Sambucinstall-exec: install-exec-am 363*0a6a1f1dSLionel Sambucinstall-data: install-data-am 364*0a6a1f1dSLionel Sambucuninstall: uninstall-am 365*0a6a1f1dSLionel Sambuc 366*0a6a1f1dSLionel Sambucinstall-am: all-am 367*0a6a1f1dSLionel Sambuc @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 368*0a6a1f1dSLionel Sambuc 369*0a6a1f1dSLionel Sambucinstallcheck: installcheck-am 370*0a6a1f1dSLionel Sambucinstall-strip: 371*0a6a1f1dSLionel Sambuc if test -z '$(STRIP)'; then \ 372*0a6a1f1dSLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 373*0a6a1f1dSLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 374*0a6a1f1dSLionel Sambuc install; \ 375*0a6a1f1dSLionel Sambuc else \ 376*0a6a1f1dSLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 377*0a6a1f1dSLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 378*0a6a1f1dSLionel Sambuc "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 379*0a6a1f1dSLionel Sambuc fi 380*0a6a1f1dSLionel Sambucmostlyclean-generic: 381*0a6a1f1dSLionel Sambuc 382*0a6a1f1dSLionel Sambucclean-generic: 383*0a6a1f1dSLionel Sambuc 384*0a6a1f1dSLionel Sambucdistclean-generic: 385*0a6a1f1dSLionel Sambuc -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 386*0a6a1f1dSLionel Sambuc -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 387*0a6a1f1dSLionel Sambuc 388*0a6a1f1dSLionel Sambucmaintainer-clean-generic: 389*0a6a1f1dSLionel Sambuc @echo "This command is intended for maintainers to use" 390*0a6a1f1dSLionel Sambuc @echo "it deletes files that may require special tools to rebuild." 391*0a6a1f1dSLionel Sambucclean: clean-am 392*0a6a1f1dSLionel Sambuc 393*0a6a1f1dSLionel Sambucclean-am: clean-generic clean-libtool mostlyclean-am 394*0a6a1f1dSLionel Sambuc 395*0a6a1f1dSLionel Sambucdistclean: distclean-am 396*0a6a1f1dSLionel Sambuc -rm -f Makefile 397*0a6a1f1dSLionel Sambucdistclean-am: clean-am distclean-generic 398*0a6a1f1dSLionel Sambuc 399*0a6a1f1dSLionel Sambucdvi: dvi-am 400*0a6a1f1dSLionel Sambuc 401*0a6a1f1dSLionel Sambucdvi-am: 402*0a6a1f1dSLionel Sambuc 403*0a6a1f1dSLionel Sambuchtml: html-am 404*0a6a1f1dSLionel Sambuc 405*0a6a1f1dSLionel Sambuchtml-am: 406*0a6a1f1dSLionel Sambuc 407*0a6a1f1dSLionel Sambucinfo: info-am 408*0a6a1f1dSLionel Sambuc 409*0a6a1f1dSLionel Sambucinfo-am: 410*0a6a1f1dSLionel Sambuc 411*0a6a1f1dSLionel Sambucinstall-data-am: 412*0a6a1f1dSLionel Sambuc 413*0a6a1f1dSLionel Sambucinstall-dvi: install-dvi-am 414*0a6a1f1dSLionel Sambuc 415*0a6a1f1dSLionel Sambucinstall-dvi-am: 416*0a6a1f1dSLionel Sambuc 417*0a6a1f1dSLionel Sambucinstall-exec-am: 418*0a6a1f1dSLionel Sambuc 419*0a6a1f1dSLionel Sambucinstall-html: install-html-am 420*0a6a1f1dSLionel Sambuc 421*0a6a1f1dSLionel Sambucinstall-html-am: 422*0a6a1f1dSLionel Sambuc 423*0a6a1f1dSLionel Sambucinstall-info: install-info-am 424*0a6a1f1dSLionel Sambuc 425*0a6a1f1dSLionel Sambucinstall-info-am: 426*0a6a1f1dSLionel Sambuc 427*0a6a1f1dSLionel Sambucinstall-man: 428*0a6a1f1dSLionel Sambuc 429*0a6a1f1dSLionel Sambucinstall-pdf: install-pdf-am 430*0a6a1f1dSLionel Sambuc 431*0a6a1f1dSLionel Sambucinstall-pdf-am: 432*0a6a1f1dSLionel Sambuc 433*0a6a1f1dSLionel Sambucinstall-ps: install-ps-am 434*0a6a1f1dSLionel Sambuc 435*0a6a1f1dSLionel Sambucinstall-ps-am: 436*0a6a1f1dSLionel Sambuc 437*0a6a1f1dSLionel Sambucinstallcheck-am: 438*0a6a1f1dSLionel Sambuc 439*0a6a1f1dSLionel Sambucmaintainer-clean: maintainer-clean-am 440*0a6a1f1dSLionel Sambuc -rm -f Makefile 441*0a6a1f1dSLionel Sambucmaintainer-clean-am: distclean-am maintainer-clean-generic 442*0a6a1f1dSLionel Sambuc 443*0a6a1f1dSLionel Sambucmostlyclean: mostlyclean-am 444*0a6a1f1dSLionel Sambuc 445*0a6a1f1dSLionel Sambucmostlyclean-am: mostlyclean-generic mostlyclean-libtool 446*0a6a1f1dSLionel Sambuc 447*0a6a1f1dSLionel Sambucpdf: pdf-am 448*0a6a1f1dSLionel Sambuc 449*0a6a1f1dSLionel Sambucpdf-am: 450*0a6a1f1dSLionel Sambuc 451*0a6a1f1dSLionel Sambucps: ps-am 452*0a6a1f1dSLionel Sambuc 453*0a6a1f1dSLionel Sambucps-am: 454*0a6a1f1dSLionel Sambuc 455*0a6a1f1dSLionel Sambucuninstall-am: 456*0a6a1f1dSLionel Sambuc 457*0a6a1f1dSLionel Sambuc.MAKE: install-am install-strip 458*0a6a1f1dSLionel Sambuc 459*0a6a1f1dSLionel Sambuc.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 460*0a6a1f1dSLionel Sambuc distclean distclean-generic distclean-libtool distdir dvi \ 461*0a6a1f1dSLionel Sambuc dvi-am html html-am info info-am install install-am \ 462*0a6a1f1dSLionel Sambuc install-data install-data-am install-dvi install-dvi-am \ 463*0a6a1f1dSLionel Sambuc install-exec install-exec-am install-html install-html-am \ 464*0a6a1f1dSLionel Sambuc install-info install-info-am install-man install-pdf \ 465*0a6a1f1dSLionel Sambuc install-pdf-am install-ps install-ps-am install-strip \ 466*0a6a1f1dSLionel Sambuc installcheck installcheck-am installdirs maintainer-clean \ 467*0a6a1f1dSLionel Sambuc maintainer-clean-generic mostlyclean mostlyclean-generic \ 468*0a6a1f1dSLionel Sambuc mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am 469*0a6a1f1dSLionel Sambuc 470*0a6a1f1dSLionel Sambuc 471*0a6a1f1dSLionel Sambuc# Tell versions [3.59,3.63) of GNU make to not export all variables. 472*0a6a1f1dSLionel Sambuc# Otherwise a system limit (for SysV at least) may be exceeded. 473*0a6a1f1dSLionel Sambuc.NOEXPORT: 474