summaryrefslogtreecommitdiff
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* Runtime_events tracing systemSadiq Jaffer2022-05-241-1/+1
* configure: mk{dll,exe,maindll} expansionSébastien Hinderer2022-05-121-3/+0
* Eliminate $(BOOT_FLEXLINK_CMD)David Allsopp2022-05-121-1/+3
* Refactor MKEXE and introduce MKEXE_VIA_CCDavid Allsopp2022-05-111-0/+7
* Merge runtime/Makefile in the root MakefileSébastien Hinderer2022-05-111-0/+1
* Merge pull request #11149 from dra27/repeatable-bootstrapSébastien Hinderer2022-05-091-0/+2
|\
| * Use fixed configuration for boot/ocamlcDavid Allsopp2022-05-051-0/+2
| * Revert "Use fixed configuration for boot/ocamlc"David Allsopp2022-05-051-3/+2
| * Use fixed configuration for boot/ocamlcDavid Allsopp2022-05-051-2/+3
* | Define build variables for ASPPFLAGS and native CPPFLAGSSébastien Hinderer2022-05-061-0/+10
|/
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-0/+3
* Followup on #11147Sébastien Hinderer2022-03-311-0/+1
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-0/+3
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-1/+3
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-0/+12
* Simplify the installation of man pagesSébastien Hinderer2021-10-201-0/+2
* Install Changes, LICENSE, and READMEs (#10669)Nicolás Ojeda Bär2021-10-011-0/+1
* Compute STDLIB_MODULES with a C auxiliaryDavid Allsopp2021-07-051-0/+12
* TyposJPR2021-06-061-1/+1
* Use native flexlink during the buildDavid Allsopp2021-05-111-0/+5
* Control the flexdll bootstrap with configureDavid Allsopp2021-05-111-2/+2
* Allow bootstrapping flexdll for the Cygwin portsDavid Allsopp2021-05-111-4/+0
* Overhaul flexlink binary locations during buildDavid Allsopp2021-05-111-1/+2
* Refactor one ifeq not to use continuationDavid Allsopp2021-04-301-3/+5
* Introduce the NEW_OCAMLRUN build variableSébastien Hinderer2021-04-271-1/+10
* Build system: rename the CAMLRUN variable to OCAMLRUNSébastien Hinderer2021-04-271-3/+3
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-4/+6
* Variation on a theme of Makefile.docfilesDavid Allsopp2021-03-031-2/+0
* Define $( ) to clear unused variable warning in makeDavid Allsopp2021-03-031-0/+7
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-2/+22
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-1/+1
* Merge pull request #9840 from dra27/fix-9839David Allsopp2020-10-301-3/+0
* Build system: honour the CFLAGS and CPPFLAGS build variablesSébastien Hinderer2020-08-061-1/+2
* Merge pull request #9692 from nojb/shellquoteDavid Allsopp2020-06-231-8/+4
|\
| * Get rid of shellquote macroNicolás Ojeda Bär2020-06-171-8/+4
* | Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-181-1/+10
* | Share generation code between ocamltest and utilsDavid Allsopp2020-06-061-0/+22
|/
* move the REQUIRES_CONFIGURATION logic in Makefile.config_if_requiredGabriel Scherer2020-05-061-13/+1
* build system: skip Makefile.build_config when REQUIRES_CONFIGURATION is emptyGabriel Scherer2020-05-061-3/+1
* [minor] rename CAN_BE_UNCONFIGURED into REQUIRES_CONFIGURATIONGabriel Scherer2020-05-061-4/+4
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+16
* Tighten dependencies for C filesDavid Allsopp2020-05-031-1/+1
* Silence CI warning for undefined variableDavid Allsopp2020-05-031-0/+1
* Cease committing C dependendency informationDavid Allsopp2020-04-171-1/+17
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-0/+79
* Use autoconf to generate the compiler's configuration scriptSébastien Hinderer2018-12-211-53/+0
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
* Remove space from end of FLEXLINK_ENVDavid Allsopp2018-09-071-5/+15
* Move FLEXLINK_ENV definition to Makefile.commonDavid Allsopp2018-09-071-0/+13
* Makefile.common: use = instead of + in modes for clarityGabriel Scherer2018-03-291-2/+2