History log of /seL4-l4v-master/HOL4/src/rational/Holmakefile
Revision Date Author Comments
# 9eb781cd 27-Nov-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Add DEFAULT_TARGETS to base variable environment for Holmake

Allows for much more concise presentation of standard pattern when
additional targets are required, namely:

all: $(DEFAULT_TARGETS) mytarget1 mytarget2
.PHONY: all

Fix up many examples of previous verbose style.

Thanks to Magnus for the suggestion.

Closes #618


# 75bc170b 31-Dec-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Implement rational calculation routine RAT_MUL_CONV

With tests.

More operations to follow of course.


# d3c630cd 07-Nov-2014 Michael Norrish <michael.norrish@nicta.com.au>

Fix yet another Holmakefile problem.


# afe74f4b 07-Oct-2009 Michael Norrish <Michael.Norrish@nicta.com.au>

New src/rational/Holmakefile records extra dependency for intExtensionTheory.
This dependency is genuine but can't be calculated by Holmake.