136 Commits (081b9a95034c1e93f5db9441093391f22733ffd0)

Author SHA1 Message Date
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
Dave Parker 3d35a4bd90 Add Makefile target to force rebuild of the parser. 11 years ago
Dave Parker 2112f7b9b4 Fix javadoc target in main Makefile 11 years ago
Dave Parker 0b8223c685 Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein]. 11 years ago
Dave Parker 9d82693baf Improvements to build process for Linux/Mac versions of lp_solve_java. 11 years ago
Dave Parker 2ddaf97daf Experimental way of detecting jni.h if it is not in the same place as javac (e.g. on OS X Yosemite?). 11 years ago
Dave Parker 124fa87de6 Amend Makefile to use -encoding UTF8 setting more widely for javac/javah/javadoc (based on reports from SIFT). 12 years ago
Dave Parker 77bfea558f Fix Makefile so that it does not mis-show ARCH as 86_64 when building on 32-bit Win. 12 years ago
Dave Parker 9c0273f878 Assume Java 7 not 6 when building binaries now. 12 years ago
Dave Parker 8b708ccc8e Update build scripts to (potentially) allow 64 bit Windows installers. 12 years ago
Dave Parker cb62c36630 More Makefile fixes for Win 64 build. 12 years ago
Nishan Kamaleson 6bf4f3e279 Makefile ix 12 years ago
Dave Parker 3cf85ee0ec Re-attempt at 64-bit Cygwin Makefile. 12 years ago
Dave Parker c9af690615 Attempt at 64-bit Cygwin Makefile. 12 years ago
Dave Parker 41abbe6df2 Fix Makefile to build on newer versions of Cygwin (-no-cygwin). 12 years ago
Dave Parker c43b3e390a Makefile fix for when there are two occurrences of jni_md.h (reported/fixed by Gaston Ingaramo). 12 years ago
Dave Parker 6c7df8d3ed Missing part of last commit 13 years ago
Dave Parker 2cedd3daf2 Update main Makefile to pass variables correctly to new cudd-5.0 Makefile. 13 years ago
Ernst Moritz Hahn fd855d0ff4 reintegrated parametric stuff 13 years ago
Dave Parker 7576896346 Remove some make dist_src checks no longer needed. 13 years ago
Dave Parker 0540a328d2 Always display VERSION on build, not just for dist_bin target. 13 years ago
Dave Parker babc01ecdc Makefile tweak: Display VERSION when building dist_bin. 13 years ago
Dave Parker c47365999d Add Makefile target add_rev to build prism/Revision.java. 13 years ago
Dave Parker b530cd78c8 Makefiles extract version number automatically using printversion script. 13 years ago
Dave Parker 1512c09e30 Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
Dave Parker a6b2b4f3c7 Part 2 of Makefile fix from Steffen Marcker (64-bit detection on Macs) 13 years ago