about summary refs log tree commit diff
path: root/Makefile.lib
AgeCommit message (Collapse)AuthorFilesLines
2013-11-23 Allow (dynamic) libraries to depend on other librariesEelco Dolstra1-7/+10
2013-11-23 Support installation of dynamically linked programsEelco Dolstra1-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 Dolstra1-2/+10
2013-11-23 Improve building dynamic librariesEelco Dolstra1-6/+10
They now get a correct RPATH.
2013-11-22 Support building dynamic librariesEelco Dolstra1-10/+18
2013-11-22 Add a Makefile variable for enabling debug infoEelco Dolstra1-4/+19
2013-11-22 Introduce variables GLOBAL_CFLAGS and GLOBAL_CXXFLAGSEelco Dolstra1-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 AutomakeEelco Dolstra1-6/+7
2013-11-22 Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra1-7/+19
2013-11-22 Automatically regenerate Makefile.configEelco Dolstra1-5/+15
And move some stuff around.
2013-11-22 Respect configure flagsEelco Dolstra1-2/+2
2013-11-22 Add ‘make dist’ supportEelco Dolstra1-4/+20
2013-11-22 Remove unnecessary lineEelco Dolstra1-2/+0
2013-11-22 Clean more aggressivelyEelco Dolstra1-2/+2
2013-11-22 Automatically emit make rules for header filesEelco Dolstra1-4/+6
2013-11-22 New non-recursive, plain Make-based build systemEelco Dolstra1-0/+63