| 1 | # Makefile.in generated by automake 1.7.5 from Makefile.am. | 
|---|
| 2 | # @configure_input@ | 
|---|
| 3 |  | 
|---|
| 4 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 
|---|
| 5 | # Free Software Foundation, Inc. | 
|---|
| 6 | # This Makefile.in is free software; the Free Software Foundation | 
|---|
| 7 | # gives unlimited permission to copy and/or distribute it, | 
|---|
| 8 | # with or without modifications, as long as this notice is preserved. | 
|---|
| 9 |  | 
|---|
| 10 | # This program is distributed in the hope that it will be useful, | 
|---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 
|---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 
|---|
| 13 | # PARTICULAR PURPOSE. | 
|---|
| 14 |  | 
|---|
| 15 | @SET_MAKE@ | 
|---|
| 16 |  | 
|---|
| 17 | # This file is part of flex. | 
|---|
| 18 |  | 
|---|
| 19 | # Redistribution and use in source and binary forms, with or without | 
|---|
| 20 | # modification, are permitted provided that the following conditions | 
|---|
| 21 | # are met: | 
|---|
| 22 |  | 
|---|
| 23 | # 1. Redistributions of source code must retain the above copyright | 
|---|
| 24 | #    notice, this list of conditions and the following disclaimer. | 
|---|
| 25 | # 2. Redistributions in binary form must reproduce the above copyright | 
|---|
| 26 | #    notice, this list of conditions and the following disclaimer in the | 
|---|
| 27 | #    documentation and/or other materials provided with the distribution. | 
|---|
| 28 |  | 
|---|
| 29 | # Neither the name of the University nor the names of its contributors | 
|---|
| 30 | # may be used to endorse or promote products derived from this software | 
|---|
| 31 | # without specific prior written permission. | 
|---|
| 32 |  | 
|---|
| 33 | # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR | 
|---|
| 34 | # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED | 
|---|
| 35 | # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|---|
| 36 | # PURPOSE. | 
|---|
| 37 |  | 
|---|
| 38 | # Notes on building: | 
|---|
| 39 |  | 
|---|
| 40 | # Possible values for DEFS: | 
|---|
| 41 | # | 
|---|
| 42 | # By default, flex generates 8-bit scanners when using table compression, | 
|---|
| 43 | # and 7-bit scanners when using uncompressed tables (-f or -F options). | 
|---|
| 44 | # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256" | 
|---|
| 45 | # to DEFS. | 
|---|
| 46 | # | 
|---|
| 47 | # For Vax/VMS, add "-DVMS" to DEFS. | 
|---|
| 48 | # | 
|---|
| 49 | # For MS-DOS, add "-DMS_DOS" to DEFS.  See the directory MISC/MSDOS for | 
|---|
| 50 | # additional info. | 
|---|
| 51 |  | 
|---|
| 52 | srcdir = @srcdir@ | 
|---|
| 53 | top_srcdir = @top_srcdir@ | 
|---|
| 54 | VPATH = @srcdir@ | 
|---|
| 55 | pkgdatadir = $(datadir)/@PACKAGE@ | 
|---|
| 56 | pkglibdir = $(libdir)/@PACKAGE@ | 
|---|
| 57 | pkgincludedir = $(includedir)/@PACKAGE@ | 
|---|
| 58 | top_builddir = . | 
|---|
| 59 |  | 
|---|
| 60 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | 
|---|
| 61 | INSTALL = @INSTALL@ | 
|---|
| 62 | install_sh_DATA = $(install_sh) -c -m 644 | 
|---|
| 63 | install_sh_PROGRAM = $(install_sh) -c | 
|---|
| 64 | install_sh_SCRIPT = $(install_sh) -c | 
|---|
| 65 | INSTALL_HEADER = $(INSTALL_DATA) | 
|---|
| 66 | transform = $(program_transform_name) | 
|---|
| 67 | NORMAL_INSTALL = : | 
|---|
| 68 | PRE_INSTALL = : | 
|---|
| 69 | POST_INSTALL = : | 
|---|
| 70 | NORMAL_UNINSTALL = : | 
|---|
| 71 | PRE_UNINSTALL = : | 
|---|
| 72 | POST_UNINSTALL = : | 
|---|
| 73 | host_triplet = @host@ | 
|---|
| 74 | ACLOCAL = @ACLOCAL@ | 
|---|
| 75 | AMDEP_FALSE = @AMDEP_FALSE@ | 
|---|
| 76 | AMDEP_TRUE = @AMDEP_TRUE@ | 
|---|
| 77 | AMTAR = @AMTAR@ | 
|---|
| 78 | AUTOCONF = @AUTOCONF@ | 
|---|
| 79 | AUTOHEADER = @AUTOHEADER@ | 
|---|
| 80 | AUTOMAKE = @AUTOMAKE@ | 
|---|
| 81 | AWK = @AWK@ | 
|---|
| 82 | BISON = @BISON@ | 
|---|
| 83 | CC = @CC@ | 
|---|
| 84 | CCDEPMODE = @CCDEPMODE@ | 
|---|
| 85 | CFLAGS = @CFLAGS@ | 
|---|
| 86 | CPP = @CPP@ | 
|---|
| 87 | CPPFLAGS = @CPPFLAGS@ | 
|---|
| 88 | CXX = @CXX@ | 
|---|
| 89 | CXXDEPMODE = @CXXDEPMODE@ | 
|---|
| 90 | CXXFLAGS = @CXXFLAGS@ | 
|---|
| 91 | CYGPATH_W = @CYGPATH_W@ | 
|---|
| 92 | DEFS = @DEFS@ | 
|---|
| 93 | DEPDIR = @DEPDIR@ | 
|---|
| 94 | ECHO_C = @ECHO_C@ | 
|---|
| 95 | ECHO_N = @ECHO_N@ | 
|---|
| 96 | ECHO_T = @ECHO_T@ | 
|---|
| 97 | EGREP = @EGREP@ | 
|---|
| 98 | EXEEXT = @EXEEXT@ | 
|---|
| 99 | GMSGFMT = @GMSGFMT@ | 
|---|
| 100 | HELP2MAN = @HELP2MAN@ | 
|---|
| 101 | INDENT = @INDENT@ | 
|---|
| 102 | INSTALL_DATA = @INSTALL_DATA@ | 
|---|
| 103 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
|---|
| 104 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
|---|
| 105 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 
|---|
| 106 | INTLLIBS = @INTLLIBS@ | 
|---|
| 107 | LDFLAGS = @LDFLAGS@ | 
|---|
| 108 | LEX = @LEX@ | 
|---|
| 109 | LEXLIB = @LEXLIB@ | 
|---|
| 110 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | 
|---|
| 111 | LIBICONV = @LIBICONV@ | 
|---|
| 112 | LIBINTL = @LIBINTL@ | 
|---|
| 113 | LIBOBJS = @LIBOBJS@ | 
|---|
| 114 | LIBS = @LIBINTL@ @LIBS@ | 
|---|
| 115 | LN_S = @LN_S@ | 
|---|
| 116 | LTLIBICONV = @LTLIBICONV@ | 
|---|
| 117 | LTLIBINTL = @LTLIBINTL@ | 
|---|
| 118 | LTLIBOBJS = @LTLIBOBJS@ | 
|---|
| 119 | M4 = @M4@ | 
|---|
| 120 | MAKEINFO = @MAKEINFO@ | 
|---|
| 121 | MKINSTALLDIRS = @MKINSTALLDIRS@ | 
|---|
| 122 | MSGFMT = @MSGFMT@ | 
|---|
| 123 | MSGMERGE = @MSGMERGE@ | 
|---|
| 124 | OBJEXT = @OBJEXT@ | 
|---|
| 125 | PACKAGE = @PACKAGE@ | 
|---|
| 126 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
|---|
| 127 | PACKAGE_NAME = @PACKAGE_NAME@ | 
|---|
| 128 | PACKAGE_STRING = @PACKAGE_STRING@ | 
|---|
| 129 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 
|---|
| 130 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
|---|
| 131 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 
|---|
| 132 | POSUB = @POSUB@ | 
|---|
| 133 | RANLIB = @RANLIB@ | 
|---|
| 134 | SET_MAKE = @SET_MAKE@ | 
|---|
| 135 | SHELL = @SHELL@ | 
|---|
| 136 | STRIP = @STRIP@ | 
|---|
| 137 | USE_NLS = @USE_NLS@ | 
|---|
| 138 | VERSION = @VERSION@ | 
|---|
| 139 | XGETTEXT = @XGETTEXT@ | 
|---|
| 140 | YACC = @YACC@ | 
|---|
| 141 | ac_ct_CC = @ac_ct_CC@ | 
|---|
| 142 | ac_ct_CXX = @ac_ct_CXX@ | 
|---|
| 143 | ac_ct_RANLIB = @ac_ct_RANLIB@ | 
|---|
| 144 | ac_ct_STRIP = @ac_ct_STRIP@ | 
|---|
| 145 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | 
|---|
| 146 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | 
|---|
| 147 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | 
|---|
| 148 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | 
|---|
| 149 | am__include = @am__include@ | 
|---|
| 150 | am__leading_dot = @am__leading_dot@ | 
|---|
| 151 | am__quote = @am__quote@ | 
|---|
| 152 | bindir = @bindir@ | 
|---|
| 153 | build = @build@ | 
|---|
| 154 | build_alias = @build_alias@ | 
|---|
| 155 | build_cpu = @build_cpu@ | 
|---|
| 156 | build_os = @build_os@ | 
|---|
| 157 | build_vendor = @build_vendor@ | 
|---|
| 158 | datadir = @datadir@ | 
|---|
| 159 | exec_prefix = @exec_prefix@ | 
|---|
| 160 | host = @host@ | 
|---|
| 161 | host_alias = @host_alias@ | 
|---|
| 162 | host_cpu = @host_cpu@ | 
|---|
| 163 | host_os = @host_os@ | 
|---|
| 164 | host_vendor = @host_vendor@ | 
|---|
| 165 | includedir = @includedir@ | 
|---|
| 166 | infodir = @infodir@ | 
|---|
| 167 | install_sh = @install_sh@ | 
|---|
| 168 | libdir = @libdir@ | 
|---|
| 169 | libexecdir = @libexecdir@ | 
|---|
| 170 | localstatedir = @localstatedir@ | 
|---|
| 171 | mandir = @mandir@ | 
|---|
| 172 | oldincludedir = @oldincludedir@ | 
|---|
| 173 | prefix = @prefix@ | 
|---|
| 174 | program_transform_name = @program_transform_name@ | 
|---|
| 175 | sbindir = @sbindir@ | 
|---|
| 176 | sharedstatedir = @sharedstatedir@ | 
|---|
| 177 | sysconfdir = @sysconfdir@ | 
|---|
| 178 | target_alias = @target_alias@ | 
|---|
| 179 |  | 
|---|
| 180 | AM_YFLAGS = -d | 
|---|
| 181 | ACLOCAL_AMFLAGS = -I m4 | 
|---|
| 182 | m4 = @M4@ | 
|---|
| 183 | indent = @INDENT@ | 
|---|
| 184 |  | 
|---|
| 185 | AUTOMAKE_OPTIONS = \ | 
|---|
| 186 | gnits \ | 
|---|
| 187 | check-news \ | 
|---|
| 188 | dist-bzip2 \ | 
|---|
| 189 | 1.7 | 
|---|
| 190 |  | 
|---|
| 191 |  | 
|---|
| 192 | bin_PROGRAMS = flex | 
|---|
| 193 | lib_LIBRARIES = libfl.a | 
|---|
| 194 |  | 
|---|
| 195 | flex_SOURCES = \ | 
|---|
| 196 | ccl.c \ | 
|---|
| 197 | dfa.c \ | 
|---|
| 198 | ecs.c \ | 
|---|
| 199 | gen.c \ | 
|---|
| 200 | main.c \ | 
|---|
| 201 | misc.c \ | 
|---|
| 202 | nfa.c \ | 
|---|
| 203 | parse.y \ | 
|---|
| 204 | scan.l \ | 
|---|
| 205 | skel.c \ | 
|---|
| 206 | sym.c \ | 
|---|
| 207 | tblcmp.c \ | 
|---|
| 208 | yylex.c \ | 
|---|
| 209 | options.c \ | 
|---|
| 210 | scanopt.c \ | 
|---|
| 211 | buf.c \ | 
|---|
| 212 | tables.c \ | 
|---|
| 213 | tables_shared.c \ | 
|---|
| 214 | filter.c \ | 
|---|
| 215 | regex.c | 
|---|
| 216 |  | 
|---|
| 217 |  | 
|---|
| 218 | libfl_a_SOURCES = \ | 
|---|
| 219 | libmain.c \ | 
|---|
| 220 | libyywrap.c | 
|---|
| 221 |  | 
|---|
| 222 |  | 
|---|
| 223 | noinst_HEADERS = \ | 
|---|
| 224 | flexdef.h \ | 
|---|
| 225 | flexint.h \ | 
|---|
| 226 | version.h \ | 
|---|
| 227 | options.h \ | 
|---|
| 228 | scanopt.h \ | 
|---|
| 229 | tables.h \ | 
|---|
| 230 | tables_shared.h | 
|---|
| 231 |  | 
|---|
| 232 |  | 
|---|
| 233 | include_HEADERS = \ | 
|---|
| 234 | FlexLexer.h | 
|---|
| 235 |  | 
|---|
| 236 |  | 
|---|
| 237 | MAINTAINERCLEANFILES = \ | 
|---|
| 238 | ABOUT-NLS \ | 
|---|
| 239 | config.rpath \ | 
|---|
| 240 | config.sub \ | 
|---|
| 241 | config.guess \ | 
|---|
| 242 | configure \ | 
|---|
| 243 | config.sub \ | 
|---|
| 244 | config.guess \ | 
|---|
| 245 | depcomp \ | 
|---|
| 246 | mkinstalldirs \ | 
|---|
| 247 | install-sh \ | 
|---|
| 248 | ABOUT-NLS \ | 
|---|
| 249 | ChangeLog \ | 
|---|
| 250 | INSTALL \ | 
|---|
| 251 | conf.in \ | 
|---|
| 252 | aclocal.m4 \ | 
|---|
| 253 | Makefile.in \ | 
|---|
| 254 | mdate-sh \ | 
|---|
| 255 | missing | 
|---|
| 256 |  | 
|---|
| 257 |  | 
|---|
| 258 | EXTRA_DIST = \ | 
|---|
| 259 | flex.spec.in \ | 
|---|
| 260 | flex.spec \ | 
|---|
| 261 | .indent.pro \ | 
|---|
| 262 | AUTHORS \ | 
|---|
| 263 | COPYING \ | 
|---|
| 264 | INSTALL \ | 
|---|
| 265 | NEWS \ | 
|---|
| 266 | ONEWS \ | 
|---|
| 267 | README \ | 
|---|
| 268 | README.cvs-snapshot \ | 
|---|
| 269 | THANKS \ | 
|---|
| 270 | TODO \ | 
|---|
| 271 | autogen.sh \ | 
|---|
| 272 | flex.skl \ | 
|---|
| 273 | mkskel.sh \ | 
|---|
| 274 | ABOUT-NLS \ | 
|---|
| 275 | config.rpath \ | 
|---|
| 276 | gettext.h | 
|---|
| 277 |  | 
|---|
| 278 |  | 
|---|
| 279 | BUILT_SOURCES = \ | 
|---|
| 280 | skel.c | 
|---|
| 281 |  | 
|---|
| 282 |  | 
|---|
| 283 | SUBDIRS = \ | 
|---|
| 284 | . \ | 
|---|
| 285 | doc \ | 
|---|
| 286 | m4  \ | 
|---|
| 287 | examples \ | 
|---|
| 288 | po \ | 
|---|
| 289 | tools \ | 
|---|
| 290 | tests | 
|---|
| 291 |  | 
|---|
| 292 |  | 
|---|
| 293 | localedir = $(datadir)/locale | 
|---|
| 294 | AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl | 
|---|
| 295 |  | 
|---|
| 296 | # Run GNU indent on sources. Don't run this unless all the sources compile cleanly. | 
|---|
| 297 | # | 
|---|
| 298 | # Whole idea: | 
|---|
| 299 | #   1. Check for .indent.pro, otherwise indent will use unknown | 
|---|
| 300 | #      settings, or worse, the GNU defaults.) | 
|---|
| 301 | #   2. Check that this is GNU indent. | 
|---|
| 302 | #   3. Make sure to process only the NON-generated .c and .h files. | 
|---|
| 303 | #   4. Run indent twice per file. The first time is a test. | 
|---|
| 304 | #      Otherwise, indent overwrites your file even if it fails! | 
|---|
| 305 | indentfiles = \ | 
|---|
| 306 | buf.c \ | 
|---|
| 307 | ccl.c \ | 
|---|
| 308 | dfa.c \ | 
|---|
| 309 | ecs.c \ | 
|---|
| 310 | filter.c \ | 
|---|
| 311 | flexdef.h \ | 
|---|
| 312 | gen.c \ | 
|---|
| 313 | libmain.c \ | 
|---|
| 314 | libyywrap.c \ | 
|---|
| 315 | main.c \ | 
|---|
| 316 | misc.c \ | 
|---|
| 317 | nfa.c \ | 
|---|
| 318 | options.c \ | 
|---|
| 319 | options.h \ | 
|---|
| 320 | regex.c \ | 
|---|
| 321 | scanopt.c \ | 
|---|
| 322 | scanopt.h \ | 
|---|
| 323 | sym.c \ | 
|---|
| 324 | tables.c \ | 
|---|
| 325 | tables.h \ | 
|---|
| 326 | tables_shared.c \ | 
|---|
| 327 | tables_shared.h \ | 
|---|
| 328 | tblcmp.c | 
|---|
| 329 |  | 
|---|
| 330 | subdir = . | 
|---|
| 331 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
|---|
| 332 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | 
|---|
| 333 | CONFIG_HEADER = config.h | 
|---|
| 334 | CONFIG_CLEAN_FILES = flex.spec | 
|---|
| 335 | LIBRARIES = $(lib_LIBRARIES) | 
|---|
| 336 |  | 
|---|
| 337 | libfl_a_AR = $(AR) cru | 
|---|
| 338 | libfl_a_LIBADD = | 
|---|
| 339 | am_libfl_a_OBJECTS = libmain.$(OBJEXT) libyywrap.$(OBJEXT) | 
|---|
| 340 | libfl_a_OBJECTS = $(am_libfl_a_OBJECTS) | 
|---|
| 341 | bin_PROGRAMS = flex$(EXEEXT) | 
|---|
| 342 | PROGRAMS = $(bin_PROGRAMS) | 
|---|
| 343 |  | 
|---|
| 344 | am_flex_OBJECTS = ccl.$(OBJEXT) dfa.$(OBJEXT) ecs.$(OBJEXT) \ | 
|---|
| 345 | gen.$(OBJEXT) main.$(OBJEXT) misc.$(OBJEXT) nfa.$(OBJEXT) \ | 
|---|
| 346 | parse.$(OBJEXT) scan.$(OBJEXT) skel.$(OBJEXT) sym.$(OBJEXT) \ | 
|---|
| 347 | tblcmp.$(OBJEXT) yylex.$(OBJEXT) options.$(OBJEXT) \ | 
|---|
| 348 | scanopt.$(OBJEXT) buf.$(OBJEXT) tables.$(OBJEXT) \ | 
|---|
| 349 | tables_shared.$(OBJEXT) filter.$(OBJEXT) regex.$(OBJEXT) | 
|---|
| 350 | flex_OBJECTS = $(am_flex_OBJECTS) | 
|---|
| 351 | flex_LDADD = $(LDADD) | 
|---|
| 352 | flex_DEPENDENCIES = | 
|---|
| 353 | flex_LDFLAGS = | 
|---|
| 354 |  | 
|---|
| 355 | DEFAULT_INCLUDES =  -I. -I$(srcdir) -I. | 
|---|
| 356 | depcomp = $(SHELL) $(top_srcdir)/depcomp | 
|---|
| 357 | am__depfiles_maybe = depfiles | 
|---|
| 358 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/buf.Po ./$(DEPDIR)/ccl.Po \ | 
|---|
| 359 | @AMDEP_TRUE@    ./$(DEPDIR)/dfa.Po ./$(DEPDIR)/ecs.Po \ | 
|---|
| 360 | @AMDEP_TRUE@    ./$(DEPDIR)/filter.Po ./$(DEPDIR)/gen.Po \ | 
|---|
| 361 | @AMDEP_TRUE@    ./$(DEPDIR)/libmain.Po ./$(DEPDIR)/libyywrap.Po \ | 
|---|
| 362 | @AMDEP_TRUE@    ./$(DEPDIR)/main.Po ./$(DEPDIR)/misc.Po \ | 
|---|
| 363 | @AMDEP_TRUE@    ./$(DEPDIR)/nfa.Po ./$(DEPDIR)/options.Po \ | 
|---|
| 364 | @AMDEP_TRUE@    ./$(DEPDIR)/parse.Po ./$(DEPDIR)/regex.Po \ | 
|---|
| 365 | @AMDEP_TRUE@    ./$(DEPDIR)/scan.Po ./$(DEPDIR)/scanopt.Po \ | 
|---|
| 366 | @AMDEP_TRUE@    ./$(DEPDIR)/skel.Po ./$(DEPDIR)/sym.Po \ | 
|---|
| 367 | @AMDEP_TRUE@    ./$(DEPDIR)/tables.Po ./$(DEPDIR)/tables_shared.Po \ | 
|---|
| 368 | @AMDEP_TRUE@    ./$(DEPDIR)/tblcmp.Po ./$(DEPDIR)/yylex.Po | 
|---|
| 369 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | 
|---|
| 370 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | 
|---|
| 371 | CCLD = $(CC) | 
|---|
| 372 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | 
|---|
| 373 | LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) | 
|---|
| 374 | YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) | 
|---|
| 375 | DIST_SOURCES = $(libfl_a_SOURCES) $(flex_SOURCES) | 
|---|
| 376 | HEADERS = $(include_HEADERS) $(noinst_HEADERS) | 
|---|
| 377 |  | 
|---|
| 378 |  | 
|---|
| 379 | RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ | 
|---|
| 380 | ps-recursive install-info-recursive uninstall-info-recursive \ | 
|---|
| 381 | all-recursive install-data-recursive install-exec-recursive \ | 
|---|
| 382 | installdirs-recursive install-recursive uninstall-recursive \ | 
|---|
| 383 | check-recursive installcheck-recursive | 
|---|
| 384 | DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) ABOUT-NLS \ | 
|---|
| 385 | AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS \ | 
|---|
| 386 | README-alpha THANKS TODO aclocal.m4 conf.in config.guess \ | 
|---|
| 387 | config.rpath config.sub configure configure.in depcomp \ | 
|---|
| 388 | flex.spec.in install-sh missing mkinstalldirs parse.c parse.h \ | 
|---|
| 389 | scan.c | 
|---|
| 390 | DIST_SUBDIRS = $(SUBDIRS) | 
|---|
| 391 | SOURCES = $(libfl_a_SOURCES) $(flex_SOURCES) | 
|---|
| 392 |  | 
|---|
| 393 | all: $(BUILT_SOURCES) config.h | 
|---|
| 394 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | 
|---|
| 395 |  | 
|---|
| 396 | .SUFFIXES: | 
|---|
| 397 | .SUFFIXES: .c .l .o .obj .y | 
|---|
| 398 |  | 
|---|
| 399 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | 
|---|
| 400 | configure.lineno | 
|---|
| 401 | $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4) | 
|---|
| 402 | cd $(top_srcdir) && \ | 
|---|
| 403 | $(AUTOMAKE) --gnits  Makefile | 
|---|
| 404 | Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status | 
|---|
| 405 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) | 
|---|
| 406 |  | 
|---|
| 407 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 
|---|
| 408 | $(SHELL) ./config.status --recheck | 
|---|
| 409 | $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | 
|---|
| 410 | cd $(srcdir) && $(AUTOCONF) | 
|---|
| 411 |  | 
|---|
| 412 | $(ACLOCAL_M4):  configure.in m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/nls.m4 m4/po.m4 m4/progtest.m4 m4/stdint_h.m4 m4/uintmax_t.m4 m4/ulonglong.m4 | 
|---|
| 413 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | 
|---|
| 414 |  | 
|---|
| 415 | config.h: stamp-h1 | 
|---|
| 416 | @if test ! -f $@; then \ | 
|---|
| 417 | rm -f stamp-h1; \ | 
|---|
| 418 | $(MAKE) stamp-h1; \ | 
|---|
| 419 | else :; fi | 
|---|
| 420 |  | 
|---|
| 421 | stamp-h1: $(srcdir)/conf.in $(top_builddir)/config.status | 
|---|
| 422 | @rm -f stamp-h1 | 
|---|
| 423 | cd $(top_builddir) && $(SHELL) ./config.status config.h | 
|---|
| 424 |  | 
|---|
| 425 | $(srcdir)/conf.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) | 
|---|
| 426 | cd $(top_srcdir) && $(AUTOHEADER) | 
|---|
| 427 | touch $(srcdir)/conf.in | 
|---|
| 428 |  | 
|---|
| 429 | distclean-hdr: | 
|---|
| 430 | -rm -f config.h stamp-h1 | 
|---|
| 431 | flex.spec: $(top_builddir)/config.status flex.spec.in | 
|---|
| 432 | cd $(top_builddir) && $(SHELL) ./config.status $@ | 
|---|
| 433 |  | 
|---|
| 434 | AR = ar | 
|---|
| 435 | libLIBRARIES_INSTALL = $(INSTALL_DATA) | 
|---|
| 436 | install-libLIBRARIES: $(lib_LIBRARIES) | 
|---|
| 437 | @$(NORMAL_INSTALL) | 
|---|
| 438 | $(mkinstalldirs) $(DESTDIR)$(libdir) | 
|---|
| 439 | @list='$(lib_LIBRARIES)'; for p in $$list; do \ | 
|---|
| 440 | if test -f $$p; then \ | 
|---|
| 441 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | 
|---|
| 442 | echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \ | 
|---|
| 443 | $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \ | 
|---|
| 444 | else :; fi; \ | 
|---|
| 445 | done | 
|---|
| 446 | @$(POST_INSTALL) | 
|---|
| 447 | @list='$(lib_LIBRARIES)'; for p in $$list; do \ | 
|---|
| 448 | if test -f $$p; then \ | 
|---|
| 449 | p="`echo $$p | sed -e 's|^.*/||'`"; \ | 
|---|
| 450 | echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ | 
|---|
| 451 | $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ | 
|---|
| 452 | else :; fi; \ | 
|---|
| 453 | done | 
|---|
| 454 |  | 
|---|
| 455 | uninstall-libLIBRARIES: | 
|---|
| 456 | @$(NORMAL_UNINSTALL) | 
|---|
| 457 | @list='$(lib_LIBRARIES)'; for p in $$list; do \ | 
|---|
| 458 | p="`echo $$p | sed -e 's|^.*/||'`"; \ | 
|---|
| 459 | echo " rm -f $(DESTDIR)$(libdir)/$$p"; \ | 
|---|
| 460 | rm -f $(DESTDIR)$(libdir)/$$p; \ | 
|---|
| 461 | done | 
|---|
| 462 |  | 
|---|
| 463 | clean-libLIBRARIES: | 
|---|
| 464 | -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) | 
|---|
| 465 | libfl.a: $(libfl_a_OBJECTS) $(libfl_a_DEPENDENCIES) | 
|---|
| 466 | -rm -f libfl.a | 
|---|
| 467 | $(libfl_a_AR) libfl.a $(libfl_a_OBJECTS) $(libfl_a_LIBADD) | 
|---|
| 468 | $(RANLIB) libfl.a | 
|---|
| 469 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) | 
|---|
| 470 | install-binPROGRAMS: $(bin_PROGRAMS) | 
|---|
| 471 | @$(NORMAL_INSTALL) | 
|---|
| 472 | $(mkinstalldirs) $(DESTDIR)$(bindir) | 
|---|
| 473 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ | 
|---|
| 474 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ | 
|---|
| 475 | if test -f $$p \ | 
|---|
| 476 | ; then \ | 
|---|
| 477 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ | 
|---|
| 478 | echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ | 
|---|
| 479 | $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ | 
|---|
| 480 | else :; fi; \ | 
|---|
| 481 | done | 
|---|
| 482 |  | 
|---|
| 483 | uninstall-binPROGRAMS: | 
|---|
| 484 | @$(NORMAL_UNINSTALL) | 
|---|
| 485 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ | 
|---|
| 486 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ | 
|---|
| 487 | echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ | 
|---|
| 488 | rm -f $(DESTDIR)$(bindir)/$$f; \ | 
|---|
| 489 | done | 
|---|
| 490 |  | 
|---|
| 491 | clean-binPROGRAMS: | 
|---|
| 492 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | 
|---|
| 493 |  | 
|---|
| 494 | installcheck-binPROGRAMS: $(bin_PROGRAMS) | 
|---|
| 495 | bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ | 
|---|
| 496 | case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ | 
|---|
| 497 | *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ | 
|---|
| 498 | esac; \ | 
|---|
| 499 | f=`echo "$$p" | \ | 
|---|
| 500 | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ | 
|---|
| 501 | for opt in --help --version; do \ | 
|---|
| 502 | if $(DESTDIR)$(bindir)/$$f $$opt > c$${pid}_.out 2> c$${pid}_.err \ | 
|---|
| 503 | && test -n "`cat c$${pid}_.out`" \ | 
|---|
| 504 | && test -z "`cat c$${pid}_.err`"; then :; \ | 
|---|
| 505 | else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ | 
|---|
| 506 | done; \ | 
|---|
| 507 | done; rm -f c$${pid}_.???; exit $$bad | 
|---|
| 508 | parse.h: parse.c | 
|---|
| 509 | @if test ! -f $@; then \ | 
|---|
| 510 | rm -f parse.c; \ | 
|---|
| 511 | $(MAKE) parse.c; \ | 
|---|
| 512 | else :; fi | 
|---|
| 513 | flex$(EXEEXT): $(flex_OBJECTS) $(flex_DEPENDENCIES) | 
|---|
| 514 | @rm -f flex$(EXEEXT) | 
|---|
| 515 | $(LINK) $(flex_LDFLAGS) $(flex_OBJECTS) $(flex_LDADD) $(LIBS) | 
|---|
| 516 |  | 
|---|
| 517 | mostlyclean-compile: | 
|---|
| 518 | -rm -f *.$(OBJEXT) core *.core | 
|---|
| 519 |  | 
|---|
| 520 | distclean-compile: | 
|---|
| 521 | -rm -f *.tab.c | 
|---|
| 522 |  | 
|---|
| 523 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buf.Po@am__quote@ | 
|---|
| 524 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccl.Po@am__quote@ | 
|---|
| 525 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dfa.Po@am__quote@ | 
|---|
| 526 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecs.Po@am__quote@ | 
|---|
| 527 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@ | 
|---|
| 528 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen.Po@am__quote@ | 
|---|
| 529 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmain.Po@am__quote@ | 
|---|
| 530 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libyywrap.Po@am__quote@ | 
|---|
| 531 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ | 
|---|
| 532 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ | 
|---|
| 533 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfa.Po@am__quote@ | 
|---|
| 534 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@ | 
|---|
| 535 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ | 
|---|
| 536 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@ | 
|---|
| 537 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@ | 
|---|
| 538 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanopt.Po@am__quote@ | 
|---|
| 539 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skel.Po@am__quote@ | 
|---|
| 540 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym.Po@am__quote@ | 
|---|
| 541 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@ | 
|---|
| 542 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables_shared.Po@am__quote@ | 
|---|
| 543 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblcmp.Po@am__quote@ | 
|---|
| 544 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yylex.Po@am__quote@ | 
|---|
| 545 |  | 
|---|
| 546 | distclean-depend: | 
|---|
| 547 | -rm -rf ./$(DEPDIR) | 
|---|
| 548 |  | 
|---|
| 549 | .c.o: | 
|---|
| 550 | @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ | 
|---|
| 551 | @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ | 
|---|
| 552 | @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ | 
|---|
| 553 | @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ | 
|---|
| 554 | @am__fastdepCC_TRUE@    fi | 
|---|
| 555 | @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 
|---|
| 556 | @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | 
|---|
| 557 | @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 
|---|
| 558 | @am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< | 
|---|
| 559 |  | 
|---|
| 560 | .c.obj: | 
|---|
| 561 | @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ | 
|---|
| 562 | @am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ | 
|---|
| 563 | @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ | 
|---|
| 564 | @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ | 
|---|
| 565 | @am__fastdepCC_TRUE@    fi | 
|---|
| 566 | @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 
|---|
| 567 | @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | 
|---|
| 568 | @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 
|---|
| 569 | @am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | 
|---|
| 570 |  | 
|---|
| 571 | .l.c: | 
|---|
| 572 | $(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$< | 
|---|
| 573 | sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@ | 
|---|
| 574 | rm -f $(LEX_OUTPUT_ROOT).c | 
|---|
| 575 |  | 
|---|
| 576 | .y.c: | 
|---|
| 577 | $(YACCCOMPILE) `test -f '$<' || echo '$(srcdir)/'`$< | 
|---|
| 578 | if test -f y.tab.h; then \ | 
|---|
| 579 | to=`echo "$*_H" | sed \ | 
|---|
| 580 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ | 
|---|
| 581 | -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \ | 
|---|
| 582 | sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \ | 
|---|
| 583 | rm -f y.tab.h; \ | 
|---|
| 584 | if cmp -s $*.ht $*.h; then \ | 
|---|
| 585 | rm -f $*.ht ;\ | 
|---|
| 586 | else \ | 
|---|
| 587 | mv $*.ht $*.h; \ | 
|---|
| 588 | fi; \ | 
|---|
| 589 | fi | 
|---|
| 590 | if test -f y.output; then \ | 
|---|
| 591 | mv y.output $*.output; \ | 
|---|
| 592 | fi | 
|---|
| 593 | sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@ | 
|---|
| 594 | rm -f y.tab.c | 
|---|
| 595 | uninstall-info-am: | 
|---|
| 596 | includeHEADERS_INSTALL = $(INSTALL_HEADER) | 
|---|
| 597 | install-includeHEADERS: $(include_HEADERS) | 
|---|
| 598 | @$(NORMAL_INSTALL) | 
|---|
| 599 | $(mkinstalldirs) $(DESTDIR)$(includedir) | 
|---|
| 600 | @list='$(include_HEADERS)'; for p in $$list; do \ | 
|---|
| 601 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | 
|---|
| 602 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | 
|---|
| 603 | echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ | 
|---|
| 604 | $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \ | 
|---|
| 605 | done | 
|---|
| 606 |  | 
|---|
| 607 | uninstall-includeHEADERS: | 
|---|
| 608 | @$(NORMAL_UNINSTALL) | 
|---|
| 609 | @list='$(include_HEADERS)'; for p in $$list; do \ | 
|---|
| 610 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | 
|---|
| 611 | echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ | 
|---|
| 612 | rm -f $(DESTDIR)$(includedir)/$$f; \ | 
|---|
| 613 | done | 
|---|
| 614 |  | 
|---|
| 615 | # This directory's subdirectories are mostly independent; you can cd | 
|---|
| 616 | # into them and run `make' without going through this Makefile. | 
|---|
| 617 | # To change the values of `make' variables: instead of editing Makefiles, | 
|---|
| 618 | # (1) if the variable is set in `config.status', edit `config.status' | 
|---|
| 619 | #     (which will cause the Makefiles to be regenerated when you run `make'); | 
|---|
| 620 | # (2) otherwise, pass the desired values on the `make' command line. | 
|---|
| 621 | $(RECURSIVE_TARGETS): | 
|---|
| 622 | @set fnord $$MAKEFLAGS; amf=$$2; \ | 
|---|
| 623 | dot_seen=no; \ | 
|---|
| 624 | target=`echo $@ | sed s/-recursive//`; \ | 
|---|
| 625 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 626 | echo "Making $$target in $$subdir"; \ | 
|---|
| 627 | if test "$$subdir" = "."; then \ | 
|---|
| 628 | dot_seen=yes; \ | 
|---|
| 629 | local_target="$$target-am"; \ | 
|---|
| 630 | else \ | 
|---|
| 631 | local_target="$$target"; \ | 
|---|
| 632 | fi; \ | 
|---|
| 633 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
| 634 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 
|---|
| 635 | done; \ | 
|---|
| 636 | if test "$$dot_seen" = "no"; then \ | 
|---|
| 637 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 
|---|
| 638 | fi; test -z "$$fail" | 
|---|
| 639 |  | 
|---|
| 640 | mostlyclean-recursive clean-recursive distclean-recursive \ | 
|---|
| 641 | maintainer-clean-recursive: | 
|---|
| 642 | @set fnord $$MAKEFLAGS; amf=$$2; \ | 
|---|
| 643 | dot_seen=no; \ | 
|---|
| 644 | case "$@" in \ | 
|---|
| 645 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 
|---|
| 646 | *) list='$(SUBDIRS)' ;; \ | 
|---|
| 647 | esac; \ | 
|---|
| 648 | rev=''; for subdir in $$list; do \ | 
|---|
| 649 | if test "$$subdir" = "."; then :; else \ | 
|---|
| 650 | rev="$$subdir $$rev"; \ | 
|---|
| 651 | fi; \ | 
|---|
| 652 | done; \ | 
|---|
| 653 | rev="$$rev ."; \ | 
|---|
| 654 | target=`echo $@ | sed s/-recursive//`; \ | 
|---|
| 655 | for subdir in $$rev; do \ | 
|---|
| 656 | echo "Making $$target in $$subdir"; \ | 
|---|
| 657 | if test "$$subdir" = "."; then \ | 
|---|
| 658 | local_target="$$target-am"; \ | 
|---|
| 659 | else \ | 
|---|
| 660 | local_target="$$target"; \ | 
|---|
| 661 | fi; \ | 
|---|
| 662 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
| 663 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 
|---|
| 664 | done && test -z "$$fail" | 
|---|
| 665 | tags-recursive: | 
|---|
| 666 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 667 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | 
|---|
| 668 | done | 
|---|
| 669 | ctags-recursive: | 
|---|
| 670 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 671 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | 
|---|
| 672 | done | 
|---|
| 673 |  | 
|---|
| 674 | ETAGS = etags | 
|---|
| 675 | ETAGSFLAGS = | 
|---|
| 676 |  | 
|---|
| 677 | CTAGS = ctags | 
|---|
| 678 | CTAGSFLAGS = | 
|---|
| 679 |  | 
|---|
| 680 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 
|---|
| 681 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 
|---|
| 682 | unique=`for i in $$list; do \ | 
|---|
| 683 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
| 684 | done | \ | 
|---|
| 685 | $(AWK) '    { files[$$0] = 1; } \ | 
|---|
| 686 | END { for (i in files) print i; }'`; \ | 
|---|
| 687 | mkid -fID $$unique | 
|---|
| 688 |  | 
|---|
| 689 | TAGS: tags-recursive $(HEADERS) $(SOURCES) conf.in $(TAGS_DEPENDENCIES) \ | 
|---|
| 690 | $(TAGS_FILES) $(LISP) | 
|---|
| 691 | tags=; \ | 
|---|
| 692 | here=`pwd`; \ | 
|---|
| 693 | if (etags --etags-include --version) >/dev/null 2>&1; then \ | 
|---|
| 694 | include_option=--etags-include; \ | 
|---|
| 695 | else \ | 
|---|
| 696 | include_option=--include; \ | 
|---|
| 697 | fi; \ | 
|---|
| 698 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 699 | if test "$$subdir" = .; then :; else \ | 
|---|
| 700 | test -f $$subdir/TAGS && \ | 
|---|
| 701 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | 
|---|
| 702 | fi; \ | 
|---|
| 703 | done; \ | 
|---|
| 704 | list='$(SOURCES) $(HEADERS) conf.in $(LISP) $(TAGS_FILES)'; \ | 
|---|
| 705 | unique=`for i in $$list; do \ | 
|---|
| 706 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
| 707 | done | \ | 
|---|
| 708 | $(AWK) '    { files[$$0] = 1; } \ | 
|---|
| 709 | END { for (i in files) print i; }'`; \ | 
|---|
| 710 | test -z "$(ETAGS_ARGS)$$tags$$unique" \ | 
|---|
| 711 | || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
|---|
| 712 | $$tags $$unique | 
|---|
| 713 |  | 
|---|
| 714 | ctags: CTAGS | 
|---|
| 715 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) conf.in $(TAGS_DEPENDENCIES) \ | 
|---|
| 716 | $(TAGS_FILES) $(LISP) | 
|---|
| 717 | tags=; \ | 
|---|
| 718 | here=`pwd`; \ | 
|---|
| 719 | list='$(SOURCES) $(HEADERS) conf.in $(LISP) $(TAGS_FILES)'; \ | 
|---|
| 720 | unique=`for i in $$list; do \ | 
|---|
| 721 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
| 722 | done | \ | 
|---|
| 723 | $(AWK) '    { files[$$0] = 1; } \ | 
|---|
| 724 | END { for (i in files) print i; }'`; \ | 
|---|
| 725 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | 
|---|
| 726 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 
|---|
| 727 | $$tags $$unique | 
|---|
| 728 |  | 
|---|
| 729 | GTAGS: | 
|---|
| 730 | here=`$(am__cd) $(top_builddir) && pwd` \ | 
|---|
| 731 | && cd $(top_srcdir) \ | 
|---|
| 732 | && gtags -i $(GTAGS_ARGS) $$here | 
|---|
| 733 |  | 
|---|
| 734 | distclean-tags: | 
|---|
| 735 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 
|---|
| 736 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 
|---|
| 737 |  | 
|---|
| 738 | top_distdir = . | 
|---|
| 739 | distdir = $(PACKAGE)-$(VERSION) | 
|---|
| 740 |  | 
|---|
| 741 | am__remove_distdir = \ | 
|---|
| 742 | { test ! -d $(distdir) \ | 
|---|
| 743 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | 
|---|
| 744 | && rm -fr $(distdir); }; } | 
|---|
| 745 |  | 
|---|
| 746 | GZIP_ENV = --best | 
|---|
| 747 | distuninstallcheck_listfiles = find . -type f -print | 
|---|
| 748 | distcleancheck_listfiles = find . -type f -print | 
|---|
| 749 |  | 
|---|
| 750 | distdir: $(DISTFILES) | 
|---|
| 751 | @case `sed 15q $(srcdir)/NEWS` in \ | 
|---|
| 752 | *"$(VERSION)"*) : ;; \ | 
|---|
| 753 | *) \ | 
|---|
| 754 | echo "NEWS not updated; not releasing" 1>&2; \ | 
|---|
| 755 | exit 1;; \ | 
|---|
| 756 | esac | 
|---|
| 757 | $(am__remove_distdir) | 
|---|
| 758 | mkdir $(distdir) | 
|---|
| 759 | $(mkinstalldirs) $(distdir)/. $(distdir)/po | 
|---|
| 760 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | 
|---|
| 761 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | 
|---|
| 762 | list='$(DISTFILES)'; for file in $$list; do \ | 
|---|
| 763 | case $$file in \ | 
|---|
| 764 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | 
|---|
| 765 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | 
|---|
| 766 | esac; \ | 
|---|
| 767 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 
|---|
| 768 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | 
|---|
| 769 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | 
|---|
| 770 | dir="/$$dir"; \ | 
|---|
| 771 | $(mkinstalldirs) "$(distdir)$$dir"; \ | 
|---|
| 772 | else \ | 
|---|
| 773 | dir=''; \ | 
|---|
| 774 | fi; \ | 
|---|
| 775 | if test -d $$d/$$file; then \ | 
|---|
| 776 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | 
|---|
| 777 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | 
|---|
| 778 | fi; \ | 
|---|
| 779 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | 
|---|
| 780 | else \ | 
|---|
| 781 | test -f $(distdir)/$$file \ | 
|---|
| 782 | || cp -p $$d/$$file $(distdir)/$$file \ | 
|---|
| 783 | || exit 1; \ | 
|---|
| 784 | fi; \ | 
|---|
| 785 | done | 
|---|
| 786 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 787 | if test "$$subdir" = .; then :; else \ | 
|---|
| 788 | test -d $(distdir)/$$subdir \ | 
|---|
| 789 | || mkdir $(distdir)/$$subdir \ | 
|---|
| 790 | || exit 1; \ | 
|---|
| 791 | (cd $$subdir && \ | 
|---|
| 792 | $(MAKE) $(AM_MAKEFLAGS) \ | 
|---|
| 793 | top_distdir="$(top_distdir)" \ | 
|---|
| 794 | distdir=../$(distdir)/$$subdir \ | 
|---|
| 795 | distdir) \ | 
|---|
| 796 | || exit 1; \ | 
|---|
| 797 | fi; \ | 
|---|
| 798 | done | 
|---|
| 799 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | 
|---|
| 800 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | 
|---|
| 801 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | 
|---|
| 802 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | 
|---|
| 803 | || chmod -R a+r $(distdir) | 
|---|
| 804 | dist-gzip: distdir | 
|---|
| 805 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | 
|---|
| 806 | $(am__remove_distdir) | 
|---|
| 807 |  | 
|---|
| 808 | dist-bzip2: distdir | 
|---|
| 809 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 | 
|---|
| 810 | $(am__remove_distdir) | 
|---|
| 811 |  | 
|---|
| 812 | dist dist-all: distdir | 
|---|
| 813 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | 
|---|
| 814 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 | 
|---|
| 815 | $(am__remove_distdir) | 
|---|
| 816 |  | 
|---|
| 817 | # This target untars the dist file and tries a VPATH configuration.  Then | 
|---|
| 818 | # it guarantees that the distribution is self-contained by making another | 
|---|
| 819 | # tarfile. | 
|---|
| 820 | distcheck: dist | 
|---|
| 821 | $(am__remove_distdir) | 
|---|
| 822 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - | 
|---|
| 823 | chmod -R a-w $(distdir); chmod a+w $(distdir) | 
|---|
| 824 | mkdir $(distdir)/_build | 
|---|
| 825 | mkdir $(distdir)/_inst | 
|---|
| 826 | chmod a-w $(distdir) | 
|---|
| 827 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | 
|---|
| 828 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | 
|---|
| 829 | && cd $(distdir)/_build \ | 
|---|
| 830 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | 
|---|
| 831 | $(DISTCHECK_CONFIGURE_FLAGS) \ | 
|---|
| 832 | && $(MAKE) $(AM_MAKEFLAGS) \ | 
|---|
| 833 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | 
|---|
| 834 | && $(MAKE) $(AM_MAKEFLAGS) check \ | 
|---|
| 835 | && $(MAKE) $(AM_MAKEFLAGS) install \ | 
|---|
| 836 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 
|---|
| 837 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | 
|---|
| 838 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | 
|---|
| 839 | distuninstallcheck \ | 
|---|
| 840 | && chmod -R a-w "$$dc_install_base" \ | 
|---|
| 841 | && ({ \ | 
|---|
| 842 | (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ | 
|---|
| 843 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | 
|---|
| 844 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | 
|---|
| 845 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | 
|---|
| 846 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | 
|---|
| 847 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | 
|---|
| 848 | && rm -rf "$$dc_destdir" \ | 
|---|
| 849 | && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ | 
|---|
| 850 | && rm -f $(distdir).tar.gz \ | 
|---|
| 851 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | 
|---|
| 852 | $(am__remove_distdir) | 
|---|
| 853 | @echo "$(distdir).tar.gz is ready for distribution" | \ | 
|---|
| 854 | sed 'h;s/./=/g;p;x;p;x' | 
|---|
| 855 | distuninstallcheck: | 
|---|
| 856 | @cd $(distuninstallcheck_dir) \ | 
|---|
| 857 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | 
|---|
| 858 | || { echo "ERROR: files left after uninstall:" ; \ | 
|---|
| 859 | if test -n "$(DESTDIR)"; then \ | 
|---|
| 860 | echo "  (check DESTDIR support)"; \ | 
|---|
| 861 | fi ; \ | 
|---|
| 862 | $(distuninstallcheck_listfiles) ; \ | 
|---|
| 863 | exit 1; } >&2 | 
|---|
| 864 | distcleancheck: distclean | 
|---|
| 865 | @if test '$(srcdir)' = . ; then \ | 
|---|
| 866 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | 
|---|
| 867 | exit 1 ; \ | 
|---|
| 868 | fi | 
|---|
| 869 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | 
|---|
| 870 | || { echo "ERROR: files left in build directory after distclean:" ; \ | 
|---|
| 871 | $(distcleancheck_listfiles) ; \ | 
|---|
| 872 | exit 1; } >&2 | 
|---|
| 873 | check-am: all-am | 
|---|
| 874 | check: $(BUILT_SOURCES) | 
|---|
| 875 | $(MAKE) $(AM_MAKEFLAGS) check-recursive | 
|---|
| 876 | all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) config.h | 
|---|
| 877 | installdirs: installdirs-recursive | 
|---|
| 878 | installdirs-am: | 
|---|
| 879 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) | 
|---|
| 880 |  | 
|---|
| 881 | install: $(BUILT_SOURCES) | 
|---|
| 882 | $(MAKE) $(AM_MAKEFLAGS) install-recursive | 
|---|
| 883 | install-exec: install-exec-recursive | 
|---|
| 884 | install-data: install-data-recursive | 
|---|
| 885 | uninstall: uninstall-recursive | 
|---|
| 886 |  | 
|---|
| 887 | install-am: all-am | 
|---|
| 888 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
|---|
| 889 |  | 
|---|
| 890 | installcheck: installcheck-recursive | 
|---|
| 891 | install-strip: | 
|---|
| 892 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
|---|
| 893 | INSTALL_STRIP_FLAG=-s \ | 
|---|
| 894 | `test -z '$(STRIP)' || \ | 
|---|
| 895 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | 
|---|
| 896 | mostlyclean-generic: | 
|---|
| 897 |  | 
|---|
| 898 | clean-generic: | 
|---|
| 899 |  | 
|---|
| 900 | distclean-generic: | 
|---|
| 901 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | 
|---|
| 902 |  | 
|---|
| 903 | maintainer-clean-generic: | 
|---|
| 904 | @echo "This command is intended for maintainers to use" | 
|---|
| 905 | @echo "it deletes files that may require special tools to rebuild." | 
|---|
| 906 | -rm -f parse.h | 
|---|
| 907 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | 
|---|
| 908 | -rm -f scan.c | 
|---|
| 909 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | 
|---|
| 910 | -rm -f parse.c | 
|---|
| 911 | clean: clean-recursive | 
|---|
| 912 |  | 
|---|
| 913 | clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \ | 
|---|
| 914 | mostlyclean-am | 
|---|
| 915 |  | 
|---|
| 916 | distclean: distclean-recursive | 
|---|
| 917 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 
|---|
| 918 | distclean-am: clean-am distclean-compile distclean-depend \ | 
|---|
| 919 | distclean-generic distclean-hdr distclean-tags | 
|---|
| 920 |  | 
|---|
| 921 | dvi: dvi-recursive | 
|---|
| 922 |  | 
|---|
| 923 | dvi-am: | 
|---|
| 924 |  | 
|---|
| 925 | info: info-recursive | 
|---|
| 926 |  | 
|---|
| 927 | info-am: | 
|---|
| 928 |  | 
|---|
| 929 | install-data-am: install-includeHEADERS | 
|---|
| 930 |  | 
|---|
| 931 | install-exec-am: install-binPROGRAMS install-libLIBRARIES | 
|---|
| 932 |  | 
|---|
| 933 | install-info: install-info-recursive | 
|---|
| 934 |  | 
|---|
| 935 | install-man: | 
|---|
| 936 |  | 
|---|
| 937 | installcheck-am: installcheck-binPROGRAMS | 
|---|
| 938 |  | 
|---|
| 939 | maintainer-clean: maintainer-clean-recursive | 
|---|
| 940 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 
|---|
| 941 | -rm -rf autom4te.cache | 
|---|
| 942 | maintainer-clean-am: distclean-am maintainer-clean-generic | 
|---|
| 943 |  | 
|---|
| 944 | mostlyclean: mostlyclean-recursive | 
|---|
| 945 |  | 
|---|
| 946 | mostlyclean-am: mostlyclean-compile mostlyclean-generic | 
|---|
| 947 |  | 
|---|
| 948 | pdf: pdf-recursive | 
|---|
| 949 |  | 
|---|
| 950 | pdf-am: | 
|---|
| 951 |  | 
|---|
| 952 | ps: ps-recursive | 
|---|
| 953 |  | 
|---|
| 954 | ps-am: | 
|---|
| 955 |  | 
|---|
| 956 | uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ | 
|---|
| 957 | uninstall-info-am uninstall-libLIBRARIES | 
|---|
| 958 |  | 
|---|
| 959 | uninstall-info: uninstall-info-recursive | 
|---|
| 960 |  | 
|---|
| 961 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ | 
|---|
| 962 | clean-binPROGRAMS clean-generic clean-libLIBRARIES \ | 
|---|
| 963 | clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \ | 
|---|
| 964 | dist-gzip distcheck distclean distclean-compile \ | 
|---|
| 965 | distclean-depend distclean-generic distclean-hdr \ | 
|---|
| 966 | distclean-recursive distclean-tags distcleancheck distdir \ | 
|---|
| 967 | distuninstallcheck dvi dvi-am dvi-recursive info info-am \ | 
|---|
| 968 | info-recursive install install-am install-binPROGRAMS \ | 
|---|
| 969 | install-data install-data-am install-data-recursive \ | 
|---|
| 970 | install-exec install-exec-am install-exec-recursive \ | 
|---|
| 971 | install-includeHEADERS install-info install-info-am \ | 
|---|
| 972 | install-info-recursive install-libLIBRARIES install-man \ | 
|---|
| 973 | install-recursive install-strip installcheck installcheck-am \ | 
|---|
| 974 | installcheck-binPROGRAMS installdirs installdirs-am \ | 
|---|
| 975 | installdirs-recursive maintainer-clean maintainer-clean-generic \ | 
|---|
| 976 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ | 
|---|
| 977 | mostlyclean-generic mostlyclean-recursive pdf pdf-am \ | 
|---|
| 978 | pdf-recursive ps ps-am ps-recursive tags tags-recursive \ | 
|---|
| 979 | uninstall uninstall-am uninstall-binPROGRAMS \ | 
|---|
| 980 | uninstall-includeHEADERS uninstall-info-am \ | 
|---|
| 981 | uninstall-info-recursive uninstall-libLIBRARIES \ | 
|---|
| 982 | uninstall-recursive | 
|---|
| 983 |  | 
|---|
| 984 |  | 
|---|
| 985 | skel.c: flex.skl mkskel.sh flexint.h tables_shared.h | 
|---|
| 986 | sed 's/m4_/m4postproc_/g; s/m4preproc_/m4_/g' $(srcdir)/flex.skl | $(m4) -P -DFLEX_MAJOR_VERSION=`echo $(VERSION)|cut -f 1 -d .` -DFLEX_MINOR_VERSION=`echo $(VERSION)|cut -f 2 -d .` -DFLEX_SUBMINOR_VERSION=`echo $(VERSION)|cut -f 3 -d .` | sed 's/m4postproc_/m4_/g' | $(SHELL) $(srcdir)/mkskel.sh  >skel.c | 
|---|
| 987 |  | 
|---|
| 988 | # Explicitly describe dependencies. | 
|---|
| 989 | # You can recreate this with `gcc -I. -MM *.c' | 
|---|
| 990 | buf.o: buf.c flexdef.h flexint.h | 
|---|
| 991 | ccl.o: ccl.c flexdef.h flexint.h | 
|---|
| 992 | dfa.o: dfa.c flexdef.h flexint.h tables.h tables_shared.h | 
|---|
| 993 | ecs.o: ecs.c flexdef.h flexint.h | 
|---|
| 994 | gen.o: gen.c flexdef.h flexint.h tables.h tables_shared.h | 
|---|
| 995 | libmain.o: libmain.c | 
|---|
| 996 | libyywrap.o: libyywrap.c | 
|---|
| 997 | main.o: main.c flexdef.h flexint.h version.h options.h scanopt.h \ | 
|---|
| 998 | tables.h tables_shared.h | 
|---|
| 999 | misc.o: misc.c flexdef.h flexint.h tables.h tables_shared.h | 
|---|
| 1000 | nfa.o: nfa.c flexdef.h flexint.h | 
|---|
| 1001 | options.o: options.c options.h scanopt.h flexdef.h flexint.h | 
|---|
| 1002 | parse.o: parse.c flexdef.h flexint.h tables.h tables_shared.h | 
|---|
| 1003 | scan.o: scan.c flexdef.h flexint.h parse.h | 
|---|
| 1004 | scanopt.o: scanopt.c flexdef.h flexint.h scanopt.h | 
|---|
| 1005 | skel.o: skel.c flexdef.h flexint.h | 
|---|
| 1006 | sym.o: sym.c flexdef.h flexint.h | 
|---|
| 1007 | tables.o: tables.c flexdef.h flexint.h tables.h tables_shared.h | 
|---|
| 1008 | tables_shared.o: tables_shared.c flexdef.h flexint.h tables.h \ | 
|---|
| 1009 | tables_shared.h | 
|---|
| 1010 | tblcmp.o: tblcmp.c flexdef.h flexint.h | 
|---|
| 1011 | yylex.o: yylex.c flexdef.h flexint.h parse.h | 
|---|
| 1012 | filter.o: filter.c flexdef.h flexint.h | 
|---|
| 1013 |  | 
|---|
| 1014 | # Create a tags file. | 
|---|
| 1015 | tags: | 
|---|
| 1016 | ctags --c-types='defgmstuv' $(srcdir)/*.[ch] | 
|---|
| 1017 |  | 
|---|
| 1018 | # Create the ChangeLog, but only if we're inside a cvs working directory | 
|---|
| 1019 |  | 
|---|
| 1020 | ChangeLog: | 
|---|
| 1021 | if [ -d CVS ] ; then \ | 
|---|
| 1022 | sh $(srcdir)/tools/cvs2cl.pl -F trunk -U $(srcdir)/tools/cvsauthors \ | 
|---|
| 1023 | ; fi | 
|---|
| 1024 |  | 
|---|
| 1025 | indent: | 
|---|
| 1026 | if [ -f .indent.pro ] ; then \ | 
|---|
| 1027 | for f in $(indentfiles);\ | 
|---|
| 1028 | do\ | 
|---|
| 1029 | echo indenting $$f ;\ | 
|---|
| 1030 | $(indent) < $$f >/dev/null && indent $$f || echo $$f FAILED to indent ;\ | 
|---|
| 1031 | done \ | 
|---|
| 1032 | fi | 
|---|
| 1033 |  | 
|---|
| 1034 | .PHONY: ChangeLog tags indent | 
|---|
| 1035 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
|---|
| 1036 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
|---|
| 1037 | .NOEXPORT: | 
|---|