summaryrefslogtreecommitdiff
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* OC_ASPPFLAGS should include OC_CPPFLAGSSébastien Hinderer2023-03-171-1/+1
* Make OC_NATIVE_CPPFLAGS configurableSébastien Hinderer2023-03-141-7/+0
* Rename a few private build variablesSébastien Hinderer2023-03-141-2/+2
* Provide a default for $(OCAMLDEPFLAGS)David Allsopp2023-02-201-0/+1
* Define $( ) to suppress make warningsDavid Allsopp2023-02-201-0/+2
* Strip debug info when installing the ocamlc and ocamlopt bytecode executablesXavier Leroy2023-02-021-0/+7
* Less verbose logs from `make` (#11844)Xavier Leroy2023-01-181-5/+49
* Merge tools/Makefile into the root MakefileSébastien Hinderer2022-12-121-0/+1
* Make the general macros work even when the variables are defined laterSébastien Hinderer2022-12-121-4/+11
* Introduce generic macros to link OCaml programsSébastien Hinderer2022-12-121-0/+29
* Fixing typos (#11705)Fourchaux2022-11-071-1/+1
* build system: make a few conditionals over boolean variables more readableSébastien Hinderer2022-09-271-1/+1
* Merge utils/Makefile into the root MakefileSébastien Hinderer2022-09-071-22/+0
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-1/+1
* Makefile.common: restrict dependencySébastien Hinderer2022-06-231-0/+2
* 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