1*0a6a1f1dSLionel Sambuc# Makefile.in generated by automake 1.11.6 from Makefile.am. 2*0a6a1f1dSLionel Sambuc# tests/test-array-r/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 = tests/test-array-r 75*0a6a1f1dSLionel SambucDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 76*0a6a1f1dSLionel SambucACLOCAL_M4 = $(top_srcdir)/aclocal.m4 77*0a6a1f1dSLionel Sambucam__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 78*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 79*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 80*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 81*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 82*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 83*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 84*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 85*0a6a1f1dSLionel Sambucam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 86*0a6a1f1dSLionel Sambuc $(ACLOCAL_M4) 87*0a6a1f1dSLionel Sambucmkinstalldirs = $(install_sh) -d 88*0a6a1f1dSLionel SambucCONFIG_HEADER = $(top_builddir)/config.h 89*0a6a1f1dSLionel SambucCONFIG_CLEAN_FILES = 90*0a6a1f1dSLionel SambucCONFIG_CLEAN_VPATH_FILES = 91*0a6a1f1dSLionel SambucSOURCES = 92*0a6a1f1dSLionel SambucDIST_SOURCES = 93*0a6a1f1dSLionel Sambucam__can_run_installinfo = \ 94*0a6a1f1dSLionel Sambuc case $$AM_UPDATE_INFO_DIR in \ 95*0a6a1f1dSLionel Sambuc n|no|NO) false;; \ 96*0a6a1f1dSLionel Sambuc *) (install-info --version) >/dev/null 2>&1;; \ 97*0a6a1f1dSLionel Sambuc esac 98*0a6a1f1dSLionel SambucDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99*0a6a1f1dSLionel SambucACLOCAL = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run aclocal-1.11 100*0a6a1f1dSLionel SambucALLOCA = 101*0a6a1f1dSLionel SambucAMTAR = $${TAR-tar} 102*0a6a1f1dSLionel SambucAR = ar 103*0a6a1f1dSLionel SambucAUTOCONF = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoconf 104*0a6a1f1dSLionel SambucAUTOHEADER = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoheader 105*0a6a1f1dSLionel SambucAUTOMAKE = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run automake-1.11 106*0a6a1f1dSLionel SambucAWK = gawk 107*0a6a1f1dSLionel SambucBISON = /usr/pkg/bin/bison 108*0a6a1f1dSLionel SambucCC = gcc 109*0a6a1f1dSLionel SambucCCDEPMODE = depmode=gcc3 110*0a6a1f1dSLionel SambucCFLAGS = -g -O2 111*0a6a1f1dSLionel SambucCPP = gcc -E 112*0a6a1f1dSLionel SambucCPPFLAGS = 113*0a6a1f1dSLionel SambucCXX = g++ 114*0a6a1f1dSLionel SambucCXXCPP = g++ -E 115*0a6a1f1dSLionel SambucCXXDEPMODE = depmode=gcc3 116*0a6a1f1dSLionel SambucCXXFLAGS = -g -O2 117*0a6a1f1dSLionel SambucCYGPATH_W = echo 118*0a6a1f1dSLionel SambucDEFS = -DHAVE_CONFIG_H 119*0a6a1f1dSLionel SambucDEPDIR = .deps 120*0a6a1f1dSLionel SambucDLLTOOL = false 121*0a6a1f1dSLionel SambucDSYMUTIL = 122*0a6a1f1dSLionel SambucDUMPBIN = 123*0a6a1f1dSLionel SambucECHO_C = 124*0a6a1f1dSLionel SambucECHO_N = -n 125*0a6a1f1dSLionel SambucECHO_T = 126*0a6a1f1dSLionel SambucEGREP = /usr/bin/grep -E 127*0a6a1f1dSLionel SambucEXEEXT = 128*0a6a1f1dSLionel SambucFGREP = /usr/bin/grep -F 129*0a6a1f1dSLionel SambucGETTEXT_MACRO_VERSION = 0.18 130*0a6a1f1dSLionel SambucGMSGFMT = /usr/pkg/bin/msgfmt 131*0a6a1f1dSLionel SambucGMSGFMT_015 = /usr/pkg/bin/msgfmt 132*0a6a1f1dSLionel SambucGREP = /usr/bin/grep 133*0a6a1f1dSLionel SambucHELP2MAN = /usr/pkg/bin/help2man 134*0a6a1f1dSLionel SambucINDENT = /usr/bin/indent 135*0a6a1f1dSLionel SambucINSTALL = /usr/bin/install -c 136*0a6a1f1dSLionel SambucINSTALL_DATA = ${INSTALL} -m 644 137*0a6a1f1dSLionel SambucINSTALL_PROGRAM = ${INSTALL} 138*0a6a1f1dSLionel SambucINSTALL_SCRIPT = ${INSTALL} 139*0a6a1f1dSLionel SambucINSTALL_STRIP_PROGRAM = $(install_sh) -c -s 140*0a6a1f1dSLionel SambucINTLLIBS = 141*0a6a1f1dSLionel SambucINTL_MACOSX_LIBS = 142*0a6a1f1dSLionel SambucLD = /usr/bin/ld 143*0a6a1f1dSLionel SambucLDFLAGS = 144*0a6a1f1dSLionel SambucLEX = flex 145*0a6a1f1dSLionel SambucLEXLIB = -lfl 146*0a6a1f1dSLionel SambucLEX_OUTPUT_ROOT = lex.yy 147*0a6a1f1dSLionel SambucLIBICONV = 148*0a6a1f1dSLionel SambucLIBINTL = 149*0a6a1f1dSLionel SambucLIBOBJS = 150*0a6a1f1dSLionel SambucLIBS = -lm 151*0a6a1f1dSLionel SambucLIBTOOL = $(SHELL) $(top_builddir)/libtool 152*0a6a1f1dSLionel SambucLIPO = 153*0a6a1f1dSLionel SambucLN_S = ln -s 154*0a6a1f1dSLionel SambucLTLIBICONV = 155*0a6a1f1dSLionel SambucLTLIBINTL = 156*0a6a1f1dSLionel SambucLTLIBOBJS = 157*0a6a1f1dSLionel SambucM4 = /usr/pkg/bin/gm4 158*0a6a1f1dSLionel SambucMAKEINFO = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run makeinfo 159*0a6a1f1dSLionel SambucMANIFEST_TOOL = : 160*0a6a1f1dSLionel SambucMKDIR_P = ../.././install-sh -c -d 161*0a6a1f1dSLionel SambucMSGFMT = /usr/pkg/bin/msgfmt 162*0a6a1f1dSLionel SambucMSGFMT_015 = /usr/pkg/bin/msgfmt 163*0a6a1f1dSLionel SambucMSGMERGE = /usr/pkg/bin/msgmerge 164*0a6a1f1dSLionel SambucNM = /usr/bin/nm -B 165*0a6a1f1dSLionel SambucNMEDIT = 166*0a6a1f1dSLionel SambucOBJDUMP = objdump 167*0a6a1f1dSLionel SambucOBJEXT = o 168*0a6a1f1dSLionel SambucOTOOL = 169*0a6a1f1dSLionel SambucOTOOL64 = 170*0a6a1f1dSLionel SambucPACKAGE = flex 171*0a6a1f1dSLionel SambucPACKAGE_BUGREPORT = flex-help@lists.sourceforge.net 172*0a6a1f1dSLionel SambucPACKAGE_NAME = the fast lexical analyser generator 173*0a6a1f1dSLionel SambucPACKAGE_STRING = the fast lexical analyser generator 2.5.39 174*0a6a1f1dSLionel SambucPACKAGE_TARNAME = flex 175*0a6a1f1dSLionel SambucPACKAGE_URL = 176*0a6a1f1dSLionel SambucPACKAGE_VERSION = 2.5.39 177*0a6a1f1dSLionel SambucPATH_SEPARATOR = : 178*0a6a1f1dSLionel SambucPOSUB = 179*0a6a1f1dSLionel SambucRANLIB = ranlib 180*0a6a1f1dSLionel SambucSED = /usr/pkg/bin/gsed 181*0a6a1f1dSLionel SambucSET_MAKE = 182*0a6a1f1dSLionel SambucSHARED_VERSION_INFO = 2:0:0 183*0a6a1f1dSLionel SambucSHELL = /bin/sh 184*0a6a1f1dSLionel SambucSTRIP = strip 185*0a6a1f1dSLionel SambucUSE_NLS = no 186*0a6a1f1dSLionel SambucVERSION = 2.5.39 187*0a6a1f1dSLionel SambucXGETTEXT = /usr/pkg/bin/xgettext 188*0a6a1f1dSLionel SambucXGETTEXT_015 = /usr/pkg/bin/xgettext 189*0a6a1f1dSLionel SambucXGETTEXT_EXTRA_OPTIONS = 190*0a6a1f1dSLionel SambucYACC = bison -y 191*0a6a1f1dSLionel SambucYFLAGS = 192*0a6a1f1dSLionel Sambucabs_builddir = /usr/src/external/bsd/flex/flex-2.5.39/tests/test-array-r 193*0a6a1f1dSLionel Sambucabs_srcdir = /usr/src/external/bsd/flex/flex-2.5.39/tests/test-array-r 194*0a6a1f1dSLionel Sambucabs_top_builddir = /usr/src/external/bsd/flex/flex-2.5.39 195*0a6a1f1dSLionel Sambucabs_top_srcdir = /usr/src/external/bsd/flex/flex-2.5.39 196*0a6a1f1dSLionel Sambucac_ct_AR = ar 197*0a6a1f1dSLionel Sambucac_ct_CC = gcc 198*0a6a1f1dSLionel Sambucac_ct_CXX = g++ 199*0a6a1f1dSLionel Sambucac_ct_DUMPBIN = 200*0a6a1f1dSLionel Sambucam__include = include 201*0a6a1f1dSLionel Sambucam__leading_dot = . 202*0a6a1f1dSLionel Sambucam__quote = 203*0a6a1f1dSLionel Sambucam__tar = $${TAR-tar} chof - "$$tardir" 204*0a6a1f1dSLionel Sambucam__untar = $${TAR-tar} xf - 205*0a6a1f1dSLionel Sambucbindir = ${exec_prefix}/bin 206*0a6a1f1dSLionel Sambucbuild = x86_64-unknown-netbsd7.99.1 207*0a6a1f1dSLionel Sambucbuild_alias = 208*0a6a1f1dSLionel Sambucbuild_cpu = x86_64 209*0a6a1f1dSLionel Sambucbuild_os = netbsd7.99.1 210*0a6a1f1dSLionel Sambucbuild_vendor = unknown 211*0a6a1f1dSLionel Sambucbuilddir = . 212*0a6a1f1dSLionel Sambucdatadir = ${datarootdir} 213*0a6a1f1dSLionel Sambucdatarootdir = ${prefix}/share 214*0a6a1f1dSLionel Sambucdocdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 215*0a6a1f1dSLionel Sambucdvidir = ${docdir} 216*0a6a1f1dSLionel Sambucexec_prefix = ${prefix} 217*0a6a1f1dSLionel Sambuchost = x86_64-unknown-netbsd7.99.1 218*0a6a1f1dSLionel Sambuchost_alias = 219*0a6a1f1dSLionel Sambuchost_cpu = x86_64 220*0a6a1f1dSLionel Sambuchost_os = netbsd7.99.1 221*0a6a1f1dSLionel Sambuchost_vendor = unknown 222*0a6a1f1dSLionel Sambuchtmldir = ${docdir} 223*0a6a1f1dSLionel Sambucincludedir = ${prefix}/include 224*0a6a1f1dSLionel Sambucinfodir = ${datarootdir}/info 225*0a6a1f1dSLionel Sambucinstall_sh = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/install-sh 226*0a6a1f1dSLionel Sambuclibdir = ${exec_prefix}/lib 227*0a6a1f1dSLionel Sambuclibexecdir = ${exec_prefix}/libexec 228*0a6a1f1dSLionel Sambuclocaledir = ${datarootdir}/locale 229*0a6a1f1dSLionel Sambuclocalstatedir = ${prefix}/var 230*0a6a1f1dSLionel Sambucmandir = ${datarootdir}/man 231*0a6a1f1dSLionel Sambucmkdir_p = $(top_builddir)/./install-sh -c -d 232*0a6a1f1dSLionel Sambucoldincludedir = /usr/include 233*0a6a1f1dSLionel Sambucpdfdir = ${docdir} 234*0a6a1f1dSLionel Sambucprefix = /usr/local 235*0a6a1f1dSLionel Sambucprogram_transform_name = s,x,x, 236*0a6a1f1dSLionel Sambucpsdir = ${docdir} 237*0a6a1f1dSLionel Sambucsbindir = ${exec_prefix}/sbin 238*0a6a1f1dSLionel Sambucsharedstatedir = ${prefix}/com 239*0a6a1f1dSLionel Sambucsrcdir = . 240*0a6a1f1dSLionel Sambucsysconfdir = ${prefix}/etc 241*0a6a1f1dSLionel Sambuctarget_alias = 242*0a6a1f1dSLionel Sambuctop_build_prefix = ../../ 243*0a6a1f1dSLionel Sambuctop_builddir = ../.. 244*0a6a1f1dSLionel Sambuctop_srcdir = ../.. 245*0a6a1f1dSLionel SambucFLEX = $(top_builddir)/flex 246*0a6a1f1dSLionel SambucEXTRA_DIST = scanner.l test.input 247*0a6a1f1dSLionel SambucCLEANFILES = scanner.c $(testname)$(EXEEXT) OUTPUT $(OBJS) 248*0a6a1f1dSLionel SambucOBJS = scanner.o 249*0a6a1f1dSLionel SambucAM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) 250*0a6a1f1dSLionel Sambuc#LDFLAGS = $(top_srcdir)/libfl.a 251*0a6a1f1dSLionel Sambuc#YFLAGS = --defines --output=parser.c 252*0a6a1f1dSLionel Sambuctestname = test-array-r 253*0a6a1f1dSLionel Sambucall: all-am 254*0a6a1f1dSLionel Sambuc 255*0a6a1f1dSLionel Sambuc.SUFFIXES: 256*0a6a1f1dSLionel Sambuc.SUFFIXES: .c .o 257*0a6a1f1dSLionel Sambuc$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 258*0a6a1f1dSLionel Sambuc @for dep in $?; do \ 259*0a6a1f1dSLionel Sambuc case '$(am__configure_deps)' in \ 260*0a6a1f1dSLionel Sambuc *$$dep*) \ 261*0a6a1f1dSLionel Sambuc ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 262*0a6a1f1dSLionel Sambuc && { if test -f $@; then exit 0; else break; fi; }; \ 263*0a6a1f1dSLionel Sambuc exit 1;; \ 264*0a6a1f1dSLionel Sambuc esac; \ 265*0a6a1f1dSLionel Sambuc done; \ 266*0a6a1f1dSLionel Sambuc echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/test-array-r/Makefile'; \ 267*0a6a1f1dSLionel Sambuc $(am__cd) $(top_srcdir) && \ 268*0a6a1f1dSLionel Sambuc $(AUTOMAKE) --gnu tests/test-array-r/Makefile 269*0a6a1f1dSLionel Sambuc.PRECIOUS: Makefile 270*0a6a1f1dSLionel SambucMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 271*0a6a1f1dSLionel Sambuc @case '$?' in \ 272*0a6a1f1dSLionel Sambuc *config.status*) \ 273*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 274*0a6a1f1dSLionel Sambuc *) \ 275*0a6a1f1dSLionel Sambuc echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 276*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 277*0a6a1f1dSLionel Sambuc esac; 278*0a6a1f1dSLionel Sambuc 279*0a6a1f1dSLionel Sambuc$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 280*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 281*0a6a1f1dSLionel Sambuc 282*0a6a1f1dSLionel Sambuc$(top_srcdir)/configure: $(am__configure_deps) 283*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 284*0a6a1f1dSLionel Sambuc$(ACLOCAL_M4): $(am__aclocal_m4_deps) 285*0a6a1f1dSLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 286*0a6a1f1dSLionel Sambuc$(am__aclocal_m4_deps): 287*0a6a1f1dSLionel Sambuc 288*0a6a1f1dSLionel Sambucmostlyclean-libtool: 289*0a6a1f1dSLionel Sambuc -rm -f *.lo 290*0a6a1f1dSLionel Sambuc 291*0a6a1f1dSLionel Sambucclean-libtool: 292*0a6a1f1dSLionel Sambuc -rm -rf .libs _libs 293*0a6a1f1dSLionel Sambuctags: TAGS 294*0a6a1f1dSLionel SambucTAGS: 295*0a6a1f1dSLionel Sambuc 296*0a6a1f1dSLionel Sambucctags: CTAGS 297*0a6a1f1dSLionel SambucCTAGS: 298*0a6a1f1dSLionel Sambuc 299*0a6a1f1dSLionel Sambuc 300*0a6a1f1dSLionel Sambucdistdir: $(DISTFILES) 301*0a6a1f1dSLionel Sambuc @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 302*0a6a1f1dSLionel Sambuc topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 303*0a6a1f1dSLionel Sambuc list='$(DISTFILES)'; \ 304*0a6a1f1dSLionel Sambuc dist_files=`for file in $$list; do echo $$file; done | \ 305*0a6a1f1dSLionel Sambuc sed -e "s|^$$srcdirstrip/||;t" \ 306*0a6a1f1dSLionel Sambuc -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 307*0a6a1f1dSLionel Sambuc case $$dist_files in \ 308*0a6a1f1dSLionel Sambuc */*) $(MKDIR_P) `echo "$$dist_files" | \ 309*0a6a1f1dSLionel Sambuc sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 310*0a6a1f1dSLionel Sambuc sort -u` ;; \ 311*0a6a1f1dSLionel Sambuc esac; \ 312*0a6a1f1dSLionel Sambuc for file in $$dist_files; do \ 313*0a6a1f1dSLionel Sambuc if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 314*0a6a1f1dSLionel Sambuc if test -d $$d/$$file; then \ 315*0a6a1f1dSLionel Sambuc dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 316*0a6a1f1dSLionel Sambuc if test -d "$(distdir)/$$file"; then \ 317*0a6a1f1dSLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 318*0a6a1f1dSLionel Sambuc fi; \ 319*0a6a1f1dSLionel Sambuc if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 320*0a6a1f1dSLionel Sambuc cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 321*0a6a1f1dSLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 322*0a6a1f1dSLionel Sambuc fi; \ 323*0a6a1f1dSLionel Sambuc cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 324*0a6a1f1dSLionel Sambuc else \ 325*0a6a1f1dSLionel Sambuc test -f "$(distdir)/$$file" \ 326*0a6a1f1dSLionel Sambuc || cp -p $$d/$$file "$(distdir)/$$file" \ 327*0a6a1f1dSLionel Sambuc || exit 1; \ 328*0a6a1f1dSLionel Sambuc fi; \ 329*0a6a1f1dSLionel Sambuc done 330*0a6a1f1dSLionel Sambuccheck-am: all-am 331*0a6a1f1dSLionel Sambuccheck: check-am 332*0a6a1f1dSLionel Sambucall-am: Makefile 333*0a6a1f1dSLionel Sambucinstalldirs: 334*0a6a1f1dSLionel Sambucinstall: install-am 335*0a6a1f1dSLionel Sambucinstall-exec: install-exec-am 336*0a6a1f1dSLionel Sambucinstall-data: install-data-am 337*0a6a1f1dSLionel Sambucuninstall: uninstall-am 338*0a6a1f1dSLionel Sambuc 339*0a6a1f1dSLionel Sambucinstall-am: all-am 340*0a6a1f1dSLionel Sambuc @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 341*0a6a1f1dSLionel Sambuc 342*0a6a1f1dSLionel Sambucinstallcheck: installcheck-am 343*0a6a1f1dSLionel Sambucinstall-strip: 344*0a6a1f1dSLionel Sambuc if test -z '$(STRIP)'; then \ 345*0a6a1f1dSLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 346*0a6a1f1dSLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 347*0a6a1f1dSLionel Sambuc install; \ 348*0a6a1f1dSLionel Sambuc else \ 349*0a6a1f1dSLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 350*0a6a1f1dSLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 351*0a6a1f1dSLionel Sambuc "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 352*0a6a1f1dSLionel Sambuc fi 353*0a6a1f1dSLionel Sambucmostlyclean-generic: 354*0a6a1f1dSLionel Sambuc 355*0a6a1f1dSLionel Sambucclean-generic: 356*0a6a1f1dSLionel Sambuc -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 357*0a6a1f1dSLionel Sambuc 358*0a6a1f1dSLionel Sambucdistclean-generic: 359*0a6a1f1dSLionel Sambuc -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 360*0a6a1f1dSLionel Sambuc -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 361*0a6a1f1dSLionel Sambuc 362*0a6a1f1dSLionel Sambucmaintainer-clean-generic: 363*0a6a1f1dSLionel Sambuc @echo "This command is intended for maintainers to use" 364*0a6a1f1dSLionel Sambuc @echo "it deletes files that may require special tools to rebuild." 365*0a6a1f1dSLionel Sambucclean: clean-am 366*0a6a1f1dSLionel Sambuc 367*0a6a1f1dSLionel Sambucclean-am: clean-generic clean-libtool mostlyclean-am 368*0a6a1f1dSLionel Sambuc 369*0a6a1f1dSLionel Sambucdistclean: distclean-am 370*0a6a1f1dSLionel Sambuc -rm -f Makefile 371*0a6a1f1dSLionel Sambucdistclean-am: clean-am distclean-generic 372*0a6a1f1dSLionel Sambuc 373*0a6a1f1dSLionel Sambucdvi: dvi-am 374*0a6a1f1dSLionel Sambuc 375*0a6a1f1dSLionel Sambucdvi-am: 376*0a6a1f1dSLionel Sambuc 377*0a6a1f1dSLionel Sambuchtml: html-am 378*0a6a1f1dSLionel Sambuc 379*0a6a1f1dSLionel Sambuchtml-am: 380*0a6a1f1dSLionel Sambuc 381*0a6a1f1dSLionel Sambucinfo: info-am 382*0a6a1f1dSLionel Sambuc 383*0a6a1f1dSLionel Sambucinfo-am: 384*0a6a1f1dSLionel Sambuc 385*0a6a1f1dSLionel Sambucinstall-data-am: 386*0a6a1f1dSLionel Sambuc 387*0a6a1f1dSLionel Sambucinstall-dvi: install-dvi-am 388*0a6a1f1dSLionel Sambuc 389*0a6a1f1dSLionel Sambucinstall-dvi-am: 390*0a6a1f1dSLionel Sambuc 391*0a6a1f1dSLionel Sambucinstall-exec-am: 392*0a6a1f1dSLionel Sambuc 393*0a6a1f1dSLionel Sambucinstall-html: install-html-am 394*0a6a1f1dSLionel Sambuc 395*0a6a1f1dSLionel Sambucinstall-html-am: 396*0a6a1f1dSLionel Sambuc 397*0a6a1f1dSLionel Sambucinstall-info: install-info-am 398*0a6a1f1dSLionel Sambuc 399*0a6a1f1dSLionel Sambucinstall-info-am: 400*0a6a1f1dSLionel Sambuc 401*0a6a1f1dSLionel Sambucinstall-man: 402*0a6a1f1dSLionel Sambuc 403*0a6a1f1dSLionel Sambucinstall-pdf: install-pdf-am 404*0a6a1f1dSLionel Sambuc 405*0a6a1f1dSLionel Sambucinstall-pdf-am: 406*0a6a1f1dSLionel Sambuc 407*0a6a1f1dSLionel Sambucinstall-ps: install-ps-am 408*0a6a1f1dSLionel Sambuc 409*0a6a1f1dSLionel Sambucinstall-ps-am: 410*0a6a1f1dSLionel Sambuc 411*0a6a1f1dSLionel Sambucinstallcheck-am: 412*0a6a1f1dSLionel Sambuc 413*0a6a1f1dSLionel Sambucmaintainer-clean: maintainer-clean-am 414*0a6a1f1dSLionel Sambuc -rm -f Makefile 415*0a6a1f1dSLionel Sambucmaintainer-clean-am: distclean-am maintainer-clean-generic 416*0a6a1f1dSLionel Sambuc 417*0a6a1f1dSLionel Sambucmostlyclean: mostlyclean-am 418*0a6a1f1dSLionel Sambuc 419*0a6a1f1dSLionel Sambucmostlyclean-am: mostlyclean-generic mostlyclean-libtool 420*0a6a1f1dSLionel Sambuc 421*0a6a1f1dSLionel Sambucpdf: pdf-am 422*0a6a1f1dSLionel Sambuc 423*0a6a1f1dSLionel Sambucpdf-am: 424*0a6a1f1dSLionel Sambuc 425*0a6a1f1dSLionel Sambucps: ps-am 426*0a6a1f1dSLionel Sambuc 427*0a6a1f1dSLionel Sambucps-am: 428*0a6a1f1dSLionel Sambuc 429*0a6a1f1dSLionel Sambucuninstall-am: 430*0a6a1f1dSLionel Sambuc 431*0a6a1f1dSLionel Sambuc.MAKE: install-am install-strip 432*0a6a1f1dSLionel Sambuc 433*0a6a1f1dSLionel Sambuc.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 434*0a6a1f1dSLionel Sambuc distclean distclean-generic distclean-libtool distdir dvi \ 435*0a6a1f1dSLionel Sambuc dvi-am html html-am info info-am install install-am \ 436*0a6a1f1dSLionel Sambuc install-data install-data-am install-dvi install-dvi-am \ 437*0a6a1f1dSLionel Sambuc install-exec install-exec-am install-html install-html-am \ 438*0a6a1f1dSLionel Sambuc install-info install-info-am install-man install-pdf \ 439*0a6a1f1dSLionel Sambuc install-pdf-am install-ps install-ps-am install-strip \ 440*0a6a1f1dSLionel Sambuc installcheck installcheck-am installdirs maintainer-clean \ 441*0a6a1f1dSLionel Sambuc maintainer-clean-generic mostlyclean mostlyclean-generic \ 442*0a6a1f1dSLionel Sambuc mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am 443*0a6a1f1dSLionel Sambuc 444*0a6a1f1dSLionel Sambuc 445*0a6a1f1dSLionel Sambucscanner.c: $(srcdir)/scanner.l 446*0a6a1f1dSLionel Sambuc $(FLEX) $< 447*0a6a1f1dSLionel Sambuc 448*0a6a1f1dSLionel Sambuc$(testname)$(EXEEXT): $(OBJS) 449*0a6a1f1dSLionel Sambuc $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) 450*0a6a1f1dSLionel Sambuc 451*0a6a1f1dSLionel Sambuctest: $(testname)$(EXEEXT) 452*0a6a1f1dSLionel Sambuc ./$(testname)$(EXEEXT) < $(srcdir)/test.input 453*0a6a1f1dSLionel Sambuc 454*0a6a1f1dSLionel Sambuc.c.o: 455*0a6a1f1dSLionel Sambuc $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $< 456*0a6a1f1dSLionel Sambuc 457*0a6a1f1dSLionel Sambuc# Tell versions [3.59,3.63) of GNU make to not export all variables. 458*0a6a1f1dSLionel Sambuc# Otherwise a system limit (for SysV at least) may be exceeded. 459*0a6a1f1dSLionel Sambuc.NOEXPORT: 460