summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2016-11-10build system: added the .display-cflags informational target.midipix1-0/+3
2016-11-10build system: fix dependency of app.tag, avoid unconditional step execution.midipix1-1/+1
2016-11-10build system: make .display: whitespace meditation.midipix1-7/+7
2016-11-10build system: always install headers with install-static and install-shared.midipix1-2/+2
2016-11-10build system: added support for CFLAGS_UTIL, LDFLAGS_UTIL.midipix1-0/+4
2016-11-10build system: Makefile.in, custom.mk: added --disable-[shared|static] support.midipix1-6/+20
2016-11-10build system: Makefile.in, custom.mk: added --all-[static|shared] support.midipix1-5/+13
2016-11-10build system: added the 'install-static-app' make target.midipix1-0/+4
2016-11-10build system: display common compiler and linker flags first.midipix1-4/+4
2016-11-10utility: integrated pe_source_version().midipix1-1/+0
2016-11-10driver: added struct pe_source_version, pe_source_version().midipix1-2/+2
2016-11-10build system: PE targets: added import library version support.midipix1-10/+12
2016-11-10build system: added library version support.midipix1-4/+14
2016-11-10build system: completed project-related annotation.midipix1-0/+2
2016-11-10build system: added utility nickname support.midipix1-0/+1
2016-11-10build system: add support of project-specific install steps.midipix1-4/+6
2016-11-10build system: when present, use the git refdir as a version.tag dependency.midipix1-1/+2
2016-11-10build system: remove syslibdir support, fix related typo in config.usage.midipix1-2/+0
2016-11-10build system: added --exec-prefix support.midipix1-0/+2
2016-11-10build system: properly use DESTDIR in conjunction with individual variables.midipix1-8/+8
2016-11-10build system: remove erroneous build-time references to LIBDIR and BINDIR.midipix1-6/+6
2016-11-10build system: added .display-host.midipix1-0/+3
2016-11-10build system: Makefile.in: .display-env: $(CROSS_COMPILE)'s label now matches.midipix1-1/+1
2016-11-10build system: Makefile.in: added the .display-project virtual target.midipix1-2/+7
2016-11-10build system: --toolchain: initial implementation.midipix1-0/+3
2016-11-10build system: toolchain archiver: pass arguments as commands.midipix1-1/+1
2016-11-10build system: use the term 'compiler' rather than 'toolchain' where applicable.midipix1-3/+3
2016-11-10build system: add support for CFLAGS_OS and CFLAGS_SITE.midipix1-0/+4
2016-11-10build system: fix the shared-app recipe.midipix1-1/+1
2016-11-10build system: application object files: add missing dependency on version.tag.midipix1-0/+1
2016-11-10build system: DESTDIR: avoid accidental posix-special leading two slashes.midipix1-8/+8
2016-11-10build system: version.sh: initial implementation.midipix1-4/+12
2016-11-10build system: Makefile.in: fix typo.midipix1-1/+1
2016-11-10build system: fix support of CC, CPP, and CXX directly passed to configure.midipix1-0/+7
2016-11-10build system: include host definitions prior to toolchain definitions and fix...midipix1-1/+1
2016-11-10Makefile.in: .display-env: add missing @echo.midipix1-0/+1
2016-11-10build system: add missing dependency on (out-of-)tree.tag.midipix1-2/+2
2016-11-10build system: replace BIN_DIR and friends with the familiar BINDIR and co.midipix1-26/+26
2016-11-10build system: replace the build_ prefix with the more appropriate native_ pre...midipix1-8/+8
2016-11-10build system: invokve host.sh without the help of $(SHELL).midipix1-1/+1
2016-11-10build system: add support for non-portable host headers.midipix1-2/+7
2016-11-10build system: assign variable values via '=' rather than '?='.midipix1-47/+47
2016-11-10Makefile.in: replace the basic .display target with an extended one.midipix1-22/+84
2016-11-10Makefile.in: add missing dependency information.midipix1-0/+2
2016-11-10makefile replacement: step 2/2: use the midipix build template.midipix1-0/+213