aboutsummaryrefslogtreecommitdiffstats
path: root/Make.rules
Commit message (Collapse)AuthorAgeFilesLines
* build: inspect GitLab CI variables for version stringTimo Teräs2020-03-231-3/+9
|
* build: fix 'make check' for libfetchTimo Teräs2020-03-231-0/+2
|
* build: enable building of development packageRasmus Thomsen2020-03-161-6/+26
| | | | | | | | | - always create .so and .a with the apk libary code - create .pc file - install headers and above mentioned files Maintainers edit: merged commits, cleaned up sed script logic, and few other minor fixes.
* build: separate subdirs out from targetsTimo Teräs2020-01-261-5/+10
| | | | | That list is needed in multiple places, so it simplifies things a bit.
* convert man page makefile to make.rules formatTimo Teräs2020-01-261-5/+25
|
* Initial riggings for man pages, add apk(8)Drew DeVault2020-01-261-2/+3
| | | | | This commit sets up the build system to compile man pages with scdoc, and adds the first man page: apk(8).
* build and use bundled libfetch nativelyTimo Teräs2017-10-051-10/+40
|
* make preprocessor arguments clang-compatibleDmitry Golovin2017-08-231-1/+1
|
* build: honor CPPFLAGSTimo Teräs2013-07-051-2/+2
|
* First steps for libapkNatanael Copa2010-06-111-2/+20
|
* build: update make rulesTimo Teras2009-08-051-1/+8
|
* build: make install depend on main targetsTimo Teras2009-07-291-2/+1
| | | | | apparently the double colon rule dependencies affect only the specific rule-set.
* build: optimize with -O2 by defaultTimo Teras2009-07-141-1/+1
| | | | also make the array code more explicit to have gcc optimizer happy.
* build: create archive directly from git treeTimo Teras2009-05-271-4/+15
| | | | So we don't get local modifications or extra files in the tarball.
* make: test for .git existence before using git describe to set versionNatanael Copa2009-05-081-1/+1
|
* build: eliminate "Nothing to be done for `all'" messageTimo Teras2009-04-161-1/+5
|
* build: improve dependency file generationTimo Teras2009-04-161-3/+2
|
* build: rewrite make system to something slightly similar to kbuildTimo Teras2009-04-161-0/+269
Tracks now probler header file dependencies and command line parameters used to build files. E.g. changing CFLAGS rebuild all C-files. And changing version rebuild now the files where it's used.