"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Makefile.am" between
flex-2.6.3.tar.gz and flex-2.6.4.tar.gz

About: Flex ("Fast Lexical Analyzer") is a tool for generating scanners/tokenizers.

Makefile.am  (flex-2.6.3):Makefile.am  (flex-2.6.4)
skipping to change at line 32 skipping to change at line 32
# Notes on building: # Notes on building:
# Possible values for DEFS: # Possible values for DEFS:
# #
# By default, flex generates 8-bit scanners when using table compression, # By default, flex generates 8-bit scanners when using table compression,
# and 7-bit scanners when using uncompressed tables (-f or -F options). # and 7-bit scanners when using uncompressed tables (-f or -F options).
# For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256" # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
# to DEFS. # to DEFS.
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
indent = @INDENT@
dist_doc_DATA = \ dist_doc_DATA = \
AUTHORS \ AUTHORS \
COPYING \ COPYING \
NEWS \ NEWS \
ONEWS \ ONEWS \
README.md README.md
EXTRA_DIST = \ EXTRA_DIST = \
.indent.pro \ .indent.pro \
autogen.sh autogen.sh
SUBDIRS = \ SUBDIRS = \
lib \
src \ src \
doc \ doc \
examples \ examples \
po \ po \
tests \ tests \
tools tools
# Create the ChangeLog, but only if we're inside a git working directory # Create the ChangeLog, but only if we're inside a git working directory
ChangeLog: $(srcdir)/tools/git2cl ChangeLog: $(srcdir)/tools/git2cl
if [ -d $(srcdir)/.git ] ; then \ if [ -d $(srcdir)/.git ] ; then \
$(srcdir)/tools/git2cl > $@ \ $(srcdir)/tools/git2cl > $@ \
; fi ; fi
indent:
cd src && $(MAKE) $(AM_MAKEFLAGS) indent
install-exec-hook: install-exec-hook:
cd $(DESTDIR)$(bindir) && \ cd $(DESTDIR)$(bindir) && \
$(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT) $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT)
.PHONY: ChangeLog tags indent .PHONY: ChangeLog indent
 End of changes. 4 change blocks. 
2 lines changed or deleted 3 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS