m4 = @M4@
indent = @INDENT@
-AUTOMAKE_OPTIONS = \
- gnits \
- check-news \
- dist-bzip2 \
- 1.7
-
bin_PROGRAMS = flex
lib_LIBRARIES = libfl.a
filter.o: filter.c flexdef.h flexint.h
# Create a tags file.
+
tags:
ctags --c-types='defgmstuv' $(srcdir)/*.[ch]
# Create the ChangeLog, but only if we're inside a cvs working directory
-ChangeLog:
+ChangeLog: $(srcdir)/tools/cvsauthors $(srcdir)/tools/cvs2cl.pl
if [ -d CVS ] ; then \
sh $(srcdir)/tools/cvs2cl.pl -F trunk -U $(srcdir)/tools/cvsauthors \
; fi
AC_PREREQ(2.54)
AC_INIT(flex,2.5.33,flex-help@lists.sourceforge.net)
AC_CONFIG_SRCDIR(scan.l)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(gnits check-news dist-bzip2)
AC_CONFIG_HEADER(config.h:conf.in)
dnl checks for programs