summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* chore(perm): Fix permissions 755->644Joseph Langley2021-07-021-0/+0
* chore(make): Ensure distcheck cleans up directories.Joseph Langley2021-06-091-0/+1
* fix(build): Replace wildcards in Makefile.am.Joseph Langley2021-06-041-3/+11
* check that each skeleton we build has the correct number of sections (#7)Daniel Brooks2020-11-261-0/+3
* TYhis commit is a model for how to add a new back end.Eric S. Raymond2020-11-171-0/+4
* Minor build system fixes before starting the Go port.Eric S. Raymond2020-11-131-15/+14
* Fix errors that were masking problems with yyreject().Eric S. Raymond2020-11-041-1/+2
* MAINTAINERCLEANFILES typo fix.Eric S. Raymond2020-10-171-1/+1
* Begin work on a C99 front end.Eric S. Raymond2020-10-161-1/+7
* Push some C-specific assumptions out of filter.c to the skel file.Eric S. Raymond2020-10-151-1/+1
* Reopair a buuld recipe bug introduced in #52...Eric S. Raymond2020-10-041-1/+1
* Impose some namespace control on the global variables.Eric S. Raymond2020-10-011-1/+1
* Fo;d documentation on how to write bac ends into the Texinfo manual.Eric S. Raymond2020-09-251-2/+1
* Start a HOWTO on writing target-language back ends.Eric S. Raymond2020-09-201-1/+2
* The C/C++ back end moves to its own source file.Eric S. Raymond2020-09-201-0/+1
* Generated skel data is now stuffed in an array in the C/C++ back end.Eric S. Raymond2020-09-201-5/+5
* build: Add "-f" flag to "mv" in makefiles.Explorer092018-03-121-2/+2
* build: Fix makefile dist-hook directory permissions.Explorer092018-03-121-1/+1
* scanner: Skeleton no longer includes integer limit macros.Explorer092018-03-081-1/+2
* Don't install libfl.pc if --disable-libfl.Explorer092017-08-271-3/+2
* Move libfl.pc.in to src subdirectory.Explorer092017-08-271-0/+3
* have libobjs depend on libobjdir (#244)Michael Haubenwallner2017-08-241-0/+2
* build: Delete comments from skeleton file.Demi Obenour2017-05-031-6/+1
* build: support cross compiling.Alastair Hughes2017-02-231-0/+17
* build: mv scan.c when building dist.Will Estes2017-02-161-1/+1
* build: don't assume distdir/scan.c is writeableWill Estes2017-02-061-1/+2
* build: Add dist-hook to force remake scan.c.Explorer092017-02-061-0/+4
* build: respect '--localedir' from configure.Explorer092017-02-061-1/+0
* build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS.Explorer092017-02-061-1/+1
* build: fix Makefile parse.h dependency clauses.Explorer092017-01-241-2/+6
* build: more BSD make and vpath build fixes.Thomas Klausner2017-01-231-2/+2
* build: Fix skel.c generation with BSD makeThomas Klausner2017-01-231-1/+1
* build: Fix 'make indent' targetExplorer092017-01-121-9/+11
* build: New configure option '--disable-bootstrap'.Explorer092016-12-291-4/+11
* build: "make clean" deletes stage1scan.c, stage1flexExplorer092016-12-291-1/+1
* build: allow building libfl even with --disable-libfl.Explorer092016-12-291-1/+1
* build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.Explorer092016-11-241-1/+1
* build: Let stage1flex respect LFLAGSExplorer092016-11-151-1/+1
* build: Add --disable-libfl configure option.Explorer092016-11-141-8/+8
* build: no longer build PIC version of libfl.Will Estes2016-10-261-8/+1
* Support `make indent` for out of source buildsDemi Obenour2016-09-251-0/+1
* Simplify some shell codeDemi Obenour2016-09-251-2/+1
* fix skel.c dependency (missing tables_shared.c) andrlar2016-03-311-4/+4
* fix stage1scan.c and stage1scan.l dependencyrlar2016-03-311-6/+5
* configure option `--enable-warnings' and `WARNINGFLAGS'rlar2016-03-311-0/+4
* build: simplified dependency tracking so parallel make runs succeedRobert.Larice Robert Larice2016-03-291-35/+14
* Linked flex binary against libintl, not libfl.OBATA Akio2016-01-081-2/+2
* Built flex with itself.Will Estes2015-12-071-1/+17
* Generated skel.c explicitly in srcdir.Akim Demaille2015-12-041-2/+9
* Cleaned up BUILT_SOURCES list.Will Estes2015-11-291-3/+0