Matthias Andreas Benkard | f59e097 | 2018-04-10 22:01:34 +0200 | [diff] [blame] | 1 | # Copyright 2015 Andrew Gottemoller. |
| 2 | # |
| 3 | # This software is a copyrighted work licensed under the terms of the |
| 4 | # Weld license. Please consult the file "WELD_LICENSE" for |
| 5 | # details. |
| 6 | |
| 7 | # This make file derives all the necessary paths the weld build will |
| 8 | # require |
| 9 | def_file_name := def.mk |
| 10 | |
| 11 | output_path := $(build_path)/$(platform)/$(arch)/$(mode) |
| 12 | bin_output_path := $(output_path)/bin |
| 13 | lib_output_path := $(output_path)/lib |
| 14 | obj_output_path := $(output_path)/obj |
| 15 | header_output_path := $(output_path)/include |
| 16 | resource_output_path := $(output_path)/bin |