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@ 17357f1050SThomas Veerman 18357f1050SThomas Veerman# This file is part of flex. 19357f1050SThomas Veerman 20357f1050SThomas Veerman# Redistribution and use in source and binary forms, with or without 21357f1050SThomas Veerman# modification, are permitted provided that the following conditions 22357f1050SThomas Veerman# are met: 23357f1050SThomas Veerman 24357f1050SThomas Veerman# 1. Redistributions of source code must retain the above copyright 25357f1050SThomas Veerman# notice, this list of conditions and the following disclaimer. 26357f1050SThomas Veerman# 2. Redistributions in binary form must reproduce the above copyright 27357f1050SThomas Veerman# notice, this list of conditions and the following disclaimer in the 28357f1050SThomas Veerman# documentation and/or other materials provided with the distribution. 29357f1050SThomas Veerman 30357f1050SThomas Veerman# Neither the name of the University nor the names of its contributors 31357f1050SThomas Veerman# may be used to endorse or promote products derived from this software 32357f1050SThomas Veerman# without specific prior written permission. 33357f1050SThomas Veerman 34357f1050SThomas Veerman# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 35357f1050SThomas Veerman# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 36357f1050SThomas Veerman# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 37357f1050SThomas Veerman# PURPOSE. 38357f1050SThomas VeermanVPATH = @srcdir@ 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 } 56357f1050SThomas Veermanpkgdatadir = $(datadir)/@PACKAGE@ 57357f1050SThomas Veermanpkgincludedir = $(includedir)/@PACKAGE@ 5884d9c625SLionel Sambucpkglibdir = $(libdir)/@PACKAGE@ 5984d9c625SLionel Sambucpkglibexecdir = $(libexecdir)/@PACKAGE@ 60357f1050SThomas Veermanam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 61357f1050SThomas Veermaninstall_sh_DATA = $(install_sh) -c -m 644 62357f1050SThomas Veermaninstall_sh_PROGRAM = $(install_sh) -c 63357f1050SThomas Veermaninstall_sh_SCRIPT = $(install_sh) -c 64357f1050SThomas VeermanINSTALL_HEADER = $(INSTALL_DATA) 65357f1050SThomas Veermantransform = $(program_transform_name) 66357f1050SThomas VeermanNORMAL_INSTALL = : 67357f1050SThomas VeermanPRE_INSTALL = : 68357f1050SThomas VeermanPOST_INSTALL = : 69357f1050SThomas VeermanNORMAL_UNINSTALL = : 70357f1050SThomas VeermanPRE_UNINSTALL = : 71357f1050SThomas VeermanPOST_UNINSTALL = : 72357f1050SThomas Veermanbuild_triplet = @build@ 73357f1050SThomas Veermanhost_triplet = @host@ 74357f1050SThomas Veermansubdir = tests/test-c++-yywrap 75357f1050SThomas VeermanDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 76357f1050SThomas VeermanACLOCAL_M4 = $(top_srcdir)/aclocal.m4 77357f1050SThomas Veermanam__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 \ 83357f1050SThomas Veerman $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 84*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 85357f1050SThomas Veermanam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 86357f1050SThomas Veerman $(ACLOCAL_M4) 87*0a6a1f1dSLionel Sambucmkinstalldirs = $(install_sh) -d 88357f1050SThomas VeermanCONFIG_HEADER = $(top_builddir)/config.h 89357f1050SThomas VeermanCONFIG_CLEAN_FILES = 9084d9c625SLionel SambucCONFIG_CLEAN_VPATH_FILES = 91357f1050SThomas VeermanSOURCES = 92357f1050SThomas VeermanDIST_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 98357f1050SThomas VeermanDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99357f1050SThomas VeermanACLOCAL = @ACLOCAL@ 100357f1050SThomas VeermanALLOCA = @ALLOCA@ 101357f1050SThomas VeermanAMTAR = @AMTAR@ 102*0a6a1f1dSLionel SambucAR = @AR@ 103357f1050SThomas VeermanAUTOCONF = @AUTOCONF@ 104357f1050SThomas VeermanAUTOHEADER = @AUTOHEADER@ 105357f1050SThomas VeermanAUTOMAKE = @AUTOMAKE@ 106357f1050SThomas VeermanAWK = @AWK@ 107357f1050SThomas VeermanBISON = @BISON@ 108357f1050SThomas VeermanCC = @CC@ 109357f1050SThomas VeermanCCDEPMODE = @CCDEPMODE@ 110357f1050SThomas VeermanCFLAGS = @CFLAGS@ 111357f1050SThomas VeermanCPP = @CPP@ 112357f1050SThomas VeermanCPPFLAGS = @CPPFLAGS@ 113357f1050SThomas VeermanCXX = @CXX@ 114*0a6a1f1dSLionel SambucCXXCPP = @CXXCPP@ 115357f1050SThomas VeermanCXXDEPMODE = @CXXDEPMODE@ 116357f1050SThomas VeermanCXXFLAGS = @CXXFLAGS@ 117357f1050SThomas VeermanCYGPATH_W = @CYGPATH_W@ 118357f1050SThomas VeermanDEFS = @DEFS@ 119357f1050SThomas VeermanDEPDIR = @DEPDIR@ 120*0a6a1f1dSLionel SambucDLLTOOL = @DLLTOOL@ 121*0a6a1f1dSLionel SambucDSYMUTIL = @DSYMUTIL@ 122*0a6a1f1dSLionel SambucDUMPBIN = @DUMPBIN@ 123357f1050SThomas VeermanECHO_C = @ECHO_C@ 124357f1050SThomas VeermanECHO_N = @ECHO_N@ 125357f1050SThomas VeermanECHO_T = @ECHO_T@ 126357f1050SThomas VeermanEGREP = @EGREP@ 127357f1050SThomas VeermanEXEEXT = @EXEEXT@ 128*0a6a1f1dSLionel SambucFGREP = @FGREP@ 129*0a6a1f1dSLionel SambucGETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 130357f1050SThomas VeermanGMSGFMT = @GMSGFMT@ 131*0a6a1f1dSLionel SambucGMSGFMT_015 = @GMSGFMT_015@ 13284d9c625SLionel SambucGREP = @GREP@ 133357f1050SThomas VeermanHELP2MAN = @HELP2MAN@ 134357f1050SThomas VeermanINDENT = @INDENT@ 13584d9c625SLionel SambucINSTALL = @INSTALL@ 136357f1050SThomas VeermanINSTALL_DATA = @INSTALL_DATA@ 137357f1050SThomas VeermanINSTALL_PROGRAM = @INSTALL_PROGRAM@ 138357f1050SThomas VeermanINSTALL_SCRIPT = @INSTALL_SCRIPT@ 139357f1050SThomas VeermanINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 140357f1050SThomas VeermanINTLLIBS = @INTLLIBS@ 141*0a6a1f1dSLionel SambucINTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 142*0a6a1f1dSLionel SambucLD = @LD@ 143357f1050SThomas VeermanLDFLAGS = @LDFLAGS@ 144357f1050SThomas VeermanLEX = @LEX@ 145357f1050SThomas VeermanLEXLIB = @LEXLIB@ 146357f1050SThomas VeermanLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 147357f1050SThomas VeermanLIBICONV = @LIBICONV@ 148357f1050SThomas VeermanLIBINTL = @LIBINTL@ 149357f1050SThomas VeermanLIBOBJS = @LIBOBJS@ 150357f1050SThomas VeermanLIBS = @LIBS@ 151*0a6a1f1dSLionel SambucLIBTOOL = @LIBTOOL@ 152*0a6a1f1dSLionel SambucLIPO = @LIPO@ 153357f1050SThomas VeermanLN_S = @LN_S@ 154357f1050SThomas VeermanLTLIBICONV = @LTLIBICONV@ 155357f1050SThomas VeermanLTLIBINTL = @LTLIBINTL@ 156357f1050SThomas VeermanLTLIBOBJS = @LTLIBOBJS@ 157357f1050SThomas VeermanM4 = @M4@ 158357f1050SThomas VeermanMAKEINFO = @MAKEINFO@ 159*0a6a1f1dSLionel SambucMANIFEST_TOOL = @MANIFEST_TOOL@ 16084d9c625SLionel SambucMKDIR_P = @MKDIR_P@ 161357f1050SThomas VeermanMSGFMT = @MSGFMT@ 162*0a6a1f1dSLionel SambucMSGFMT_015 = @MSGFMT_015@ 163357f1050SThomas VeermanMSGMERGE = @MSGMERGE@ 164*0a6a1f1dSLionel SambucNM = @NM@ 165*0a6a1f1dSLionel SambucNMEDIT = @NMEDIT@ 166*0a6a1f1dSLionel SambucOBJDUMP = @OBJDUMP@ 167357f1050SThomas VeermanOBJEXT = @OBJEXT@ 168*0a6a1f1dSLionel SambucOTOOL = @OTOOL@ 169*0a6a1f1dSLionel SambucOTOOL64 = @OTOOL64@ 170357f1050SThomas VeermanPACKAGE = @PACKAGE@ 171357f1050SThomas VeermanPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 172357f1050SThomas VeermanPACKAGE_NAME = @PACKAGE_NAME@ 173357f1050SThomas VeermanPACKAGE_STRING = @PACKAGE_STRING@ 174357f1050SThomas VeermanPACKAGE_TARNAME = @PACKAGE_TARNAME@ 17584d9c625SLionel SambucPACKAGE_URL = @PACKAGE_URL@ 176357f1050SThomas VeermanPACKAGE_VERSION = @PACKAGE_VERSION@ 177357f1050SThomas VeermanPATH_SEPARATOR = @PATH_SEPARATOR@ 178357f1050SThomas VeermanPOSUB = @POSUB@ 179357f1050SThomas VeermanRANLIB = @RANLIB@ 180*0a6a1f1dSLionel SambucSED = @SED@ 181357f1050SThomas VeermanSET_MAKE = @SET_MAKE@ 182*0a6a1f1dSLionel SambucSHARED_VERSION_INFO = @SHARED_VERSION_INFO@ 183357f1050SThomas VeermanSHELL = @SHELL@ 184357f1050SThomas VeermanSTRIP = @STRIP@ 185357f1050SThomas VeermanUSE_NLS = @USE_NLS@ 186357f1050SThomas VeermanVERSION = @VERSION@ 187357f1050SThomas VeermanXGETTEXT = @XGETTEXT@ 188*0a6a1f1dSLionel SambucXGETTEXT_015 = @XGETTEXT_015@ 189*0a6a1f1dSLionel SambucXGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 190357f1050SThomas VeermanYACC = @YACC@ 19184d9c625SLionel SambucYFLAGS = @YFLAGS@ 19284d9c625SLionel Sambucabs_builddir = @abs_builddir@ 19384d9c625SLionel Sambucabs_srcdir = @abs_srcdir@ 19484d9c625SLionel Sambucabs_top_builddir = @abs_top_builddir@ 19584d9c625SLionel Sambucabs_top_srcdir = @abs_top_srcdir@ 196*0a6a1f1dSLionel Sambucac_ct_AR = @ac_ct_AR@ 197357f1050SThomas Veermanac_ct_CC = @ac_ct_CC@ 198357f1050SThomas Veermanac_ct_CXX = @ac_ct_CXX@ 199*0a6a1f1dSLionel Sambucac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 200357f1050SThomas Veermanam__include = @am__include@ 201357f1050SThomas Veermanam__leading_dot = @am__leading_dot@ 202357f1050SThomas Veermanam__quote = @am__quote@ 203357f1050SThomas Veermanam__tar = @am__tar@ 204357f1050SThomas Veermanam__untar = @am__untar@ 205357f1050SThomas Veermanbindir = @bindir@ 206357f1050SThomas Veermanbuild = @build@ 207357f1050SThomas Veermanbuild_alias = @build_alias@ 208357f1050SThomas Veermanbuild_cpu = @build_cpu@ 209357f1050SThomas Veermanbuild_os = @build_os@ 210357f1050SThomas Veermanbuild_vendor = @build_vendor@ 21184d9c625SLionel Sambucbuilddir = @builddir@ 212357f1050SThomas Veermandatadir = @datadir@ 21384d9c625SLionel Sambucdatarootdir = @datarootdir@ 21484d9c625SLionel Sambucdocdir = @docdir@ 21584d9c625SLionel Sambucdvidir = @dvidir@ 216357f1050SThomas Veermanexec_prefix = @exec_prefix@ 217357f1050SThomas Veermanhost = @host@ 218357f1050SThomas Veermanhost_alias = @host_alias@ 219357f1050SThomas Veermanhost_cpu = @host_cpu@ 220357f1050SThomas Veermanhost_os = @host_os@ 221357f1050SThomas Veermanhost_vendor = @host_vendor@ 22284d9c625SLionel Sambuchtmldir = @htmldir@ 223357f1050SThomas Veermanincludedir = @includedir@ 224357f1050SThomas Veermaninfodir = @infodir@ 225357f1050SThomas Veermaninstall_sh = @install_sh@ 226357f1050SThomas Veermanlibdir = @libdir@ 227357f1050SThomas Veermanlibexecdir = @libexecdir@ 22884d9c625SLionel Sambuclocaledir = @localedir@ 229357f1050SThomas Veermanlocalstatedir = @localstatedir@ 230357f1050SThomas Veermanmandir = @mandir@ 231357f1050SThomas Veermanmkdir_p = @mkdir_p@ 232357f1050SThomas Veermanoldincludedir = @oldincludedir@ 23384d9c625SLionel Sambucpdfdir = @pdfdir@ 234357f1050SThomas Veermanprefix = @prefix@ 235357f1050SThomas Veermanprogram_transform_name = @program_transform_name@ 23684d9c625SLionel Sambucpsdir = @psdir@ 237357f1050SThomas Veermansbindir = @sbindir@ 238357f1050SThomas Veermansharedstatedir = @sharedstatedir@ 23984d9c625SLionel Sambucsrcdir = @srcdir@ 240357f1050SThomas Veermansysconfdir = @sysconfdir@ 241357f1050SThomas Veermantarget_alias = @target_alias@ 24284d9c625SLionel Sambuctop_build_prefix = @top_build_prefix@ 24384d9c625SLionel Sambuctop_builddir = @top_builddir@ 24484d9c625SLionel Sambuctop_srcdir = @top_srcdir@ 245357f1050SThomas VeermanFLEX = $(top_builddir)/flex 246357f1050SThomas VeermanEXTRA_DIST = scanner.l test.input 247357f1050SThomas VeermanCLEANFILES = scanner.cpp scanner.h $(testname)$(EXEEXT) OUTPUT $(OBJS) 248357f1050SThomas VeermanOBJS = scanner.o 249357f1050SThomas VeermanAM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) 250357f1050SThomas VeermanLFLAGS = -+ 251357f1050SThomas Veerman#LDFLAGS = 252357f1050SThomas Veermantestname = test-c++-yywrap 253357f1050SThomas Veermanall: all-am 254357f1050SThomas Veerman 255357f1050SThomas Veerman.SUFFIXES: 256357f1050SThomas Veerman.SUFFIXES: .cpp .o 257357f1050SThomas Veerman$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 258357f1050SThomas Veerman @for dep in $?; do \ 259357f1050SThomas Veerman case '$(am__configure_deps)' in \ 260357f1050SThomas Veerman *$$dep*) \ 26184d9c625SLionel Sambuc ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 26284d9c625SLionel Sambuc && { if test -f $@; then exit 0; else break; fi; }; \ 263357f1050SThomas Veerman exit 1;; \ 264357f1050SThomas Veerman esac; \ 265357f1050SThomas Veerman done; \ 266*0a6a1f1dSLionel Sambuc echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/test-c++-yywrap/Makefile'; \ 26784d9c625SLionel Sambuc $(am__cd) $(top_srcdir) && \ 268*0a6a1f1dSLionel Sambuc $(AUTOMAKE) --gnu tests/test-c++-yywrap/Makefile 269357f1050SThomas Veerman.PRECIOUS: Makefile 270357f1050SThomas VeermanMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 271357f1050SThomas Veerman @case '$?' in \ 272357f1050SThomas Veerman *config.status*) \ 273357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 274357f1050SThomas Veerman *) \ 275357f1050SThomas Veerman echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 276357f1050SThomas Veerman cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 277357f1050SThomas Veerman esac; 278357f1050SThomas Veerman 279357f1050SThomas Veerman$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 280357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 281357f1050SThomas Veerman 282357f1050SThomas Veerman$(top_srcdir)/configure: $(am__configure_deps) 283357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 284357f1050SThomas Veerman$(ACLOCAL_M4): $(am__aclocal_m4_deps) 285357f1050SThomas Veerman cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 28684d9c625SLionel 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 293357f1050SThomas Veermantags: TAGS 294357f1050SThomas VeermanTAGS: 295357f1050SThomas Veerman 296357f1050SThomas Veermanctags: CTAGS 297357f1050SThomas VeermanCTAGS: 298357f1050SThomas Veerman 299357f1050SThomas Veerman 300357f1050SThomas Veermandistdir: $(DISTFILES) 30184d9c625SLionel Sambuc @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 30284d9c625SLionel Sambuc topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 30384d9c625SLionel Sambuc list='$(DISTFILES)'; \ 30484d9c625SLionel Sambuc dist_files=`for file in $$list; do echo $$file; done | \ 30584d9c625SLionel Sambuc sed -e "s|^$$srcdirstrip/||;t" \ 30684d9c625SLionel Sambuc -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 30784d9c625SLionel Sambuc case $$dist_files in \ 30884d9c625SLionel Sambuc */*) $(MKDIR_P) `echo "$$dist_files" | \ 30984d9c625SLionel Sambuc sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 31084d9c625SLionel Sambuc sort -u` ;; \ 311357f1050SThomas Veerman esac; \ 31284d9c625SLionel Sambuc for file in $$dist_files; do \ 313357f1050SThomas Veerman if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 314357f1050SThomas Veerman if test -d $$d/$$file; then \ 31584d9c625SLionel Sambuc dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 31684d9c625SLionel Sambuc if test -d "$(distdir)/$$file"; then \ 31784d9c625SLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 318357f1050SThomas Veerman fi; \ 31984d9c625SLionel Sambuc if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32084d9c625SLionel Sambuc cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 32184d9c625SLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 32284d9c625SLionel Sambuc fi; \ 32384d9c625SLionel Sambuc cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 324357f1050SThomas Veerman else \ 32584d9c625SLionel Sambuc test -f "$(distdir)/$$file" \ 32684d9c625SLionel Sambuc || cp -p $$d/$$file "$(distdir)/$$file" \ 327357f1050SThomas Veerman || exit 1; \ 328357f1050SThomas Veerman fi; \ 329357f1050SThomas Veerman done 330357f1050SThomas Veermancheck-am: all-am 331357f1050SThomas Veermancheck: check-am 332357f1050SThomas Veermanall-am: Makefile 333357f1050SThomas Veermaninstalldirs: 334357f1050SThomas Veermaninstall: install-am 335357f1050SThomas Veermaninstall-exec: install-exec-am 336357f1050SThomas Veermaninstall-data: install-data-am 337357f1050SThomas Veermanuninstall: uninstall-am 338357f1050SThomas Veerman 339357f1050SThomas Veermaninstall-am: all-am 340357f1050SThomas Veerman @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 341357f1050SThomas Veerman 342357f1050SThomas Veermaninstallcheck: installcheck-am 343357f1050SThomas Veermaninstall-strip: 344*0a6a1f1dSLionel Sambuc if test -z '$(STRIP)'; then \ 345357f1050SThomas Veerman $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 346357f1050SThomas Veerman 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 353357f1050SThomas Veermanmostlyclean-generic: 354357f1050SThomas Veerman 355357f1050SThomas Veermanclean-generic: 356357f1050SThomas Veerman -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 357357f1050SThomas Veerman 358357f1050SThomas Veermandistclean-generic: 359357f1050SThomas Veerman -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 36084d9c625SLionel Sambuc -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 361357f1050SThomas Veerman 362357f1050SThomas Veermanmaintainer-clean-generic: 363357f1050SThomas Veerman @echo "This command is intended for maintainers to use" 364357f1050SThomas Veerman @echo "it deletes files that may require special tools to rebuild." 365357f1050SThomas Veermanclean: clean-am 366357f1050SThomas Veerman 367*0a6a1f1dSLionel Sambucclean-am: clean-generic clean-libtool mostlyclean-am 368357f1050SThomas Veerman 369357f1050SThomas Veermandistclean: distclean-am 370357f1050SThomas Veerman -rm -f Makefile 371357f1050SThomas Veermandistclean-am: clean-am distclean-generic 372357f1050SThomas Veerman 373357f1050SThomas Veermandvi: dvi-am 374357f1050SThomas Veerman 375357f1050SThomas Veermandvi-am: 376357f1050SThomas Veerman 377357f1050SThomas Veermanhtml: html-am 378357f1050SThomas Veerman 37984d9c625SLionel Sambuchtml-am: 38084d9c625SLionel Sambuc 381357f1050SThomas Veermaninfo: info-am 382357f1050SThomas Veerman 383357f1050SThomas Veermaninfo-am: 384357f1050SThomas Veerman 385357f1050SThomas Veermaninstall-data-am: 386357f1050SThomas Veerman 38784d9c625SLionel Sambucinstall-dvi: install-dvi-am 38884d9c625SLionel Sambuc 38984d9c625SLionel Sambucinstall-dvi-am: 39084d9c625SLionel Sambuc 391357f1050SThomas Veermaninstall-exec-am: 392357f1050SThomas Veerman 39384d9c625SLionel Sambucinstall-html: install-html-am 39484d9c625SLionel Sambuc 39584d9c625SLionel Sambucinstall-html-am: 39684d9c625SLionel Sambuc 397357f1050SThomas Veermaninstall-info: install-info-am 398357f1050SThomas Veerman 39984d9c625SLionel Sambucinstall-info-am: 40084d9c625SLionel Sambuc 401357f1050SThomas Veermaninstall-man: 402357f1050SThomas Veerman 40384d9c625SLionel Sambucinstall-pdf: install-pdf-am 40484d9c625SLionel Sambuc 40584d9c625SLionel Sambucinstall-pdf-am: 40684d9c625SLionel Sambuc 40784d9c625SLionel Sambucinstall-ps: install-ps-am 40884d9c625SLionel Sambuc 40984d9c625SLionel Sambucinstall-ps-am: 41084d9c625SLionel Sambuc 411357f1050SThomas Veermaninstallcheck-am: 412357f1050SThomas Veerman 413357f1050SThomas Veermanmaintainer-clean: maintainer-clean-am 414357f1050SThomas Veerman -rm -f Makefile 415357f1050SThomas Veermanmaintainer-clean-am: distclean-am maintainer-clean-generic 416357f1050SThomas Veerman 417357f1050SThomas Veermanmostlyclean: mostlyclean-am 418357f1050SThomas Veerman 419*0a6a1f1dSLionel Sambucmostlyclean-am: mostlyclean-generic mostlyclean-libtool 420357f1050SThomas Veerman 421357f1050SThomas Veermanpdf: pdf-am 422357f1050SThomas Veerman 423357f1050SThomas Veermanpdf-am: 424357f1050SThomas Veerman 425357f1050SThomas Veermanps: ps-am 426357f1050SThomas Veerman 427357f1050SThomas Veermanps-am: 428357f1050SThomas Veerman 42984d9c625SLionel Sambucuninstall-am: 43084d9c625SLionel Sambuc 43184d9c625SLionel Sambuc.MAKE: install-am install-strip 432357f1050SThomas Veerman 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 443357f1050SThomas Veerman 444357f1050SThomas Veerman 445357f1050SThomas Veermanscanner.cpp: $(srcdir)/scanner.l 446357f1050SThomas Veerman $(FLEX) $(LFLAGS) $< 447357f1050SThomas Veerman 448357f1050SThomas Veerman$(testname)$(EXEEXT): $(OBJS) 449*0a6a1f1dSLionel Sambuc $(CXX) $(CXXFLAGS) -o $@ $(LDFLAGS) $(OBJS) 450357f1050SThomas Veerman 451357f1050SThomas Veermantest: $(testname)$(EXEEXT) 452357f1050SThomas Veerman ./$(testname)$(EXEEXT) $(srcdir)/test.input $(srcdir)/test.input $(srcdir)/test.input 453357f1050SThomas Veerman 454357f1050SThomas Veerman.cpp.o: 455*0a6a1f1dSLionel Sambuc $(CXX) $(CXXFLAGS) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $< 45684d9c625SLionel Sambuc 457357f1050SThomas Veerman# Tell versions [3.59,3.63) of GNU make to not export all variables. 458357f1050SThomas Veerman# Otherwise a system limit (for SysV at least) may be exceeded. 459357f1050SThomas Veerman.NOEXPORT: 460