161 Commits (eee992fd1376af02e2bfb91bd6a47e26bdb0781a)

Author SHA1 Message Date
Dave Parker f0d68e1649 Releases now built to work with Java 9 and above. 5 years ago
Dave Parker 2228583a2f Add support for compiling on Arm-based 64-bit Macs. 5 years ago
t-nojiri 2cea964adf Add support for compiling on aarch64 (64-bit ARM). 5 years ago
Dave Parker 4780e3aa38 Fix in release target of Makefile: force clean_all first. 6 years ago
Dave Parker ed62b2c94c Further simplify CUDD build from Makefile (never a symlink now in git). 7 years ago
Dave Parker a2e48a5c04 Makefile tweak: comment fix. 7 years ago
Dave Parker beb5b779c8 Makefile tweak: simplify (and move) the definition of the location of CUDD. 7 years ago
Dave Parker 86ba6c024d Makefile tweak: move JNI header detection into Java section. 7 years ago
Chris Novakovic a712065d9a Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
Chris Novakovic 5d738c1b8d Makefile: export compiler flag/prefix/suffix variables 7 years ago
Chris Novakovic 02ef2ff1ef Makefile: define CFLAGS directly in place of CUDD_XCFLAGS 7 years ago
Chris Novakovic e60a7db8a8 Makefile: move definitions of CC, CXX, JAVACC for Cygwin 7 years ago
Chris Novakovic f55d40cc9a Makefile: export standard compiler and compiler flag variables 7 years ago
Chris Novakovic 6509b6ab9e Makefile: use standard variable names for compilers and their flags 7 years ago
Chris Novakovic 5326d326fe scripts/printversion.sh: accept PRISM source directory as argument 7 years ago
Chris Novakovic e907d96374 Makefile: export PRISM_*_DIR variables 7 years ago
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
Dave Parker 66e766aa0f Add release_source target to Makefile for building source releases. 7 years ago
Dave Parker 9a10895479 Fixes to release building on Windows. 7 years ago
Dave Parker 3467f22e8a Move/simplify release building Makefile scripts. 7 years ago
Dave Parker ecfe1ec63d Tidy and document main PRISM Makefile. 7 years ago
Dave Parker ef71e5a3f2 Minor Makefile tidy: use LIB_DIR variable. 7 years ago
Chris Novakovic 7f7813105e prism/Makefile: add "source-jar" target 7 years ago
Chris Novakovic 6d75b3a234 prism/Makefile: parameterise hardcoded directory names 7 years ago
Joachim Klein 799285f921 Makefile: new target 'testsfull' 8 years ago
Joachim Klein 081b9a9503
Makefile: Remove JAVAH variable 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein b148c57342
Makfile: call clean_ext from clea_all 8 years ago
Joachim Klein 7352d90cb1 Makefile: target 'tests' picks up extra arguments via TESTS_ARGS 8 years ago
Joachim Klein 1c26bf0826 Makefiles: add Makefiles for common, cex package; update for simulator 8 years ago
Dave Parker 1f8a05ae61 Additional test targets in Makefile 8 years ago
Dave Parker adc9dd2cb2 Makefile fix: "tests" targets were failing when the current directory had a space in it. 8 years ago
Dave Parker 5f496cb248 Makefile fix: distribution building still works when "bin" is missing, e.g., because empty directory not checked out from git. 8 years ago
Dave Parker 99c06ba2d4 Move prism-tests into this repository and update Makefile "tests" target. 8 years ago
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 8 years ago
Joachim Klein d564f13e9d Makefile: add WARNINGS variable, activate -Wformat 9 years ago
Joachim Klein 30a98ac4d0 Win64 cleanup, Makefile: remove -fpermissive flag 9 years ago
Joachim Klein 79ea1d96a5 Makefile, cygwin64: Remove -fPIC 9 years ago
Joachim Klein f21aa86be8 Makefile: C++ compiler flag --std=c++11 9 years ago
Joachim Klein c38126a82e Makefile: statically link pthread library for cygwin 9 years ago
Joachim Klein d126a8ae21 prism/Makefile: remove lib/prism.jar on clean 9 years ago
Dave Parker b02abe82d9 Assume Java 8 now when building distributions. 9 years ago
Dave Parker 09a9693138 Change location of documentation sources in Makefile. 10 years ago
Dave Parker 4a9c6cb7a8 Make sure automata package is rebuilt when needed from Makefile. 10 years ago
Dave Parker e10b900018 Add Makefile target "count_loc" to display a count of lines of code. 10 years ago
Dave Parker 91227cf4c8 Highlight some error messages in the Makefile (fix). 10 years ago
Dave Parker 3a104c0760 Highlight some error messages in the Makefile. 10 years ago
Dave Parker c143d38707 Makefil fix: Pass location of ngprism for tests/testslocal targets. 10 years ago
Dave Parker 69b2ed1f08 Makefile tests targets use Nailgun. 10 years ago
Dave Parker 3464a921ad First version of Nailgun support built directly into PRISM. Adding switch -ng when running prism will instead start a Nailgun server ready to run PRISM instances, and running ngprism runs PRISM as a Nailgun client. 10 years ago