summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Create libfl.pc target for pkgconfigTyler Slabinski2017-08-24
|
* build: do not generate lib/Makefile.in.Explorer092017-05-03
| | | | | | Files in lib/ are picked up and built using makefile directives in src/Makefile.am. Remove the need to generate lib/Makefile.in and the stub lib/Makefile.am.
* build: Fix 'make indent' targetExplorer092017-01-12
| | | | | | | | | This 'make indent' target has not been working since the directories reorganization in flex 2.6.0. Now make it work again. Note that the current indent profile breaks many styles of existing code. The indent target should not be used until the .indent.pro options are reviewed for desireability.
* build: for automake, flex is foreignWill Estes2016-10-19
|
* Removed SHORT_FILE_NAMES preprocessor symbol.Michael Reed2015-12-12
| | | | | | | | As a relic of MS-DOS, we don't need this. It's never defined; see 13b5b214f53d1c3354a7ab910bd160c126df1331. Removed additional MSDOS ifdef.
* move m4 make variable to src/Makefile.am.Will Estes2014-02-18
| | | | | | This prevents an error when building skel.c caused by the $(m4) make variable not being defined. Particularly nasty since skel.c would still be created, thus causing make to think skel.c was up to date.
* Add tools/ directory.Will Estes2014-02-16
| | | | | Since tools/git2cl is a dependency of ChangeLog, not distributing tools/git2cl with flex causes the "make dist" target to fail in the distributed tar ball.
* removes extraneous files from EXTRA_DIST as automake picks them up better ↵Will Estes2014-02-16
| | | | without mentioning them
* move flex program sources into src/ directoryWill Estes2014-02-16
| | | | | | The *.[chly] sources are now in the src directory. This implies a bunch of changes in Makefile.am and friends to account for the new location. The .gitignore files are now more local to places where various object files and generated source files occur.
* removed tools/ subdirectory from distributionWill Estes2014-02-13
| | | | | Since it is not possible to rebuild the ChangeLog file without being in a git working directory of flex, distributing the tools directory is misleading. In particular, git2cl will always fail.
* Remove incorrect / in install-exec-hook targetWill Estes2013-05-28
|
* add version information to shared libraryChristoph Junghans2012-12-08
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* Build libfl and libcompat using libtool; resolves #3586814Christoph Junghans2012-12-06
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* remove README.cvs from dist_doc_DATA in Makefile.amWill Estes2012-08-15
|
* Add -f option to LN_S to create flex++Will Estes2012-08-02
| | | | | | | The autoconf macro LN_S needs -f to successfully install flex++ if flex++ already exists. Fortunately, ln, ln -s and cp -p, which are the various forms that LN_S can take all will do the right thing with a -f argument passed.
* replace cvs2cl with git2clWill Estes2012-08-02
| | | | | | Add the git2cl script in tools/ and remove the (now unnecessary) cvs2cl script. Remove tools/cvsauthors since git2cl does not need that file. Account for all the above in Makefile.am and tools/Makefile.am
* provide malloc() and realloc() for systems that do not have satisfactory ↵Will Estes2012-03-21
| | | | versions; resolves #1899047
* install flex++ as a link; resolves bug #2939681Will Estes2012-03-21
|
* remove m4/ directory and generally clean up automake/autoconf inputsWill Estes2012-02-03
|
* move ABOUT-NLS back to EXTRA_DISTWill Estes2008-05-31
|
* create new dist_doc_DATA; move some EXTRA_DIST files to new dist_doc_DATA targetWill Estes2008-05-31
|
* provide for a PIC version of libfl.a for shared libraries using flex scannersWill Estes2007-04-14
|
* remove homegrown tags target; automake does that for usWill Estes2007-04-13
|
* rename README.cvs-snapshot to README.cvsWill Estes2007-03-07
|
* move automake options from Makefile.am to configure.inWill Estes2007-02-13
|
* remove maintainercleanfilesWill Estes2007-02-13
|
* Added configure check for assert.h.John Millaway2006-03-27
| | | | Added scanner flags stack.
* Removed includedir from AM_CPPFLAGS #1439351.John Millaway2006-03-22
|
* remove website directory (since it now has its own module in the flex projectWill Estes2006-02-18
|
* Removed reference to RoadMap in Makefile.am.John Millaway2006-02-15
| | | | Added website directory.
* only rebuild the ChangeLog if we're inside a cvs working directoryWill Estes2003-03-26
|
* remove maintainer_mode conditional; add filter.c and regex.c to indentfiles; ↵Will Estes2003-03-26
| | | | reformat and sort indentfiles so it's easier to add files in the future
* merge millaway's m4 branch workWill Estes2003-03-25
|
* build on . in top level first; this will simplify calling help2manWill Estes2003-02-28
|
* move flex.texi and flex.1 to new doc/ subdirectoryWill Estes2003-02-27
|
* switch to using cvs2cl.pl to generate the ChangeLogWill Estes2003-01-31
|
* add a spec fileWill Estes2003-01-09
|
* enclose flex.1 target in MAINTERNER_MODEWill Estes2002-12-02
|
* MAINTAINERCLEANFILES: new variable: try to make it so that make ↵Will Estes2002-11-27
| | | | maintainer-clean erases everything not under version control
* include intent.pro; indent target is MAINTAINER_MODE conditionalWill Estes2002-10-22
|
* typoWill Estes2002-10-21
|
* include README.cvs-snapshot in the distribution; in README-cvs-snapshot, ↵Will Estes2002-10-21
| | | | mention the need for enable-maintainer-mode
* remove intl from distWill Estes2002-10-11
|
* redo integral types again; add flexint.h; change dependencies caused by ↵Will Estes2002-10-10
| | | | adding flexint.h; remove autoconf wrapper around cunistd; restore netinet/in.h includes; remove unneded feature checks in configure.in
* remove README-alpha option; add definitions for ↵Will Estes2002-10-08
| | | | FLEX_{MAJOR,MINOR,SUBMINOR}_VERSION
* INCLUDES is obsolete; use AM_CPPFLAGS insteadWill Estes2002-09-27
|
* update automake to 1.7 and autoconf to 2.54Will Estes2002-09-26
|
* use AM_YFLAGS since YFLAGS is a user variableWill Estes2002-09-26
|
* include a single, automatically generated version number in flex scannersWill Estes2002-09-25
|
* include the intl/ subdirectory when searching for include filesWill Estes2002-09-09
|