summaryrefslogtreecommitdiff
path: root/lex/Makefile
Commit message (Expand)AuthorAgeFilesLines
* lex/Makefile: use same flags than in the root MakefileSébastien Hinderer2022-08-251-2/+2
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-2/+0
* Cleanup the build of lex/ocamllex (remove superfluous -strict-sequence flag)Sébastien Hinderer2022-08-251-1/+1
* Report warning 70 about missing interfaces as an errorSébastien Hinderer2022-06-301-1/+1
* Enable warning 70 about missing interfacesSébastien Hinderer2022-06-301-1/+1
* Followup on #11147Sébastien Hinderer2022-03-311-1/+1
* Build system: ocaml{doc,lex} should be compiled and linked with -gSébastien Hinderer2022-03-311-3/+3
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-3/+3
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-2/+1
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-7/+7
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-3/+4
* Add the distclean target to lex/MakefileSébastien Hinderer2022-01-181-0/+3
* Build system: rename the CAMLRUN variable to OCAMLRUNSébastien Hinderer2021-04-271-1/+1
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-6/+3
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+5
* added warning for missing mli interface fileAnukriti122021-03-311-1/+1
* stop using single letter in warning settingsoctachron2021-03-151-1/+1
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-8/+0
* {debugger,lex}/Makefile: make it possible to override lexer andparser generatorSébastien Hinderer2021-03-021-6/+8
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-1/+1
* Get rid of the YACCFLAGS build variableSébastien Hinderer2020-08-051-2/+1
* Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-181-5/+9
* lex/Makefile: simplificationSébastien Hinderer2020-06-181-2/+2
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-2/+2
* Ensure make distclean works on an unconfigured treeDavid Allsopp2019-10-151-1/+1
* Allow make to be invoked before configureDavid Allsopp2018-12-041-2/+2
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* Remove undefined and useless variable $(INCLUDES)Xavier Leroy2019-05-021-1/+1
* make clean: do not remove emacs backupsNicolás Ojeda Bär2019-04-101-1/+1
* Use boot/ocamlc.opt for building, if available.Stephen Dolan2019-03-201-3/+2
* Build system: use ocamlc -depend rather than ocamldepSébastien Hinderer2019-01-031-1/+1
* Makefiles: restructure CAMLDEP usage to easily add flagsGabriel Scherer2018-12-121-2/+3
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
* Remove space from end of FLEXLINK_ENVDavid Allsopp2018-09-071-1/+1
* Use $(addprefix ...) and spacing adjustmentsDavid Allsopp2018-09-071-10/+10
* Move FLEXLINK_ENV definition to Makefile.commonDavid Allsopp2018-09-071-8/+0
* Always use ROOTDIR in lex and ocamldoc MakefilesDavid Allsopp2018-09-071-8/+11
* Standardise setting and use of OCAML_FLEXLINKDavid Allsopp2018-09-071-3/+5
* remove unused ocamlyacc dependencies, never put it in boot/Gabriel Scherer2018-09-011-1/+1
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-1/+1
* makefiles: consistently offer *both* 'allopt' and 'opt.opt' targetsGabriel Scherer2018-06-071-0/+2
* fix whitespace, long lines, headersDamien Doligez2016-08-011-2/+4
* Pass -slash to ocamldep so that dependencies generated from a Windows system ...alainfrisch2016-04-131-1/+1
* Fix faults arising from merging Makefile{,.nt}David Allsopp2016-04-061-1/+3
* lex/Makefile{,.nt}: merge.whitequark2016-03-171-0/+6
* More warnings for ocamllex.Alain Frisch2016-03-151-1/+1
* GPR#324: Make boot/ocamlc read directly byterun/primitives (patch by Francois...alainfrisch2016-03-101-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-5/+9