Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-23 | Allow (dynamic) libraries to depend on other libraries | Eelco Dolstra | 1 | -7/+10 | |
2013-11-23 | Support installation of dynamically linked programs | Eelco Dolstra | 1 | -5/+37 | |
Here we need to re-link programs so that their RPATH refers to the installed libraries. | |||||
2013-11-23 | Implement basic ‘make install’ | Eelco Dolstra | 1 | -2/+10 | |
2013-11-23 | Improve building dynamic libraries | Eelco Dolstra | 1 | -6/+10 | |
They now get a correct RPATH. | |||||
2013-11-22 | Support building dynamic libraries | Eelco Dolstra | 1 | -10/+18 | |
2013-11-22 | Add a Makefile variable for enabling debug info | Eelco Dolstra | 1 | -4/+19 | |
2013-11-22 | Introduce variables GLOBAL_CFLAGS and GLOBAL_CXXFLAGS | Eelco Dolstra | 1 | -2/+2 | |
There are flags that must be set, so they shouldn't be overriden by the user's CFLAGS or CXXFLAGS. | |||||
2013-11-22 | Drop the dependency on Automake | Eelco Dolstra | 1 | -6/+7 | |
2013-11-22 | Rename $(here) to $(d) for brevity, and remove trailing slash | Eelco Dolstra | 1 | -7/+19 | |
2013-11-22 | Automatically regenerate Makefile.config | Eelco Dolstra | 1 | -5/+15 | |
And move some stuff around. | |||||
2013-11-22 | Respect configure flags | Eelco Dolstra | 1 | -2/+2 | |
2013-11-22 | Add ‘make dist’ support | Eelco Dolstra | 1 | -4/+20 | |
2013-11-22 | Remove unnecessary line | Eelco Dolstra | 1 | -2/+0 | |
2013-11-22 | Clean more aggressively | Eelco Dolstra | 1 | -2/+2 | |
2013-11-22 | Automatically emit make rules for header files | Eelco Dolstra | 1 | -4/+6 | |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+63 | |