Commit Graph

17 Commits

Author SHA1 Message Date
Corentin Le Molgat
078756abee Update Makefile.cc.java.dotnet 2018-10-09 15:15:27 +02:00
Corentin Le Molgat
0a357d7a48 Update Makefile.cc.java.dotnet 2018-09-17 12:00:59 +02:00
Corentin Le Molgat
490360f443 archive: fix test_dotnet 2018-09-14 18:35:57 +02:00
Corentin Le Molgat
d96123c4be archive: fix typo in rdotnet_% rule 2018-09-14 17:37:47 +02:00
Corentin Le Molgat
158938685a archive: Fix make dotnet 2018-09-14 16:44:58 +02:00
Corentin Le Molgat
1937b3cf24 Remove rcpsp_sat.cpp from archive Makefile 2018-09-14 15:13:16 +02:00
Corentin Le Molgat
67730bb415 Rework Makefile shipped with the archive
- add rjava_% rdotnet_% and rcc_% commands
2018-09-10 14:24:53 +02:00
Corentin Le Molgat
92169c7f7b archive: ignore error if class/% already exist 2018-07-24 13:01:45 +02:00
Corentin Le Molgat
c55af6dfd1 Archive: Fix "which" usage
- Must be define before VAR := usage
2018-07-24 08:39:57 +02:00
Corentin Le Molgat
9bff27b1ed archive: Fix make cc link 2018-07-20 15:11:20 +02:00
Corentin Le Molgat
43b56b4371 archive: makefile return error when prerequisite(s) are not found 2018-07-20 13:52:34 +02:00
Corentin Le Molgat
cb3972c6db java: use J for .jar extension 2018-07-17 15:03:10 +02:00
Corentin Le Molgat
d5d4b48657 dotnet: add examples to test_dotnet 2018-07-17 15:03:10 +02:00
Corentin Le Molgat
9eef8edf59 Makefile.cc.java.dotnet: trim so ifeq() 2018-07-13 19:11:16 +02:00
Corentin Le Molgat
c48e626fc3 archive: Fix compilation of frequency_assignment_problem
- need custom rule to use $(FAP_LNK)
2018-07-13 14:40:19 +02:00
Corentin Le Molgat
59db6cb2d8 cpp: Cleaning cpp rules
- Use pattern rules
- Remove dead code (CP_BINARIES and LP_BINARIES doesn't exist anymore)
- Expose fz and test_fz in help_cc
- Relayout makefile.cc.mk
- Move CVRP Problem rule before generic ones (needed for make < 4.0)
2018-07-13 08:55:40 +02:00
Corentin Le Molgat
ef5a2a2775 Archive: Rework cc/java/dotnet (Fix #723)
- Rename [Makefile|Readme].cc.java.dotnet
- Add missing dynamic lib on unix archive (Fix #723)
- Add rpah to lib64 for centos
- Use CXX, CXXFLAGS and LDFLAGS
  src: https://www.gnu.org/software/make/manual/make.html#Catalogue-of-Rules
- Add which.exe to archive on windows
- Add test_archive to .PHONY
- Add detect_archive
2018-07-10 15:45:04 +02:00