Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-25 | build system: version.sh: silence git errors with a non-git source tree. | midipix | 1 | -2/+2 | |
2018-12-25 | build system: version.sh: cvdate: fallback to $(date) as needed. | midipix | 1 | -1/+1 | |
2018-12-25 | build system: create the ``build'' directory via the dirs.tag make target. | midipix | 1 | -3/+2 | |
2018-12-24 | build system: version.sh: generate macro for date of last git commit. | midipix | 1 | -3/+12 | |
2018-12-23 | build system: target & native cchost logic: initial clean-up. | midipix | 1 | -48/+0 | |
2018-12-23 | build system: version.sh: set -eu, remove no-longer-needed exit statements. | midipix | 1 | -3/+5 | |
2018-12-23 | bulid system: version.sh: sub-shell syntax: replace backquotes with $(). | midipix | 1 | -3/+3 | |
2018-11-25 | build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib. | midipix | 1 | -1/+0 | |
2018-11-25 | build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK. | midipix | 2 | -0/+8 | |
These definitions come in handy when a project generates alongside its ``primary shared library'' one or more ``extension libraries'' that depend on it. When the rules for generating extension libraries use the $^ directive, the above dependency must be declared in a target-aware manner. In most cases, one would want to express this dependency by way of $(DSO_REF_SONAME), thereby pulling in lib/libfoo.so.$(MAJOR) on ELF targets, lib/libfoo.$(MAJOR).lib.a on midipix targets, and lib/libfoo.$(MAJOR).dll.a on win32 targets. | |||||
2018-11-25 | build system: sysinfo: bsd/linux: remove implib .PHONY defs (are in elf.mk). | midipix | 2 | -4/+0 | |
2018-11-22 | build system: created skeleton. | midipix | 28 | -0/+585 | |