summaryrefslogtreecommitdiff
path: root/Make.rules
AgeCommit message (Collapse)AuthorFilesLines
2021-04-11build: inspect GitLab CI variables for version stringTimo Teräs1-3/+9
(cherry picked from commit b879d9ea5969a54b99e0780e699c4e72f3c9a78c)
2021-04-11build: fix 'make check' for libfetchTimo Teräs1-0/+2
(cherry picked from commit 2d86411446b307b772da76f25ff5b5080533f3a5)
2017-10-05build and use bundled libfetch nativelyTimo Teräs1-10/+40
2017-08-23make preprocessor arguments clang-compatibleDmitry Golovin1-1/+1
2013-07-05build: honor CPPFLAGSTimo Teräs1-2/+2
2010-06-11First steps for libapkNatanael Copa1-2/+20
2009-08-05build: update make rulesTimo Teras1-1/+8
2009-07-29build: make install depend on main targetsTimo Teras1-2/+1
apparently the double colon rule dependencies affect only the specific rule-set.
2009-07-14build: optimize with -O2 by defaultTimo Teras1-1/+1
also make the array code more explicit to have gcc optimizer happy.
2009-05-27build: create archive directly from git treeTimo Teras1-4/+15
So we don't get local modifications or extra files in the tarball.
2009-05-08make: test for .git existence before using git describe to set versionNatanael Copa1-1/+1
2009-04-16build: eliminate "Nothing to be done for `all'" messageTimo Teras1-1/+5
2009-04-16build: improve dependency file generationTimo Teras1-3/+2
2009-04-16build: rewrite make system to something slightly similar to kbuildTimo Teras1-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.