summaryrefslogtreecommitdiff
path: root/debugger/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Do not build bytecode executables with -g by defaultXavier Leroy2023-02-021-1/+1
* Less verbose logs from `make` (#11844)Xavier Leroy2023-01-181-6/+6
* Embed printer types in toplevels and debuggerSébastien Hinderer2022-11-241-1/+2
* Stop passing -safe-string when building the compiler and in the testsuiteSébastien Hinderer2022-09-111-1/+1
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-1/+1
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-3/+2
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-1/+1
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-2/+2
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-3/+1
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-4/+4
* Add the distclean target to debugger/MakefileSébastien Hinderer2022-01-181-0/+4
* Pack ocamldebug modules to minimize clashes (#9621)sonologico2021-09-091-5/+12
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-5/+2
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+0
* 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-6/+0
* {debugger,lex}/Makefile: make it possible to override lexer andparser generatorSébastien Hinderer2021-03-021-6/+7
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-1/+1
* Remove useless / wrong definitions of the CAMLRUN build variableSébastien Hinderer2021-02-081-1/+0
* Get rid of the YACCFLAGS build variableSébastien Hinderer2020-08-051-1/+0
* Build system: simplify installation rulesSébastien Hinderer2020-06-181-1/+1
* 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
* ocamldebug: initialize all functions in Env (#9356)Florian Angeletti2020-03-111-29/+5
* compilerlibs: expose parsers for 'Longident.t'sFlorian Angeletti2020-01-091-1/+2
* debugger: rename parser and lexer modulesFlorian Angeletti2020-01-061-9/+9
* debugger Makefile: use ocamlc.opt when availableGabriel Scherer2019-10-121-3/+4
* Add support for [@@immediate64]Jeremie Dimino2019-09-241-2/+2
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* Move some middle-end files around (#2281)Mark Shinwell2019-04-011-5/+12
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-131-7/+6
* env refactoring: separate the cmi/crc handling into a persistent_env moduleGabriel Scherer2019-02-181-1/+1
* Refactor load path management and initial environmentJeremie Dimino2019-01-301-1/+1
* 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
* Make (nat)dynlink soundMark Shinwell2018-11-121-2/+3
* Move variable printer to Pprintastalainfrisch2018-11-061-1/+1
* Introduce and use ROOTDIR in more makefilesSébastien Hinderer2018-09-171-70/+49
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
* remove unused ocamlyacc dependencies, never put it in boot/Gabriel Scherer2018-09-011-1/+1
* Pass the elements from `BUILD_PATH_PREFIX_MAP` to the assembler (#1930)Xavier Clerc2018-07-271-2/+1
* Build ocamldebug with debugging information (-g)Nicolás Ojeda Bär2018-07-241-1/+1
* Just some tbl things. (#1699)Gabriel Radanne2018-07-231-1/+1
* factorize common makefile definitions in Makefile.commonGabriel Scherer2018-03-291-7/+3
* makefiles: turn the 'install' command into a variableGabriel Scherer2018-03-291-3/+4
* makefiles: use 'install' instead of 'cp' in 'make install' targetsGabriel Scherer2018-03-291-1/+4
* build_path_prefix_map: update .depend and MakefilesGabriel Scherer2018-03-011-0/+1