summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.top
Commit message (Expand)AuthorAgeFilesLines
* makefiles: move __postshared after allJohn-Mark Bell2023-09-171-4/+4
* makefiles/Makefile.top: dependencies for PRE_ and POST_TARGETSMichael Orlitzky2023-09-171-0/+10
* makefiles: support building shared libs on DarwinCaleb Xu2023-09-161-3/+11
* Enable sanitize target for new gccs and clangDaniel Silverstone2018-07-281-0/+6
* Update documentation generationVincent Sanders2015-06-241-4/+2
* Add support for INCLUDEDIR in pkg-config files.Adrien Destugues2015-03-211-0/+1
* Fix BUILD/HOST confusionVincent Sanders2014-12-191-7/+8
* Update the pkg-config installation macro for library substitutionVincent Sanders2014-11-271-1/+5
* Migrate to target tripletsJohn-Mark Bell2014-11-161-9/+9
* add support for multilibrelease/1.1David Tardon2014-01-131-0/+1
* fix tag pattern to release/* so we can match by git refspecrelease/1.0Vincent Sanders2013-04-191-2/+2
* Add a dist target to generate source distribution tarballs from the most rece...Vincent Sanders2013-04-191-0/+17
* Add backslashJohn-Mark Bell2012-10-241-1/+1
* Install binaries with correct permissions.John-Mark Bell2012-10-241-4/+20
* Include $(PREFIX)/lib/pkgconfig in the pkg-config search pathJohn Mark Bell2011-03-131-5/+0
* Make the pkgconfig installation indicate it is running sed, so I stop being c...Daniel Silverstone2011-01-251-0/+1
* Ensure we rm the .a file before running ar. That way stale .o elements in th...Daniel Silverstone2011-01-201-0/+1
* Add TEST_PREREQS support and make TESTCFLAGS postfix the CFLAGSDaniel Silverstone2010-12-041-2/+4
* Fix spurious whitespace at start of generated Requires: lineJohn Mark Bell2010-12-041-2/+1
* It turns out that arm-unknown-riscos-ln doesn't understand coalesced optionsJohn Mark Bell2010-01-061-4/+4
* C++ supportJohn Mark Bell2009-08-261-0/+92
* Something approximating support for assembler sources.John Mark Bell2009-07-281-1/+16
* Fix uninstallation of pkg-config control filesJohn Mark Bell2009-07-131-1/+1
* Auto-detect whether C compiler is GCC and, if it is, whether it supports simu...John Mark Bell2009-06-201-13/+31
* Drop scan target and just fix up the tooling as appropriateJohn Mark Bell2009-05-301-14/+0
* It helps if you get your conditionals the right way round.John Mark Bell2009-05-301-1/+1
* More intelligenceJohn Mark Bell2009-05-301-3/+6
* First attempt at some kind of static analysis targetJohn Mark Bell2009-05-301-0/+11
* This should accomodate the antique sed in BeOS which doesn't handle -i.François Revel2009-04-241-12/+13
* Ensure consistency between static and shared library names.John Mark Bell2009-04-211-6/+2
* Fix TESTLDFLAGS for shared object name changeDaniel Silverstone2009-04-211-1/+5
* Update the shared object building in the shared makesystemDaniel Silverstone2009-04-211-7/+13
* Make symlinks relativeJohn Mark Bell2009-04-031-2/+2
* Something approximating shared library versioningJohn Mark Bell2009-04-031-10/+62
* Allow required packages to be constructed based upon the build configurationJohn Mark Bell2009-03-311-0/+10
* Make test target depend on all, so the pre/post targets get runJohn Mark Bell2009-03-261-1/+1
* Add a new component type -- riscos-moduleJohn Mark Bell2009-03-261-7/+31
* Guard against multiply defining processing rules.John Mark Bell2009-03-251-6/+19
* Coverage and profile targets no longer recursively invoke make.John Mark Bell2009-03-251-9/+26
* Don't use SHARED(C,LD)FLAGS when building the test binaries.John Mark Bell2009-03-251-3/+5
* Fix bugs in test handling.John Mark Bell2009-03-251-4/+5
* Fix installation rules to actually handle more than one rule per DIR_INSTALL_...John Mark Bell2009-03-251-14/+17
* Remove build/docs when cleaningJohn Mark Bell2009-03-241-0/+1
* A makefile to setup the toolchainJohn Mark Bell2009-03-241-31/+3
* Default builddir also includes the component type.John Mark Bell2009-03-241-4/+4
* Makefile.subdir no longer auto-adds the directory to the include path.John Mark Bell2009-03-241-9/+9
* Split common makefiles out of {hubbub,libcss,lpu,libdom,iconv} treesJohn Mark Bell2009-03-241-0/+378